public sealed class UpdateTaxonomyRequest : IMessage<UpdateTaxonomyRequest>, IEquatable<UpdateTaxonomyRequest>, IDeepCloneable<UpdateTaxonomyRequest>, IBufferMessage, IMessage
Request message for
[UpdateTaxonomy][google.cloud.datacatalog.v1.PolicyTagManager.UpdateTaxonomy].
[[["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 provides documentation for the `UpdateTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, spanning multiple versions."],["The `UpdateTaxonomyRequest` class is used for updating a taxonomy in the Google Cloud Data Catalog, allowing for modifications to its description, display name, and policy types."],["The class implements various interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, inheriting members from the `Object` class."],["The documentation outlines the class's properties, `Taxonomy` and `UpdateMask`, which control the taxonomy's content and which fields will be updated respectively."],["There is a comprehensive version history provided, ranging from version 1.2.0 up to the most recent version of 2.14.0, which details the versions available for the `UpdateTaxonomyRequest`."]]],[]]