Interface Points.PointVectorsOrBuilder

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

public static interface Points.PointVectorsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    ID to update vectors for
    ID to update vectors for
    Named vectors to update, leave others intact
    Named vectors to update, leave others intact
    boolean
    ID to update vectors for
    boolean
    Named vectors to update, leave others intact

    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

    • hasId

      boolean hasId()
       ID to update vectors for
       
      .qdrant.PointId id = 1;
      Returns:
      Whether the id field is set.
    • getId

       ID to update vectors for
       
      .qdrant.PointId id = 1;
      Returns:
      The id.
    • getIdOrBuilder

      Points.PointIdOrBuilder getIdOrBuilder()
       ID to update vectors for
       
      .qdrant.PointId id = 1;
    • hasVectors

      boolean hasVectors()
       Named vectors to update, leave others intact
       
      .qdrant.Vectors vectors = 2;
      Returns:
      Whether the vectors field is set.
    • getVectors

      Points.Vectors getVectors()
       Named vectors to update, leave others intact
       
      .qdrant.Vectors vectors = 2;
      Returns:
      The vectors.
    • getVectorsOrBuilder

      Points.VectorsOrBuilder getVectorsOrBuilder()
       Named vectors to update, leave others intact
       
      .qdrant.Vectors vectors = 2;