View Source GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes (google_api_bigtable_admin v0.28.0)

Encodes the value as an 8-byte big endian twos complement Bytes value. Order-preserving? No (positive values only) Self-delimiting? Yes * Compatibility? - BigQuery Federation BINARY encoding - HBase Bytes.toBytes - Java ByteBuffer.putLong() with ByteOrder.BIG_ENDIAN

Attributes

  • bytesType (type: GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeBytes.t, default: nil) - Deprecated: ignored if set.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes{
    bytesType:
      GoogleApi.BigtableAdmin.V2.Model.GoogleBigtableAdminV2TypeBytes.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.