Class BigEndianBytes (2.32.0)

BigEndianBytes(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Encodes the value as an 8-byte big-endian two's complement value.

Sorted mode: non-negative values are supported.

Distinct mode: all values are supported.

Compatible with:

  • BigQuery BINARY encoding
  • HBase Bytes.toBytes
  • Java ByteBuffer.putLong() with ByteOrder.BIG_ENDIAN

Attribute

Name Description
bytes_type google.cloud.bigtable_admin_v2.types.Type.Bytes
Deprecated: ignored if set.