Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::ValueBitmask.
Restricts the output to cells whose values match the given bitmask.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#mask
def mask() -> ::String
Returns
-
(::String) — Required. Mask applied to the value.
Evaluated as:
(value & mask) == maskThe mask length must exactly match the value length, otherwise the cell is not considered a match.
#mask=
def mask=(value) -> ::String
Parameter
-
value (::String) — Required. Mask applied to the value.
Evaluated as:
(value & mask) == maskThe mask length must exactly match the value length, otherwise the cell is not considered a match.
Returns
-
(::String) — Required. Mask applied to the value.
Evaluated as:
(value & mask) == maskThe mask length must exactly match the value length, otherwise the cell is not considered a match.