Reference documentation and code samples for the Cloud Bigtable Admin V2 API class Google::Cloud::Bigtable::Admin::V2::Type::Int64::Encoding::BigEndianBytes.
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()
withByteOrder.BIG_ENDIAN
- BigQuery Federation
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#bytes_type
def bytes_type() -> ::Google::Cloud::Bigtable::Admin::V2::Type::Bytes
Returns
-
(::Google::Cloud::Bigtable::Admin::V2::Type::Bytes) — The underlying
Bytes
type, which may be able to encode further.
#bytes_type=
def bytes_type=(value) -> ::Google::Cloud::Bigtable::Admin::V2::Type::Bytes
Parameter
-
value (::Google::Cloud::Bigtable::Admin::V2::Type::Bytes) — The underlying
Bytes
type, which may be able to encode further.
Returns
-
(::Google::Cloud::Bigtable::Admin::V2::Type::Bytes) — The underlying
Bytes
type, which may be able to encode further.