Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBytesEncoding

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

Rules used to convert to/from lower level types.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleBigtableAdminV2TypeBytesEncoding

Returns a new instance of GoogleBigtableAdminV2TypeBytesEncoding.



1716
1717
1718
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1716

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

Instance Attribute Details

#rawGoogle::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeBytesEncodingRaw

Leaves the value "as-is" * Natural sort? Yes * Self-delimiting? No * Compatibility? N/A Corresponds to the JSON property raw



1714
1715
1716
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1714

def raw
  @raw
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1721
1722
1723
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 1721

def update!(**args)
  @raw = args[:raw] if args.key?(:raw)
end