| Package | Description |
|---|---|
| com.google.api.services.monitoring.v3.model |
| Modifier and Type | Method and Description |
|---|---|
Condition |
Condition.clone() |
Condition |
Condition.set(java.lang.String fieldName,
java.lang.Object value) |
Condition |
Condition.setConditionAbsent(MetricAbsence conditionAbsent)
A condition that checks that a time series continues to receive new data points.
|
Condition |
Condition.setConditionThreshold(MetricThreshold conditionThreshold)
A condition that compares a time series against a threshold.
|
Condition |
Condition.setDisplayName(java.lang.String displayName)
A short name or phrase used to identify the condition in dashboards, notifications, and
incidents.
|
Condition |
Condition.setName(java.lang.String name)
Required if the condition exists.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Condition> |
AlertPolicy.getConditions()
A list of conditions for the policy.
|
| Modifier and Type | Method and Description |
|---|---|
AlertPolicy |
AlertPolicy.setConditions(java.util.List<Condition> conditions)
A list of conditions for the policy.
|