Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class ScopeLifecycleState.
ScopeLifecycleState describes the state of a Scope resource.
Generated from protobuf message google.cloud.gkehub.v1.ScopeLifecycleState
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ code |
int
Output only. The current state of the scope resource. |
getCode
Output only. The current state of the scope resource.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type Code. |
setCode
Output only. The current state of the scope resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type Code. |
| Returns | |
|---|---|
| Type | Description |
$this |
|