Class: Google::Apis::FirebasedataconnectV1beta::CloudSqlInstance

Inherits:
Object
  • Object
show all
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 Method Summary collapse

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

#instanceString

Required. Name of the CloudSQL instance, in the format: projects/`project`/ locations/`location`/instances/`instance` Corresponds to the JSON property instance

Returns:

  • (String)


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