Google Cloud Quotas V1 Client - Class ContainerType (0.2.2)

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 \ QuotaInfo

Methods

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;