Cloud Bigtable V2 API - Class Google::Cloud::Bigtable::V2::Type::Bytes::Encoding::Raw (v1.10.0)

Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::Type::Bytes::Encoding::Raw.

Leaves the value as-is.

Sorted mode: all values are supported.

Distinct mode: all values are supported.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#escape_nulls

def escape_nulls() -> ::Boolean
Returns
  • (::Boolean) — 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.

#escape_nulls=

def escape_nulls=(value) -> ::Boolean
Parameter
  • value (::Boolean) — 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
  • (::Boolean) — 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.