Class: Google::Apis::DataprocV1::MetastoreConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MetastoreConfig

Returns a new instance of MetastoreConfig.



2954
2955
2956
# File 'lib/google/apis/dataproc_v1/classes.rb', line 2954

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dataproc_metastore_serviceString

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

Returns:

  • (String)


2952
2953
2954
# File 'lib/google/apis/dataproc_v1/classes.rb', line 2952

def dataproc_metastore_service
  @dataproc_metastore_service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2959
2960
2961
# File 'lib/google/apis/dataproc_v1/classes.rb', line 2959

def update!(**args)
  @dataproc_metastore_service = args[:dataproc_metastore_service] if args.key?(:dataproc_metastore_service)
end