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