Class: Google::Apis::BigquerydatatransferV1::DataplexConfiguration

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

Instance Method Summary collapse

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_groupString

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`

Returns:

  • (String)


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