Class: Google::Apis::AlloydbV1beta::SqlImportOptions
- Inherits:
-
Object
- Object
- Google::Apis::AlloydbV1beta::SqlImportOptions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/alloydb_v1beta/classes.rb,
lib/google/apis/alloydb_v1beta/representations.rb,
lib/google/apis/alloydb_v1beta/representations.rb
Overview
Options for importing data in SQL format.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SqlImportOptions
constructor
A new instance of SqlImportOptions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SqlImportOptions
Returns a new instance of SqlImportOptions.
3700 3701 3702 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3700 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3705 3706 |
# File 'lib/google/apis/alloydb_v1beta/classes.rb', line 3705 def update!(**args) end |