Class: Google::Cloud::Dataproc::V1::MetastoreConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Dataproc::V1::MetastoreConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataproc/v1/clusters.rb
Overview
Specifies a Metastore configuration.
Instance Attribute Summary collapse
-
#dataproc_metastore_service ⇒ ::String
Required.
Instance Attribute Details
#dataproc_metastore_service ⇒ ::String
Returns Required. Resource name of an existing Dataproc Metastore service.
Example:
projects/[project_id]/locations/[dataproc_region]/services/[service-name]
.
1109 1110 1111 1112 |
# File 'proto_docs/google/cloud/dataproc/v1/clusters.rb', line 1109 class MetastoreConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |