Interface Document.DocumentAddRequestOrBuilder

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

public static interface Document.DocumentAddRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 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;
    • 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;
    • getIsUpdate

      boolean getIsUpdate()
      bool is_update = 4;
      Returns:
      The isUpdate.
    • getTtl

      long getTtl()
       duration time, unit ms
       
      int64 ttl = 5;
      Returns:
      The ttl.