Class Points.FieldCondition

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

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

  • 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
    • getKey

      public String getKey()
      string key = 1;
      Specified by:
      getKey in interface Points.FieldConditionOrBuilder
      Returns:
      The key.
    • getKeyBytes

      public com.google.protobuf.ByteString getKeyBytes()
      string key = 1;
      Specified by:
      getKeyBytes in interface Points.FieldConditionOrBuilder
      Returns:
      The bytes for key.
    • hasMatch

      public boolean hasMatch()
       Check if point has field with a given value
       
      .qdrant.Match match = 2;
      Specified by:
      hasMatch in interface Points.FieldConditionOrBuilder
      Returns:
      Whether the match field is set.
    • getMatch

      public Points.Match getMatch()
       Check if point has field with a given value
       
      .qdrant.Match match = 2;
      Specified by:
      getMatch in interface Points.FieldConditionOrBuilder
      Returns:
      The match.
    • getMatchOrBuilder

      public Points.MatchOrBuilder getMatchOrBuilder()
       Check if point has field with a given value
       
      .qdrant.Match match = 2;
      Specified by:
      getMatchOrBuilder in interface Points.FieldConditionOrBuilder
    • hasRange

      public boolean hasRange()
       Check if points value lies in a given range
       
      .qdrant.Range range = 3;
      Specified by:
      hasRange in interface Points.FieldConditionOrBuilder
      Returns:
      Whether the range field is set.
    • getRange

      public Points.Range getRange()
       Check if points value lies in a given range
       
      .qdrant.Range range = 3;
      Specified by:
      getRange in interface Points.FieldConditionOrBuilder
      Returns:
      The range.
    • getRangeOrBuilder

      public Points.RangeOrBuilder getRangeOrBuilder()
       Check if points value lies in a given range
       
      .qdrant.Range range = 3;
      Specified by:
      getRangeOrBuilder in interface Points.FieldConditionOrBuilder
    • hasGeoBoundingBox

      public boolean hasGeoBoundingBox()
       Check if points geolocation lies in a given area
       
      .qdrant.GeoBoundingBox geo_bounding_box = 4;
      Specified by:
      hasGeoBoundingBox in interface Points.FieldConditionOrBuilder
      Returns:
      Whether the geoBoundingBox field is set.
    • getGeoBoundingBox

      public Points.GeoBoundingBox getGeoBoundingBox()
       Check if points geolocation lies in a given area
       
      .qdrant.GeoBoundingBox geo_bounding_box = 4;
      Specified by:
      getGeoBoundingBox in interface Points.FieldConditionOrBuilder
      Returns:
      The geoBoundingBox.
    • getGeoBoundingBoxOrBuilder

      public Points.GeoBoundingBoxOrBuilder getGeoBoundingBoxOrBuilder()
       Check if points geolocation lies in a given area
       
      .qdrant.GeoBoundingBox geo_bounding_box = 4;
      Specified by:
      getGeoBoundingBoxOrBuilder in interface Points.FieldConditionOrBuilder
    • hasGeoRadius

      public boolean hasGeoRadius()
       Check if geo point is within a given radius
       
      .qdrant.GeoRadius geo_radius = 5;
      Specified by:
      hasGeoRadius in interface Points.FieldConditionOrBuilder
      Returns:
      Whether the geoRadius field is set.
    • getGeoRadius

      public Points.GeoRadius getGeoRadius()
       Check if geo point is within a given radius
       
      .qdrant.GeoRadius geo_radius = 5;
      Specified by:
      getGeoRadius in interface Points.FieldConditionOrBuilder
      Returns:
      The geoRadius.
    • getGeoRadiusOrBuilder

      public Points.GeoRadiusOrBuilder getGeoRadiusOrBuilder()
       Check if geo point is within a given radius
       
      .qdrant.GeoRadius geo_radius = 5;
      Specified by:
      getGeoRadiusOrBuilder in interface Points.FieldConditionOrBuilder
    • hasValuesCount

      public boolean hasValuesCount()
       Check number of values for a specific field
       
      .qdrant.ValuesCount values_count = 6;
      Specified by:
      hasValuesCount in interface Points.FieldConditionOrBuilder
      Returns:
      Whether the valuesCount field is set.
    • getValuesCount

      public Points.ValuesCount getValuesCount()
       Check number of values for a specific field
       
      .qdrant.ValuesCount values_count = 6;
      Specified by:
      getValuesCount in interface Points.FieldConditionOrBuilder
      Returns:
      The valuesCount.
    • getValuesCountOrBuilder

      public Points.ValuesCountOrBuilder getValuesCountOrBuilder()
       Check number of values for a specific field
       
      .qdrant.ValuesCount values_count = 6;
      Specified by:
      getValuesCountOrBuilder in interface Points.FieldConditionOrBuilder
    • hasGeoPolygon

      public boolean hasGeoPolygon()
       Check if geo point is within a given polygon
       
      .qdrant.GeoPolygon geo_polygon = 7;
      Specified by:
      hasGeoPolygon in interface Points.FieldConditionOrBuilder
      Returns:
      Whether the geoPolygon field is set.
    • getGeoPolygon

      public Points.GeoPolygon getGeoPolygon()
       Check if geo point is within a given polygon
       
      .qdrant.GeoPolygon geo_polygon = 7;
      Specified by:
      getGeoPolygon in interface Points.FieldConditionOrBuilder
      Returns:
      The geoPolygon.
    • getGeoPolygonOrBuilder

      public Points.GeoPolygonOrBuilder getGeoPolygonOrBuilder()
       Check if geo point is within a given polygon
       
      .qdrant.GeoPolygon geo_polygon = 7;
      Specified by:
      getGeoPolygonOrBuilder in interface Points.FieldConditionOrBuilder
    • 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.FieldCondition parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static Points.FieldCondition.Builder newBuilder(Points.FieldCondition prototype)
    • toBuilder

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

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

      public static Points.FieldCondition getDefaultInstance()
    • parser

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

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