Class Filters.ConditionFilter
java.lang.Object
com.google.cloud.bigtable.data.v2.models.Filters.ConditionFilter
- All Implemented Interfaces:
Filters.Filter,Serializable,Cloneable
- Enclosing class:
- Filters
DSL for configuring a conditional filter.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionclone()otherwise(Filters.Filter filter) Sets (replaces) the filter to apply when the predicate is false.then(Filters.Filter filter) Sets (replaces) the filter to apply when the predicate is true.toProto()
-
Method Details
-
then
Sets (replaces) the filter to apply when the predicate is true. -
otherwise
Sets (replaces) the filter to apply when the predicate is false. -
toProto
- Specified by:
toProtoin interfaceFilters.Filter
-
clone
-