Uses of Enum
com.google.api.ClientLibraryOrganization
Packages that use ClientLibraryOrganization
-
Uses of ClientLibraryOrganization in com.google.api
Methods in com.google.api that return ClientLibraryOrganizationModifier and TypeMethodDescriptionstatic ClientLibraryOrganization
ClientLibraryOrganization.forNumber
(int value) Publishing.Builder.getOrganization()
For whom the client library is being published.Publishing.getOrganization()
For whom the client library is being published.PublishingOrBuilder.getOrganization()
For whom the client library is being published.static ClientLibraryOrganization
ClientLibraryOrganization.valueOf
(int value) Deprecated.static ClientLibraryOrganization
ClientLibraryOrganization.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.static ClientLibraryOrganization
Returns the enum constant of this type with the specified name.static ClientLibraryOrganization[]
ClientLibraryOrganization.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 ClientLibraryOrganizationModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap
<ClientLibraryOrganization> ClientLibraryOrganization.internalGetValueMap()
Methods in com.google.api with parameters of type ClientLibraryOrganizationModifier and TypeMethodDescriptionPublishing.Builder.setOrganization
(ClientLibraryOrganization value) For whom the client library is being published.