Interface Index.VectorAddRequestOrBuilder

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

public static interface Index.VectorAddRequestOrBuilder 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;
    • getVectorsList

      List<Common.VectorWithId> getVectorsList()
      repeated .dingodb.pb.common.VectorWithId vectors = 3;
    • getVectors

      Common.VectorWithId getVectors(int index)
      repeated .dingodb.pb.common.VectorWithId vectors = 3;
    • getVectorsCount

      int getVectorsCount()
      repeated .dingodb.pb.common.VectorWithId vectors = 3;
    • getVectorsOrBuilderList

      List<? extends Common.VectorWithIdOrBuilder> getVectorsOrBuilderList()
      repeated .dingodb.pb.common.VectorWithId vectors = 3;
    • getVectorsOrBuilder

      Common.VectorWithIdOrBuilder getVectorsOrBuilder(int index)
      repeated .dingodb.pb.common.VectorWithId vectors = 3;
    • getReplaceDeleted

      boolean getReplaceDeleted()
      bool replace_deleted = 4;
      Returns:
      The replaceDeleted.
    • getIsUpdate

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

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