public sealed class DeleteTaxonomyRequest : IMessage<DeleteTaxonomyRequest>, IEquatable<DeleteTaxonomyRequest>, IDeepCloneable<DeleteTaxonomyRequest>, IBufferMessage, IMessage
Request message for
[DeleteTaxonomy][google.cloud.datacatalog.v1.PolicyTagManager.DeleteTaxonomy].
[[["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 details the `DeleteTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to construct requests for deleting a taxonomy in the Google Cloud Data Catalog."],["The class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing capabilities for message handling, equality comparison, deep cloning, and buffer-based operations."],["The `DeleteTaxonomyRequest` class has two constructors, a default constructor and one that accepts another `DeleteTaxonomyRequest` object as a parameter for copying."],["The `Name` property, representing the resource name of the taxonomy to be deleted, and the corresponding `TaxonomyName` property, which is a typed view of the name, are crucial for specifying the target for deletion."],["The documentation shows a history of the class with links to every iteration of the `DeleteTaxonomyRequest` class dating back to version 1.2.0 and up to the latest version 2.14.0."]]],[]]