| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
MetricAbsence |
MetricAbsence.clone() |
MetricAbsence |
Condition.getConditionAbsent()
A condition that checks that a time series continues to receive new data points.
|
MetricAbsence |
MetricAbsence.set(java.lang.String fieldName,
java.lang.Object value) |
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).
|
MetricAbsence |
MetricAbsence.setDuration(java.lang.String duration)
The amount of time that a time series must fail to report new data to be considered failing.
|
MetricAbsence |
MetricAbsence.setFilter(java.lang.String filter)
A filter that identifies which time series should be compared with the threshold.The filter is
similar to the one that is specified in the MetricService.ListTimeSeries request (that call is
useful to verify the time series that will be retrieved / processed) and must specify the
metric type and optionally may contain restrictions on resource type, resource labels, and
metric labels.
|
MetricAbsence |
MetricAbsence.setTrigger(Trigger trigger)
The number/percent of time series for which the comparison must hold in order for the condition
to trigger.
|
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.setConditionAbsent(MetricAbsence conditionAbsent)
A condition that checks that a time series continues to receive new data points.
|