Interface Document.DocumentBatchQueryRequestOrBuilder

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

public static interface Document.DocumentBatchQueryRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .dingodb.pb.store.Context context = 2;
    .dingodb.pb.store.Context context = 2;
    long
    getDocumentIds(int index)
    repeated int64 document_ids = 3;
    int
    repeated int64 document_ids = 3;
    repeated int64 document_ids = 3;
    .dingodb.pb.common.RequestInfo request_info = 1;
    .dingodb.pb.common.RequestInfo request_info = 1;
    getSelectedKeys(int index)
    If without_scalar_data is false, selected_keys is used to select scalar data, if this parameter is null, all scalar data will be returned.
    com.google.protobuf.ByteString
    If without_scalar_data is false, selected_keys is used to select scalar data, if this parameter is null, all scalar data will be returned.
    int
    If without_scalar_data is false, selected_keys is used to select scalar data, if this parameter is null, all scalar data will be returned.
    If without_scalar_data is false, selected_keys is used to select scalar data, if this parameter is null, all scalar data will be returned.
    long
    int64 ts = 10;
    boolean
    Default false, if true, response without scalar data.
    boolean
    Default false, if true, response without table data.
    boolean
    .dingodb.pb.store.Context context = 2;
    boolean
    .dingodb.pb.common.RequestInfo request_info = 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

    • hasRequestInfo

      boolean hasRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      Whether the requestInfo field is set.
    • getRequestInfo

      Common.RequestInfo getRequestInfo()
      .dingodb.pb.common.RequestInfo request_info = 1;
      Returns:
      The requestInfo.
    • getRequestInfoOrBuilder

      Common.RequestInfoOrBuilder getRequestInfoOrBuilder()
      .dingodb.pb.common.RequestInfo request_info = 1;
    • hasContext

      boolean hasContext()
      .dingodb.pb.store.Context context = 2;
      Returns:
      Whether the context field is set.
    • getContext

      Store.Context getContext()
      .dingodb.pb.store.Context context = 2;
      Returns:
      The context.
    • getContextOrBuilder

      Store.ContextOrBuilder getContextOrBuilder()
      .dingodb.pb.store.Context context = 2;
    • getDocumentIdsList

      List<Long> getDocumentIdsList()
      repeated int64 document_ids = 3;
      Returns:
      A list containing the documentIds.
    • getDocumentIdsCount

      int getDocumentIdsCount()
      repeated int64 document_ids = 3;
      Returns:
      The count of documentIds.
    • getDocumentIds

      long getDocumentIds(int index)
      repeated int64 document_ids = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The documentIds at the given index.
    • getWithoutScalarData

      boolean getWithoutScalarData()
       Default false, if true, response without scalar data.
       
      bool without_scalar_data = 4;
      Returns:
      The withoutScalarData.
    • getSelectedKeysList

      List<String> getSelectedKeysList()
       If without_scalar_data is false, selected_keys is used to select scalar data,
       if this parameter is null, all scalar data will be returned.
       
      repeated string selected_keys = 5;
      Returns:
      A list containing the selectedKeys.
    • getSelectedKeysCount

      int getSelectedKeysCount()
       If without_scalar_data is false, selected_keys is used to select scalar data,
       if this parameter is null, all scalar data will be returned.
       
      repeated string selected_keys = 5;
      Returns:
      The count of selectedKeys.
    • getSelectedKeys

      String getSelectedKeys(int index)
       If without_scalar_data is false, selected_keys is used to select scalar data,
       if this parameter is null, all scalar data will be returned.
       
      repeated string selected_keys = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The selectedKeys at the given index.
    • getSelectedKeysBytes

      com.google.protobuf.ByteString getSelectedKeysBytes(int index)
       If without_scalar_data is false, selected_keys is used to select scalar data,
       if this parameter is null, all scalar data will be returned.
       
      repeated string selected_keys = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the selectedKeys at the given index.
    • getWithoutTableData

      boolean getWithoutTableData()
       Default false, if true, response without table data.
       
      bool without_table_data = 6;
      Returns:
      The withoutTableData.
    • getTs

      long getTs()
      int64 ts = 10;
      Returns:
      The ts.