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.



5106
5107
5108
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5106

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)


5104
5105
5106
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5104

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5111
5112
5113
# File 'lib/google/apis/dataplex_v1/classes.rb', line 5111

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