Reference documentation and code samples for the Google Cloud Container V1 Client class OperationProgress.
Information about operation (or operation stage) progress.
Generated from protobuf message google.container.v1.OperationProgress
Namespace
Google \ Cloud \ Container \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
A non-parameterized string describing an operation stage. Unset for single-stage operations.
↳ status
int
Status of an operation stage. Unset for single-stage operations.
↳ metrics
array< Google\Cloud\Container\V1\OperationProgress\Metric
>
Progress metric bundle, for example: metrics: [{name: "nodes done", int_value: 15}, {name: "nodes total", int_value: 32}] or metrics: [{name: "progress", double_value: 0.56}, {name: "progress scale", double_value: 1.0}]
↳ stages
getName
A non-parameterized string describing an operation stage.
Unset for single-stage operations.
string
setName
A non-parameterized string describing an operation stage.
Unset for single-stage operations.
var
string
$this
getStatus
Status of an operation stage.
Unset for single-stage operations.
int
setStatus
Status of an operation stage.
Unset for single-stage operations.
var
int
$this
getMetrics
Progress metric bundle, for example: metrics: [{name: "nodes done", int_value: 15}, {name: "nodes total", int_value: 32}] or metrics: [{name: "progress", double_value: 0.56}, {name: "progress scale", double_value: 1.0}]
setMetrics
Progress metric bundle, for example: metrics: [{name: "nodes done", int_value: 15}, {name: "nodes total", int_value: 32}] or metrics: [{name: "progress", double_value: 0.56}, {name: "progress scale", double_value: 1.0}]
$this
getStages
Substages of an operation or a stage.
setStages
Substages of an operation or a stage.
$this