Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1RequestDataProductAccessResponse
- Inherits:
-
Object
- Object
- Google::Apis::DataplexV1::GoogleCloudDataplexV1RequestDataProductAccessResponse
- 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
-
#change_request_name ⇒ String
The resource name of the created ChangeRequest.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDataplexV1RequestDataProductAccessResponse
constructor
A new instance of GoogleCloudDataplexV1RequestDataProductAccessResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_name ⇒ String
The resource name of the created ChangeRequest. Format: projects/
project_number/locations/location_id/changeRequests/change_request_id
Corresponds to the JSON property changeRequestName
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 |