public static final class RowFilter.Chain.Builder extends com.google.protobuf.GeneratedMessage.Builder<RowFilter.Chain.Builder> implements RowFilter.ChainOrBuilder
A RowFilter which sends rows through several RowFilters in sequence.Protobuf type
google.bigtable.v2.RowFilter.Chain| Modifier and Type | Method and Description |
|---|---|
RowFilter.Chain.Builder |
addAllFilters(Iterable<? extends RowFilter> values)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Chain.Builder |
addFilters(int index,
RowFilter.Builder builderForValue)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Chain.Builder |
addFilters(int index,
RowFilter value)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Chain.Builder |
addFilters(RowFilter.Builder builderForValue)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Chain.Builder |
addFilters(RowFilter value)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Builder |
addFiltersBuilder()
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Builder |
addFiltersBuilder(int index)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Chain |
build() |
RowFilter.Chain |
buildPartial() |
RowFilter.Chain.Builder |
clear() |
RowFilter.Chain.Builder |
clearFilters()
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Chain |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
RowFilter |
getFilters(int index)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Builder |
getFiltersBuilder(int index)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
List<RowFilter.Builder> |
getFiltersBuilderList()
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
int |
getFiltersCount()
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
List<RowFilter> |
getFiltersList()
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilterOrBuilder |
getFiltersOrBuilder(int index)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
List<? extends RowFilterOrBuilder> |
getFiltersOrBuilderList()
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
RowFilter.Chain.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
RowFilter.Chain.Builder |
mergeFrom(com.google.protobuf.Message other) |
RowFilter.Chain.Builder |
mergeFrom(RowFilter.Chain other) |
RowFilter.Chain.Builder |
removeFilters(int index)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Chain.Builder |
setFilters(int index,
RowFilter.Builder builderForValue)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
RowFilter.Chain.Builder |
setFilters(int index,
RowFilter value)
The elements of "filters" are chained together to process the input row:
in row -> f(0) -> intermediate row -> f(1) -> ...
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<RowFilter.Chain.Builder>public RowFilter.Chain.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<RowFilter.Chain.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RowFilter.Chain.Builder>public RowFilter.Chain getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic RowFilter.Chain build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic RowFilter.Chain buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic RowFilter.Chain.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RowFilter.Chain.Builder>public RowFilter.Chain.Builder mergeFrom(RowFilter.Chain other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<RowFilter.Chain.Builder>public RowFilter.Chain.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<RowFilter.Chain.Builder>IOExceptionpublic List<RowFilter> getFiltersList()
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;getFiltersList in interface RowFilter.ChainOrBuilderpublic int getFiltersCount()
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;getFiltersCount in interface RowFilter.ChainOrBuilderpublic RowFilter getFilters(int index)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;getFilters in interface RowFilter.ChainOrBuilderpublic RowFilter.Chain.Builder setFilters(int index, RowFilter value)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Chain.Builder setFilters(int index, RowFilter.Builder builderForValue)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Chain.Builder addFilters(RowFilter value)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Chain.Builder addFilters(int index, RowFilter value)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Chain.Builder addFilters(RowFilter.Builder builderForValue)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Chain.Builder addFilters(int index, RowFilter.Builder builderForValue)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Chain.Builder addAllFilters(Iterable<? extends RowFilter> values)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Chain.Builder clearFilters()
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Chain.Builder removeFilters(int index)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Builder getFiltersBuilder(int index)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilterOrBuilder getFiltersOrBuilder(int index)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;getFiltersOrBuilder in interface RowFilter.ChainOrBuilderpublic List<? extends RowFilterOrBuilder> getFiltersOrBuilderList()
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;getFiltersOrBuilderList in interface RowFilter.ChainOrBuilderpublic RowFilter.Builder addFiltersBuilder()
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public RowFilter.Builder addFiltersBuilder(int index)
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;public List<RowFilter.Builder> getFiltersBuilderList()
The elements of "filters" are chained together to process the input row: in row -> f(0) -> intermediate row -> f(1) -> ... -> f(N) -> out row The full chain is executed atomically.
repeated .google.bigtable.v2.RowFilter filters = 1;Copyright © 2026 Google LLC. All rights reserved.