Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes
- 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
UTF-8 encoding. Sorted mode: - All values are supported. - Code point order is
preserved. Distinct mode: all values are supported. Compatible with: -
BigQuery TEXT
encoding - HBase Bytes.toBytes
- Java String#getBytes(
StandardCharsets.UTF_8)
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes
constructor
A new instance of GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes
Returns a new instance of GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes.
2071 2072 2073 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2071 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2076 2077 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2076 def update!(**args) end |