Enum CheckResponse.ConsumerInfo.ConsumerType (1.41.0)

public enum CheckResponse.ConsumerInfo.ConsumerType extends Enum<CheckResponse.ConsumerInfo.ConsumerType> implements ProtocolMessageEnum

The type of the consumer as defined in Google Resource Manager.

Protobuf enum google.api.servicecontrol.v1.CheckResponse.ConsumerInfo.ConsumerType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CONSUMER_TYPE_UNSPECIFIED

This is never used.

CONSUMER_TYPE_UNSPECIFIED = 0;

CONSUMER_TYPE_UNSPECIFIED_VALUE

This is never used.

CONSUMER_TYPE_UNSPECIFIED = 0;

FOLDER

The consumer is a Google Cloud Folder.

FOLDER = 2;

FOLDER_VALUE

The consumer is a Google Cloud Folder.

FOLDER = 2;

ORGANIZATION

The consumer is a Google Cloud Organization.

ORGANIZATION = 3;

ORGANIZATION_VALUE

The consumer is a Google Cloud Organization.

ORGANIZATION = 3;

PROJECT

The consumer is a Google Cloud Project.

PROJECT = 1;

PROJECT_VALUE

The consumer is a Google Cloud Project.

PROJECT = 1;

SERVICE_SPECIFIC

Service-specific resource container which is defined by the service producer to offer their users the ability to manage service control functionalities at a finer level of granularity than the PROJECT.

SERVICE_SPECIFIC = 4;

SERVICE_SPECIFIC_VALUE

Service-specific resource container which is defined by the service producer to offer their users the ability to manage service control functionalities at a finer level of granularity than the PROJECT.

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