Class StructuredQuery.PropertyFilter (2.19.2)

public static final class StructuredQuery.PropertyFilter extends StructuredQuery.Filter

A class representing a filter based on a single property or ancestor.

Inheritance

Object > StructuredQuery.Filter > StructuredQuery.PropertyFilter

Static Methods

eq(String property, boolean value)

public static StructuredQuery.PropertyFilter eq(String property, boolean value)
Parameters
Name Description
property String
value boolean
Returns
Type Description
StructuredQuery.PropertyFilter

eq(String property, Timestamp value)

public static StructuredQuery.PropertyFilter eq(String property, Timestamp value)
Parameters
Name Description
property String
value com.google.cloud.Timestamp
Returns
Type Description
StructuredQuery.PropertyFilter

eq(String property, Blob value)

public static StructuredQuery.PropertyFilter eq(String property, Blob value)
Parameters
Name Description
property String
value Blob
Returns
Type Description
StructuredQuery.PropertyFilter

eq(String property, Key value)

public static StructuredQuery.PropertyFilter eq(String property, Key value)
Parameters
Name Description
property String
value Key
Returns
Type Description
StructuredQuery.PropertyFilter

eq(String property, Value<?> value)

public static StructuredQuery.PropertyFilter eq(String property, Value<?> value)
Parameters
Name Description
property String
value Value<?>
Returns
Type Description
StructuredQuery.PropertyFilter

eq(String property, double value)

public static StructuredQuery.PropertyFilter eq(String property, double value)
Parameters
Name Description
property String
value double
Returns
Type Description
StructuredQuery.PropertyFilter

eq(String property, String value)

public static StructuredQuery.PropertyFilter eq(String property, String value)
Parameters
Name Description
property String
value String
Returns
Type Description
StructuredQuery.PropertyFilter

eq(String property, long value)

public static StructuredQuery.PropertyFilter eq(String property, long value)
Parameters
Name Description
property String
value long
Returns
Type Description
StructuredQuery.PropertyFilter

ge(String property, boolean value)

public static StructuredQuery.PropertyFilter ge(String property, boolean value)
Parameters
Name Description
property String
value boolean
Returns
Type Description
StructuredQuery.PropertyFilter

ge(String property, Timestamp value)

public static StructuredQuery.PropertyFilter ge(String property, Timestamp value)
Parameters
Name Description
property String
value com.google.cloud.Timestamp
Returns
Type Description
StructuredQuery.PropertyFilter

ge(String property, Blob value)

public static StructuredQuery.PropertyFilter ge(String property, Blob value)
Parameters
Name Description
property String
value Blob
Returns
Type Description
StructuredQuery.PropertyFilter

ge(String property, Key value)

public static StructuredQuery.PropertyFilter ge(String property, Key value)
Parameters
Name Description
property String
value Key
Returns
Type Description
StructuredQuery.PropertyFilter

ge(String property, Value<?> value)

public static StructuredQuery.PropertyFilter ge(String property, Value<?> value)
Parameters
Name Description
property String
value Value<?>
Returns
Type Description
StructuredQuery.PropertyFilter

ge(String property, double value)

public static StructuredQuery.PropertyFilter ge(String property, double value)
Parameters
Name Description
property String
value double
Returns
Type Description
StructuredQuery.PropertyFilter

ge(String property, String value)

public static StructuredQuery.PropertyFilter ge(String property, String value)
Parameters
Name Description
property String
value String
Returns
Type Description
StructuredQuery.PropertyFilter

ge(String property, long value)

public static StructuredQuery.PropertyFilter ge(String property, long value)
Parameters
Name Description
property String
value long
Returns
Type Description
StructuredQuery.PropertyFilter

gt(String property, boolean value)

public static StructuredQuery.PropertyFilter gt(String property, boolean value)
Parameters
Name Description
property String
value boolean
Returns
Type Description
StructuredQuery.PropertyFilter

gt(String property, Timestamp value)

public static StructuredQuery.PropertyFilter gt(String property, Timestamp value)
Parameters
Name Description
property String
value com.google.cloud.Timestamp
Returns
Type Description
StructuredQuery.PropertyFilter

gt(String property, Blob value)

public static StructuredQuery.PropertyFilter gt(String property, Blob value)
Parameters
Name Description
property String
value Blob
Returns
Type Description
StructuredQuery.PropertyFilter

gt(String property, Key value)

public static StructuredQuery.PropertyFilter gt(String property, Key value)
Parameters
Name Description
property String
value Key
Returns
Type Description
StructuredQuery.PropertyFilter

gt(String property, Value<?> value)

public static StructuredQuery.PropertyFilter gt(String property, Value<?> value)
Parameters
Name Description
property String
value Value<?>
Returns
Type Description
StructuredQuery.PropertyFilter

gt(String property, double value)

public static StructuredQuery.PropertyFilter gt(String property, double value)
Parameters
Name Description
property String
value double
Returns
Type Description
StructuredQuery.PropertyFilter

gt(String property, String value)

public static StructuredQuery.PropertyFilter gt(String property, String value)
Parameters
Name Description
property String
value String
Returns
Type Description
StructuredQuery.PropertyFilter

gt(String property, long value)

public static StructuredQuery.PropertyFilter gt(String property, long value)
Parameters
Name Description
property String
value long
Returns
Type Description
StructuredQuery.PropertyFilter

hasAncestor(Key key)

public static StructuredQuery.PropertyFilter hasAncestor(Key key)
Parameter
Name Description
key Key
Returns
Type Description
StructuredQuery.PropertyFilter

in(String property, ListValue value)

