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.
2208 2209 2210 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2208 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
2206 2207 2208 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2206 def bytes_type @bytes_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2213 2214 2215 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2213 def update!(**args) @bytes_type = args[:bytes_type] if args.key?(:bytes_type) end |