Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class ResourceStatus.
The lifecycle status of an Evaluation resource.
Generated from protobuf message google.cloud.workloadmanager.v1.ResourceStatus
Namespace
Google \ Cloud \ WorkloadManager \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state |
int
State of the Evaluation resource. |
getState
State of the Evaluation resource.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type State. |
setState
State of the Evaluation resource.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type State. |
| Returns | |
|---|---|
| Type | Description |
$this |
|