Class: Google::Apis::MetastoreV1alpha::DataplexConfig
- Inherits:
-
Object
- Object
- Google::Apis::MetastoreV1alpha::DataplexConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/metastore_v1alpha/classes.rb,
lib/google/apis/metastore_v1alpha/representations.rb,
lib/google/apis/metastore_v1alpha/representations.rb
Overview
Specifies how metastore metadata should be integrated with the Dataplex service.
Instance Attribute Summary collapse
-
#lake_resources ⇒ Hash<String,Google::Apis::MetastoreV1alpha::Lake>
A reference to the Lake resources that this metastore service is attached to.
Instance Method Summary collapse
-
#initialize(**args) ⇒ DataplexConfig
constructor
A new instance of DataplexConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ DataplexConfig
Returns a new instance of DataplexConfig.
854 855 856 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 854 def initialize(**args) update!(**args) end |
Instance Attribute Details
#lake_resources ⇒ Hash<String,Google::Apis::MetastoreV1alpha::Lake>
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
852 853 854 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 852 def lake_resources @lake_resources end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
859 860 861 |
# File 'lib/google/apis/metastore_v1alpha/classes.rb', line 859 def update!(**args) @lake_resources = args[:lake_resources] if args.key?(:lake_resources) end |