public enum QuotaInfo.ContainerType extends Enum<QuotaInfo.ContainerType> implements ProtocolMessageEnum
The enumeration of the types of a cloud resource container.
Protobuf enum google.api.cloudquotas.v1.QuotaInfo.ContainerType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CONTAINER_TYPE_UNSPECIFIED |
Unspecified container type. |
CONTAINER_TYPE_UNSPECIFIED_VALUE |
Unspecified container type. |
FOLDER |
folder |
FOLDER_VALUE |
folder |
ORGANIZATION |
organization |
ORGANIZATION_VALUE |
organization |
PROJECT |
consumer project |
PROJECT_VALUE |
consumer 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() |