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-04-09 UTC."],[[["This document provides reference documentation for the `DeleteTaxonomyRequest` class within the Data Catalog v1 API for .NET, detailing its properties, constructors, and inherited members."],["The `DeleteTaxonomyRequest` class is used to construct a request to delete a taxonomy, including all associated policy tags, within the Google Cloud Data Catalog."],["The latest version for this API is version 2.14.0, with multiple earlier versions ranging down to version 1.2.0, all of which are documented and available."],["`DeleteTaxonomyRequest` implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating it is designed to handle protocol buffer messages, equality checks, deep cloning operations, and buffered messages respectively."],["The `Name` property, a string, and its `TaxonomyName` typed counterpart, are essential as they specify the resource name of the taxonomy that will be targeted for deletion within the request."]]],[]]