public static interface Metric.MeasureOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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. |