Send feedback
Class StructuredQuery.PropertyFilter (2.23.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.23.0 keyboard_arrow_down
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 )
Parameters
Name
Description
property
String
value
Blob
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 )
Parameters
Name
Description
property
String
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 )
Parameters
Name
Description
property
String
value
long
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 )
Parameters
Name
Description
property
String
value
Blob
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 )
Parameters
Name
Description
property
String
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 )
Parameters
Name
Description
property
String
value
long
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 )
Parameters
Name
Description
property
String
value
Blob
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 )
Parameters
Name
Description
property
String
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 )
Parameters
Name
Description
property
String
value
long
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 )
Parameters
Name
Description
property
String
value
Blob
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 )
Parameters
Name
Description
property
String
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 )
Parameters
Name
Description
property
String
value
long
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 )
Parameters
Name
Description
property
String
value
Blob
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 )
Parameters
Name
Description
property
String
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 )
Parameters
Name
Description
property
String
value
long
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 )
Parameters
Name
Description
property
String
value
Blob
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 )
Parameters
Name
Description
property
String
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 )
Parameters
Name
Description
property
String
value
long
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()
Returns
Type
Description
String
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-06 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-06 UTC."],[],[]]