Interface Common.DocumentIndexMetricsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Common.DocumentIndexMetrics, Common.DocumentIndexMetrics.Builder
Enclosing class:
Common

public static interface Common.DocumentIndexMetricsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    json parameter
    com.google.protobuf.ByteString
    json parameter
    long
    max id
    meta json
    com.google.protobuf.ByteString
    meta json
    long
    min id
    long
    total num docs
    long
    total num tokens

    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

    • getTotalNumDocs

      long getTotalNumDocs()
       total num docs
       
      int64 total_num_docs = 1;
      Returns:
      The totalNumDocs.
    • getTotalNumTokens

      long getTotalNumTokens()
       total num tokens
       
      int64 total_num_tokens = 2;
      Returns:
      The totalNumTokens.
    • getMaxId

      long getMaxId()
       max id
       
      int64 max_id = 3;
      Returns:
      The maxId.
    • getMinId

      long getMinId()
       min id
       
      int64 min_id = 4;
      Returns:
      The minId.
    • getMetaJson

      String getMetaJson()
       meta json
       
      string meta_json = 5;
      Returns:
      The metaJson.
    • getMetaJsonBytes

      com.google.protobuf.ByteString getMetaJsonBytes()
       meta json
       
      string meta_json = 5;
      Returns:
      The bytes for metaJson.
    • getJsonParameter

      String getJsonParameter()
       json parameter
       
      string json_parameter = 6;
      Returns:
      The jsonParameter.
    • getJsonParameterBytes

      com.google.protobuf.ByteString getJsonParameterBytes()
       json parameter
       
      string json_parameter = 6;
      Returns:
      The bytes for jsonParameter.