Uses of Interface
com.google.monitoring.v3.AlertPolicy.ConditionOrBuilder
-
Packages that use AlertPolicy.ConditionOrBuilder Package Description com.google.monitoring.v3 -
-
Uses of AlertPolicy.ConditionOrBuilder in com.google.monitoring.v3
Classes in com.google.monitoring.v3 that implement AlertPolicy.ConditionOrBuilder Modifier and Type Class Description static class
AlertPolicy.Condition
A condition is a true/false test that determines when an alerting policy should open an incident.static class
AlertPolicy.Condition.Builder
A condition is a true/false test that determines when an alerting policy should open an incident.Methods in com.google.monitoring.v3 that return AlertPolicy.ConditionOrBuilder Modifier and Type Method Description AlertPolicy.ConditionOrBuilder
AlertPolicy.Builder. getConditionsOrBuilder(int index)
A list of conditions for the policy.AlertPolicy.ConditionOrBuilder
AlertPolicy. getConditionsOrBuilder(int index)
A list of conditions for the policy.AlertPolicy.ConditionOrBuilder
AlertPolicyOrBuilder. getConditionsOrBuilder(int index)
A list of conditions for the policy.Methods in com.google.monitoring.v3 that return types with arguments of type AlertPolicy.ConditionOrBuilder Modifier and Type Method Description List<? extends AlertPolicy.ConditionOrBuilder>
AlertPolicy.Builder. getConditionsOrBuilderList()
A list of conditions for the policy.List<? extends AlertPolicy.ConditionOrBuilder>
AlertPolicy. getConditionsOrBuilderList()
A list of conditions for the policy.List<? extends AlertPolicy.ConditionOrBuilder>
AlertPolicyOrBuilder. getConditionsOrBuilderList()
A list of conditions for the policy.
-