public static interface AggregationResult.FrequencyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getValuesCount()
map<string, int64> values = 1;boolean containsValues(String key)
map<string, int64> values = 1;@Deprecated Map<String,Long> getValues()
getValuesMap() instead.long getValuesOrDefault(String key, long defaultValue)
map<string, int64> values = 1;long getValuesOrThrow(String key)
map<string, int64> values = 1;Copyright © 2024 Google LLC. All rights reserved.