Google Cloud Config V1 Client - Class State (1.6.1)

Reference documentation and code samples for the Google Cloud Config V1 Client class State.

Possible states of a resource.

Protobuf type google.cloud.config.v1.Resource.State

Namespace

Google \ Cloud \ Config \ V1 \ Resource

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;

PLANNED

Value: 1

Resource has been planned for reconcile.

Generated from protobuf enum PLANNED = 1;

IN_PROGRESS

Value: 2

Resource is actively reconciling into the intended state.

Generated from protobuf enum IN_PROGRESS = 2;

RECONCILED

Value: 3

Resource has reconciled to intended state.

Generated from protobuf enum RECONCILED = 3;

FAILED

Value: 4

Resource failed to reconcile.

Generated from protobuf enum FAILED = 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.