Class: Google::Apis::BigqueryconnectionV1::MetastoreServiceConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/bigqueryconnection_v1/classes.rb,
lib/google/apis/bigqueryconnection_v1/representations.rb,
lib/google/apis/bigqueryconnection_v1/representations.rb

Overview

Configuration of the Dataproc Metastore Service.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ MetastoreServiceConfig

Returns a new instance of MetastoreServiceConfig.



936
937
938
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 936

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

Instance Attribute Details

#metastore_serviceString

Optional. Resource name of an existing Dataproc Metastore service. Example: * projects/[project_id]/locations/[region]/services/[service_id] Corresponds to the JSON property metastoreService

Returns:

  • (String)


934
935
936
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 934

def metastore_service
  @metastore_service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



941
942
943
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 941

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