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-25 UTC."],[[["This webpage details the `UpdateTaxonomyRequest` class within the `Google.Cloud.DataCatalog.V1` namespace, showcasing various versions from 1.2.0 to 2.14.0."],["The `UpdateTaxonomyRequest` class is a request message used for updating a taxonomy, and is implemented with interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It features two constructors, `UpdateTaxonomyRequest()` and `UpdateTaxonomyRequest(UpdateTaxonomyRequest other)`, for creating instances and cloning, respectively."],["The class includes two key properties: `Taxonomy`, which allows updating the taxonomy's description, display name, and activated policy types, and `UpdateMask`, which specifies which fields to update."],["The latest version of the `UpdateTaxonomyRequest` is 2.14.0, accessible through a provided link."]]],[]]