Interface AggregationResult.FrequencyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AggregationResult.Frequency
,AggregationResult.Frequency.Builder
- Enclosing class:
- AggregationResult
public static interface AggregationResult.FrequencyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsValues(String key)
map<string, int64> values = 1;
Map<String,Long>
getValues()
Deprecated.int
getValuesCount()
map<string, int64> values = 1;
Map<String,Long>
getValuesMap()
map<string, int64> values = 1;
long
getValuesOrDefault(String key, long defaultValue)
map<string, int64> values = 1;
long
getValuesOrThrow(String key)
map<string, int64> values = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValuesCount
int getValuesCount()
map<string, int64> values = 1;
-
containsValues
boolean containsValues(String key)
map<string, int64> values = 1;
-
getValues
@Deprecated Map<String,Long> getValues()
Deprecated.UsegetValuesMap()
instead.
-
getValuesOrDefault
long getValuesOrDefault(String key, long defaultValue)
map<string, int64> values = 1;
-
getValuesOrThrow
long getValuesOrThrow(String key)
map<string, int64> values = 1;
-
-