Class VectorQueryOptions

java.lang.Object
com.google.cloud.firestore.VectorQueryOptions

public class VectorQueryOptions extends Object
  • Method Details

    • getDistanceResultField

      @Nullable public FieldPath getDistanceResultField()
    • getDistanceThreshold

      @Nullable public Double getDistanceThreshold()
    • newBuilder

      public static VectorQueryOptions.Builder newBuilder()
    • equals

      public boolean equals(Object obj)
      Returns true if this VectorQueryOptions is equal to the provided object.
      Overrides:
      equals in class Object
      Parameters:
      obj - The object to compare against.
      Returns:
      Whether this VectorQueryOptions is equal to the provided object.