Enum ClientLibraryOrganization (2.37.1)

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

ProtocolMessageEnum

Static Fields

NameDescription
ADS

Ads (Advertising) Org.

ADS = 2;

ADS_VALUE

Ads (Advertising) Org.

ADS = 2;

CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED

Not useful.

CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;

CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED_VALUE

Not useful.

CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED = 0;

CLOUD

Google Cloud Platform Org.

CLOUD = 1;

CLOUD_VALUE

Google Cloud Platform Org.

CLOUD = 1;

GENERATIVE_AI

Generative AI - https://developers.generativeai.google

GENERATIVE_AI = 7;

GENERATIVE_AI_VALUE

Generative AI - https://developers.generativeai.google

GENERATIVE_AI = 7;

GEO

Geo Org.

GEO = 6;

GEO_VALUE

Geo Org.

GEO = 6;

PHOTOS

Photos Org.

PHOTOS = 3;

PHOTOS_VALUE

Photos Org.

PHOTOS = 3;

SHOPPING

Shopping Org.

SHOPPING = 5;

SHOPPING_VALUE

Shopping Org.

SHOPPING = 5;

STREET_VIEW

Street View Org.

STREET_VIEW = 4;

STREET_VIEW_VALUE

Street View Org.

STREET_VIEW = 4;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()