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.



3407
3408
3409
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3407

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)


3405
3406
3407
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3405

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3412
3413
3414
# File 'lib/google/apis/dataplex_v1/classes.rb', line 3412

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