Reference documentation and code samples for the Google Cloud Gke Hub V1 Client class FeatureResourceState.
FeatureResourceState describes the state of a Feature resource in the
GkeHub API. See FeatureState for the "running state" of the Feature in the
Hub and across Memberships.
Generated from protobuf message google.cloud.gkehub.v1.FeatureResourceState
Namespace
Google \ Cloud \ GkeHub \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
The current state of the Feature resource in the Hub API. |
getState
The current state of the Feature resource in the Hub API.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
The current state of the Feature resource in the Hub API.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|