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 * Order-preserving? Yes (code point order) * Self-delimiting?
No * Compatibility? - BigQuery Federation 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.
2088 2089 2090 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2088 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2093 2094 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2093 def update!(**args) end |