Class Points.WithLookup.Builder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      public String getCollection()
       Name of the collection to use for points lookup
       
      string collection = 1;
      Specified by:
      getCollection in interface Points.WithLookupOrBuilder
      Returns:
      The collection.
    • getCollectionBytes

      public com.google.protobuf.ByteString getCollectionBytes()
       Name of the collection to use for points lookup
       
      string collection = 1;
      Specified by:
      getCollectionBytes in interface Points.WithLookupOrBuilder
      Returns:
      The bytes for collection.
    • setCollection

      public Points.WithLookup.Builder setCollection(String value)
       Name of the collection to use for points lookup
       
      string collection = 1;
      Parameters:
      value - The collection to set.
      Returns:
      This builder for chaining.
    • clearCollection

      public Points.WithLookup.Builder clearCollection()
       Name of the collection to use for points lookup
       
      string collection = 1;
      Returns:
      This builder for chaining.
    • setCollectionBytes

      public Points.WithLookup.Builder setCollectionBytes(com.google.protobuf.ByteString value)
       Name of the collection to use for points lookup
       
      string collection = 1;
      Parameters:
      value - The bytes for collection to set.
      Returns:
      This builder for chaining.
    • hasWithPayload

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

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

       Options for specifying which payload to include (or not)
       
      optional .qdrant.WithPayloadSelector with_payload = 2;
    • setWithPayload

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

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

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

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

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

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

      public Points.WithVectorsSelector getWithVectors()
       Options for specifying which vectors to include (or not)
       
      optional .qdrant.WithVectorsSelector with_vectors = 3;
      Specified by:
      getWithVectors in interface Points.WithLookupOrBuilder
      Returns:
      The withVectors.
    • setWithVectors

       Options for specifying which vectors to include (or not)
       
      optional .qdrant.WithVectorsSelector with_vectors = 3;
    • setWithVectors

      public Points.WithLookup.Builder setWithVectors(Points.WithVectorsSelector.Builder builderForValue)
       Options for specifying which vectors to include (or not)
       
      optional .qdrant.WithVectorsSelector with_vectors = 3;
    • mergeWithVectors

      public Points.WithLookup.Builder mergeWithVectors(Points.WithVectorsSelector value)
       Options for specifying which vectors to include (or not)
       
      optional .qdrant.WithVectorsSelector with_vectors = 3;
    • clearWithVectors

      public Points.WithLookup.Builder clearWithVectors()
       Options for specifying which vectors to include (or not)
       
      optional .qdrant.WithVectorsSelector with_vectors = 3;
    • getWithVectorsBuilder

      public Points.WithVectorsSelector.Builder getWithVectorsBuilder()
       Options for specifying which vectors to include (or not)
       
      optional .qdrant.WithVectorsSelector with_vectors = 3;
    • getWithVectorsOrBuilder

      public Points.WithVectorsSelectorOrBuilder getWithVectorsOrBuilder()
       Options for specifying which vectors to include (or not)
       
      optional .qdrant.WithVectorsSelector with_vectors = 3;
      Specified by:
      getWithVectorsOrBuilder in interface Points.WithLookupOrBuilder
    • setUnknownFields

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

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