public static final class StructuredQuery.PropertyFilter extends StructuredQuery.Filter
A class representing a filter based on a single property or ancestor.
Static Methods
eq(String property, boolean value)
public static StructuredQuery.PropertyFilter eq(String property, boolean value)
eq(String property, Timestamp value)
public static StructuredQuery.PropertyFilter eq(String property, Timestamp value)
Parameters |
---|
Name | Description |
property | String
|
value | com.google.cloud.Timestamp
|
eq(String property, Blob value)
public static StructuredQuery.PropertyFilter eq(String property, Blob value)
eq(String property, Key value)
public static StructuredQuery.PropertyFilter eq(String property, Key value)
Parameters |
---|
Name | Description |
property | String
|
value | Key
|
eq(String property, Value<?> value)
public static StructuredQuery.PropertyFilter eq(String property, Value<?> value)
eq(String property, double value)
public static StructuredQuery.PropertyFilter eq(String property, double value)
eq(String property, String value)
public static StructuredQuery.PropertyFilter eq(String property, String value)
eq(String property, long value)
public static StructuredQuery.PropertyFilter eq(String property, long value)
ge(String property, boolean value)
public static StructuredQuery.PropertyFilter ge(String property, boolean value)
ge(String property, Timestamp value)
public static StructuredQuery.PropertyFilter ge(String property, Timestamp value)
Parameters |
---|
Name | Description |
property | String
|
value | com.google.cloud.Timestamp
|
ge(String property, Blob value)
public static StructuredQuery.PropertyFilter ge(String property, Blob value)
ge(String property, Key value)
public static StructuredQuery.PropertyFilter ge(String property, Key value)
Parameters |
---|
Name | Description |
property | String
|
value | Key
|
ge(String property, Value<?> value)
public static StructuredQuery.PropertyFilter ge(String property, Value<?> value)
ge(String property, double value)
public static StructuredQuery.PropertyFilter ge(String property, double value)
ge(String property, String value)
public static StructuredQuery.PropertyFilter ge(String property, String value)
ge(String property, long value)
public static StructuredQuery.PropertyFilter ge(String property, long value)
gt(String property, boolean value)
public static StructuredQuery.PropertyFilter gt(String property, boolean value)
gt(String property, Timestamp value)
public static StructuredQuery.PropertyFilter gt(String property, Timestamp value)
Parameters |
---|
Name | Description |
property | String
|
value | com.google.cloud.Timestamp
|
gt(String property, Blob value)
public static StructuredQuery.PropertyFilter gt(String property, Blob value)
gt(String property, Key value)
public static StructuredQuery.PropertyFilter gt(String property, Key value)
Parameters |
---|
Name | Description |
property | String
|
value | Key
|
gt(String property, Value<?> value)
public static StructuredQuery.PropertyFilter gt(String property, Value<?> value)
gt(String property, double value)
public static StructuredQuery.PropertyFilter gt(String property, double value)
gt(String property, String value)
public static StructuredQuery.PropertyFilter gt(String property, String value)
gt(String property, long value)
public static StructuredQuery.PropertyFilter gt(String property, long value)
hasAncestor(Key key)
public static StructuredQuery.PropertyFilter hasAncestor(Key key)
Parameter |
---|
Name | Description |
key | Key
|
in(String property, ListValue value)
public static StructuredQuery.PropertyFilter in(String property, ListValue value)
isNull(String property)
public static StructuredQuery.PropertyFilter isNull(String property)
Parameter |
---|
Name | Description |
property | String
|
le(String property, boolean value)
public static StructuredQuery.PropertyFilter le(String property, boolean value)
le(String property, Timestamp value)
public static StructuredQuery.PropertyFilter le(String property, Timestamp value)
Parameters |
---|
Name | Description |
property | String
|
value | com.google.cloud.Timestamp
|
le(String property, Blob value)
public static StructuredQuery.PropertyFilter le(String property, Blob value)
le(String property, Key value)
public static StructuredQuery.PropertyFilter le(String property, Key value)
Parameters |
---|
Name | Description |
property | String
|
value | Key
|
le(String property, Value<?> value)
public static StructuredQuery.PropertyFilter le(String property, Value<?> value)
le(String property, double value)
public static StructuredQuery.PropertyFilter le(String property, double value)
le(String property, String value)
public static StructuredQuery.PropertyFilter le(String property, String value)
le(String property, long value)
public static StructuredQuery.PropertyFilter le(String property, long value)
lt(String property, boolean value)
public static StructuredQuery.PropertyFilter lt(String property, boolean value)
lt(String property, Timestamp value)
public static StructuredQuery.PropertyFilter lt(String property, Timestamp value)
Parameters |
---|
Name | Description |
property | String
|
value | com.google.cloud.Timestamp
|
lt(String property, Blob value)
public static StructuredQuery.PropertyFilter lt(String property, Blob value)
lt(String property, Key value)
public static StructuredQuery.PropertyFilter lt(String property, Key value)
Parameters |
---|
Name | Description |
property | String
|
value | Key
|
lt(String property, Value<?> value)
public static StructuredQuery.PropertyFilter lt(String property, Value<?> value)
lt(String property, double value)
public static StructuredQuery.PropertyFilter lt(String property, double value)
lt(String property, String value)
public static StructuredQuery.PropertyFilter lt(String property, String value)
lt(String property, long value)
public static StructuredQuery.PropertyFilter lt(String property, long value)
neq(String property, boolean value)
public static StructuredQuery.PropertyFilter neq(String property, boolean value)
neq(String property, Timestamp value)
public static StructuredQuery.PropertyFilter neq(String property, Timestamp value)
Parameters |
---|
Name | Description |
property | String
|
value | com.google.cloud.Timestamp
|
neq(String property, Blob value)
public static StructuredQuery.PropertyFilter neq(String property, Blob value)
neq(String property, Key value)
public static StructuredQuery.PropertyFilter neq(String property, Key value)
Parameters |
---|
Name | Description |
property | String
|
value | Key
|
neq(String property, Value<?> value)
public static StructuredQuery.PropertyFilter neq(String property, Value<?> value)
neq(String property, double value)
public static StructuredQuery.PropertyFilter neq(String property, double value)
neq(String property, String value)
public static StructuredQuery.PropertyFilter neq(String property, String value)
neq(String property, long value)
public static StructuredQuery.PropertyFilter neq(String property, long value)
not_in(String property, ListValue value)
public static StructuredQuery.PropertyFilter not_in(String property, ListValue value)
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
toString()
Overrides