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 webpage provides documentation for the `UpdateTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically focusing on version 2.2.0."],["The `UpdateTaxonomyRequest` class is used to construct requests for updating a taxonomy, such as its description, display name, and activated policy types, as part of the `PolicyTagManager` within the Google Data Catalog."],["The page lists all versions of the documentation available, from 1.2.0 up to the latest version 2.14.0, with links for each of them."],["The `UpdateTaxonomyRequest` class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties, `Taxonomy` and `UpdateMask`, which are used to define what to update within the taxonomy, allowing for targeted modifications."]]],[]]