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 page provides documentation for the `DeleteContentRequest` class within the Google Cloud Dataplex v1 API, specifically focusing on version 3.5.0."],["The `DeleteContentRequest` class is used to define a request to delete content and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteContentRequest` class has two constructors: a parameterless constructor and one that takes another `DeleteContentRequest` object."],["The key properties of the class are `ContentName`, which is a typed view over the resource name, and `Name`, which holds the resource name of the content to be deleted in a required format."],["This documentation includes links to various previous versions of this class, with the latest version being 3.6.0 and previous versions going as far back as version 1.0.0."]]],[]]