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-25 UTC."],[[["This webpage provides documentation for the `UpdateDataTaxonomyRequest` class within the Google Cloud Dataplex v1 API, specifically for the .NET environment, with the most recent version at 3.6.0."],["The `UpdateDataTaxonomyRequest` class is used to update a DataTaxonomy and it inherits from `object` and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateDataTaxonomyRequest` class includes properties such as `DataTaxonomy` (the updated data), `UpdateMask` (fields to update), and `ValidateOnly` (option to validate the request without making changes), and provides both an empty constructor and a constructor that accepts another `UpdateDataTaxonomyRequest`."],["The documentation lists all available versions, including the latest version (3.6.0), as well as all historical versions down to 1.0.0, offering a full historical reference for the class."]]],[]]