| Modifier and Type | Class and Description |
|---|---|
class |
ValueBitmask
Restricts the output to cells whose values match the given bitmask.
|
static class |
ValueBitmask.Builder
Restricts the output to cells whose values match the given bitmask.
|
| Modifier and Type | Method and Description |
|---|---|
ValueBitmaskOrBuilder |
RowFilter.getValueBitmaskFilterOrBuilder()
Matches only cells with values that satisfy the condition `(value & mask)
== mask`.
|
ValueBitmaskOrBuilder |
RowFilter.Builder.getValueBitmaskFilterOrBuilder()
Matches only cells with values that satisfy the condition `(value & mask)
== mask`.
|
ValueBitmaskOrBuilder |
RowFilterOrBuilder.getValueBitmaskFilterOrBuilder()
Matches only cells with values that satisfy the condition `(value & mask)
== mask`.
|
Copyright © 2026 Google LLC. All rights reserved.