Uses of Class
com.google.api.ClientLibraryDestination
-
Packages that use ClientLibraryDestination Package Description com.google.api -
-
Uses of ClientLibraryDestination in com.google.api
Methods in com.google.api that return ClientLibraryDestination Modifier and Type Method Description static ClientLibraryDestination
ClientLibraryDestination. forNumber(int value)
ClientLibraryDestination
CommonLanguageSettings.Builder. getDestinations(int index)
The destination where API teams want this client library to be published.ClientLibraryDestination
CommonLanguageSettings. 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(int value)
Deprecated.static ClientLibraryDestination
ClientLibraryDestination. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static ClientLibraryDestination
ClientLibraryDestination. valueOf(java.lang.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.Methods in com.google.api that return types with arguments of type ClientLibraryDestination Modifier and Type Method Description java.util.List<ClientLibraryDestination>
CommonLanguageSettings.Builder. getDestinationsList()
The destination where API teams want this client library to be published.java.util.List<ClientLibraryDestination>
CommonLanguageSettings. getDestinationsList()
The destination where API teams want this client library to be published.java.util.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()
Methods in com.google.api with parameters of type ClientLibraryDestination Modifier and Type Method 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.Method parameters in com.google.api with type arguments of type ClientLibraryDestination Modifier and Type Method Description CommonLanguageSettings.Builder
CommonLanguageSettings.Builder. addAllDestinations(java.lang.Iterable<? extends ClientLibraryDestination> values)
The destination where API teams want this client library to be published.
-