Interface Controlcenter.MetricMeasurementOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Controlcenter.MetricMeasurement,Controlcenter.MetricMeasurement.Builder
- Enclosing class:
Controlcenter
public static interface Controlcenter.MetricMeasurementOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.command_alert.BrokerTriggerMetricType brokerMetric = 1;int.command_alert.BrokerTriggerMetricType brokerMetric = 1;longint64 longValue = 3;.command_alert.StatusValue statusValue = 4;int.command_alert.StatusValue statusValue = 4;.command_alert.TopicTriggerMetricType topicMetric = 2;int.command_alert.TopicTriggerMetricType topicMetric = 2;boolean.command_alert.BrokerTriggerMetricType brokerMetric = 1;booleanint64 longValue = 3;boolean.command_alert.StatusValue statusValue = 4;boolean.command_alert.TopicTriggerMetricType topicMetric = 2;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
-
hasBrokerMetric
boolean hasBrokerMetric().command_alert.BrokerTriggerMetricType brokerMetric = 1;- Returns:
- Whether the brokerMetric field is set.
-
getBrokerMetricValue
int getBrokerMetricValue().command_alert.BrokerTriggerMetricType brokerMetric = 1;- Returns:
- The enum numeric value on the wire for brokerMetric.
-
getBrokerMetric
CommandAlert.BrokerTriggerMetricType getBrokerMetric().command_alert.BrokerTriggerMetricType brokerMetric = 1;- Returns:
- The brokerMetric.
-
hasTopicMetric
boolean hasTopicMetric().command_alert.TopicTriggerMetricType topicMetric = 2;- Returns:
- Whether the topicMetric field is set.
-
getTopicMetricValue
int getTopicMetricValue().command_alert.TopicTriggerMetricType topicMetric = 2;- Returns:
- The enum numeric value on the wire for topicMetric.
-
getTopicMetric
CommandAlert.TopicTriggerMetricType getTopicMetric().command_alert.TopicTriggerMetricType topicMetric = 2;- Returns:
- The topicMetric.
-
hasLongValue
boolean hasLongValue()int64 longValue = 3;- Returns:
- Whether the longValue field is set.
-
getLongValue
long getLongValue()int64 longValue = 3;- Returns:
- The longValue.
-
hasStatusValue
boolean hasStatusValue().command_alert.StatusValue statusValue = 4;- Returns:
- Whether the statusValue field is set.
-
getStatusValueValue
int getStatusValueValue().command_alert.StatusValue statusValue = 4;- Returns:
- The enum numeric value on the wire for statusValue.
-
getStatusValue
CommandAlert.StatusValue getStatusValue().command_alert.StatusValue statusValue = 4;- Returns:
- The statusValue.
-
getMetricTypeCase
Controlcenter.MetricMeasurement.MetricTypeCase getMetricTypeCase() -
getValueCase
Controlcenter.MetricMeasurement.ValueCase getValueCase()
-