Interface Document.DocumentBatchQueryResponseOrBuilder

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

public static interface Document.DocumentBatchQueryResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasResponseInfo

      boolean hasResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      Whether the responseInfo field is set.
    • getResponseInfo

      Common.ResponseInfo getResponseInfo()
      .dingodb.pb.common.ResponseInfo response_info = 1;
      Returns:
      The responseInfo.
    • getResponseInfoOrBuilder

      Common.ResponseInfoOrBuilder getResponseInfoOrBuilder()
      .dingodb.pb.common.ResponseInfo response_info = 1;
    • hasError

      boolean hasError()
      .dingodb.pb.error.Error error = 2;
      Returns:
      Whether the error field is set.
    • getError

      .dingodb.pb.error.Error error = 2;
      Returns:
      The error.
    • getErrorOrBuilder

      ErrorOuterClass.ErrorOrBuilder getErrorOrBuilder()
      .dingodb.pb.error.Error error = 2;
    • getDoucmentsList

      List<Common.DocumentWithId> getDoucmentsList()
      repeated .dingodb.pb.common.DocumentWithId doucments = 3;
    • getDoucments

      Common.DocumentWithId getDoucments(int index)
      repeated .dingodb.pb.common.DocumentWithId doucments = 3;
    • getDoucmentsCount

      int getDoucmentsCount()
      repeated .dingodb.pb.common.DocumentWithId doucments = 3;
    • getDoucmentsOrBuilderList

      List<? extends Common.DocumentWithIdOrBuilder> getDoucmentsOrBuilderList()
      repeated .dingodb.pb.common.DocumentWithId doucments = 3;
    • getDoucmentsOrBuilder

      Common.DocumentWithIdOrBuilder getDoucmentsOrBuilder(int index)
      repeated .dingodb.pb.common.DocumentWithId doucments = 3;