Package com.google.api
Interface CommonLanguageSettingsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CommonLanguageSettings
,CommonLanguageSettings.Builder
public interface CommonLanguageSettingsOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetDestinations
(int index) The destination where API teams want this client library to be published.int
The destination where API teams want this client library to be published.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.The destination where API teams want this client library to be published.Deprecated.google.api.CommonLanguageSettings.reference_docs_uri is deprecated.com.google.protobuf.ByteString
Deprecated.google.api.CommonLanguageSettings.reference_docs_uri is deprecated.Configuration for which RPCs should be generated in the GAPIC client.boolean
Configuration for which RPCs should be generated in the GAPIC client.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getReferenceDocsUri
Deprecated.google.api.CommonLanguageSettings.reference_docs_uri is deprecated. See google/api/client.proto;l=122Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
string reference_docs_uri = 1 [json_name = "referenceDocsUri", deprecated = true];
- Returns:
- The referenceDocsUri.
-
getReferenceDocsUriBytes
Deprecated.google.api.CommonLanguageSettings.reference_docs_uri is deprecated. See google/api/client.proto;l=122Link to automatically generated reference documentation. Example: https://cloud.google.com/nodejs/docs/reference/asset/latest
string reference_docs_uri = 1 [json_name = "referenceDocsUri", deprecated = true];
- Returns:
- The bytes for referenceDocsUri.
-
getDestinationsList
List<ClientLibraryDestination> getDestinationsList()The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2 [json_name = "destinations"];
- Returns:
- A list containing the destinations.
-
getDestinationsCount
int getDestinationsCount()The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2 [json_name = "destinations"];
- Returns:
- The count of destinations.
-
getDestinations
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2 [json_name = "destinations"];
- Parameters:
index
- The index of the element to return.- Returns:
- The destinations at the given index.
-
getDestinationsValueList
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2 [json_name = "destinations"];
- Returns:
- A list containing the enum numeric values on the wire for destinations.
-
getDestinationsValue
int getDestinationsValue(int index) The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2 [json_name = "destinations"];
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of destinations at the given index.
-
hasSelectiveGapicGeneration
boolean hasSelectiveGapicGeneration()Configuration for which RPCs should be generated in the GAPIC client.
.google.api.SelectiveGapicGeneration selective_gapic_generation = 3 [json_name = "selectiveGapicGeneration"];
- Returns:
- Whether the selectiveGapicGeneration field is set.
-
getSelectiveGapicGeneration
SelectiveGapicGeneration getSelectiveGapicGeneration()Configuration for which RPCs should be generated in the GAPIC client.
.google.api.SelectiveGapicGeneration selective_gapic_generation = 3 [json_name = "selectiveGapicGeneration"];
- Returns:
- The selectiveGapicGeneration.
-