Class StructuredQuery.PropertyFilter (2.4.0)

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
NameDescription
propertyString
valueboolean
Returns
TypeDescription
StructuredQuery.PropertyFilter

eq(String property, Timestamp value)

public static StructuredQuery.PropertyFilter eq(String property, Timestamp value)
Parameters
NameDescription
propertyString
valuecom.google.cloud.Timestamp
Returns
TypeDescription
StructuredQuery.PropertyFilter

eq(String property, Blob value)

public static StructuredQuery.PropertyFilter eq(String property, Blob value)
Parameters
NameDescription
propertyString
valueBlob
Returns
TypeDescription
StructuredQuery.PropertyFilter

eq(String property, Key value)

public static StructuredQuery.PropertyFilter eq(String property, Key value)
Parameters
NameDescription
propertyString
valueKey
Returns
TypeDescription
StructuredQuery.PropertyFilter

eq(String property, Value<?> value)

public static StructuredQuery.PropertyFilter eq(String property, Value<?> value)
Parameters
NameDescription
propertyString
valueValue<?>
Returns
TypeDescription
StructuredQuery.PropertyFilter

eq(String property, double value)

public static StructuredQuery.PropertyFilter eq(String property, double value)
Parameters
NameDescription
propertyString
valuedouble
Returns
TypeDescription
StructuredQuery.PropertyFilter

eq(String property, String value)

public static StructuredQuery.PropertyFilter eq(String property, String value)
Parameters
NameDescription
propertyString
valueString
Returns
TypeDescription
StructuredQuery.PropertyFilter

eq(String property, long value)

public static StructuredQuery.PropertyFilter eq(String property, long value)
Parameters
NameDescription
propertyString
valuelong
Returns
TypeDescription
StructuredQuery.PropertyFilter

ge(String property, boolean value)

public static StructuredQuery.PropertyFilter ge(String property, boolean value)
Parameters
NameDescription
propertyString
valueboolean
Returns
TypeDescription
StructuredQuery.PropertyFilter

ge(String property, Timestamp value)

public static StructuredQuery.PropertyFilter ge(String property, Timestamp value)
Parameters
NameDescription
propertyString
valuecom.google.cloud.Timestamp
Returns
TypeDescription
StructuredQuery.PropertyFilter

ge(String property, Blob value)

public static StructuredQuery.PropertyFilter ge(String property, Blob value)
Parameters
NameDescription
propertyString
valueBlob
Returns
TypeDescription
StructuredQuery.PropertyFilter

ge(String property, Key value)

public static StructuredQuery.PropertyFilter ge(String property, Key value)
Parameters
NameDescription
propertyString
valueKey
Returns
TypeDescription
StructuredQuery.PropertyFilter

ge(String property, Value<?> value)

public static StructuredQuery.PropertyFilter ge(String property, Value<?> value)
Parameters
NameDescription
propertyString
valueValue<?>
Returns
TypeDescription
StructuredQuery.PropertyFilter

ge(String property, double value)

public static StructuredQuery.PropertyFilter ge(String property, double value)
Parameters
NameDescription
propertyString
valuedouble
Returns
TypeDescription
StructuredQuery.PropertyFilter

ge(String property, String value)

public static StructuredQuery.PropertyFilter ge(String property, String value)
Parameters
NameDescription
propertyString
valueString
Returns
TypeDescription
StructuredQuery.PropertyFilter

ge(String property, long value)

public static StructuredQuery.PropertyFilter ge(String property, long value)
Parameters
NameDescription
propertyString
valuelong
Returns
TypeDescription
StructuredQuery.PropertyFilter

gt(String property, boolean value)

public static StructuredQuery.PropertyFilter gt(String property, boolean value)
Parameters
NameDescription
propertyString
valueboolean
Returns
TypeDescription
StructuredQuery.PropertyFilter

gt(String property, Timestamp value)

public static StructuredQuery.PropertyFilter gt(String property, Timestamp value)
Parameters
NameDescription
propertyString
valuecom.google.cloud.Timestamp
Returns
TypeDescription
StructuredQuery.PropertyFilter

gt(String property, Blob value)

public static StructuredQuery.PropertyFilter gt(String property, Blob value)
Parameters
NameDescription
propertyString
valueBlob
Returns
TypeDescription
StructuredQuery.PropertyFilter

gt(String property, Key value)

public static StructuredQuery.PropertyFilter gt(String property, Key value)
Parameters
NameDescription
propertyString
valueKey
Returns
TypeDescription
StructuredQuery.PropertyFilter

gt(String property, Value<?> value)

public static StructuredQuery.PropertyFilter gt(String property, Value<?> value)
Parameters
NameDescription
propertyString
valueValue<?>
Returns
TypeDescription
StructuredQuery.PropertyFilter

