Reference documentation and code samples for the Google Cloud Workload Manager V1 Client class Summary.
Execution summary.
Generated from protobuf message google.cloud.workloadmanager.v1.Execution.Summary
Namespace
Google \ Cloud \ WorkloadManager \ V1 \ ExecutionMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ failures |
int|string
Output only. Number of failures. |
↳ new_failures |
int|string
Output only. Number of new failures compared to the previous execution. |
↳ new_fixes |
int|string
Output only. Number of new fixes compared to the previous execution. |
getFailures
Output only. Number of failures.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setFailures
Output only. Number of failures.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNewFailures
Output only. Number of new failures compared to the previous execution.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setNewFailures
Output only. Number of new failures compared to the previous execution.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getNewFixes
Output only. Number of new fixes compared to the previous execution.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setNewFixes
Output only. Number of new fixes compared to the previous execution.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|