| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Condition.set(String fieldName,
Object value) |
Condition |
Condition.setConditionAbsent(MetricAbsence conditionAbsent)
A condition that checks that a time series continues to receive new data points.
|
Condition |
Condition.setConditionMatchedLog(LogMatch conditionMatchedLog)
A condition that checks for log messages matching given constraints.
|
Condition |
Condition.setConditionMonitoringQueryLanguage(MonitoringQueryLanguageCondition conditionMonitoringQueryLanguage)
A condition that uses the Monitoring Query Language to define alerts.
|
Condition |
Condition.setConditionPrometheusQueryLanguage(PrometheusQueryLanguageCondition conditionPrometheusQueryLanguage)
A condition that uses the Prometheus query language to define alerts.
|
Condition |
Condition.setConditionSql(SqlCondition conditionSql)
A condition that periodically evaluates a SQL query result.
|
Condition |
Condition.setConditionThreshold(MetricThreshold conditionThreshold)
A condition that compares a time series against a threshold.
|
Condition |
Condition.setDisplayName(String displayName)
A short name or phrase used to identify the condition in dashboards, notifications, and
incidents.
|
Condition |
Condition.setName(String name)
Required if the condition exists.
|
| Modifier and Type | Method and Description |
|---|---|
List<Condition> |
AlertPolicy.getConditions()
A list of conditions for the policy.
|
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy |
AlertPolicy.setConditions(List<Condition> conditions)
A list of conditions for the policy.
|
Copyright © 2011–2025 Google. All rights reserved.