Interface StatisticalTimeSeriesFilterOrBuilder (2.3.0)

public interface StatisticalTimeSeriesFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNumTimeSeries()

public abstract int getNumTimeSeries()

How many time series to output.

int32 num_time_series = 2;

Returns
TypeDescription
int

The numTimeSeries.

getRankingMethod()

public abstract StatisticalTimeSeriesFilter.Method getRankingMethod()

rankingMethod is applied to a set of time series, and then the produced value for each individual time series is used to compare a given time series to others. These are methods that cannot be applied stream-by-stream, but rather require the full context of a request to evaluate time series.

.google.monitoring.dashboard.v1.StatisticalTimeSeriesFilter.Method ranking_method = 1;

Returns
TypeDescription
StatisticalTimeSeriesFilter.Method

The rankingMethod.

getRankingMethodValue()

public abstract int getRankingMethodValue()

rankingMethod is applied to a set of time series, and then the produced value for each individual time series is used to compare a given time series to others. These are methods that cannot be applied stream-by-stream, but rather require the full context of a request to evaluate time series.

.google.monitoring.dashboard.v1.StatisticalTimeSeriesFilter.Method ranking_method = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for rankingMethod.