Class: Google::Apis::DataprocV1beta2::MetastoreConfig
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1beta2::MetastoreConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dataproc_v1beta2/classes.rb,
generated/google/apis/dataproc_v1beta2/representations.rb,
generated/google/apis/dataproc_v1beta2/representations.rb
Overview
Specifies a Metastore configuration.
Instance Attribute Summary collapse
-
#dataproc_metastore_service ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MetastoreConfig
constructor
A new instance of MetastoreConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ MetastoreConfig
Returns a new instance of MetastoreConfig.
2221 2222 2223 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 2221 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dataproc_metastore_service ⇒ String
Required. Resource name of an existing Dataproc Metastore service.Example:
projects/[project_id]/locations/[dataproc_region]/services/[service-name]
Corresponds to the JSON property dataprocMetastoreService
2219 2220 2221 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 2219 def @dataproc_metastore_service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2226 2227 2228 |
# File 'generated/google/apis/dataproc_v1beta2/classes.rb', line 2226 def update!(**args) @dataproc_metastore_service = args[:dataproc_metastore_service] if args.key?(:dataproc_metastore_service) end |