Class: Google::Apis::FirebasedataconnectV1beta::CloudSqlInstance
- Inherits:
-
Object
- Object
- Google::Apis::FirebasedataconnectV1beta::CloudSqlInstance
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/firebasedataconnect_v1beta/classes.rb,
lib/google/apis/firebasedataconnect_v1beta/representations.rb,
lib/google/apis/firebasedataconnect_v1beta/representations.rb
Overview
Settings for CloudSQL instance configuration.
Instance Attribute Summary collapse
-
#instance ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CloudSqlInstance
constructor
A new instance of CloudSqlInstance.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CloudSqlInstance
Returns a new instance of CloudSqlInstance.
48 49 50 |
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 48 def initialize(**args) update!(**args) end |
Instance Attribute Details
#instance ⇒ String
Required. Name of the CloudSQL instance, in the format: projects/`project`/
locations/`location`/instances/`instance`
Corresponds to the JSON property instance
46 47 48 |
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 46 def instance @instance end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
53 54 55 |
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 53 def update!(**args) @instance = args[:instance] if args.key?(:instance) end |