Reference documentation and code samples for the Google Cloud Container V1 Client class Metric.
Progress metric is (string, int|float|string) pair.
Generated from protobuf message google.container.v1.OperationProgress.Metric
Namespace
Google \ Cloud \ Container \ V1 \ OperationProgressMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Metric name, e.g., "nodes total", "percent done".
↳ int_value
int|string
For metrics with integer value.
↳ double_value
float
For metrics with floating point value.
↳ string_value
string
For metrics with custom values (ratios, visual progress, etc.).
getName
Required. Metric name, e.g., "nodes total", "percent done".
string
setName
Required. Metric name, e.g., "nodes total", "percent done".
var
string
$this
getIntValue
For metrics with integer value.
int|string
hasIntValue
setIntValue
For metrics with integer value.
var
int|string
$this
getDoubleValue
For metrics with floating point value.
float
hasDoubleValue
setDoubleValue
For metrics with floating point value.
var
float
$this
getStringValue
For metrics with custom values (ratios, visual progress, etc.).
string
hasStringValue
setStringValue
For metrics with custom values (ratios, visual progress, etc.).
var
string
$this
getValue
string