Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1RequestDataProductAccessResponse

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

Response message for requesting access to a Data Product.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1RequestDataProductAccessResponse

Returns a new instance of GoogleCloudDataplexV1RequestDataProductAccessResponse.



9541
9542
9543
# File 'lib/google/apis/dataplex_v1/classes.rb', line 9541

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

Instance Attribute Details

#change_request_nameString

The resource name of the created ChangeRequest. Format: projects/ project_number/locations/location_id/changeRequests/change_request_id Corresponds to the JSON property changeRequestName

Returns:

  • (String)


9539
9540
9541
# File 'lib/google/apis/dataplex_v1/classes.rb', line 9539

def change_request_name
  @change_request_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9546
9547
9548
# File 'lib/google/apis/dataplex_v1/classes.rb', line 9546

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