Class: Google::Cloud::Dataplex::V1::RequestDataProductAccessResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::RequestDataProductAccessResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/data_products.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 Attribute Details
#change_request_name ⇒ ::String
Returns The resource name of the created ChangeRequest. Format: projects/{project_number}/locations/{location_id}/changeRequests/{change_request_id}.
433 434 435 436 |
# File 'proto_docs/google/cloud/dataplex/v1/data_products.rb', line 433 class RequestDataProductAccessResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |