public static interface AlertPolicy.Condition.TriggerOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
int |
getCount()
The absolute number of time series that must fail
the predicate for the condition to be triggered.
|
double |
getPercent()
The percentage of time series that must fail the
predicate for the condition to be triggered.
|
AlertPolicy.Condition.Trigger.TypeCase |
getTypeCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getCount()
The absolute number of time series that must fail the predicate for the condition to be triggered.
int32 count = 1;
double getPercent()
The percentage of time series that must fail the predicate for the condition to be triggered.
double percent = 2;
AlertPolicy.Condition.Trigger.TypeCase getTypeCase()