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.

Parameter
Name Description
var string
Returns
Type Description
$this