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, used to delete a taxonomy."],["The documentation covers various versions of the API, ranging from version 1.2.0 to the latest version 2.14.0, with each version linked for reference."],["The `DeleteTaxonomyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionalities for message handling, comparison, and deep cloning."],["The class includes two constructors, a parameterless constructor and one that takes another `DeleteTaxonomyRequest` instance, along with two key properties: `Name` (the resource name of the taxonomy to delete) and `TaxonomyName` (a typed view of the resource name)."],["The taxonomy name is required to delete the resource, and it should be noted that all policy tags within the specified taxonomy are also deleted during the process."]]],[]]