public static interface RowFilter.ConditionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RowFilter |
getFalseFilter()
The filter to apply to the input row if `predicate_filter` does not
return any results.
|
RowFilterOrBuilder |
getFalseFilterOrBuilder()
The filter to apply to the input row if `predicate_filter` does not
return any results.
|
RowFilter |
getPredicateFilter()
If `predicate_filter` outputs any cells, then `true_filter` will be
evaluated on the input row.
|
RowFilterOrBuilder |
getPredicateFilterOrBuilder()
If `predicate_filter` outputs any cells, then `true_filter` will be
evaluated on the input row.
|
RowFilter |
getTrueFilter()
The filter to apply to the input row if `predicate_filter` returns any
results.
|
RowFilterOrBuilder |
getTrueFilterOrBuilder()
The filter to apply to the input row if `predicate_filter` returns any
results.
|
boolean |
hasFalseFilter()
The filter to apply to the input row if `predicate_filter` does not
return any results.
|
boolean |
hasPredicateFilter()
If `predicate_filter` outputs any cells, then `true_filter` will be
evaluated on the input row.
|
boolean |
hasTrueFilter()
The filter to apply to the input row if `predicate_filter` returns any
results.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPredicateFilter()
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row. Otherwise, `false_filter` will be evaluated.
.google.bigtable.v2.RowFilter predicate_filter = 1;RowFilter getPredicateFilter()
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row. Otherwise, `false_filter` will be evaluated.
.google.bigtable.v2.RowFilter predicate_filter = 1;RowFilterOrBuilder getPredicateFilterOrBuilder()
If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row. Otherwise, `false_filter` will be evaluated.
.google.bigtable.v2.RowFilter predicate_filter = 1;boolean hasTrueFilter()
The filter to apply to the input row if `predicate_filter` returns any results. If not provided, no results will be returned in the true case.
.google.bigtable.v2.RowFilter true_filter = 2;RowFilter getTrueFilter()
The filter to apply to the input row if `predicate_filter` returns any results. If not provided, no results will be returned in the true case.
.google.bigtable.v2.RowFilter true_filter = 2;RowFilterOrBuilder getTrueFilterOrBuilder()
The filter to apply to the input row if `predicate_filter` returns any results. If not provided, no results will be returned in the true case.
.google.bigtable.v2.RowFilter true_filter = 2;boolean hasFalseFilter()
The filter to apply to the input row if `predicate_filter` does not return any results. If not provided, no results will be returned in the false case.
.google.bigtable.v2.RowFilter false_filter = 3;RowFilter getFalseFilter()
The filter to apply to the input row if `predicate_filter` does not return any results. If not provided, no results will be returned in the false case.
.google.bigtable.v2.RowFilter false_filter = 3;RowFilterOrBuilder getFalseFilterOrBuilder()
The filter to apply to the input row if `predicate_filter` does not return any results. If not provided, no results will be returned in the false case.
.google.bigtable.v2.RowFilter false_filter = 3;Copyright © 2023 Google LLC. All rights reserved.