| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Aggregation |
Aggregation.clone() |
Aggregation |
Aggregation.set(java.lang.String fieldName,
java.lang.Object value) |
Aggregation |
Aggregation.setAlignmentPeriod(java.lang.String alignmentPeriod)
The alignment period for per-time series alignment.
|
Aggregation |
Aggregation.setCrossSeriesReducer(java.lang.String crossSeriesReducer)
The approach to be used to combine time series.
|
Aggregation |
Aggregation.setGroupByFields(java.util.List<java.lang.String> groupByFields)
The set of fields to preserve when crossSeriesReducer is specified.
|
Aggregation |
Aggregation.setPerSeriesAligner(java.lang.String perSeriesAligner)
The approach to be used to align individual time series.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Aggregation> |
MetricAbsence.getAggregations()
Specifies the alignment of data points in individual time series as well as how to combine the
retrieved time series together (such as when aggregating multiple streams on each resource to a
single stream for each resource or when aggregating streams across all members of a group of
resrouces).
|
java.util.List<Aggregation> |
MetricThreshold.getAggregations()
Specifies the alignment of data points in individual time series as well as how to combine the
retrieved time series together (such as when aggregating multiple streams on each resource to a
single stream for each resource or when aggregating streams across all members of a group of
resrouces).
|
java.util.List<Aggregation> |
MetricThreshold.getDenominatorAggregations()
Specifies the alignment of data points in individual time series selected by denominatorFilter
as well as how to combine the retrieved time series together (such as when aggregating multiple
streams on each resource to a single stream for each resource or when aggregating streams
across all members of a group of resources).When computing ratios, the aggregations and
denominator_aggregations fields must use the same alignment period and produce time series that
have the same periodicity and labels.This field is similar to the one in the
MetricService.ListTimeSeries request.
|
| Modifier and Type | Method and Description |
|---|---|
MetricAbsence |
MetricAbsence.setAggregations(java.util.List<Aggregation> aggregations)
Specifies the alignment of data points in individual time series as well as how to combine the
retrieved time series together (such as when aggregating multiple streams on each resource to a
single stream for each resource or when aggregating streams across all members of a group of
resrouces).
|
MetricThreshold |
MetricThreshold.setAggregations(java.util.List<Aggregation> aggregations)
Specifies the alignment of data points in individual time series as well as how to combine the
retrieved time series together (such as when aggregating multiple streams on each resource to a
single stream for each resource or when aggregating streams across all members of a group of
resrouces).
|
MetricThreshold |
MetricThreshold.setDenominatorAggregations(java.util.List<Aggregation> denominatorAggregations)
Specifies the alignment of data points in individual time series selected by denominatorFilter
as well as how to combine the retrieved time series together (such as when aggregating multiple
streams on each resource to a single stream for each resource or when aggregating streams
across all members of a group of resources).When computing ratios, the aggregations and
denominator_aggregations fields must use the same alignment period and produce time series that
have the same periodicity and labels.This field is similar to the one in the
MetricService.ListTimeSeries request.
|