public enum ClientLibraryOrganization extends Enum<ClientLibraryOrganization> implements com.google.protobuf.ProtocolMessageEnum
The organization for which the client libraries are being published. Affects the url where generated docs are published, etc.Protobuf enum
google.api.ClientLibraryOrganization| Enum Constant and Description |
|---|
ADS
Ads (Advertising) Org.
|
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED
Not useful.
|
CLOUD
Google Cloud Platform Org.
|
PHOTOS
Photos Org.
|
STREET_VIEW
Street View Org.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ADS_VALUE
Ads (Advertising) Org.
|
static int |
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED_VALUE
Not useful.
|
static int |
CLOUD_VALUE
Google Cloud Platform Org.
|
static int |
PHOTOS_VALUE
Photos Org.
|
static int |
STREET_VIEW_VALUE
Street View Org.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientLibraryOrganization |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ClientLibraryOrganization> |
internalGetValueMap() |
static ClientLibraryOrganization |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClientLibraryOrganization |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ClientLibraryOrganization |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientLibraryOrganization[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientLibraryOrganization CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED
Not useful.
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;public static final ClientLibraryOrganization CLOUD
Google Cloud Platform Org.
CLOUD = 1;public static final ClientLibraryOrganization ADS
Ads (Advertising) Org.
ADS = 2;public static final ClientLibraryOrganization PHOTOS
Photos Org.
PHOTOS = 3;public static final ClientLibraryOrganization STREET_VIEW
Street View Org.
STREET_VIEW = 4;public static final ClientLibraryOrganization UNRECOGNIZED
public static final int CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED_VALUE
Not useful.
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;public static final int CLOUD_VALUE
Google Cloud Platform Org.
CLOUD = 1;public static final int ADS_VALUE
Ads (Advertising) Org.
ADS = 2;public static final int PHOTOS_VALUE
Photos Org.
PHOTOS = 3;public static final int STREET_VIEW_VALUE
Street View Org.
STREET_VIEW = 4;public static ClientLibraryOrganization[] values()
for (ClientLibraryOrganization c : ClientLibraryOrganization.values()) System.out.println(c);
public static ClientLibraryOrganization valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static ClientLibraryOrganization valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static ClientLibraryOrganization forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<ClientLibraryOrganization> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ClientLibraryOrganization valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.