Class: Google::Apis::DataprocV1::MetastoreConfig
- Inherits:
-
Object
- Object
- Google::Apis::DataprocV1::MetastoreConfig
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dataproc_v1/classes.rb,
lib/google/apis/dataproc_v1/representations.rb,
lib/google/apis/dataproc_v1/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.
3658 3659 3660 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 3658 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
3656 3657 3658 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 3656 def @dataproc_metastore_service end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3663 3664 3665 |
# File 'lib/google/apis/dataproc_v1/classes.rb', line 3663 def update!(**args) @dataproc_metastore_service = args[:dataproc_metastore_service] if args.key?(:dataproc_metastore_service) end |