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 \ ScopeLifecycleStateMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
CODE_UNSPECIFIED
Value: 0The code is not set.
Generated from protobuf enum CODE_UNSPECIFIED = 0;
CREATING
Value: 1The scope is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2The scope active.
Generated from protobuf enum READY = 2;
DELETING
Value: 3The scope is being deleted.
Generated from protobuf enum DELETING = 3;
UPDATING
Value: 4The scope is being updated.
Generated from protobuf enum UPDATING = 4;