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.
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.
int|string
setFailures
Output only. Number of failures.
var
int|string
$this
getNewFailures
Output only. Number of new failures compared to the previous execution.
int|string
setNewFailures
Output only. Number of new failures compared to the previous execution.
var
int|string
$this
getNewFixes
Output only. Number of new fixes compared to the previous execution.
int|string
setNewFixes
Output only. Number of new fixes compared to the previous execution.
var
int|string
$this

