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 latest version of the `UpdateDataTaxonomyRequest` class is 3.6.0, and the documentation lists versions back to 1.0.0 for reference."],["This documentation pertains to the `UpdateDataTaxonomyRequest` class within the Google Cloud Dataplex v1 API, specifically within the `Google.Cloud.Dataplex.V1` namespace."],["The `UpdateDataTaxonomyRequest` class is used to request updates to a DataTaxonomy and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `UpdateDataTaxonomyRequest` class include `DataTaxonomy` (the data to be updated), `UpdateMask` (specifying which fields to update), and `ValidateOnly` (for validating the request without actual changes)."],["The class' constructors allow creating instances from scratch, or by copying another `UpdateDataTaxonomyRequest` object, and it inherits the `GetHashCode`, `GetType`, and `ToString` methods from its base object class."]]],[]]