public interface PickTimeSeriesFilterOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for rankingMethod. |