class Google::Apis::DataprocV1::MetastoreConfig
Specifies a Metastore configuration.
Attributes
dataproc_metastore_service[RW]
Required. Resource name of an existing Dataproc Metastore service.Example: projects//locations//services/ Corresponds to the JSON property `dataprocMetastoreService` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dataproc_v1/classes.rb, line 2337 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dataproc_v1/classes.rb, line 2342 def update!(**args) @dataproc_metastore_service = args[:dataproc_metastore_service] if args.key?(:dataproc_metastore_service) end