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.



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

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)


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

def metastore_service
  @metastore_service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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