Class Points.ScrollPoints.Builder

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

public static final class Points.ScrollPoints.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder> implements Points.ScrollPointsOrBuilder
Protobuf type qdrant.ScrollPoints
  • Method Details

    • 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.Builder<Points.ScrollPoints.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • getDefaultInstanceForType

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

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

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

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • setField

      public Points.ScrollPoints.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • clearField

      public Points.ScrollPoints.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • clearOneof

      public Points.ScrollPoints.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • setRepeatedField

      public Points.ScrollPoints.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • addRepeatedField

      public Points.ScrollPoints.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • mergeFrom

      public Points.ScrollPoints.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Points.ScrollPoints.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • mergeFrom

      public Points.ScrollPoints.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Points.ScrollPoints.Builder>
      Throws:
      IOException
    • 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.
    • setCollectionName

      public Points.ScrollPoints.Builder setCollectionName(String value)
      string collection_name = 1;
      Parameters:
      value - The collectionName to set.
      Returns:
      This builder for chaining.
    • clearCollectionName

      public Points.ScrollPoints.Builder clearCollectionName()
      string collection_name = 1;
      Returns:
      This builder for chaining.
    • setCollectionNameBytes

      public Points.ScrollPoints.Builder setCollectionNameBytes(com.google.protobuf.ByteString value)
      string collection_name = 1;
      Parameters:
      value - The bytes for collectionName to set.
      Returns:
      This builder for chaining.
    • 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.
    • setFilter

      public Points.ScrollPoints.Builder setFilter(Points.Filter value)
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 2;
    • setFilter

      public Points.ScrollPoints.Builder setFilter(Points.Filter.Builder builderForValue)
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 2;
    • mergeFilter

      public Points.ScrollPoints.Builder mergeFilter(Points.Filter value)
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 2;
    • clearFilter

      public Points.ScrollPoints.Builder clearFilter()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 2;
    • getFilterBuilder

      public Points.Filter.Builder getFilterBuilder()
       Filter conditions - return only those points that satisfy the specified conditions
       
      .qdrant.Filter filter = 2;
    • 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.
    • setOffset

      public Points.ScrollPoints.Builder setOffset(Points.PointId value)
       Start with this ID
       
      optional .qdrant.PointId offset = 3;
    • setOffset

      public Points.ScrollPoints.Builder setOffset(Points.PointId.Builder builderForValue)
       Start with this ID
       
      optional .qdrant.PointId offset = 3;
    • mergeOffset

      public Points.ScrollPoints.Builder mergeOffset(Points.PointId value)
       Start with this ID
       
      optional .qdrant.PointId offset = 3;
    • clearOffset

      public Points.ScrollPoints.Builder clearOffset()
       Start with this ID
       
      optional .qdrant.PointId offset = 3;
    • getOffsetBuilder

      public Points.PointId.Builder getOffsetBuilder()
       Start with this ID
       
      optional .qdrant.PointId offset = 3;
    • 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.
    • setLimit

      public Points.ScrollPoints.Builder setLimit(int value)
       Max number of result
       
      optional uint32 limit = 4;
      Parameters:
      value - The limit to set.
      Returns:
      This builder for chaining.
    • clearLimit

      public Points.ScrollPoints.Builder clearLimit()
       Max number of result
       
      optional uint32 limit = 4;
      Returns:
      This builder for chaining.
    • 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.
    • setWithPayload

       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
    • setWithPayload

      public Points.ScrollPoints.Builder setWithPayload(Points.WithPayloadSelector.Builder builderForValue)
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
    • mergeWithPayload

       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
    • clearWithPayload

      public Points.ScrollPoints.Builder clearWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
    • getWithPayloadBuilder

      public Points.WithPayloadSelector.Builder getWithPayloadBuilder()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 6;
    • 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.
    • setWithVectors

       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 7;
    • setWithVectors

      public Points.ScrollPoints.Builder setWithVectors(Points.WithVectorsSelector.Builder builderForValue)
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 7;
    • mergeWithVectors

       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 7;
    • clearWithVectors

      public Points.ScrollPoints.Builder clearWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 7;
    • getWithVectorsBuilder

      public Points.WithVectorsSelector.Builder getWithVectorsBuilder()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 7;
    • 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.
    • setReadConsistency

      public Points.ScrollPoints.Builder setReadConsistency(Points.ReadConsistency value)
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 8;
    • setReadConsistency

      public Points.ScrollPoints.Builder setReadConsistency(Points.ReadConsistency.Builder builderForValue)
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 8;
    • mergeReadConsistency

      public Points.ScrollPoints.Builder mergeReadConsistency(Points.ReadConsistency value)
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 8;
    • clearReadConsistency

      public Points.ScrollPoints.Builder clearReadConsistency()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 8;
    • getReadConsistencyBuilder

      public Points.ReadConsistency.Builder getReadConsistencyBuilder()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 8;
    • getReadConsistencyOrBuilder

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

      public final Points.ScrollPoints.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
    • mergeUnknownFields

      public final Points.ScrollPoints.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>