class documentation

class UsageState(Enum): (source)

View In Hierarchy

Undocumented

Constant USAGE_STATE_NOT_USED Capacity allowance is not currently in use.
Constant USAGE_STATE_UNKNOWN Capacity allowance region is unreachable, the current usage is therefore unknown. Please, retry the request later.
Constant USAGE_STATE_UNSPECIFIED Undocumented
Constant USAGE_STATE_USED Capacity allowance is actively in use.

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __PROTO_DESCRIPTOR__ Enum descriptor from the registry.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Variable __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
USAGE_STATE_NOT_USED: ellipsis = (source)

Capacity allowance is not currently in use.

Value
...
USAGE_STATE_UNKNOWN: ellipsis = (source)

Capacity allowance region is unreachable, the current usage is therefore unknown. Please, retry the request later.

Value
...
USAGE_STATE_UNSPECIFIED: ellipsis = (source)

Undocumented

Value
...
USAGE_STATE_USED: ellipsis = (source)

Capacity allowance is actively in use.

Value
...