gt(String property, double value)

public static StructuredQuery.PropertyFilter gt(String property, double value)
Parameters
NameDescription
propertyString
valuedouble
Returns
TypeDescription
StructuredQuery.PropertyFilter

gt(String property, String value)

public static StructuredQuery.PropertyFilter gt(String property, String value)
Parameters
NameDescription
propertyString
valueString
Returns
TypeDescription
StructuredQuery.PropertyFilter

gt(String property, long value)

public static StructuredQuery.PropertyFilter gt(String property, long value)
Parameters
NameDescription
propertyString
valuelong
Returns
TypeDescription
StructuredQuery.PropertyFilter

hasAncestor(Key key)

public static StructuredQuery.PropertyFilter hasAncestor(Key key)
Parameter
NameDescription
keyKey
Returns
TypeDescription
StructuredQuery.PropertyFilter

isNull(String property)

public static StructuredQuery.PropertyFilter isNull(String property)
Parameter
NameDescription
propertyString
Returns
TypeDescription
StructuredQuery.PropertyFilter

le(String property, boolean value)

public static StructuredQuery.PropertyFilter le(String property, boolean value)
Parameters
NameDescription
propertyString
valueboolean
Returns
TypeDescription
StructuredQuery.PropertyFilter

le(String property, Timestamp value)

public static StructuredQuery.PropertyFilter le(String property, Timestamp value)
Parameters
NameDescription
propertyString
valuecom.google.cloud.Timestamp
Returns
TypeDescription
StructuredQuery.PropertyFilter

le(String property, Blob value)

public static StructuredQuery.PropertyFilter le(String property, Blob value)
Parameters
NameDescription
propertyString
valueBlob
Returns
TypeDescription
StructuredQuery.PropertyFilter

le(String property, Key value)

public static StructuredQuery.PropertyFilter le(String property, Key value)
Parameters
NameDescription
propertyString
valueKey
Returns
TypeDescription
StructuredQuery.PropertyFilter

le(String property, Value<?> value)

public static StructuredQuery.PropertyFilter le(String property, Value<?> value)
Parameters
NameDescription
propertyString
valueValue<?>
Returns
TypeDescription
StructuredQuery.PropertyFilter

le(String property, double value)

public static StructuredQuery.PropertyFilter le(String property, double value)
Parameters
NameDescription
propertyString
valuedouble
Returns
TypeDescription
StructuredQuery.PropertyFilter

le(String property, String value)

public static StructuredQuery.PropertyFilter le(String property, String value)
Parameters
NameDescription
propertyString
valueString
Returns
TypeDescription
StructuredQuery.PropertyFilter

le(String property, long value)

public static StructuredQuery.PropertyFilter le(String property, long value)
Parameters
NameDescription
propertyString
valuelong
Returns
TypeDescription
StructuredQuery.PropertyFilter

lt(String property, boolean value)

public static StructuredQuery.PropertyFilter lt(String property, boolean value)
Parameters
NameDescription
propertyString
valueboolean
Returns
TypeDescription
StructuredQuery.PropertyFilter

lt(String property, Timestamp value)

public static StructuredQuery.PropertyFilter lt(String property, Timestamp value)
Parameters
NameDescription
propertyString
valuecom.google.cloud.Timestamp
Returns
TypeDescription
StructuredQuery.PropertyFilter

lt(String property, Blob value)

public static StructuredQuery.PropertyFilter lt(String property, Blob value)
Parameters
NameDescription
propertyString
valueBlob
Returns
TypeDescription
StructuredQuery.PropertyFilter

lt(String property, Key value)

public static StructuredQuery.PropertyFilter lt(String property, Key value)
Parameters
NameDescription
propertyString
valueKey
Returns
TypeDescription
StructuredQuery.PropertyFilter

lt(String property, Value<?> value)

public static StructuredQuery.PropertyFilter lt(String property, Value<?> value)
Parameters
NameDescription
propertyString
valueValue<?>
Returns
TypeDescription
StructuredQuery.PropertyFilter

lt(String property, double value)

public static StructuredQuery.PropertyFilter lt(String property, double value)
Parameters
NameDescription
propertyString
valuedouble
Returns
TypeDescription
StructuredQuery.PropertyFilter

lt(String property, String value)

public static StructuredQuery.PropertyFilter lt(String property, String value)
Parameters
NameDescription
propertyString
valueString
Returns
TypeDescription
StructuredQuery.PropertyFilter

lt(String property, long value)

public static StructuredQuery.PropertyFilter lt(String property, long value)
Parameters
NameDescription
propertyString
valuelong
Returns
TypeDescription
StructuredQuery.PropertyFilter

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides