Interface Metric.MeasureOrBuilder (0.3.0)

public static interface Metric.MeasureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAggregateFunction()

public abstract Metric.AggregateFunction getAggregateFunction()

Function used to calculate the aggregated measure.

.google.backstory.Metric.AggregateFunction aggregate_function = 2;

Returns
Type Description
Metric.AggregateFunction

The aggregateFunction.

getAggregateFunctionValue()

public abstract int getAggregateFunctionValue()

Function used to calculate the aggregated measure.

.google.backstory.Metric.AggregateFunction aggregate_function = 2;

Returns
Type Description
int

The enum numeric value on the wire for aggregateFunction.

getValue()

public abstract double getValue()

Value of the aggregated measure.

double value = 1;

Returns
Type Description
double

The value.