| Package | Description |
|---|---|
| com.google.api |
| Modifier and Type | Method and Description |
|---|---|
static ClientLibraryDestination |
ClientLibraryDestination.forNumber(int value) |
ClientLibraryDestination |
CommonLanguageSettings.getDestinations(int index)
The destination where API teams want this client library to be published.
|
ClientLibraryDestination |
CommonLanguageSettings.Builder.getDestinations(int index)
The destination where API teams want this client library to be published.
|
ClientLibraryDestination |
CommonLanguageSettingsOrBuilder.getDestinations(int index)
The destination where API teams want this client library to be published.
|
static ClientLibraryDestination |
ClientLibraryDestination.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClientLibraryDestination |
ClientLibraryDestination.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ClientLibraryDestination |
ClientLibraryDestination.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientLibraryDestination[] |
ClientLibraryDestination.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClientLibraryDestination> |
CommonLanguageSettings.getDestinationsList()
The destination where API teams want this client library to be published.
|
List<ClientLibraryDestination> |
CommonLanguageSettings.Builder.getDestinationsList()
The destination where API teams want this client library to be published.
|
List<ClientLibraryDestination> |
CommonLanguageSettingsOrBuilder.getDestinationsList()
The destination where API teams want this client library to be published.
|
static com.google.protobuf.Internal.EnumLiteMap<ClientLibraryDestination> |
ClientLibraryDestination.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
CommonLanguageSettings.Builder |
CommonLanguageSettings.Builder.addDestinations(ClientLibraryDestination value)
The destination where API teams want this client library to be published.
|
CommonLanguageSettings.Builder |
CommonLanguageSettings.Builder.setDestinations(int index,
ClientLibraryDestination value)
The destination where API teams want this client library to be published.
|
| Modifier and Type | Method and Description |
|---|---|
CommonLanguageSettings.Builder |
CommonLanguageSettings.Builder.addAllDestinations(Iterable<? extends ClientLibraryDestination> values)
The destination where API teams want this client library to be published.
|
Copyright © 2022 Google LLC. All rights reserved.