Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class HierarchyControllerState.
State for Hierarchy Controller
Generated from protobuf message google.cloud.gkehub.configmanagement.v1.HierarchyControllerState
Namespace
Google \ Cloud \ GkeHub \ ConfigManagement \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ version |
Google\Cloud\GkeHub\ConfigManagement\V1\HierarchyControllerVersion
The version for Hierarchy Controller |
↳ state |
Google\Cloud\GkeHub\ConfigManagement\V1\HierarchyControllerDeploymentState
The deployment state for Hierarchy Controller |
getVersion
The version for Hierarchy Controller
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\GkeHub\ConfigManagement\V1\HierarchyControllerVersion|null |
|
hasVersion
clearVersion
setVersion
The version for Hierarchy Controller
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\GkeHub\ConfigManagement\V1\HierarchyControllerVersion
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getState
The deployment state for Hierarchy Controller
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\GkeHub\ConfigManagement\V1\HierarchyControllerDeploymentState|null |
|
hasState
clearState
setState
The deployment state for Hierarchy Controller
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\GkeHub\ConfigManagement\V1\HierarchyControllerDeploymentState
|
| Returns | |
|---|---|
| Type | Description |
$this |
|