Class ApiTarget.Builder (0.81.0)

public static final class ApiTarget.Builder extends GeneratedMessage.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
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 String

The 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 ByteString

The bytes of the methods to add.

Returns
Type Description
ApiTarget.Builder

This builder for chaining.

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
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
Type Description
ApiTarget.Builder

This builder for chaining.

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.

getDefaultInstanceForType()

public ApiTarget getDefaultInstanceForType()
Returns
Type Description
ApiTarget

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
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
Name Description
index int

The 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 int

The 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 GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

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
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public ApiTarget.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
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
Name Description
index int

The index to set the value at.

value String

The methods to set.

Returns
Type Description
ApiTarget.Builder

This builder for chaining.

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 String

The 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 ByteString

The bytes for service to set.

Returns
Type Description
ApiTarget.Builder

This builder for chaining.