Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt32EncodingBigEndianBytes
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeInt32EncodingBigEndianBytes
- 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 a 4-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.putInt() with ByteOrder.BIG_ENDIAN
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeInt32EncodingBigEndianBytes
constructor
A new instance of GoogleBigtableAdminV2TypeInt32EncodingBigEndianBytes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeInt32EncodingBigEndianBytes
Returns a new instance of GoogleBigtableAdminV2TypeInt32EncodingBigEndianBytes.
2264 2265 2266 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2264 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2269 2270 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2269 def update!(**args) end |