| Package | Description |
|---|---|
| com.google.api.services.monitoring.v1.model |
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
Aggregation.clone() |
Aggregation |
TimeSeriesFilter.getAggregation()
By default, the raw time series data is returned.
|
Aggregation |
RatioPart.getAggregation()
By default, the raw time series data is returned.
|
Aggregation |
TimeSeriesFilter.getSecondaryAggregation()
Apply a second aggregation after aggregation is applied.
|
Aggregation |
TimeSeriesFilterRatio.getSecondaryAggregation()
Apply a second aggregation after the ratio is computed.
|
Aggregation |
Aggregation.set(String fieldName,
Object value) |
Aggregation |
Aggregation.setAlignmentPeriod(String alignmentPeriod)
The alignment_period specifies a time interval, in seconds, that is used to divide the data in
all the time series into consistent blocks of time.
|
Aggregation |
Aggregation.setCrossSeriesReducer(String crossSeriesReducer)
The reduction operation to be used to combine time series into a single time series, where the
value of each data point in the resulting series is a function of all the already aligned
values in the input time series.Not all reducer operations can be applied to all time series.
|
Aggregation |
Aggregation.setGroupByFields(List<String> groupByFields)
The set of fields to preserve when cross_series_reducer is specified.
|
Aggregation |
Aggregation.setPerSeriesAligner(String perSeriesAligner)
An Aligner describes how to bring the data points in a single time series into temporal
alignment.
|
| Modifier and Type | Method and Description |
|---|---|
TimeSeriesFilter |
TimeSeriesFilter.setAggregation(Aggregation aggregation)
By default, the raw time series data is returned.
|
RatioPart |
RatioPart.setAggregation(Aggregation aggregation)
By default, the raw time series data is returned.
|
TimeSeriesFilter |
TimeSeriesFilter.setSecondaryAggregation(Aggregation secondaryAggregation)
Apply a second aggregation after aggregation is applied.
|
TimeSeriesFilterRatio |
TimeSeriesFilterRatio.setSecondaryAggregation(Aggregation secondaryAggregation)
Apply a second aggregation after the ratio is computed.
|
Copyright © 2011–2021 Google. All rights reserved.