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-21 UTC."],[[["This webpage provides documentation for the `UpdateTaxonomyRequest` class within the Google Cloud Data Catalog v1 API, specifically focusing on version 2.10.0, but also providing links to other versions."],["The `UpdateTaxonomyRequest` class is used to update a taxonomy in the Data Catalog, allowing modification of the description, display name, and activated policy types."],["The page details the class's constructors, the `UpdateTaxonomyRequest()` and `UpdateTaxonomyRequest(UpdateTaxonomyRequest)`, along with its properties: `Taxonomy`, which defines the taxonomy to update, and `UpdateMask`, which specifies the fields to modify."],["The class implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `object` class."],["The provided documentation also includes links to several other previous versions, as well as the latest version (2.14.0) of the class."]]],[]]