public sealed class DeleteTaxonomyRequest : IMessage<DeleteTaxonomyRequest>, IEquatable<DeleteTaxonomyRequest>, IDeepCloneable<DeleteTaxonomyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class DeleteTaxonomyRequest.
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 provides reference documentation for the `DeleteTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for .NET."],["The `DeleteTaxonomyRequest` class is used to send a request to delete a taxonomy, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `DeleteTaxonomyRequest` class is 2.14.0, and there are also multiple other versions available ranging from 2.13.0 down to 1.2.0."],["Deleting a taxonomy through this request will also delete all policy tags within that taxonomy, according to the property `Name`."],["The class includes constructors to create an instance, either empty, or from another `DeleteTaxonomyRequest` instance, and contains two properties: `Name` (string), and `TaxonomyName` (TaxonomyName)."]]],[]]