Interface PickTimeSeriesFilterOrBuilder (2.20.0)

public interface PickTimeSeriesFilterOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDirection()

public abstract PickTimeSeriesFilter.Direction getDirection()

How to use the ranking to select time series that pass through the filter.

.google.monitoring.dashboard.v1.PickTimeSeriesFilter.Direction direction = 3;

Returns
TypeDescription
PickTimeSeriesFilter.Direction

The direction.

getDirectionValue()

public abstract int getDirectionValue()

How to use the ranking to select time series that pass through the filter.

.google.monitoring.dashboard.v1.PickTimeSeriesFilter.Direction direction = 3;

Returns
TypeDescription
int

The enum numeric value on the wire for direction.

getNumTimeSeries()

public abstract int getNumTimeSeries()

How many time series to allow to pass through the filter.

int32 num_time_series = 2;

Returns
TypeDescription
int

The numTimeSeries.

getRankingMethod()

public abstract PickTimeSeriesFilter.Method getRankingMethod()

ranking_method is applied to each time series independently to produce the value which will be used to compare the time series to other time series.

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

Returns
TypeDescription
PickTimeSeriesFilter.Method

The rankingMethod.

getRankingMethodValue()

public abstract int getRankingMethodValue()

ranking_method is applied to each time series independently to produce the value which will be used to compare the time series to other time series.

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

Returns
TypeDescription
int

The enum numeric value on the wire for rankingMethod.