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
ProtocolMessageEnumStatic Fields
Name | Description |
CONSUMER_TYPE_UNSPECIFIED | This is never used. |
CONSUMER_TYPE_UNSPECIFIED_VALUE | This is never used. |
FOLDER | The consumer is a Google Cloud Folder. |
FOLDER_VALUE | The consumer is a Google Cloud Folder. |
ORGANIZATION | The consumer is a Google Cloud Organization. |
ORGANIZATION_VALUE | The consumer is a Google Cloud Organization. |
PROJECT | The consumer is a Google Cloud Project. |
PROJECT_VALUE | The consumer is a Google Cloud Project. |
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_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. |
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() |