Reference documentation and code samples for the Google Cloud Apigee Registry V1 Client class State.
State of the Instance.
Protobuf type google.cloud.apigeeregistry.v1.Instance.State
Namespace
Google \ Cloud \ ApigeeRegistry \ V1 \ InstanceMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
INACTIVE
Value: 1
The Instance has not been initialized or has been deleted.
Generated from protobuf enum INACTIVE = 1;
CREATING
Value: 2
The Instance is being created.
Generated from protobuf enum CREATING = 2;
ACTIVE
Value: 3
The Instance has been created and is ready for use.
Generated from protobuf enum ACTIVE = 3;
UPDATING
Value: 4
The Instance is being updated.
Generated from protobuf enum UPDATING = 4;
DELETING
Value: 5
The Instance is being deleted.
Generated from protobuf enum DELETING = 5;
FAILED
Value: 6
The Instance encountered an error during a state change.
Generated from protobuf enum FAILED = 6;