Class Points.ScrollPoints

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
io.qdrant.client.grpc.Points.ScrollPoints
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Points.ScrollPointsOrBuilder, Serializable
Enclosing class:
Points

public static final class Points.ScrollPoints extends com.google.protobuf.GeneratedMessageV3 implements Points.ScrollPointsOrBuilder
Protobuf type qdrant.ScrollPoints
See Also:
  • Field Details

    • COLLECTION_NAME_FIELD_NUMBER

      public static final int COLLECTION_NAME_FIELD_NUMBER
      See Also:
    • FILTER_FIELD_NUMBER

      public static final int FILTER_FIELD_NUMBER
      See Also:
    • OFFSET_FIELD_NUMBER

      public static final int OFFSET_FIELD_NUMBER
      See Also:
    • LIMIT_FIELD_NUMBER

      public static final int LIMIT_FIELD_NUMBER
      See Also:
    • WITH_PAYLOAD_FIELD_NUMBER

      public static final int WITH_PAYLOAD_FIELD_NUMBER
      See Also:
    • WITH_VECTORS_FIELD_NUMBER

      public static final int WITH_VECTORS_FIELD_NUMBER
      See Also:
    • READ_CONSISTENCY_FIELD_NUMBER

      public static final int READ_CONSISTENCY_FIELD_NUMBER
      See Also:
  • Method Details

    • newInstance

      protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
      Overrides:
      newInstance in class com.google.protobuf.GeneratedMessageV3
    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3
    • getCollectionName

      public String getCollectionName()
      string collection_name = 1;
      Specified by:
      getCollectionName in interface Points.ScrollPointsOrBuilder
      Returns:
      The collectionName.
    • getCollectionNameBytes

      public com.google.protobuf.ByteString getCollectionNameBytes()
      string collection_name = 1;
      Specified by:
      getCollectionNameBytes in interface Points.ScrollPointsOrBuilder
      Returns:
      The bytes for collectionName.
    • hasFilter

      public boolean hasFilter()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 2;
      Specified by:
      hasFilter in interface Points.ScrollPointsOrBuilder
      Returns:
      Whether the filter field is set.
    • getFilter

      public Points.Filter getFilter()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 2;
      Specified by:
      getFilter in interface Points.ScrollPointsOrBuilder
      Returns:
      The filter.
    • getFilterOrBuilder

      public Points.FilterOrBuilder getFilterOrBuilder()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 2;
      Specified by:
      getFilterOrBuilder in interface Points.ScrollPointsOrBuilder
    • hasOffset

      public boolean hasOffset()
       Start with this ID
       
      optional .qdrant.PointId offset = 3;
      Specified by:
      hasOffset in interface Points.ScrollPointsOrBuilder
      Returns:
      Whether the offset field is set.
    • getOffset

      public Points.PointId getOffset()
       Start with this ID
       
      optional .qdrant.PointId offset = 3;
      Specified by:
      getOffset in interface Points.ScrollPointsOrBuilder
      Returns:
      The offset.
    • getOffsetOrBuilder

      public Points.PointIdOrBuilder getOffsetOrBuilder()
       Start with this ID
       
      optional .qdrant.PointId offset = 3;
      Specified by:
      getOffsetOrBuilder in interface Points.ScrollPointsOrBuilder
    • hasLimit

      public boolean hasLimit()
       Max number of result
       
      optional uint32 limit = 4;
      Specified by:
      hasLimit in interface Points.ScrollPointsOrBuilder
      Returns:
      Whether the limit field is set.
    • getLimit

      public int getLimit()
       Max number of result
       
      optional uint32 limit = 4;
      Specified by:
      getLimit in interface Points.ScrollPointsOrBuilder
      Returns:
      The limit.
    • hasWithPayload

      public boolean hasWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
      Specified by:
      hasWithPayload in interface Points.ScrollPointsOrBuilder
      Returns:
      Whether the withPayload field is set.
    • getWithPayload

      public Points.WithPayloadSelector getWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
      Specified by:
      getWithPayload in interface Points.ScrollPointsOrBuilder
      Returns:
      The withPayload.
    • getWithPayloadOrBuilder

      public Points.WithPayloadSelectorOrBuilder getWithPayloadOrBuilder()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
      Specified by:
      getWithPayloadOrBuilder in interface Points.ScrollPointsOrBuilder
    • hasWithVectors

      public boolean hasWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 7;
      Specified by:
      hasWithVectors in interface Points.ScrollPointsOrBuilder
      Returns:
      Whether the withVectors field is set.
    • getWithVectors

      public Points.WithVectorsSelector getWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 7;
      Specified by:
      getWithVectors in interface Points.ScrollPointsOrBuilder
      Returns:
      The withVectors.
    • getWithVectorsOrBuilder

      public Points.WithVectorsSelectorOrBuilder getWithVectorsOrBuilder()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 7;
      Specified by:
      getWithVectorsOrBuilder in interface Points.ScrollPointsOrBuilder
    • hasReadConsistency

      public boolean hasReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 8;
      Specified by:
      hasReadConsistency in interface Points.ScrollPointsOrBuilder
      Returns:
      Whether the readConsistency field is set.
    • getReadConsistency

      public Points.ReadConsistency getReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 8;
      Specified by:
      getReadConsistency in interface Points.ScrollPointsOrBuilder
      Returns:
      The readConsistency.
    • getReadConsistencyOrBuilder

      public Points.ReadConsistencyOrBuilder getReadConsistencyOrBuilder()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 8;
      Specified by:
      getReadConsistencyOrBuilder in interface Points.ScrollPointsOrBuilder
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessageV3
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessageV3
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static Points.ScrollPoints parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.ScrollPoints parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.ScrollPoints parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.ScrollPoints parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.ScrollPoints parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.ScrollPoints parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static Points.ScrollPoints parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Points.ScrollPoints parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Points.ScrollPoints parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static Points.ScrollPoints parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Points.ScrollPoints parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static Points.ScrollPoints parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public Points.ScrollPoints.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static Points.ScrollPoints.Builder newBuilder()
    • newBuilder

      public static Points.ScrollPoints.Builder newBuilder(Points.ScrollPoints prototype)
    • toBuilder

      public Points.ScrollPoints.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected Points.ScrollPoints.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
      Specified by:
      newBuilderForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstance

      public static Points.ScrollPoints getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<Points.ScrollPoints> parser()
    • getParserForType

      public com.google.protobuf.Parser<Points.ScrollPoints> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessageV3
    • getDefaultInstanceForType

      public Points.ScrollPoints getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder