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: 0Unspecified container type.
Generated from protobuf enum CONTAINER_TYPE_UNSPECIFIED = 0;
PROJECT
Value: 1consumer project
Generated from protobuf enum PROJECT = 1;
FOLDER
Value: 2folder
Generated from protobuf enum FOLDER = 2;
ORGANIZATION
Value: 3organization
Generated from protobuf enum ORGANIZATION = 3;