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, primarily focusing on its structure, properties, and usage for updating taxonomies."],["The content provides a historical list of versions for the `UpdateTaxonomyRequest` class, ranging from the latest `2.14.0` down to `1.2.0`, each link corresponding to a specific version."],["`UpdateTaxonomyRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring its compatibility and functionality within the Google Cloud .NET environment."],["The `UpdateTaxonomyRequest` class is used to send requests to `UpdateTaxonomy`, allowing updates to taxonomy descriptions, display names, and policy types, all which are adjustable through the `Taxonomy` property and the adjustable fields via the `UpdateMask` property."],["The class features two constructors, a default constructor and one allowing another `UpdateTaxonomyRequest` object to be passed as a parameter, with the properties consisting of `Taxonomy` and `UpdateMask` which allow the users to set the values of the taxonomy and which fields to update respectively."]]],[]]