Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class CommonFeatureState.
CommonFeatureState contains Hub-wide Feature status information.
Generated from protobuf message google.cloud.gkehub.v1.CommonFeatureState
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
FeatureState
Output only. The "running state" of the Feature in this Hub. |
getState
Output only. The "running state" of the Feature in this Hub.
| Returns | |
|---|---|
| Type | Description |
FeatureState|null |
|
hasState
clearState
setState
Output only. The "running state" of the Feature in this Hub.
| Parameter | |
|---|---|
| Name | Description |
var |
FeatureState
|
| Returns | |
|---|---|
| Type | Description |
$this |
|