Interface Common.VectorWithKeyOrBuilder

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

public static interface Common.VectorWithKeyOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    for server inner use
    com.google.protobuf.ByteString
    for server inner use
    .dingodb.pb.common.VectorWithId vector_with_id = 1;
    .dingodb.pb.common.VectorWithId vector_with_id = 1;
    boolean
    .dingodb.pb.common.VectorWithId vector_with_id = 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

    • hasVectorWithId

      boolean hasVectorWithId()
      .dingodb.pb.common.VectorWithId vector_with_id = 1;
      Returns:
      Whether the vectorWithId field is set.
    • getVectorWithId

      Common.VectorWithId getVectorWithId()
      .dingodb.pb.common.VectorWithId vector_with_id = 1;
      Returns:
      The vectorWithId.
    • getVectorWithIdOrBuilder

      Common.VectorWithIdOrBuilder getVectorWithIdOrBuilder()
      .dingodb.pb.common.VectorWithId vector_with_id = 1;
    • getKey

      com.google.protobuf.ByteString getKey()
       for server inner use
       
      bytes key = 2;
      Returns:
      The key.
    • getIsDelete

      boolean getIsDelete()
       for server inner use
       
      bool is_delete = 3;
      Returns:
      The isDelete.