Google Cloud Run V2 Client - Class State (0.5.2)

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 \ Condition

Methods

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;

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.