Reference documentation and code samples for the Google Cloud Run V2 Client class State.
Represents the possible Condition states.
Protobuf type google.cloud.run.v2.Condition.State
Namespace
Google \ Cloud \ Run \ V2 \ ConditionMethods
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;
CONDITION_PENDING
Value: 1
Transient state: Reconciliation has not started yet.
Generated from protobuf enum CONDITION_PENDING = 1;
CONDITION_RECONCILING
Value: 2
Transient state: reconciliation is still in progress.
Generated from protobuf enum CONDITION_RECONCILING = 2;
CONDITION_FAILED
Value: 3
Terminal state: Reconciliation did not succeed.
Generated from protobuf enum CONDITION_FAILED = 3;
CONDITION_SUCCEEDED
Value: 4
Terminal state: Reconciliation completed successfully.
Generated from protobuf enum CONDITION_SUCCEEDED = 4;