Class Points.RecommendBatchPoints

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

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

    • COLLECTION_NAME_FIELD_NUMBER

      public static final int COLLECTION_NAME_FIELD_NUMBER
      See Also:
    • RECOMMEND_POINTS_FIELD_NUMBER

      public static final int RECOMMEND_POINTS_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()
       Name of the collection
       
      string collection_name = 1;
      Specified by:
      getCollectionName in interface Points.RecommendBatchPointsOrBuilder
      Returns:
      The collectionName.
    • getCollectionNameBytes

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

      public List<Points.RecommendPoints> getRecommendPointsList()
      repeated .qdrant.RecommendPoints recommend_points = 2;
      Specified by:
      getRecommendPointsList in interface Points.RecommendBatchPointsOrBuilder
    • getRecommendPointsOrBuilderList

      public List<? extends Points.RecommendPointsOrBuilder> getRecommendPointsOrBuilderList()
      repeated .qdrant.RecommendPoints recommend_points = 2;
      Specified by:
      getRecommendPointsOrBuilderList in interface Points.RecommendBatchPointsOrBuilder
    • getRecommendPointsCount

      public int getRecommendPointsCount()
      repeated .qdrant.RecommendPoints recommend_points = 2;
      Specified by:
      getRecommendPointsCount in interface Points.RecommendBatchPointsOrBuilder
    • getRecommendPoints

      public Points.RecommendPoints getRecommendPoints(int index)
      repeated .qdrant.RecommendPoints recommend_points = 2;
      Specified by:
      getRecommendPoints in interface Points.RecommendBatchPointsOrBuilder
    • getRecommendPointsOrBuilder

      public Points.RecommendPointsOrBuilder getRecommendPointsOrBuilder(int index)
      repeated .qdrant.RecommendPoints recommend_points = 2;
      Specified by:
      getRecommendPointsOrBuilder in interface Points.RecommendBatchPointsOrBuilder
    • hasReadConsistency

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

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

      public Points.ReadConsistencyOrBuilder getReadConsistencyOrBuilder()
       Options for specifying read consistency guarantees
       
      optional .qdrant.ReadConsistency read_consistency = 3;
      Specified by:
      getReadConsistencyOrBuilder in interface Points.RecommendBatchPointsOrBuilder
    • 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.RecommendBatchPoints parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

      public static Points.RecommendBatchPoints 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.RecommendBatchPoints parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

    • toBuilder

      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

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

      public static Points.RecommendBatchPoints getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<Points.RecommendBatchPoints> 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.RecommendBatchPoints getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder