Interface CountByValueRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getFieldNames(int index)
    repeated string fieldNames = 4;
    com.google.protobuf.ByteString
    getFieldNamesBytes(int index)
    repeated string fieldNames = 4;
    int
    repeated string fieldNames = 4;
    repeated string fieldNames = 4;
    com.google.protobuf.ByteString
    getKeys(int index)
    repeated bytes keys = 1;
    int
    repeated bytes keys = 1;
    List<com.google.protobuf.ByteString>
    repeated bytes keys = 1;
    string resourceName = 2;
    com.google.protobuf.ByteString
    string resourceName = 2;
    int
    int32 topK = 3;

    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

    • getKeysList

      List<com.google.protobuf.ByteString> getKeysList()
      repeated bytes keys = 1;
      Returns:
      A list containing the keys.
    • getKeysCount

      int getKeysCount()
      repeated bytes keys = 1;
      Returns:
      The count of keys.
    • getKeys

      com.google.protobuf.ByteString getKeys(int index)
      repeated bytes keys = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The keys at the given index.
    • getResourceName

      String getResourceName()
      string resourceName = 2;
      Returns:
      The resourceName.
    • getResourceNameBytes

      com.google.protobuf.ByteString getResourceNameBytes()
      string resourceName = 2;
      Returns:
      The bytes for resourceName.
    • getTopK

      int getTopK()
      int32 topK = 3;
      Returns:
      The topK.
    • getFieldNamesList

      List<String> getFieldNamesList()
      repeated string fieldNames = 4;
      Returns:
      A list containing the fieldNames.
    • getFieldNamesCount

      int getFieldNamesCount()
      repeated string fieldNames = 4;
      Returns:
      The count of fieldNames.
    • getFieldNames

      String getFieldNames(int index)
      repeated string fieldNames = 4;
      Parameters:
      index - The index of the element to return.
      Returns:
      The fieldNames at the given index.
    • getFieldNamesBytes

      com.google.protobuf.ByteString getFieldNamesBytes(int index)
      repeated string fieldNames = 4;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the fieldNames at the given index.