Class: Google::Cloud::Metastore::V1beta::DataplexConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Metastore::V1beta::DataplexConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/metastore/v1beta/metastore.rb
Overview
Specifies how metastore metadata should be integrated with the Dataplex service.
Defined Under Namespace
Classes: LakeResourcesEntry
Instance Attribute Summary collapse
-
#lake_resources ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Metastore::V1beta::Lake}
A reference to the Lake resources that this metastore service is attached to.
Instance Attribute Details
#lake_resources ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::Metastore::V1beta::Lake}
Returns 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}
.
226 227 228 229 230 231 232 233 234 235 236 237 238 |
# File 'proto_docs/google/cloud/metastore/v1beta/metastore.rb', line 226 class DataplexConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::Metastore::V1beta::Lake] class LakeResourcesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |