Google Cloud Container V1 Client - Class Metric (1.21.1)

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 \ OperationProgress

Methods

__construct

Constructor.

Parameters
NameDescription
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".

Returns
TypeDescription
string

setName

Required. Metric name, e.g., "nodes total", "percent done".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getIntValue

For metrics with integer value.

Returns
TypeDescription
int|string

hasIntValue

setIntValue

For metrics with integer value.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getDoubleValue

For metrics with floating point value.

Returns
TypeDescription
float

hasDoubleValue

setDoubleValue

For metrics with floating point value.

Parameter
NameDescription
var float
Returns
TypeDescription
$this

getStringValue

For metrics with custom values (ratios, visual progress, etc.).

Returns
TypeDescription
string

hasStringValue

setStringValue

For metrics with custom values (ratios, visual progress, etc.).

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValue

Returns
TypeDescription
string