public static interface Alert.TriggerInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Alert.ComponentDesc |
getComponent()
component (e.g.
|
Alert.ComponentDescOrBuilder |
getComponentOrBuilder()
component (e.g.
|
boolean |
getHasError()
the window has missing monitoring data
|
long |
getLongValue()
int64 longValue = 7; |
CommandAlert.StatusValue |
getStatusValue()
.command_alert.StatusValue statusValue = 8; |
int |
getStatusValueValue()
.command_alert.StatusValue statusValue = 8; |
Alert.TriggerInfo.ValueCase |
getValueCase() |
long |
getWindow()
window of the trigger
|
boolean |
hasComponent()
component (e.g.
|
boolean |
hasLongValue()
int64 longValue = 7; |
boolean |
hasStatusValue()
.command_alert.StatusValue statusValue = 8; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
long getWindow()
window of the trigger
int64 window = 1;
boolean getHasError()
the window has missing monitoring data
bool hasError = 2;
boolean hasComponent()
component (e.g. topic or broker) that fired the trigger
.alert.ComponentDesc component = 3;
Alert.ComponentDesc getComponent()
component (e.g. topic or broker) that fired the trigger
.alert.ComponentDesc component = 3;
Alert.ComponentDescOrBuilder getComponentOrBuilder()
component (e.g. topic or broker) that fired the trigger
.alert.ComponentDesc component = 3;
boolean hasLongValue()
int64 longValue = 7;
long getLongValue()
int64 longValue = 7;
boolean hasStatusValue()
.command_alert.StatusValue statusValue = 8;
int getStatusValueValue()
.command_alert.StatusValue statusValue = 8;
CommandAlert.StatusValue getStatusValue()
.command_alert.StatusValue statusValue = 8;
Alert.TriggerInfo.ValueCase getValueCase()