Google Cloud Resource Manager V3 Client - Class State (0.4.1)

Reference documentation and code samples for the Google Cloud Resource Manager V3 Client class State.

Organization lifecycle states.

Protobuf type google.cloud.resourcemanager.v3.Organization.State

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

Unspecified state. This is only useful for distinguishing unset values.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

ACTIVE

Value: 1

The normal and active state.

Generated from protobuf enum ACTIVE = 1;

DELETE_REQUESTED

Value: 2

The organization has been marked for deletion by the user.

Generated from protobuf enum DELETE_REQUESTED = 2;