public sealed class UpdateDataTaxonomyRequest : IMessage<UpdateDataTaxonomyRequest>, IEquatable<UpdateDataTaxonomyRequest>, IDeepCloneable<UpdateDataTaxonomyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateDataTaxonomyRequest.
[[["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."],[[["The webpage provides documentation for the `UpdateDataTaxonomyRequest` class within the Google Cloud Dataplex V1 API, specifically for the .NET environment, with the latest version being 3.6.0 and going down to version 1.0.0."],["`UpdateDataTaxonomyRequest` is a request object used to update a DataTaxonomy in the Dataplex V1 API, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `DataTaxonomy` (the data taxonomy to update), `UpdateMask` (specifying which fields to update), and `ValidateOnly` (for validating the request without performing actual updates)."],["There are two constructors available, one being empty, and the other taking in an object of type `UpdateDataTaxonomyRequest` to create a copy of the object."],["The page documents the class's inheritance hierarchy, implemented interfaces, namespace, assembly, methods, and properties with detailed descriptions and parameter information."]]],[]]