Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(**args) ⇒ GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes

Returns a new instance of GoogleBigtableAdminV2TypeStringEncodingUtf8Bytes.



2082
2083
2084
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2082

def initialize(**args)
   update!(**args)
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2087
2088
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2087

def update!(**args)
end