Cloud Bigtable V2 Client - Class ValueBitmask (2.24.0)
Reference documentation and code samples for the Cloud Bigtable V2 Client class ValueBitmask.
Restricts the output to cells whose values match the given bitmask.
Generated from protobuf message google.bigtable.v2.ValueBitmask
Namespace
Google \ Cloud \ Bigtable \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ mask
string
Required. Mask applied to the value. Evaluated as: (value & mask) == mask The mask length must exactly match the value length, otherwise the cell is not considered a match.
getMask
Required. Mask applied to the value.
Evaluated as: (value & mask) == mask
The mask length must exactly match the value length, otherwise the cell is
not considered a match.
Returns
Type
Description
string
setMask
Required. Mask applied to the value.
Evaluated as: (value & mask) == mask
The mask length must exactly match the value length, otherwise the cell is
not considered a match.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-28 UTC."],[],[]]