Class: Google::Cloud::Dataplex::V1::DeleteContentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DeleteContentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/content.rb
Overview
Delete content request.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The resource name of the content: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/content/{content_id}.
63 64 65 66 |
# File 'proto_docs/google/cloud/dataplex/v1/content.rb', line 63 class DeleteContentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |