| Modifier and Type | Method and Description |
|---|---|
ValueBitmask |
ValueBitmask.Builder.build() |
ValueBitmask |
ValueBitmask.Builder.buildPartial() |
static ValueBitmask |
ValueBitmask.getDefaultInstance() |
ValueBitmask |
ValueBitmask.getDefaultInstanceForType() |
ValueBitmask |
ValueBitmask.Builder.getDefaultInstanceForType() |
ValueBitmask |
RowFilter.getValueBitmaskFilter()
Matches only cells with values that satisfy the condition `(value & mask)
== mask`.
|
ValueBitmask |
RowFilter.Builder.getValueBitmaskFilter()
Matches only cells with values that satisfy the condition `(value & mask)
== mask`.
|
ValueBitmask |
RowFilterOrBuilder.getValueBitmaskFilter()
Matches only cells with values that satisfy the condition `(value & mask)
== mask`.
|
static ValueBitmask |
ValueBitmask.parseDelimitedFrom(InputStream input) |
static ValueBitmask |
ValueBitmask.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueBitmask |
ValueBitmask.parseFrom(byte[] data) |
static ValueBitmask |
ValueBitmask.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueBitmask |
ValueBitmask.parseFrom(ByteBuffer data) |
static ValueBitmask |
ValueBitmask.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueBitmask |
ValueBitmask.parseFrom(com.google.protobuf.ByteString data) |
static ValueBitmask |
ValueBitmask.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueBitmask |
ValueBitmask.parseFrom(com.google.protobuf.CodedInputStream input) |
static ValueBitmask |
ValueBitmask.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ValueBitmask |
ValueBitmask.parseFrom(InputStream input) |
static ValueBitmask |
ValueBitmask.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ValueBitmask> |
ValueBitmask.getParserForType() |
static com.google.protobuf.Parser<ValueBitmask> |
ValueBitmask.parser() |
| Modifier and Type | Method and Description |
|---|---|
ValueBitmask.Builder |
ValueBitmask.Builder.mergeFrom(ValueBitmask other) |
RowFilter.Builder |
RowFilter.Builder.mergeValueBitmaskFilter(ValueBitmask value)
Matches only cells with values that satisfy the condition `(value & mask)
== mask`.
|
static ValueBitmask.Builder |
ValueBitmask.newBuilder(ValueBitmask prototype) |
RowFilter.Builder |
RowFilter.Builder.setValueBitmaskFilter(ValueBitmask value)
Matches only cells with values that satisfy the condition `(value & mask)
== mask`.
|
Copyright © 2026 Google LLC. All rights reserved.