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 documentation for the `DeleteDataTaxonomyRequest` class within the Google Cloud Dataplex v1 API, highlighting its functionality for deleting data taxonomies."],["The latest version available is 3.6.0, while the current page focuses on version 3.5.0, and there are versions ranging from 1.0.0 all the way up to the latest 3.6.0."],["`DeleteDataTaxonomyRequest` is a class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DataTaxonomyName`, `Etag`, and `Name`, which are used to specify the data taxonomy to be deleted, manage concurrency with etags, and identify the resource name, respectively."],["There are two constructors available for `DeleteDataTaxonomyRequest`, one empty and the other one that accepts another instance of itself, to construct a copy."]]],[]]