Class RowFilter.Chain (2.17.1)

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

Static Fields

FILTERS_FIELD_NUMBER

public static final int FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static RowFilter.Chain getDefaultInstance()
Returns
TypeDescription
RowFilter.Chain

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static RowFilter.Chain.Builder newBuilder()
Returns
TypeDescription
RowFilter.Chain.Builder

newBuilder(RowFilter.Chain prototype)

public static RowFilter.Chain.Builder newBuilder(RowFilter.Chain prototype)
Parameter
NameDescription
prototypeRowFilter.Chain
Returns
TypeDescription
RowFilter.Chain.Builder

parseDelimitedFrom(InputStream input)

public static RowFilter.Chain parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RowFilter.Chain parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static RowFilter.Chain parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static RowFilter.Chain parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static RowFilter.Chain parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static RowFilter.Chain parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static RowFilter.Chain parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static RowFilter.Chain parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static RowFilter.Chain parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static RowFilter.Chain parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static RowFilter.Chain parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static RowFilter.Chain parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
RowFilter.Chain
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<RowFilter.Chain> parser()
Returns
TypeDescription
Parser<Chain>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getDefaultInstanceForType()

public RowFilter.Chain getDefaultInstanceForType()
Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
List<? extends com.google.bigtable.v2.RowFilterOrBuilder>

getParserForType()

public Parser<RowFilter.Chain> getParserForType()
Returns
TypeDescription
Parser<Chain>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public RowFilter.Chain.Builder newBuilderForType()
Returns
TypeDescription
RowFilter.Chain.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected RowFilter.Chain.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
RowFilter.Chain.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public RowFilter.Chain.Builder toBuilder()
Returns
TypeDescription
RowFilter.Chain.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException