Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigtableadmin_v2/classes.rb,
lib/google/apis/bigtableadmin_v2/representations.rb,
lib/google/apis/bigtableadmin_v2/representations.rb
Overview
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
Instance Attribute Summary collapse
-
#bytes_type ⇒ Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBytes
Bytes Values of type
Bytesare stored inValue.bytes_value.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes
constructor
A new instance of GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes
Returns a new instance of GoogleBigtableAdminV2TypeInt64EncodingBigEndianBytes.
2222 2223 2224 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2222 def initialize(**args) update!(**args) end |
Instance Attribute Details
#bytes_type ⇒ Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBytes
Bytes Values of type Bytes are stored in Value.bytes_value.
Corresponds to the JSON property bytesType
2220 2221 2222 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2220 def bytes_type @bytes_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2227 2228 2229 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2227 def update!(**args) @bytes_type = args[:bytes_type] if args.key?(:bytes_type) end |