public sealed class DeleteDataTaxonomyRequest : IMessage<DeleteDataTaxonomyRequest>, IEquatable<DeleteDataTaxonomyRequest>, IDeepCloneable<DeleteDataTaxonomyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteDataTaxonomyRequest.
[[["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 information for the `DeleteDataTaxonomyRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.10.0."],["The `DeleteDataTaxonomyRequest` class is used to construct requests for deleting a DataTaxonomy resource in Google Cloud Dataplex, as indicated by it's name."],["It includes properties such as `DataTaxonomyName`, `Etag`, and `Name`, which are essential for specifying the DataTaxonomy to be deleted and ensuring data integrity through Etag verification."],["The document also lists all the previous versions, going back to 1.0.0, of this class and related information, in which you can also find the related documentation."],["The document also shows that the `DeleteDataTaxonomyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to support data manipulation."]]],[]]