Cloud Bigtable V2 Client - Class Raw (2.18.0)

Reference documentation and code samples for the Cloud Bigtable V2 Client class Raw.

Leaves the value as-is.

Sorted mode: all values are supported. Distinct mode: all values are supported.

Generated from protobuf message google.bigtable.v2.Type.Bytes.Encoding.Raw

Namespace

Google \ Cloud \ Bigtable \ V2 \ Type \ Bytes \ Encoding

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ escape_nulls bool

If set, allows NULL values to be encoded as the empty string "". The actual empty string, or any value which only contains the null byte 0x00, has one more null byte appended.

getEscapeNulls

If set, allows NULL values to be encoded as the empty string "".

The actual empty string, or any value which only contains the null byte 0x00, has one more null byte appended.

Returns
Type Description
bool

setEscapeNulls

If set, allows NULL values to be encoded as the empty string "".

The actual empty string, or any value which only contains the null byte 0x00, has one more null byte appended.

Parameter
Name Description
var bool
Returns
Type Description
$this