- 0.76.0 (latest)
- 0.74.0
- 0.73.0
- 0.72.0
- 0.71.0
- 0.70.0
- 0.68.0
- 0.66.0
- 0.65.0
- 0.62.0
- 0.61.0
- 0.60.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.35.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
- 0.13.0
- 0.12.0
- 0.11.0
- 0.10.0
- 0.9.0
- 0.8.0
- 0.7.0
- 0.6.0
- 0.5.0
- 0.4.0
- 0.3.0
- 0.2.0
- 0.1.2
public static final class ApiTarget.Builder extends GeneratedMessageV3.Builder<ApiTarget.Builder> implements ApiTargetOrBuilderA restriction for a specific service and optionally one or multiple specific methods. Both fields are case insensitive.
 Protobuf type google.api.apikeys.v2.ApiTarget
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ApiTarget.BuilderImplements
ApiTargetOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
Methods
addAllMethods(Iterable<String> values)
public ApiTarget.Builder addAllMethods(Iterable<String> values) Optional. List of one or more methods that can be called.
 If empty, all methods for the service are allowed. A wildcard
 () can be used as the last symbol.
 Valid examples:
   google.cloud.translate.v2.TranslateService.GetSupportedLanguage
   TranslateText
   Get
   translate.googleapis.com.Get*
 repeated string methods = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| values | Iterable<String>The methods to add. | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | This builder for chaining. | 
addMethods(String value)
public ApiTarget.Builder addMethods(String value) Optional. List of one or more methods that can be called.
 If empty, all methods for the service are allowed. A wildcard
 () can be used as the last symbol.
 Valid examples:
   google.cloud.translate.v2.TranslateService.GetSupportedLanguage
   TranslateText
   Get
   translate.googleapis.com.Get*
 repeated string methods = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe methods to add. | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | This builder for chaining. | 
addMethodsBytes(ByteString value)
public ApiTarget.Builder addMethodsBytes(ByteString value) Optional. List of one or more methods that can be called.
 If empty, all methods for the service are allowed. A wildcard
 () can be used as the last symbol.
 Valid examples:
   google.cloud.translate.v2.TranslateService.GetSupportedLanguage
   TranslateText
   Get
   translate.googleapis.com.Get*
 repeated string methods = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes of the methods to add. | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | This builder for chaining. | 
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ApiTarget.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
build()
public ApiTarget build()| Returns | |
|---|---|
| Type | Description | 
| ApiTarget | |
buildPartial()
public ApiTarget buildPartial()| Returns | |
|---|---|
| Type | Description | 
| ApiTarget | |
clear()
public ApiTarget.Builder clear()| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
clearField(Descriptors.FieldDescriptor field)
public ApiTarget.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
clearMethods()
public ApiTarget.Builder clearMethods() Optional. List of one or more methods that can be called.
 If empty, all methods for the service are allowed. A wildcard
 () can be used as the last symbol.
 Valid examples:
   google.cloud.translate.v2.TranslateService.GetSupportedLanguage
   TranslateText
   Get
   translate.googleapis.com.Get*
 repeated string methods = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | This builder for chaining. | 
clearOneof(Descriptors.OneofDescriptor oneof)
public ApiTarget.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
| oneof | OneofDescriptor | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
clearService()
public ApiTarget.Builder clearService() The service for this restriction. It should be the canonical
 service name, for example: translate.googleapis.com.
 You can use gcloud services list
 to get a list of services that are enabled in the project.
 string service = 1;
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | This builder for chaining. | 
clone()
public ApiTarget.Builder clone()| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
getDefaultInstanceForType()
public ApiTarget getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
| ApiTarget | |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
| Descriptor | |
getMethods(int index)
public String getMethods(int index) Optional. List of one or more methods that can be called.
 If empty, all methods for the service are allowed. A wildcard
 () can be used as the last symbol.
 Valid examples:
   google.cloud.translate.v2.TranslateService.GetSupportedLanguage
   TranslateText
   Get
   translate.googleapis.com.Get*
 repeated string methods = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the element to return. | 
