| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Trigger |
Trigger.clone() |
Trigger |
MetricAbsence.getTrigger()
The number/percent of time series for which the comparison must hold in order for the condition
to trigger.
|
Trigger |
MonitoringQueryLanguageCondition.getTrigger()
The number/percent of time series for which the comparison must hold in order for the condition
to trigger.
|
Trigger |
MetricThreshold.getTrigger()
The number/percent of time series for which the comparison must hold in order for the condition
to trigger.
|
Trigger |
Trigger.set(String fieldName,
Object value) |
Trigger |
Trigger.setCount(Integer count)
The absolute number of time series that must fail the predicate for the condition to be
triggered.
|
Trigger |
Trigger.setPercent(Double percent)
The percentage of time series that must fail the predicate for the condition to be triggered.
|
| Modifier and Type | Method and Description |
|---|---|
MetricAbsence |
MetricAbsence.setTrigger(Trigger trigger)
The number/percent of time series for which the comparison must hold in order for the condition
to trigger.
|
MonitoringQueryLanguageCondition |
MonitoringQueryLanguageCondition.setTrigger(Trigger trigger)
The number/percent of time series for which the comparison must hold in order for the condition
to trigger.
|
MetricThreshold |
MetricThreshold.setTrigger(Trigger trigger)
The number/percent of time series for which the comparison must hold in order for the condition
to trigger.
|
Copyright © 2011–2025 Google. All rights reserved.