| 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(String fieldName,
Object value) |
MetricAbsence |
MetricAbsence.setAggregations(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
resources).
|
MetricAbsence |
MetricAbsence.setDuration(String duration)
Required.
|
MetricAbsence |
MetricAbsence.setFilter(String filter)
Required.
|
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.
|
Copyright © 2011–2025 Google. All rights reserved.