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.



3658
3659
3660
# File 'lib/google/apis/dataproc_v1/classes.rb', line 3658

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)


3656
3657
3658
# File 'lib/google/apis/dataproc_v1/classes.rb', line 3656

def dataproc_metastore_service
  @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