Class: Google::Cloud::Dataplex::V1::Lake::Metastore
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Lake::Metastore
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Settings to manage association of Dataproc Metastore with a lake.
Instance Attribute Summary collapse
-
#service ⇒ ::String
Optional.
Instance Attribute Details
#service ⇒ ::String
Returns Optional. A relative reference to the Dataproc Metastore
(https://cloud.google.com/dataproc-metastore/docs) service associated
with the lake:
projects/{project_id}/locations/{location_id}/services/{service_id}
.
84 85 86 87 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 84 class Metastore include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |