public interface CommonLanguageSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ClientLibraryDestination |
getDestinations(int index)
The destination where API teams want this client library to be published.
|
int |
getDestinationsCount()
The destination where API teams want this client library to be published.
|
List<ClientLibraryDestination> |
getDestinationsList()
The destination where API teams want this client library to be published.
|
int |
getDestinationsValue(int index)
The destination where API teams want this client library to be published.
|
List<Integer> |
getDestinationsValueList()
The destination where API teams want this client library to be published.
|
String |
getReferenceDocsUri()
Link to automatically generated reference documentation.
|
com.google.protobuf.ByteString |
getReferenceDocsUriBytes()
Link to automatically generated reference documentation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getReferenceDocsUri()
Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
string reference_docs_uri = 1;com.google.protobuf.ByteString getReferenceDocsUriBytes()
Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
string reference_docs_uri = 1;List<ClientLibraryDestination> getDestinationsList()
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2;int getDestinationsCount()
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2;ClientLibraryDestination getDestinations(int index)
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2;index - The index of the element to return.List<Integer> getDestinationsValueList()
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2;int getDestinationsValue(int index)
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.