Reference documentation and code samples for the Google Cloud Quotas V1 Client class ContainerType.
The enumeration of the types of a cloud resource container.
Protobuf type google.api.cloudquotas.v1.QuotaInfo.ContainerType
Namespace
Google \ Cloud \ CloudQuotas \ V1 \ QuotaInfoMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
CONTAINER_TYPE_UNSPECIFIED
Value: 0
Unspecified container type.
Generated from protobuf enum CONTAINER_TYPE_UNSPECIFIED = 0;
PROJECT
Value: 1
consumer project
Generated from protobuf enum PROJECT = 1;
FOLDER
Value: 2
folder
Generated from protobuf enum FOLDER = 2;
ORGANIZATION
Value: 3
organization
Generated from protobuf enum ORGANIZATION = 3;