Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1LakeMetastore

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

Overview

Settings to manage association of Dataproc Metastore with a lake.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1LakeMetastore

Returns a new instance of GoogleCloudDataplexV1LakeMetastore.



5359
5360
5361
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5359

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

Instance Attribute Details

#serviceString

Optional. A relative reference to the Dataproc Metastore (https://cloud.google. com/dataproc-metastore/docs) service associated with the lake: projects/ project_id/locations/location_id/services/service_id Corresponds to the JSON property service

Returns:

  • (String)


5357
5358
5359
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5357

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5364
5365
5366
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5364

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