Interface ValueCountOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ValueCount, ValueCount.Builder

public interface ValueCountOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    map<string, int32> valueToCounts = 1;
    Deprecated.
    int
    map<string, int32> valueToCounts = 1;
    map<string, int32> valueToCounts = 1;
    int
    getValueToCountsOrDefault(String key, int defaultValue)
    map<string, int32> valueToCounts = 1;
    int
    map<string, int32> valueToCounts = 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 Details

    • getValueToCountsCount

      int getValueToCountsCount()
      map<string, int32> valueToCounts = 1;
    • containsValueToCounts

      boolean containsValueToCounts(String key)
      map<string, int32> valueToCounts = 1;
    • getValueToCounts

      @Deprecated Map<String,Integer> getValueToCounts()
      Deprecated.
    • getValueToCountsMap

      Map<String,Integer> getValueToCountsMap()
      map<string, int32> valueToCounts = 1;
    • getValueToCountsOrDefault

      int getValueToCountsOrDefault(String key, int defaultValue)
      map<string, int32> valueToCounts = 1;
    • getValueToCountsOrThrow

      int getValueToCountsOrThrow(String key)
      map<string, int32> valueToCounts = 1;