Reference documentation and code samples for the Google Cloud Config V1 Client class State.
Possible states of a preview.
Protobuf type google.cloud.config.v1.Preview.State
Namespace
Google \ Cloud \ Config \ V1 \ PreviewMethods
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 unknown.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
The preview is being created.
Generated from protobuf enum CREATING = 1;
SUCCEEDED
Value: 2
The preview has succeeded.
Generated from protobuf enum SUCCEEDED = 2;
APPLYING
Value: 3
The preview is being applied.
Generated from protobuf enum APPLYING = 3;
STALE
Value: 4
The preview is stale. A preview can become stale if a revision has been applied after this preview was created.
Generated from protobuf enum STALE = 4;
DELETING
Value: 5
The preview is being deleted.
Generated from protobuf enum DELETING = 5;
FAILED
Value: 6
The preview has encountered an unexpected error.
Generated from protobuf enum FAILED = 6;
DELETED
Value: 7
The preview has been deleted.
Generated from protobuf enum DELETED = 7;