class Google::Apis::MetastoreV1beta::DataplexConfig
Specifies how metastore metadata should be integrated with the Dataplex service.
Attributes
lake_resources[RW]
A reference to the Lake
resources that this metastore service is attached to. The key is the lake resource name. Example: projects/`project_number`/ locations/`location_id`/lakes/`lake_id`. Corresponds to the JSON property `lakeResources` @return [Hash<String,Google::Apis::MetastoreV1beta::Lake>]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/metastore_v1beta/classes.rb, line 296 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/metastore_v1beta/classes.rb, line 301 def update!(**args) @lake_resources = args[:lake_resources] if args.key?(:lake_resources) end