Reference documentation and code samples for the Google Cloud Config V1 Client class State.
Possible states of a revision.
Protobuf type google.cloud.config.v1.Revision.State
Namespace
Google \ Cloud \ Config \ V1 \ RevisionMethods
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;
APPLYING
Value: 1
The revision is being applied.
Generated from protobuf enum APPLYING = 1;
APPLIED
Value: 2
The revision was applied successfully.
Generated from protobuf enum APPLIED = 2;
FAILED
Value: 3
The revision could not be applied successfully.
Generated from protobuf enum FAILED = 3;