public static interface AlertPolicy.Condition.TriggerOrBuilder
extends com.google.protobuf.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() |
boolean |
hasCount()
The absolute number of time series that must fail
the predicate for the condition to be triggered.
|
boolean |
hasPercent()
The percentage of time series that must fail the
predicate for the condition to be triggered.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCount()
The absolute number of time series that must fail the predicate for the condition to be triggered.
int32 count = 1;int getCount()
The absolute number of time series that must fail the predicate for the condition to be triggered.
int32 count = 1;boolean hasPercent()
The percentage of time series that must fail the predicate for the condition to be triggered.
double percent = 2;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()
Copyright © 2024 Google LLC. All rights reserved.