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.



4977
4978
4979
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4977

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)


4975
4976
4977
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4975

def service
  @service
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4982
4983
4984
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4982

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