| Returns | |
|---|---|
| Type | Description | 
| String | The methods at the given index. | 
getMethodsBytes(int index)
public ByteString getMethodsBytes(int index) Optional. List of one or more methods that can be called.
 If empty, all methods for the service are allowed. A wildcard
 () can be used as the last symbol.
 Valid examples:
   google.cloud.translate.v2.TranslateService.GetSupportedLanguage
   TranslateText
   Get
   translate.googleapis.com.Get*
 repeated string methods = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description | 
| index | intThe index of the value to return. | 
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes of the methods at the given index. | 
getMethodsCount()
public int getMethodsCount() Optional. List of one or more methods that can be called.
 If empty, all methods for the service are allowed. A wildcard
 () can be used as the last symbol.
 Valid examples:
   google.cloud.translate.v2.TranslateService.GetSupportedLanguage
   TranslateText
   Get
   translate.googleapis.com.Get*
 repeated string methods = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| int | The count of methods. | 
getMethodsList()
public ProtocolStringList getMethodsList() Optional. List of one or more methods that can be called.
 If empty, all methods for the service are allowed. A wildcard
 () can be used as the last symbol.
 Valid examples:
   google.cloud.translate.v2.TranslateService.GetSupportedLanguage
   TranslateText
   Get
   translate.googleapis.com.Get*
 repeated string methods = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description | 
| ProtocolStringList | A list containing the methods. | 
getService()
public String getService() The service for this restriction. It should be the canonical
 service name, for example: translate.googleapis.com.
 You can use gcloud services list
 to get a list of services that are enabled in the project.
 string service = 1;
| Returns | |
|---|---|
| Type | Description | 
| String | The service. | 
getServiceBytes()
public ByteString getServiceBytes() The service for this restriction. It should be the canonical
 service name, for example: translate.googleapis.com.
 You can use gcloud services list
 to get a list of services that are enabled in the project.
 string service = 1;
| Returns | |
|---|---|
| Type | Description | 
| ByteString | The bytes for service. | 
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
| FieldAccessorTable | |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
| boolean | |
mergeFrom(ApiTarget other)
public ApiTarget.Builder mergeFrom(ApiTarget other)| Parameter | |
|---|---|
| Name | Description | 
| other | ApiTarget | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ApiTarget.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
| input | CodedInputStream | 
| extensionRegistry | ExtensionRegistryLite | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
| Exceptions | |
|---|---|
| Type | Description | 
| IOException | |
mergeFrom(Message other)
public ApiTarget.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
| other | Message | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ApiTarget.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
setField(Descriptors.FieldDescriptor field, Object value)
public ApiTarget.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
setMethods(int index, String value)
public ApiTarget.Builder setMethods(int index, String value) Optional. List of one or more methods that can be called.
 If empty, all methods for the service are allowed. A wildcard
 () can be used as the last symbol.
 Valid examples:
   google.cloud.translate.v2.TranslateService.GetSupportedLanguage
   TranslateText
   Get
   translate.googleapis.com.Get*
 repeated string methods = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameters | |
|---|---|
| Name | Description | 
| index | intThe index to set the value at. | 
| value | StringThe methods to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | This builder for chaining. | 
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ApiTarget.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description | 
| field | FieldDescriptor | 
| index | int | 
| value | Object | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |
setService(String value)
public ApiTarget.Builder setService(String value) The service for this restriction. It should be the canonical
 service name, for example: translate.googleapis.com.
 You can use gcloud services list
 to get a list of services that are enabled in the project.
 string service = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | StringThe service to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | This builder for chaining. | 
setServiceBytes(ByteString value)
public ApiTarget.Builder setServiceBytes(ByteString value) The service for this restriction. It should be the canonical
 service name, for example: translate.googleapis.com.
 You can use gcloud services list
 to get a list of services that are enabled in the project.
 string service = 1;
| Parameter | |
|---|---|
| Name | Description | 
| value | ByteStringThe bytes for service to set. | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | This builder for chaining. | 
setUnknownFields(UnknownFieldSet unknownFields)
public final ApiTarget.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
| unknownFields | UnknownFieldSet | 
| Returns | |
|---|---|
| Type | Description | 
| ApiTarget.Builder | |