Send feedback
Class StructuredQuery.PropertyFilter (2.12.4)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.12.4 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 )
Parameters
Returns
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
eq(String property, Blob value)
public static StructuredQuery . PropertyFilter eq ( String property , Blob value )
Parameters
Returns
eq(String property, Key value)
public static StructuredQuery . PropertyFilter eq ( String property , Key value )
Parameters
Returns
eq(String property, Value<?> value)
public static StructuredQuery . PropertyFilter eq ( String property , Value <? > value )
Parameters
Returns
eq(String property, double value)
public static StructuredQuery . PropertyFilter eq ( String property , double value )
Parameters
Returns
eq(String property, String value)
public static StructuredQuery . PropertyFilter eq ( String property , String value )
Parameters
Returns
eq(String property, long value)
public static StructuredQuery . PropertyFilter eq ( String property , long value )
Parameters
Returns
ge(String property, boolean value)
public static StructuredQuery . PropertyFilter ge ( String property , boolean value )
Parameters
Returns
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
ge(String property, Blob value)
public static StructuredQuery . PropertyFilter ge ( String property , Blob value )
Parameters
Returns
ge(String property, Key value)
public static StructuredQuery . PropertyFilter ge ( String property , Key value )
Parameters
Returns
ge(String property, Value<?> value)
public static StructuredQuery . PropertyFilter ge ( String property , Value <? > value )
Parameters
Returns
ge(String property, double value)
public static StructuredQuery . PropertyFilter ge ( String property , double value )
Parameters
Returns
ge(String property, String value)
public static StructuredQuery . PropertyFilter ge ( String property , String value )
Parameters
Returns
ge(String property, long value)
public static StructuredQuery . PropertyFilter ge ( String property , long value )
Parameters
Returns
gt(String property, boolean value)
public static StructuredQuery . PropertyFilter gt ( String property , boolean value )
Parameters
Returns
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
gt(String property, Blob value)
public static StructuredQuery . PropertyFilter gt ( String property , Blob value )
Parameters
Returns
gt(String property, Key value)
public static StructuredQuery . PropertyFilter gt ( String property , Key value )
Parameters
Returns
gt(String property, Value<?> value)
public static StructuredQuery . PropertyFilter gt ( String property , Value <? > value )
Parameters
Returns
gt(String property, double value)
public static StructuredQuery . PropertyFilter gt ( String property , double value )
Parameters
Returns
gt(String property, String value)
public static StructuredQuery . PropertyFilter gt ( String property , String value )
Parameters
Returns
gt(String property, long value)
public static StructuredQuery . PropertyFilter gt ( String property , long value )
Parameters
Returns
hasAncestor(Key key)
public static StructuredQuery . PropertyFilter hasAncestor ( Key key )
Parameter
Returns
in(String property, ListValue value)
public static StructuredQuery . PropertyFilter in ( String property , ListValue value )
Parameters
Returns
isNull(String property)
public static StructuredQuery . PropertyFilter isNull ( String property )
Parameter
Returns
le(String property, boolean value)
public static StructuredQuery . PropertyFilter le ( String property , boolean value )
Parameters
Returns
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
le(String property, Blob value)
public static StructuredQuery . PropertyFilter le ( String property , Blob value )
Parameters
Returns
le(String property, Key value)
public static StructuredQuery . PropertyFilter le ( String property , Key value )
Parameters
Returns
le(String property, Value<?> value)
public static StructuredQuery . PropertyFilter le ( String property , Value <? > value )
Parameters
Returns
le(String property, double value)
public static StructuredQuery . PropertyFilter le ( String property , double value )
Parameters
Returns
le(String property, String value)
public static StructuredQuery . PropertyFilter le ( String property , String value )
Parameters
Returns
le(String property, long value)
public static StructuredQuery . PropertyFilter le ( String property , long value )
Parameters
Returns
lt(String property, boolean value)
public static StructuredQuery . PropertyFilter lt ( String property , boolean value )
Parameters
Returns
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
lt(String property, Blob value)
public static StructuredQuery . PropertyFilter lt ( String property , Blob value )
Parameters
Returns
lt(String property, Key value)
public static StructuredQuery . PropertyFilter lt ( String property , Key value )
Parameters
Returns
lt(String property, Value<?> value)
public static StructuredQuery . PropertyFilter lt ( String property , Value <? > value )
Parameters
Returns
lt(String property, double value)
public static StructuredQuery . PropertyFilter lt ( String property , double value )
Parameters
Returns
lt(String property, String value)
public static StructuredQuery . PropertyFilter lt ( String property , String value )
Parameters
Returns
lt(String property, long value)
public static StructuredQuery . PropertyFilter lt ( String property , long value )
Parameters
Returns
neq(String property, boolean value)
public static StructuredQuery . PropertyFilter neq ( String property , boolean value )
Parameters
Returns
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
neq(String property, Blob value)
public static StructuredQuery . PropertyFilter neq ( String property , Blob value )
Parameters
Returns
neq(String property, Key value)
public static StructuredQuery . PropertyFilter neq ( String property , Key value )
Parameters
Returns
neq(String property, Value<?> value)
public static StructuredQuery . PropertyFilter neq ( String property , Value <? > value )
Parameters
Returns
neq(String property, double value)
public static StructuredQuery . PropertyFilter neq ( String property , double value )
Parameters
Returns
neq(String property, String value)
public static StructuredQuery . PropertyFilter neq ( String property , String value )
Parameters
Returns
neq(String property, long value)
public static StructuredQuery . PropertyFilter neq ( String property , long value )
Parameters
Returns
not_in(String property, ListValue value)
public static StructuredQuery . PropertyFilter not_in ( String property , ListValue value )
Parameters
Returns
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter
Returns
Overrides
hashCode()
Returns
Overrides
toString()
Returns
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-12-05 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-12-05 UTC."],[],[]]