Interface Document.DocumentScanQueryResponseOrBuilder

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

public static interface Document.DocumentScanQueryResponseOrBuilder 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;
    • getDocumentsList

      List<Common.DocumentWithId> getDocumentsList()
      repeated .dingodb.pb.common.DocumentWithId documents = 3;
    • getDocuments

      Common.DocumentWithId getDocuments(int index)
      repeated .dingodb.pb.common.DocumentWithId documents = 3;
    • getDocumentsCount

      int getDocumentsCount()
      repeated .dingodb.pb.common.DocumentWithId documents = 3;
    • getDocumentsOrBuilderList

      List<? extends Common.DocumentWithIdOrBuilder> getDocumentsOrBuilderList()
      repeated .dingodb.pb.common.DocumentWithId documents = 3;
    • getDocumentsOrBuilder

      Common.DocumentWithIdOrBuilder getDocumentsOrBuilder(int index)
      repeated .dingodb.pb.common.DocumentWithId documents = 3;