Interface AdminConsoleProto.MetricMsgOutProtoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AdminConsoleProto.MetricMsgOutProto,AdminConsoleProto.MetricMsgOutProto.Builder
- Enclosing class:
- AdminConsoleProto
public static interface AdminConsoleProto.MetricMsgOutProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetAggregatedCount()optional sint32 aggregatedCount = 3;java.lang.StringgetKey()optional string key = 1;com.google.protobuf.ByteStringgetKeyBytes()optional string key = 1;longgetValue()optional sint64 value = 2;booleanhasAggregatedCount()optional sint32 aggregatedCount = 3;booleanhasKey()optional string key = 1;booleanhasValue()optional sint64 value = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKey
boolean hasKey()
optional string key = 1;
-
getKey
java.lang.String getKey()
optional string key = 1;
-
getKeyBytes
com.google.protobuf.ByteString getKeyBytes()
optional string key = 1;
-
hasValue
boolean hasValue()
optional sint64 value = 2;
-
getValue
long getValue()
optional sint64 value = 2;
-
hasAggregatedCount
boolean hasAggregatedCount()
optional sint32 aggregatedCount = 3;
-
getAggregatedCount
int getAggregatedCount()
optional sint32 aggregatedCount = 3;
-
-