Class: Google::Apis::FirebasedataconnectV1beta::Datasource
- Inherits:
-
Object
- Object
- Google::Apis::FirebasedataconnectV1beta::Datasource
- 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
A data source that backs Firebase Data Connect services.
Instance Attribute Summary collapse
-
#postgresql ⇒ Google::Apis::FirebasedataconnectV1beta::PostgreSql
Settings for PostgreSQL data source.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Datasource
constructor
A new instance of Datasource.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Datasource
Returns a new instance of Datasource.
147 148 149 |
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 147 def initialize(**args) update!(**args) end |
Instance Attribute Details
#postgresql ⇒ Google::Apis::FirebasedataconnectV1beta::PostgreSql
Settings for PostgreSQL data source.
Corresponds to the JSON property postgresql
145 146 147 |
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 145 def postgresql @postgresql end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
152 153 154 |
# File 'lib/google/apis/firebasedataconnect_v1beta/classes.rb', line 152 def update!(**args) @postgresql = args[:postgresql] if args.key?(:postgresql) end |