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 webpage provides reference documentation for the `DeleteTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically for version 2.10.0, and the different versions available."],["The `DeleteTaxonomyRequest` class is used to structure requests for deleting a taxonomy, and it implements several interfaces, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DeleteTaxonomyRequest` class includes properties like `Name` (a string representing the resource name of the taxonomy) and `TaxonomyName`, which is a typed view of the `Name`."],["The `DeleteTaxonomyRequest` class features two constructors: a default constructor `DeleteTaxonomyRequest()` and an overload `DeleteTaxonomyRequest(DeleteTaxonomyRequest other)` that accepts another `DeleteTaxonomyRequest`."],["The page also contains a list of previous versions, ranging from version 2.14.0 (latest) down to 1.2.0, for the `DeleteTaxonomyRequest`."]]],[]]