Package io.qdrant.client.grpc
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 Summary
Modifier and TypeMethodDescriptionaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
string collection_name = 1;
clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) Filter conditions - return only those points that satisfy the specified conditionsMax number of resultStart with this IDclearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) Options for specifying read consistency guaranteesOptions for specifying which payload to include or notOptions for specifying which vectors to include into responseclone()
string collection_name = 1;
com.google.protobuf.ByteString
string collection_name = 1;
static final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
Filter conditions - return only those points that satisfy the specified conditionsFilter conditions - return only those points that satisfy the specified conditionsFilter conditions - return only those points that satisfy the specified conditionsint
getLimit()
Max number of resultStart with this IDStart with this IDStart with this IDOptions for specifying read consistency guaranteesOptions for specifying read consistency guaranteesOptions for specifying read consistency guaranteesOptions for specifying which payload to include or notOptions for specifying which payload to include or notOptions for specifying which payload to include or notOptions for specifying which vectors to include into responseOptions for specifying which vectors to include into responseOptions for specifying which vectors to include into responseboolean
Filter conditions - return only those points that satisfy the specified conditionsboolean
hasLimit()
Max number of resultboolean
Start with this IDboolean
Options for specifying read consistency guaranteesboolean
Options for specifying which payload to include or notboolean
Options for specifying which vectors to include into responseprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
final boolean
mergeFilter
(Points.Filter value) Filter conditions - return only those points that satisfy the specified conditionsmergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeFrom
(Points.ScrollPoints other) mergeOffset
(Points.PointId value) Start with this IDOptions for specifying read consistency guaranteesmergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Options for specifying which payload to include or notOptions for specifying which vectors to include into responsesetCollectionName
(String value) string collection_name = 1;
setCollectionNameBytes
(com.google.protobuf.ByteString value) string collection_name = 1;
setFilter
(Points.Filter value) Filter conditions - return only those points that satisfy the specified conditionssetFilter
(Points.Filter.Builder builderForValue) Filter conditions - return only those points that satisfy the specified conditionssetLimit
(int value) Max number of resultsetOffset
(Points.PointId value) Start with this IDsetOffset
(Points.PointId.Builder builderForValue) Start with this IDOptions for specifying read consistency guaranteessetReadConsistency
(Points.ReadConsistency.Builder builderForValue) Options for specifying read consistency guaranteessetRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Options for specifying which payload to include or notsetWithPayload
(Points.WithPayloadSelector.Builder builderForValue) Options for specifying which payload to include or notOptions for specifying which vectors to include into responsesetWithVectors
(Points.WithVectorsSelector.Builder builderForValue) Options for specifying which vectors to include into responseMethods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
-
clearField
public Points.ScrollPoints.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
-
clearOneof
public Points.ScrollPoints.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Points.ScrollPoints.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.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 interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<Points.ScrollPoints.Builder>
- Throws:
IOException
-
getCollectionName
string collection_name = 1;
- Specified by:
getCollectionName
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- The collectionName.
-
getCollectionNameBytes
public com.google.protobuf.ByteString getCollectionNameBytes()string collection_name = 1;
- Specified by:
getCollectionNameBytes
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- The bytes for collectionName.
-
setCollectionName
string collection_name = 1;
- Parameters:
value
- The collectionName to set.- Returns:
- This builder for chaining.
-
clearCollectionName
string collection_name = 1;
- Returns:
- This builder for chaining.
-
setCollectionNameBytes
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 interfacePoints.ScrollPointsOrBuilder
- Returns:
- Whether the filter field is set.
-
getFilter
Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
- Specified by:
getFilter
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- The filter.
-
setFilter
Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
-
setFilter
Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
-
mergeFilter
Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
-
clearFilter
Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
-
getFilterBuilder
Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
-
getFilterOrBuilder
Filter conditions - return only those points that satisfy the specified conditions
.qdrant.Filter filter = 2;
- Specified by:
getFilterOrBuilder
in interfacePoints.ScrollPointsOrBuilder
-
hasOffset
public boolean hasOffset()Start with this ID
optional .qdrant.PointId offset = 3;
- Specified by:
hasOffset
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- Whether the offset field is set.
-
getOffset
Start with this ID
optional .qdrant.PointId offset = 3;
- Specified by:
getOffset
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- The offset.
-
setOffset
Start with this ID
optional .qdrant.PointId offset = 3;
-
setOffset
Start with this ID
optional .qdrant.PointId offset = 3;
-
mergeOffset
Start with this ID
optional .qdrant.PointId offset = 3;
-
clearOffset
Start with this ID
optional .qdrant.PointId offset = 3;
-
getOffsetBuilder
Start with this ID
optional .qdrant.PointId offset = 3;
-
getOffsetOrBuilder
Start with this ID
optional .qdrant.PointId offset = 3;
- Specified by:
getOffsetOrBuilder
in interfacePoints.ScrollPointsOrBuilder
-
hasLimit
public boolean hasLimit()Max number of result
optional uint32 limit = 4;
- Specified by:
hasLimit
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- Whether the limit field is set.
-
getLimit
public int getLimit()Max number of result
optional uint32 limit = 4;
- Specified by:
getLimit
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- The limit.
-
setLimit
Max number of result
optional uint32 limit = 4;
- Parameters:
value
- The limit to set.- Returns:
- This builder for chaining.
-
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 interfacePoints.ScrollPointsOrBuilder
- Returns:
- Whether the withPayload field is set.
-
getWithPayload
Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6;
- Specified by:
getWithPayload
in interfacePoints.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
Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6;
-
getWithPayloadBuilder
Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6;
-
getWithPayloadOrBuilder
Options for specifying which payload to include or not
.qdrant.WithPayloadSelector with_payload = 6;
- Specified by:
getWithPayloadOrBuilder
in interfacePoints.ScrollPointsOrBuilder
-
hasWithVectors
public boolean hasWithVectors()Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 7;
- Specified by:
hasWithVectors
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- Whether the withVectors field is set.
-
getWithVectors
Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 7;
- Specified by:
getWithVectors
in interfacePoints.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
Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 7;
-
getWithVectorsBuilder
Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 7;
-
getWithVectorsOrBuilder
Options for specifying which vectors to include into response
optional .qdrant.WithVectorsSelector with_vectors = 7;
- Specified by:
getWithVectorsOrBuilder
in interfacePoints.ScrollPointsOrBuilder
-
hasReadConsistency
public boolean hasReadConsistency()Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 8;
- Specified by:
hasReadConsistency
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- Whether the readConsistency field is set.
-
getReadConsistency
Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 8;
- Specified by:
getReadConsistency
in interfacePoints.ScrollPointsOrBuilder
- Returns:
- The readConsistency.
-
setReadConsistency
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
Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 8;
-
clearReadConsistency
Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 8;
-
getReadConsistencyBuilder
Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 8;
-
getReadConsistencyOrBuilder
Options for specifying read consistency guarantees
optional .qdrant.ReadConsistency read_consistency = 8;
- Specified by:
getReadConsistencyOrBuilder
in interfacePoints.ScrollPointsOrBuilder
-
setUnknownFields
public final Points.ScrollPoints.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
-
mergeUnknownFields
public final Points.ScrollPoints.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<Points.ScrollPoints.Builder>
-