public static final class StructuredQuery.PropertyFilter extends StructuredQuery.Filter
public static StructuredQuery.PropertyFilter lt(String property, Value<?> value)
public static StructuredQuery.PropertyFilter lt(String property, String value)
public static StructuredQuery.PropertyFilter lt(String property, long value)
public static StructuredQuery.PropertyFilter lt(String property, double value)
public static StructuredQuery.PropertyFilter lt(String property, boolean value)
public static StructuredQuery.PropertyFilter lt(String property, com.google.cloud.Timestamp value)
public static StructuredQuery.PropertyFilter lt(String property, Key value)
public static StructuredQuery.PropertyFilter lt(String property, Blob value)
public static StructuredQuery.PropertyFilter le(String property, Value<?> value)
public static StructuredQuery.PropertyFilter le(String property, String value)
public static StructuredQuery.PropertyFilter le(String property, long value)
public static StructuredQuery.PropertyFilter le(String property, double value)
public static StructuredQuery.PropertyFilter le(String property, boolean value)
public static StructuredQuery.PropertyFilter le(String property, com.google.cloud.Timestamp value)
public static StructuredQuery.PropertyFilter le(String property, Key value)
public static StructuredQuery.PropertyFilter le(String property, Blob value)
public static StructuredQuery.PropertyFilter gt(String property, Value<?> value)
public static StructuredQuery.PropertyFilter gt(String property, String value)
public static StructuredQuery.PropertyFilter gt(String property, long value)
public static StructuredQuery.PropertyFilter gt(String property, double value)
public static StructuredQuery.PropertyFilter gt(String property, boolean value)
public static StructuredQuery.PropertyFilter gt(String property, com.google.cloud.Timestamp value)
public static StructuredQuery.PropertyFilter gt(String property, Key value)
public static StructuredQuery.PropertyFilter gt(String property, Blob value)
public static StructuredQuery.PropertyFilter ge(String property, Value<?> value)
public static StructuredQuery.PropertyFilter ge(String property, String value)
public static StructuredQuery.PropertyFilter ge(String property, long value)
public static StructuredQuery.PropertyFilter ge(String property, double value)
public static StructuredQuery.PropertyFilter ge(String property, boolean value)
public static StructuredQuery.PropertyFilter ge(String property, com.google.cloud.Timestamp value)
public static StructuredQuery.PropertyFilter ge(String property, Key value)
public static StructuredQuery.PropertyFilter ge(String property, Blob value)
public static StructuredQuery.PropertyFilter eq(String property, Value<?> value)
public static StructuredQuery.PropertyFilter eq(String property, String value)
public static StructuredQuery.PropertyFilter eq(String property, long value)
public static StructuredQuery.PropertyFilter eq(String property, double value)
public static StructuredQuery.PropertyFilter eq(String property, boolean value)
public static StructuredQuery.PropertyFilter eq(String property, com.google.cloud.Timestamp value)
public static StructuredQuery.PropertyFilter eq(String property, Key value)
public static StructuredQuery.PropertyFilter eq(String property, Blob value)
public static StructuredQuery.PropertyFilter hasAncestor(Key key)
public static StructuredQuery.PropertyFilter isNull(String property)
Copyright © 2019 Google LLC. All rights reserved.