Cloud Bigtable V2 Client - Class ValueBitmask (2.24.0)
Stay organized with collections
Save and categorize content based on your preferences.
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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-04-28 UTC."],[],[]]