public interface CommonLanguageSettingsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Name | Description |
index | int The index of the element to return. |
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;
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;
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;
Name | Description |
index | int The index of the value to return. |
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;
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=106
Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
string reference_docs_uri = 1 [deprecated = true];
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=106
Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
string reference_docs_uri = 1 [deprecated = true];
Type | Description |
ByteString | The bytes for referenceDocsUri. |