Class Points.GetPoints.Builder

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

public static final class Points.GetPoints.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Points.GetPoints.Builder> implements Points.GetPointsOrBuilder
Protobuf type qdrant.GetPoints
  • 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.GetPoints.Builder>
    • clear

      public Points.GetPoints.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.GetPoints.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.GetPoints.Builder>
    • getDefaultInstanceForType

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

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

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

      public Points.GetPoints.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.GetPoints.Builder>
    • setField

      public Points.GetPoints.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.GetPoints.Builder>
    • clearField

      public Points.GetPoints.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.GetPoints.Builder>
    • clearOneof

      public Points.GetPoints.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.GetPoints.Builder>
    • setRepeatedField

      public Points.GetPoints.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.GetPoints.Builder>
    • addRepeatedField

      public Points.GetPoints.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.GetPoints.Builder>
    • mergeFrom

      public Points.GetPoints.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.GetPoints.Builder>
    • mergeFrom

      public Points.GetPoints.Builder mergeFrom(Points.GetPoints other)
    • isInitialized

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

      public Points.GetPoints.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.GetPoints.Builder>
      Throws:
      IOException
    • getCollectionName

      public String getCollectionName()
       name of the collection
       
      string collection_name = 1;
      Specified by:
      getCollectionName in interface Points.GetPointsOrBuilder
      Returns:
      The collectionName.
    • getCollectionNameBytes

      public com.google.protobuf.ByteString getCollectionNameBytes()
       name of the collection
       
      string collection_name = 1;
      Specified by:
      getCollectionNameBytes in interface Points.GetPointsOrBuilder
      Returns:
      The bytes for collectionName.
    • setCollectionName

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

      public Points.GetPoints.Builder clearCollectionName()
       name of the collection
       
      string collection_name = 1;
      Returns:
      This builder for chaining.
    • setCollectionNameBytes

      public Points.GetPoints.Builder setCollectionNameBytes(com.google.protobuf.ByteString value)
       name of the collection
       
      string collection_name = 1;
      Parameters:
      value - The bytes for collectionName to set.
      Returns:
      This builder for chaining.
    • getIdsList

      public List<Points.PointId> getIdsList()
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
      Specified by:
      getIdsList in interface Points.GetPointsOrBuilder
    • getIdsCount

      public int getIdsCount()
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
      Specified by:
      getIdsCount in interface Points.GetPointsOrBuilder
    • getIds

      public Points.PointId getIds(int index)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
      Specified by:
      getIds in interface Points.GetPointsOrBuilder
    • setIds

      public Points.GetPoints.Builder setIds(int index, Points.PointId value)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • setIds

      public Points.GetPoints.Builder setIds(int index, Points.PointId.Builder builderForValue)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • addIds

       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • addIds

      public Points.GetPoints.Builder addIds(int index, Points.PointId value)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • addIds

      public Points.GetPoints.Builder addIds(Points.PointId.Builder builderForValue)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • addIds

      public Points.GetPoints.Builder addIds(int index, Points.PointId.Builder builderForValue)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • addAllIds

      public Points.GetPoints.Builder addAllIds(Iterable<? extends Points.PointId> values)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • clearIds

      public Points.GetPoints.Builder clearIds()
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • removeIds

      public Points.GetPoints.Builder removeIds(int index)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • getIdsBuilder

      public Points.PointId.Builder getIdsBuilder(int index)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • getIdsOrBuilder

      public Points.PointIdOrBuilder getIdsOrBuilder(int index)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
      Specified by:
      getIdsOrBuilder in interface Points.GetPointsOrBuilder
    • getIdsOrBuilderList

      public List<? extends Points.PointIdOrBuilder> getIdsOrBuilderList()
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
      Specified by:
      getIdsOrBuilderList in interface Points.GetPointsOrBuilder
    • addIdsBuilder

      public Points.PointId.Builder addIdsBuilder()
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • addIdsBuilder

      public Points.PointId.Builder addIdsBuilder(int index)
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • getIdsBuilderList

      public List<Points.PointId.Builder> getIdsBuilderList()
       List of points to retrieve
       
      repeated .qdrant.PointId ids = 2;
    • hasWithPayload

      public boolean hasWithPayload()
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 4;
      Specified by:
      hasWithPayload in interface Points.GetPointsOrBuilder
      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 = 4;
      Specified by:
      getWithPayload in interface Points.GetPointsOrBuilder
      Returns:
      The withPayload.
    • setWithPayload

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

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

      public Points.GetPoints.Builder mergeWithPayload(Points.WithPayloadSelector value)
       Options for specifying which payload to include or not
       
      .qdrant.WithPayloadSelector with_payload = 4;
    • clearWithPayload

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

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

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

      public boolean hasWithVectors()
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 5;
      Specified by:
      hasWithVectors in interface Points.GetPointsOrBuilder
      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 = 5;
      Specified by:
      getWithVectors in interface Points.GetPointsOrBuilder
      Returns:
      The withVectors.
    • setWithVectors

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

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

      public Points.GetPoints.Builder mergeWithVectors(Points.WithVectorsSelector value)
       Options for specifying which vectors to include into response
       
      optional .qdrant.WithVectorsSelector with_vectors = 5;
    • clearWithVectors

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

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

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

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

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

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

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

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

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

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

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

      public final Points.GetPoints.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.GetPoints.Builder>
    • mergeUnknownFields

      public final Points.GetPoints.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.GetPoints.Builder>