public sealed class UpdateTaxonomyRequest : IMessage<UpdateTaxonomyRequest>, IEquatable<UpdateTaxonomyRequest>, IDeepCloneable<UpdateTaxonomyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Catalog v1 API class UpdateTaxonomyRequest.
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 page provides reference documentation for the `UpdateTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, including its constructors, properties, and inherited members."],["The `UpdateTaxonomyRequest` class is used to construct requests for updating a taxonomy in the Data Catalog, as part of the `PolicyTagManager` API."],["The latest version documented is 2.14.0, and the page includes documentation for numerous prior versions of this class, including versions between 2.0.0 and 2.13.0, and versions between 1.2.0 and 1.8.0."],["Key properties of the `UpdateTaxonomyRequest` include `Taxonomy` to specify the taxonomy to be updated and `UpdateMask` to define the fields to modify."],["The `UpdateTaxonomyRequest` class inherits from several interfaces, such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and from the base `object` class."]]],[]]