Interface CommonLanguageSettingsOrBuilder (2.37.1)

public interface CommonLanguageSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDestinations(int index)

public abstract ClientLibraryDestination getDestinations(int index)

The destination where API teams want this client library to be published.

repeated .google.api.ClientLibraryDestination destinations = 2;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
ClientLibraryDestination

The destinations at the given index.

getDestinationsCount()

public abstract int getDestinationsCount()

The destination where API teams want this client library to be published.

repeated .google.api.ClientLibraryDestination destinations = 2;

Returns
TypeDescription
int

The count of destinations.

getDestinationsList()

public abstract List<ClientLibraryDestination> getDestinationsList()

The destination where API teams want this client library to be published.

repeated .google.api.ClientLibraryDestination destinations = 2;

Returns
TypeDescription
List<ClientLibraryDestination>

A list containing the destinations.

getDestinationsValue(int index)

public abstract int getDestinationsValue(int index)

The destination where API teams want this client library to be published.

repeated .google.api.ClientLibraryDestination destinations = 2;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
int

The enum numeric value on the wire of destinations at the given index.

getDestinationsValueList()

public abstract List<Integer> getDestinationsValueList()

The destination where API teams want this client library to be published.

repeated .google.api.ClientLibraryDestination destinations = 2;

Returns
TypeDescription
List<Integer>

A list containing the enum numeric values on the wire for destinations.

getReferenceDocsUri() (deprecated)

public abstract String getReferenceDocsUri()

Deprecated. google.api.CommonLanguageSettings.reference_docs_uri is deprecated. See google/api/client.proto;l=122

Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest

string reference_docs_uri = 1 [deprecated = true];

Returns
TypeDescription
String

The referenceDocsUri.

getReferenceDocsUriBytes() (deprecated)

public abstract ByteString getReferenceDocsUriBytes()

Deprecated. google.api.CommonLanguageSettings.reference_docs_uri is deprecated. See google/api/client.proto;l=122

Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest

string reference_docs_uri = 1 [deprecated = true];

Returns
TypeDescription
ByteString

The bytes for referenceDocsUri.