Interface CommandAlert.MonitoringTriggerConfigOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CommandAlert.MonitoringTriggerConfig,CommandAlert.MonitoringTriggerConfig.Builder
- Enclosing class:
CommandAlert
public static interface CommandAlert.MonitoringTriggerConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.command_alert.BrokerClusterComponents brokerClusters = 9;.command_alert.BrokerClusterComponents brokerClusters = 9;.command_alert.BrokerTriggerMetricType brokerMetric = 11;int.command_alert.BrokerTriggerMetricType brokerMetric = 11;string clusterId = 3;com.google.protobuf.ByteStringstring clusterId = 3;.command_alert.TriggerCondition condition = 6;int.command_alert.TriggerCondition condition = 6;getGroup()string group = 4;com.google.protobuf.ByteStringstring group = 4;getGuid()string guid = 1;com.google.protobuf.ByteStringstring guid = 1;longgetLagMs()int64 lagMs = 8;longint64 longValue = 7;.command_alert.TriggerMetricType metric = 5;int.command_alert.TriggerMetricType metric = 5;getName()string name = 2;com.google.protobuf.ByteStringstring name = 2;.command_alert.StatusValue statusValue = 13;int.command_alert.StatusValue statusValue = 13;getTopic().command_alert.TopicComponents topic = 10;.command_alert.TopicTriggerMetricType topicMetric = 12;int.command_alert.TopicTriggerMetricType topicMetric = 12;.command_alert.TopicComponents topic = 10;boolean.command_alert.BrokerClusterComponents brokerClusters = 9;boolean.command_alert.BrokerTriggerMetricType brokerMetric = 11;booleanhasGroup()string group = 4;booleanint64 longValue = 7;boolean.command_alert.TriggerMetricType metric = 5;boolean.command_alert.StatusValue statusValue = 13;booleanhasTopic().command_alert.TopicComponents topic = 10;boolean.command_alert.TopicTriggerMetricType topicMetric = 12;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getGuid
String getGuid()string guid = 1;- Returns:
- The guid.
-
getGuidBytes
com.google.protobuf.ByteString getGuidBytes()string guid = 1;- Returns:
- The bytes for guid.
-
getName
String getName()string name = 2;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 2;- Returns:
- The bytes for name.
-
getClusterId
String getClusterId()string clusterId = 3;- Returns:
- The clusterId.
-
getClusterIdBytes
com.google.protobuf.ByteString getClusterIdBytes()string clusterId = 3;- Returns:
- The bytes for clusterId.
-
hasGroup
boolean hasGroup()string group = 4;- Returns:
- Whether the group field is set.
-
getGroup
String getGroup()string group = 4;- Returns:
- The group.
-
getGroupBytes
com.google.protobuf.ByteString getGroupBytes()string group = 4;- Returns:
- The bytes for group.
-
hasBrokerClusters
boolean hasBrokerClusters().command_alert.BrokerClusterComponents brokerClusters = 9;- Returns:
- Whether the brokerClusters field is set.
-
getBrokerClusters
CommandAlert.BrokerClusterComponents getBrokerClusters().command_alert.BrokerClusterComponents brokerClusters = 9;- Returns:
- The brokerClusters.
-
getBrokerClustersOrBuilder
CommandAlert.BrokerClusterComponentsOrBuilder getBrokerClustersOrBuilder().command_alert.BrokerClusterComponents brokerClusters = 9; -
hasTopic
boolean hasTopic().command_alert.TopicComponents topic = 10;- Returns:
- Whether the topic field is set.
-
getTopic
CommandAlert.TopicComponents getTopic().command_alert.TopicComponents topic = 10;- Returns:
- The topic.
-
getTopicOrBuilder
CommandAlert.TopicComponentsOrBuilder getTopicOrBuilder().command_alert.TopicComponents topic = 10; -
hasMetric
boolean hasMetric().command_alert.TriggerMetricType metric = 5;- Returns:
- Whether the metric field is set.
-
getMetricValue
int getMetricValue().command_alert.TriggerMetricType metric = 5;- Returns:
- The enum numeric value on the wire for metric.
-
getMetric
CommandAlert.TriggerMetricType getMetric().command_alert.TriggerMetricType metric = 5;- Returns:
- The metric.
-
hasBrokerMetric
boolean hasBrokerMetric().command_alert.BrokerTriggerMetricType brokerMetric = 11;- Returns:
- Whether the brokerMetric field is set.
-
getBrokerMetricValue
int getBrokerMetricValue().command_alert.BrokerTriggerMetricType brokerMetric = 11;- Returns:
- The enum numeric value on the wire for brokerMetric.
-
getBrokerMetric
CommandAlert.BrokerTriggerMetricType getBrokerMetric().command_alert.BrokerTriggerMetricType brokerMetric = 11;- Returns:
- The brokerMetric.
-
hasTopicMetric
boolean hasTopicMetric().command_alert.TopicTriggerMetricType topicMetric = 12;- Returns:
- Whether the topicMetric field is set.
-
getTopicMetricValue
int getTopicMetricValue().command_alert.TopicTriggerMetricType topicMetric = 12;- Returns:
- The enum numeric value on the wire for topicMetric.
-
getTopicMetric
CommandAlert.TopicTriggerMetricType getTopicMetric().command_alert.TopicTriggerMetricType topicMetric = 12;- Returns:
- The topicMetric.
-
getConditionValue
int getConditionValue().command_alert.TriggerCondition condition = 6;- Returns:
- The enum numeric value on the wire for condition.
-
getCondition
CommandAlert.TriggerCondition getCondition().command_alert.TriggerCondition condition = 6;- Returns:
- The condition.
-
hasLongValue
boolean hasLongValue()int64 longValue = 7;- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()int64 longValue = 7;- Returns:
- The longValue.
-
hasStatusValue
boolean hasStatusValue().command_alert.StatusValue statusValue = 13;- Returns:
- Whether the statusValue field is set.
-
getStatusValueValue
int getStatusValueValue().command_alert.StatusValue statusValue = 13;- Returns:
- The enum numeric value on the wire for statusValue.
-
getStatusValue
CommandAlert.StatusValue getStatusValue().command_alert.StatusValue statusValue = 13;- Returns:
- The statusValue.
-
getLagMs
long getLagMs()int64 lagMs = 8;- Returns:
- The lagMs.
-
getComponentCase
CommandAlert.MonitoringTriggerConfig.ComponentCase getComponentCase() -
getTriggerMetricCase
CommandAlert.MonitoringTriggerConfig.TriggerMetricCase getTriggerMetricCase() -
getValueCase
CommandAlert.MonitoringTriggerConfig.ValueCase getValueCase()
-