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 page provides reference documentation for the `UpdateDataTaxonomyRequest` class within the Google Cloud Dataplex v1 API."],["This class, `UpdateDataTaxonomyRequest`, is used to send a request to update a DataTaxonomy, and it inherits from and implements several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the documentation available is 3.6.0, with multiple previous versions also accessible, down to version 1.0.0, and the page covers version 3.2.0."],["The `UpdateDataTaxonomyRequest` class includes properties such as `DataTaxonomy`, `UpdateMask`, and `ValidateOnly`, which control the data, the update fields, and if it's a validation request."],["Two constructors are available for `UpdateDataTaxonomyRequest`: a parameterless constructor and one that takes another `UpdateDataTaxonomyRequest` object for cloning."]]],[]]