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-21 UTC."],[[["This webpage provides reference documentation for the `DeleteDataTaxonomyRequest` class within the Google Cloud Dataplex V1 API, specifically for version 2.8.0."],["The `DeleteDataTaxonomyRequest` class is used to construct requests for deleting a DataTaxonomy resource, and it implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteDataTaxonomyRequest` class contains properties like `DataTaxonomyName`, `Etag`, and `Name`, which are used to specify the DataTaxonomy to be deleted and handle concurrency control via etag matching."],["The documentation includes links to older and newer versions of the API, with the latest being 3.6.0 and the earliest being 1.0.0, allowing developers to reference versions relevant to them."],["There is a constructor to set up the properties of the class, as well as an additional constructor used for copying the contents of another `DeleteDataTaxonomyRequest` object."]]],[]]