Package com.google.api
Interface CommonLanguageSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommonLanguageSettings
,CommonLanguageSettings.Builder
public interface CommonLanguageSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method 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.java.util.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.java.util.List<java.lang.Integer>
getDestinationsValueList()
The destination where API teams want this client library to be published.java.lang.String
getReferenceDocsUri()
Deprecated.google.api.CommonLanguageSettings.reference_docs_uri is deprecated.com.google.protobuf.ByteString
getReferenceDocsUriBytes()
Deprecated.google.api.CommonLanguageSettings.reference_docs_uri is deprecated.SelectiveGapicGeneration
getSelectiveGapicGeneration()
Configuration for which RPCs should be generated in the GAPIC client.SelectiveGapicGenerationOrBuilder
getSelectiveGapicGenerationOrBuilder()
Configuration for which RPCs should be generated in the GAPIC client.boolean
hasSelectiveGapicGeneration()
Configuration for which RPCs should be generated in the GAPIC client.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getReferenceDocsUri
@Deprecated java.lang.String 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 [deprecated = true];
- Returns:
- The referenceDocsUri.
-
getReferenceDocsUriBytes
@Deprecated com.google.protobuf.ByteString 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 [deprecated = true];
- Returns:
- The bytes for referenceDocsUri.
-
getDestinationsList
java.util.List<ClientLibraryDestination> getDestinationsList()
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2;
- 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;
- Returns:
- The count of destinations.
-
getDestinations
ClientLibraryDestination getDestinations(int index)
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The destinations at the given index.
-
getDestinationsValueList
java.util.List<java.lang.Integer> getDestinationsValueList()
The destination where API teams want this client library to be published.
repeated .google.api.ClientLibraryDestination destinations = 2;
- 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;
- 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;
- 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;
- Returns:
- The selectiveGapicGeneration.
-
getSelectiveGapicGenerationOrBuilder
SelectiveGapicGenerationOrBuilder getSelectiveGapicGenerationOrBuilder()
Configuration for which RPCs should be generated in the GAPIC client.
.google.api.SelectiveGapicGeneration selective_gapic_generation = 3;
-
-