Uses of Class
com.google.bigtable.v2.RowFilter.Chain
-
Packages that use RowFilter.Chain Package Description com.google.bigtable.v2 -
-
Uses of RowFilter.Chain in com.google.bigtable.v2
Methods in com.google.bigtable.v2 that return RowFilter.Chain Modifier and Type Method Description RowFilter.Chain
RowFilter.Chain.Builder. build()
RowFilter.Chain
RowFilter.Chain.Builder. buildPartial()
RowFilter.Chain
RowFilter.Builder. getChain()
Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilter.Chain
RowFilter. getChain()
Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilter.Chain
RowFilterOrBuilder. getChain()
Applies several RowFilters to the data in sequence, progressively narrowing the results.static RowFilter.Chain
RowFilter.Chain. getDefaultInstance()
RowFilter.Chain
RowFilter.Chain.Builder. getDefaultInstanceForType()
RowFilter.Chain
RowFilter.Chain. getDefaultInstanceForType()
static RowFilter.Chain
RowFilter.Chain. parseDelimitedFrom(InputStream input)
static RowFilter.Chain
RowFilter.Chain. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter.Chain
RowFilter.Chain. parseFrom(byte[] data)
static RowFilter.Chain
RowFilter.Chain. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter.Chain
RowFilter.Chain. parseFrom(com.google.protobuf.ByteString data)
static RowFilter.Chain
RowFilter.Chain. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter.Chain
RowFilter.Chain. parseFrom(com.google.protobuf.CodedInputStream input)
static RowFilter.Chain
RowFilter.Chain. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter.Chain
RowFilter.Chain. parseFrom(InputStream input)
static RowFilter.Chain
RowFilter.Chain. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RowFilter.Chain
RowFilter.Chain. parseFrom(ByteBuffer data)
static RowFilter.Chain
RowFilter.Chain. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.bigtable.v2 that return types with arguments of type RowFilter.Chain Modifier and Type Method Description com.google.protobuf.Parser<RowFilter.Chain>
RowFilter.Chain. getParserForType()
static com.google.protobuf.Parser<RowFilter.Chain>
RowFilter.Chain. parser()
Methods in com.google.bigtable.v2 with parameters of type RowFilter.Chain Modifier and Type Method Description RowFilter.Builder
RowFilter.Builder. mergeChain(RowFilter.Chain value)
Applies several RowFilters to the data in sequence, progressively narrowing the results.RowFilter.Chain.Builder
RowFilter.Chain.Builder. mergeFrom(RowFilter.Chain other)
static RowFilter.Chain.Builder
RowFilter.Chain. newBuilder(RowFilter.Chain prototype)
RowFilter.Builder
RowFilter.Builder. setChain(RowFilter.Chain value)
Applies several RowFilters to the data in sequence, progressively narrowing the results.
-