public sealed class UpdateDataAttributeRequest : IMessage<UpdateDataAttributeRequest>, IEquatable<UpdateDataAttributeRequest>, IDeepCloneable<UpdateDataAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class UpdateDataAttributeRequest.
[[["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 reference documentation for the `UpdateDataAttributeRequest` class within the Google Cloud Dataplex V1 API for .NET, spanning multiple versions from 1.0.0 to the latest 3.6.0."],["The `UpdateDataAttributeRequest` class is used to update a DataAttribute in Google Cloud Dataplex, and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DataAttribute` (to define the updated attribute), `UpdateMask` (to specify which fields to update), and `ValidateOnly` (to perform validation without actual updates)."],["The documentation outlines the `UpdateDataAttributeRequest` class constructors, parameters, and properties, along with inherited members, namespace, and assembly information."],["The webpage is providing a detailed list of all versions available, allowing for selection of a specified version."]]],[]]