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-21 UTC."],[[["This webpage details the `DeleteTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, used to formulate requests for deleting a taxonomy in Google Cloud Data Catalog."],["The content includes a list of versions for the `DeleteTaxonomyRequest`, ranging from version 1.2.0 up to the latest, 2.14.0, each linking to their respective documentation."],["The `DeleteTaxonomyRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for protocol buffer message handling, equality comparison, deep cloning, and buffer management."],["Key properties of the `DeleteTaxonomyRequest` class include `Name`, a string representing the resource name of the taxonomy to be deleted, and `TaxonomyName`, which provides a typed view of the resource name."],["The class provides two constructors, a default constructor `DeleteTaxonomyRequest()` and a copy constructor `DeleteTaxonomyRequest(DeleteTaxonomyRequest other)`, for creating instances of the request object."]]],[]]