public interface CommonLanguageSettingsOrBuilder extends MessageOrBuilderImplements
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 | intThe 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 | intThe 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()
public abstract String getReferenceDocsUri()Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
string reference_docs_uri = 1;
| Type | Description |
| String | The referenceDocsUri. |
getReferenceDocsUriBytes()
public abstract ByteString getReferenceDocsUriBytes()Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
string reference_docs_uri = 1;
| Type | Description |
| ByteString | The bytes for referenceDocsUri. |