public enum ClientLibraryOrganization extends Enum<ClientLibraryOrganization> implements 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
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ADS |
Ads (Advertising) Org. |
ADS_VALUE |
Ads (Advertising) Org. |
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED |
Not useful. |
CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED_VALUE |
Not useful. |
CLOUD |
Google Cloud Platform Org. |
CLOUD_VALUE |
Google Cloud Platform Org. |
GENERATIVE_AI |
Generative AI - https://developers.generativeai.google |
GENERATIVE_AI_VALUE |
Generative AI - https://developers.generativeai.google |
GEO |
Geo Org. |
GEO_VALUE |
Geo Org. |
PHOTOS |
Photos Org. |
PHOTOS_VALUE |
Photos Org. |
SHOPPING |
Shopping Org. |
SHOPPING_VALUE |
Shopping Org. |
STREET_VIEW |
Street View Org. |
STREET_VIEW_VALUE |
Street View Org. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |