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."],[[["The provided content details the `DeleteDataTaxonomyRequest` class within the Google Cloud Dataplex v1 API, outlining its purpose, inheritance, and implemented interfaces."],["There are multiple versions of the API listed from 1.0.0 to 3.6.0, with 3.6.0 marked as the latest and 2.15.0 being the version currently displayed."],["The `DeleteDataTaxonomyRequest` class is used to send a request to delete a DataTaxonomy, and it implements interfaces for message handling, equality checks, deep cloning, and buffer management."],["The class has properties such as `DataTaxonomyName`, `Etag`, and `Name`, which are used to specify the DataTaxonomy to be deleted and handle concurrency control with an optional `Etag`."],["The `DeleteDataTaxonomyRequest` class has two constructors: one default constructor, and one that take another `DeleteDataTaxonomyRequest` object as a parameter."]]],[]]