Google Cloud Run V2 Client - Class State (0.5.2)
Stay organized with collections
Save and categorize content based on your preferences.
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: 0The default value. This value is used if the state is omitted.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CONDITION_PENDING
Value: 1Transient state: Reconciliation has not started yet.
Generated from protobuf enum CONDITION_PENDING = 1;
CONDITION_RECONCILING
Value: 2Transient state: reconciliation is still in progress.
Generated from protobuf enum CONDITION_RECONCILING = 2;
CONDITION_FAILED
Value: 3Terminal state: Reconciliation did not succeed.
Generated from protobuf enum CONDITION_FAILED = 3;
CONDITION_SUCCEEDED
Value: 4Terminal state: Reconciliation completed successfully.
Generated from protobuf enum CONDITION_SUCCEEDED = 4;