public sealed class DeleteContentRequest : IMessage<DeleteContentRequest>, IEquatable<DeleteContentRequest>, IDeepCloneable<DeleteContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteContentRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This document provides reference documentation for the `DeleteContentRequest` class within the Google Cloud Dataplex v1 API, specifically version 3.2.0."],["The `DeleteContentRequest` class is used to request the deletion of content and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating new instances and properties like `ContentName` and `Name` to manage content resource identification."],["The latest version available for the DeleteContentRequest is 3.6.0, with historical versions dating back to 1.0.0."],["The required property `Name` specifies the path of the content resource to be deleted, including project, location, lake, and content identifiers."]]],[]]