Uses of Class
com.google.bigtable.v2.RowFilter.Condition.Builder
-
Uses of RowFilter.Condition.Builder in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return RowFilter.Condition.BuilderModifier and TypeMethodDescriptionRowFilter.Condition.Builder.clear()RowFilter.Condition.Builder.clearFalseFilter()The filter to apply to the input row if `predicate_filter` does not return any results.RowFilter.Condition.Builder.clearPredicateFilter()If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter.Condition.Builder.clearTrueFilter()The filter to apply to the input row if `predicate_filter` returns any results.RowFilter.Builder.getConditionBuilder()Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.RowFilter.Condition.Builder.mergeFalseFilter(RowFilter value) The filter to apply to the input row if `predicate_filter` does not return any results.RowFilter.Condition.Builder.mergeFrom(RowFilter.Condition other) RowFilter.Condition.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RowFilter.Condition.Builder.mergeFrom(com.google.protobuf.Message other) RowFilter.Condition.Builder.mergePredicateFilter(RowFilter value) If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter.Condition.Builder.mergeTrueFilter(RowFilter value) The filter to apply to the input row if `predicate_filter` returns any results.static RowFilter.Condition.BuilderRowFilter.Condition.newBuilder()static RowFilter.Condition.BuilderRowFilter.Condition.newBuilder(RowFilter.Condition prototype) RowFilter.Condition.newBuilderForType()protected RowFilter.Condition.BuilderRowFilter.Condition.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) RowFilter.Condition.Builder.setFalseFilter(RowFilter value) The filter to apply to the input row if `predicate_filter` does not return any results.RowFilter.Condition.Builder.setFalseFilter(RowFilter.Builder builderForValue) The filter to apply to the input row if `predicate_filter` does not return any results.RowFilter.Condition.Builder.setPredicateFilter(RowFilter value) If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter.Condition.Builder.setPredicateFilter(RowFilter.Builder builderForValue) If `predicate_filter` outputs any cells, then `true_filter` will be evaluated on the input row.RowFilter.Condition.Builder.setTrueFilter(RowFilter value) The filter to apply to the input row if `predicate_filter` returns any results.RowFilter.Condition.Builder.setTrueFilter(RowFilter.Builder builderForValue) The filter to apply to the input row if `predicate_filter` returns any results.RowFilter.Condition.toBuilder()Methods in com.google.bigtable.v2 with parameters of type RowFilter.Condition.BuilderModifier and TypeMethodDescriptionRowFilter.Builder.setCondition(RowFilter.Condition.Builder builderForValue) Applies one of two possible RowFilters to the data based on the output of a predicate RowFilter.