Uses of Enum
com.google.api.ClientLibraryDestination
Packages that use ClientLibraryDestination
-
Uses of ClientLibraryDestination in com.google.api
Methods in com.google.api that return ClientLibraryDestinationModifier and TypeMethodDescriptionstatic ClientLibraryDestinationClientLibraryDestination.forNumber(int value) CommonLanguageSettings.Builder.getDestinations(int index) The destination where API teams want this client library to be published.CommonLanguageSettings.getDestinations(int index) The destination where API teams want this client library to be published.CommonLanguageSettingsOrBuilder.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 ClientLibraryDestinationReturns 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 ClientLibraryDestinationModifier and TypeMethodDescriptionCommonLanguageSettings.Builder.getDestinationsList()The destination where API teams want this client library to be published.CommonLanguageSettings.getDestinationsList()The destination where API teams want this client library to be published.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 ClientLibraryDestinationModifier and TypeMethodDescriptionCommonLanguageSettings.Builder.addDestinations(ClientLibraryDestination value) The destination where API teams want this client library to be published.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 ClientLibraryDestinationModifier and TypeMethodDescriptionCommonLanguageSettings.Builder.addAllDestinations(Iterable<? extends ClientLibraryDestination> values) The destination where API teams want this client library to be published.