Class: Google::Apis::BigquerydatatransferV1::DataplexConfiguration
- Inherits:
-
Object
- Object
- Google::Apis::BigquerydatatransferV1::DataplexConfiguration
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/bigquerydatatransfer_v1/classes.rb,
lib/google/apis/bigquerydatatransfer_v1/representations.rb,
lib/google/apis/bigquerydatatransfer_v1/representations.rb
Overview
Configuration for Dataplex destination.
Instance Attribute Summary collapse
-
#entry_group ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataplexConfiguration
constructor
A new instance of DataplexConfiguration.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DataplexConfiguration
Returns a new instance of DataplexConfiguration.
329 330 331 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 329 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entry_group ⇒ String
Required. The Dataplex Universal Catalog entry group for importing the
metadata. entry_group has the format of projects/project_id/locations/
region/entryGroups/entry_group_id`.
Corresponds to the JSON propertyentryGroup`
327 328 329 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 327 def entry_group @entry_group end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
334 335 336 |
# File 'lib/google/apis/bigquerydatatransfer_v1/classes.rb', line 334 def update!(**args) @entry_group = args[:entry_group] if args.key?(:entry_group) end |