public static final class RowFilter.Chain extends GeneratedMessageV3 implements RowFilter.ChainOrBuilder
A RowFilter which sends rows through several RowFilters in sequence.
Protobuf type google.bigtable.v2.RowFilter.Chain
Inheritance
Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessageV3 > RowFilter.ChainImplements
RowFilter.ChainOrBuilderStatic Fields
FILTERS_FIELD_NUMBER
public static final int FILTERS_FIELD_NUMBER
Type | Description |
int |
Static Methods
getDefaultInstance()
public static RowFilter.Chain getDefaultInstance()
Type | Description |
RowFilter.Chain |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
newBuilder()
public static RowFilter.Chain.Builder newBuilder()
Type | Description |
RowFilter.Chain.Builder |
newBuilder(RowFilter.Chain prototype)
public static RowFilter.Chain.Builder newBuilder(RowFilter.Chain prototype)
Name | Description |
prototype | RowFilter.Chain |
Type | Description |
RowFilter.Chain.Builder |
parseDelimitedFrom(InputStream input)
public static RowFilter.Chain parseDelimitedFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RowFilter.Chain |
Type | Description |
IOException |
parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RowFilter.Chain parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowFilter.Chain |
Type | Description |
IOException |
parseFrom(byte[] data)
public static RowFilter.Chain parseFrom(byte[] data)
Name | Description |
data | byte[] |
Type | Description |
RowFilter.Chain |
Type | Description |
InvalidProtocolBufferException |
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RowFilter.Chain parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | byte[] |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowFilter.Chain |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data)
public static RowFilter.Chain parseFrom(ByteString data)
Name | Description |
data | ByteString |
Type | Description |
RowFilter.Chain |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RowFilter.Chain parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteString |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowFilter.Chain |
Type | Description |
InvalidProtocolBufferException |
parseFrom(CodedInputStream input)
public static RowFilter.Chain parseFrom(CodedInputStream input)
Name | Description |
input | CodedInputStream |
Type | Description |
RowFilter.Chain |
Type | Description |
IOException |
parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static RowFilter.Chain parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowFilter.Chain |
Type | Description |
IOException |
parseFrom(InputStream input)
public static RowFilter.Chain parseFrom(InputStream input)
Name | Description |
input | InputStream |
Type | Description |
RowFilter.Chain |
Type | Description |
IOException |
parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static RowFilter.Chain parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | InputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowFilter.Chain |
Type | Description |
IOException |
parseFrom(ByteBuffer data)
public static RowFilter.Chain parseFrom(ByteBuffer data)
Name | Description |
data | ByteBuffer |
Type | Description |
RowFilter.Chain |
Type | Description |
InvalidProtocolBufferException |
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RowFilter.Chain parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Name | Description |
data | ByteBuffer |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RowFilter.Chain |
Type | Description |
InvalidProtocolBufferException |
parser()
public static Parser<RowFilter.Chain> parser()
Type | Description |
Parser<Chain> |
Methods
equals(Object obj)
public boolean equals(Object obj)
Name | Description |
obj | Object |
Type | Description |
boolean |
getDefaultInstanceForType()
public RowFilter.Chain getDefaultInstanceForType()
Type | Description |
RowFilter.Chain |
getFilters(int index)
public 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;
Name | Description |
index | int |
Type | Description |
RowFilter |
getFiltersCount()
public 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;
Type | Description |
int |
getFiltersList()
public 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;
Type | Description |
List<RowFilter> |
getFiltersOrBuilder(int index)
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;
Name | Description |
index | int |
Type | Description |
RowFilterOrBuilder |
getFiltersOrBuilderList()
public 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;
Type | Description |
List<? extends com.google.bigtable.v2.RowFilterOrBuilder> |
getParserForType()
public Parser<RowFilter.Chain> getParserForType()
Type | Description |
Parser<Chain> |
getSerializedSize()
public int getSerializedSize()
Type | Description |
int |
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Type | Description |
UnknownFieldSet |
hashCode()
public int hashCode()
Type | Description |
int |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
newBuilderForType()
public RowFilter.Chain.Builder newBuilderForType()
Type | Description |
RowFilter.Chain.Builder |
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RowFilter.Chain.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Name | Description |
parent | BuilderParent |
Type | Description |
RowFilter.Chain.Builder |
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Name | Description |
unused | UnusedPrivateParameter |
Type | Description |
Object |
toBuilder()
public RowFilter.Chain.Builder toBuilder()
Type | Description |
RowFilter.Chain.Builder |
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Name | Description |
output | CodedOutputStream |
Type | Description |
IOException |