Interface CommonLanguageSettingsOrBuilder (2.39.0)

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
Name Description
index int

The index of the element to return.

Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int

The index of the value to return.

Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for referenceDocsUri.