Interface PointsInternalService.DeleteVectorsInternalOrBuilder

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

public static interface PointsInternalService.DeleteVectorsInternalOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    .qdrant.DeletePointVectors delete_vectors = 1;
    .qdrant.DeletePointVectors delete_vectors = 1;
    int
    optional uint32 shard_id = 2;
    boolean
    .qdrant.DeletePointVectors delete_vectors = 1;
    boolean
    optional uint32 shard_id = 2;

    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

    • hasDeleteVectors

      boolean hasDeleteVectors()
      .qdrant.DeletePointVectors delete_vectors = 1;
      Returns:
      Whether the deleteVectors field is set.
    • getDeleteVectors

      Points.DeletePointVectors getDeleteVectors()
      .qdrant.DeletePointVectors delete_vectors = 1;
      Returns:
      The deleteVectors.
    • getDeleteVectorsOrBuilder

      Points.DeletePointVectorsOrBuilder getDeleteVectorsOrBuilder()
      .qdrant.DeletePointVectors delete_vectors = 1;
    • hasShardId

      boolean hasShardId()
      optional uint32 shard_id = 2;
      Returns:
      Whether the shardId field is set.
    • getShardId

      int getShardId()
      optional uint32 shard_id = 2;
      Returns:
      The shardId.