public static StructuredQuery.PropertyFilter in(String property, ListValue value)
Parameters
Name Description
property String
value ListValue
Returns
Type Description
StructuredQuery.PropertyFilter

isNull(String property)

public static StructuredQuery.PropertyFilter isNull(String property)
Parameter
Name Description
property String
Returns
Type Description
StructuredQuery.PropertyFilter

le(String property, boolean value)

public static StructuredQuery.PropertyFilter le(String property, boolean value)
Parameters
Name Description
property String
value boolean
Returns
Type Description
StructuredQuery.PropertyFilter

le(String property, Timestamp value)

public static StructuredQuery.PropertyFilter le(String property, Timestamp value)
Parameters
Name Description
property String
value com.google.cloud.Timestamp
Returns
Type Description
StructuredQuery.PropertyFilter

le(String property, Blob value)

public static StructuredQuery.PropertyFilter le(String property, Blob value)
Parameters
Name Description
property String
value Blob
Returns
Type Description
StructuredQuery.PropertyFilter

le(String property, Key value)

public static StructuredQuery.PropertyFilter le(String property, Key value)
Parameters
Name Description
property String
value Key
Returns
Type Description
StructuredQuery.PropertyFilter

le(String property, Value<?> value)

public static StructuredQuery.PropertyFilter le(String property, Value<?> value)
Parameters
Name Description
property String
value Value<?>
Returns
Type Description
StructuredQuery.PropertyFilter

le(String property, double value)

public static StructuredQuery.PropertyFilter le(String property, double value)
Parameters
Name Description
property String
value double
Returns
Type Description
StructuredQuery.PropertyFilter

le(String property, String value)

public static StructuredQuery.PropertyFilter le(String property, String value)
Parameters
Name Description
property String
value String
Returns
Type Description
StructuredQuery.PropertyFilter

le(String property, long value)

public static StructuredQuery.PropertyFilter le(String property, long value)
Parameters
Name Description
property String
value long
Returns
Type Description
StructuredQuery.PropertyFilter

lt(String property, boolean value)

public static StructuredQuery.PropertyFilter lt(String property, boolean value)
Parameters
Name Description
property String
value boolean
Returns
Type Description
StructuredQuery.PropertyFilter

lt(String property, Timestamp value)

public static StructuredQuery.PropertyFilter lt(String property, Timestamp value)
Parameters
Name Description
property String
value com.google.cloud.Timestamp
Returns
Type Description
StructuredQuery.PropertyFilter

lt(String property, Blob value)

public static StructuredQuery.PropertyFilter lt(String property, Blob value)
Parameters
Name Description
property String
value Blob
Returns
Type Description
StructuredQuery.PropertyFilter

lt(String property, Key value)

public static StructuredQuery.PropertyFilter lt(String property, Key value)
Parameters
Name Description
property String
value Key
Returns
Type Description
StructuredQuery.PropertyFilter

lt(String property, Value<?> value)

public static StructuredQuery.PropertyFilter lt(String property, Value<?> value)
Parameters
Name Description
property String
value Value<?>
Returns
Type Description
StructuredQuery.PropertyFilter

lt(String property, double value)

public static StructuredQuery.PropertyFilter lt(String property, double value)
Parameters
Name Description
property String
value double
Returns
Type Description
StructuredQuery.PropertyFilter

lt(String property, String value)

public static StructuredQuery.PropertyFilter lt(String property, String value)
Parameters
Name Description
property String
value String
Returns
Type Description
StructuredQuery.PropertyFilter

lt(String property, long value)

public static StructuredQuery.PropertyFilter lt(String property, long value)
Parameters
Name Description
property String
value long
Returns
Type Description
StructuredQuery.PropertyFilter

neq(String property, boolean value)

public static StructuredQuery.PropertyFilter neq(String property, boolean value)
Parameters
Name Description
property String
value boolean
Returns
Type Description
StructuredQuery.PropertyFilter

neq(String property, Timestamp value)

public static StructuredQuery.PropertyFilter neq(String property, Timestamp value)
Parameters
Name Description
property String
value com.google.cloud.Timestamp
Returns
Type Description
StructuredQuery.PropertyFilter

neq(String property, Blob value)

public static StructuredQuery.PropertyFilter neq(String property, Blob value)
Parameters
Name Description
property String
value Blob
Returns
Type Description
StructuredQuery.PropertyFilter

neq(String property, Key value)

public static StructuredQuery.PropertyFilter neq(String property, Key value)
Parameters
Name Description
property String
value Key
Returns
Type Description
StructuredQuery.PropertyFilter

neq(String property, Value<?> value)

public static StructuredQuery.PropertyFilter neq(String property, Value<?> value)
Parameters
Name Description
property String
value Value<?>
Returns
Type Description
StructuredQuery.PropertyFilter

neq(String property, double value)

public static StructuredQuery.PropertyFilter neq(String property, double value)
Parameters
Name Description
property String
value double
Returns
Type Description
StructuredQuery.PropertyFilter

neq(String property, String value)

public static StructuredQuery.PropertyFilter neq(String property, String value)
Parameters
Name Description
property String
value String
Returns
Type Description
StructuredQuery.PropertyFilter

neq(String property, long value)

public static StructuredQuery.PropertyFilter neq(String property, long value)
Parameters
Name Description
property String
value long
Returns
Type Description
StructuredQuery.PropertyFilter

not_in(String property, ListValue value)

public static StructuredQuery.PropertyFilter not_in(String property, ListValue value)
Parameters
Name Description
property String
value ListValue
Returns
Type Description
StructuredQuery.PropertyFilter

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

toString()

public String toString()
Returns
Type Description
String
Overrides