Interface AggregationResult.FrequencyOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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;
      • getValuesMap

        Map<String,​Long> getValuesMap()
        map<string, int64> values = 1;
      • getValuesOrDefault

        long getValuesOrDefault​(String key,
                                long defaultValue)
        map<string, int64> values = 1;
      • getValuesOrThrow

        long getValuesOrThrow​(String key)
        map<string, int64> values = 1;