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 \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ mask |
string
Required. Mask applied to the value. Evaluated as: |
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.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|