Class: Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeString
- Inherits:
-
Object
- Object
- Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeString
- 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
String Values of type String
are stored in Value.string_value
.
Instance Attribute Summary collapse
-
#encoding ⇒ Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStringEncoding
Rules used to convert to or from lower level types.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeString
constructor
A new instance of GoogleBigtableAdminV2TypeString.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleBigtableAdminV2TypeString
Returns a new instance of GoogleBigtableAdminV2TypeString.
2026 2027 2028 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2026 def initialize(**args) update!(**args) end |
Instance Attribute Details
#encoding ⇒ Google::Apis::BigtableadminV2::GoogleBigtableAdminV2TypeStringEncoding
Rules used to convert to or from lower level types.
Corresponds to the JSON property encoding
2024 2025 2026 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2024 def encoding @encoding end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2031 2032 2033 |
# File 'lib/google/apis/bigtableadmin_v2/classes.rb', line 2031 def update!(**args) @encoding = args[:encoding] if args.key?(:encoding) end |