Class: Google::Apis::BigqueryconnectionV1::MetastoreServiceConfig
- Inherits:
-
Object
- Object
- Google::Apis::BigqueryconnectionV1::MetastoreServiceConfig
- 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
-
#metastore_service ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ MetastoreServiceConfig
constructor
A new instance of MetastoreServiceConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_service ⇒ String
Optional. Resource name of an existing Dataproc Metastore service. Example: *
projects/[project_id]/locations/[region]/services/[service_id]
Corresponds to the JSON property metastoreService
935 936 937 |
# File 'lib/google/apis/bigqueryconnection_v1/classes.rb', line 935 def @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 |