Class ApiTarget.Builder (0.28.0)

public static final class ApiTarget.Builder extends GeneratedMessageV3.Builder<ApiTarget.Builder> implements ApiTargetOrBuilder

A restriction for a specific service and optionally one or multiple specific methods. Both fields are case insensitive.

Protobuf type google.api.apikeys.v2.ApiTarget

Implements

ApiTargetOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
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
NameDescription
valuesIterable<String>

The methods to add.

Returns
TypeDescription
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
NameDescription
valueString

The methods to add.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes of the methods to add.

Returns
TypeDescription
ApiTarget.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public ApiTarget.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ApiTarget.Builder
Overrides

build()

public ApiTarget build()
Returns
TypeDescription
ApiTarget

buildPartial()

public ApiTarget buildPartial()
Returns
TypeDescription
ApiTarget

clear()

public ApiTarget.Builder clear()
Returns
TypeDescription
ApiTarget.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public ApiTarget.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
ApiTarget.Builder
Overrides

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
TypeDescription
ApiTarget.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public ApiTarget.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
ApiTarget.Builder
Overrides

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
TypeDescription
ApiTarget.Builder

This builder for chaining.

clone()

public ApiTarget.Builder clone()
Returns
TypeDescription
ApiTarget.Builder
Overrides

getDefaultInstanceForType()

public ApiTarget getDefaultInstanceForType()
Returns
TypeDescription
ApiTarget

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for service.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(ApiTarget other)

public ApiTarget.Builder mergeFrom(ApiTarget other)
Parameter
NameDescription
otherApiTarget
Returns
TypeDescription
ApiTarget.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public ApiTarget.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ApiTarget.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public ApiTarget.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
ApiTarget.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final ApiTarget.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ApiTarget.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public ApiTarget.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
ApiTarget.Builder
Overrides

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
NameDescription
indexint

The index to set the value at.

valueString

The methods to set.

Returns
TypeDescription
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
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
ApiTarget.Builder
Overrides

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
NameDescription
valueString

The service to set.

Returns
TypeDescription
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
NameDescription
valueByteString

The bytes for service to set.

Returns
TypeDescription
ApiTarget.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final ApiTarget.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
ApiTarget.Builder
Overrides