Google Cloud Gke Hub V1 Client - Class Code (1.3.0)

Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class Code.

Code describes the state of a Scope resource.

Protobuf type google.cloud.gkehub.v1.ScopeLifecycleState.Code

Namespace

Google \ Cloud \ GkeHub \ V1 \ ScopeLifecycleState

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

CODE_UNSPECIFIED

Value: 0

The code is not set.

Generated from protobuf enum CODE_UNSPECIFIED = 0;

CREATING

Value: 1

The scope is being created.

Generated from protobuf enum CREATING = 1;

READY

Value: 2

The scope active.

Generated from protobuf enum READY = 2;

DELETING

Value: 3

The scope is being deleted.

Generated from protobuf enum DELETING = 3;

UPDATING

Value: 4

The scope is being updated.

Generated from protobuf enum UPDATING = 4;