Class: Google::Cloud::Bigtable::Admin::V2::Type::Int64::Encoding::BigEndianBytes

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/bigtable/admin/v2/types.rb

Overview

Encodes the value as an 8-byte big endian twos complement Bytes value.

  • Natural sort? No (positive values only)
  • Self-delimiting? Yes
  • Compatibility?
    • BigQuery Federation BINARY encoding
    • HBase Bytes.toBytes
    • Java ByteBuffer.putLong() with ByteOrder.BIG_ENDIAN

Instance Attribute Summary collapse

Instance Attribute Details

#bytes_type::Google::Cloud::Bigtable::Admin::V2::Type::Bytes

Returns The underlying Bytes type, which may be able to encode further.

Returns:



123
124
125
126
# File 'proto_docs/google/bigtable/admin/v2/types.rb', line 123

class BigEndianBytes
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end