Enum ClientLibraryOrganization (2.12.0)

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;

PHOTOS

Photos Org.

PHOTOS = 3;

PHOTOS_VALUE

Photos Org.

PHOTOS = 3;

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()