class MetricValue extends Model (View source)

Properties

string $metric
string[] $metricLabels
protected $valueHistogramType
protected $valueHistogramDataType
string $valueInt64

Methods

setMetric($metric)

No description

string
getMetric()

No description

setMetricLabels($metricLabels)

No description

string[]
getMetricLabels()

No description

setValueHistogram(DataflowHistogramValue $valueHistogram)

No description

setValueInt64($valueInt64)

No description

string
getValueInt64()

No description

Details

setMetric($metric)

No description

Parameters

$metric

string getMetric()

No description

Return Value

string

setMetricLabels($metricLabels)

No description

Parameters

$metricLabels

string[] getMetricLabels()

No description

Return Value

string[]

setValueHistogram(DataflowHistogramValue $valueHistogram)

No description

Parameters

DataflowHistogramValue $valueHistogram

DataflowHistogramValue getValueHistogram()

No description

Return Value

DataflowHistogramValue

setValueInt64($valueInt64)

No description

Parameters

$valueInt64

string getValueInt64()

No description

Return Value

string