Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBytesEncoding
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBytesEncoding
- 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
Rules used to convert to/from lower level types.
Instance Attribute Summary collapse
-
#raw ⇒ Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBytesEncodingRaw
Leaves the value "as-is" * Order-preserving? Yes * Self-delimiting? No * Compatibility? N/A Corresponds to the JSON property
raw
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeBytesEncoding
constructor
A new instance of GoogleBigtableAdminV2TypeBytesEncoding.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeBytesEncoding
Returns a new instance of GoogleBigtableAdminV2TypeBytesEncoding.
1844 1845 1846 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1844 def initialize(**args) update!(**args) end |
Instance Attribute Details
#raw ⇒ Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBytesEncodingRaw
Leaves the value "as-is" * Order-preserving? Yes * Self-delimiting? No *
Compatibility? N/A
Corresponds to the JSON property raw
1842 1843 1844 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1842 def raw @raw end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1849 1850 1851 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1849 def update!(**args) @raw = args[:raw] if args.key?(:raw) end |