Interface ControlMessage.MetricMsgOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlMessage.MetricMsg
,ControlMessage.MetricMsg.Builder
- Enclosing class:
- ControlMessage
public static interface ControlMessage.MetricMsgOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ControlMessage.Metric
getMetric(int index)
repeated .protobuf.Metric metric = 1;
int
getMetricCount()
repeated .protobuf.Metric metric = 1;
java.util.List<ControlMessage.Metric>
getMetricList()
repeated .protobuf.Metric metric = 1;
ControlMessage.MetricOrBuilder
getMetricOrBuilder(int index)
repeated .protobuf.Metric metric = 1;
java.util.List<? extends ControlMessage.MetricOrBuilder>
getMetricOrBuilderList()
repeated .protobuf.Metric metric = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getMetricList
java.util.List<ControlMessage.Metric> getMetricList()
repeated .protobuf.Metric metric = 1;
-
getMetric
ControlMessage.Metric getMetric(int index)
repeated .protobuf.Metric metric = 1;
-
getMetricCount
int getMetricCount()
repeated .protobuf.Metric metric = 1;
-
getMetricOrBuilderList
java.util.List<? extends ControlMessage.MetricOrBuilder> getMetricOrBuilderList()
repeated .protobuf.Metric metric = 1;
-
getMetricOrBuilder
ControlMessage.MetricOrBuilder getMetricOrBuilder(int index)
repeated .protobuf.Metric metric = 1;
-
-