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."],[[["The latest version of the `UpdateDataAttributeRequest` class is 3.6.0, but this page specifically focuses on version 3.0.0."],["The `UpdateDataAttributeRequest` class in the Google Cloud Dataplex v1 API is used to define a request for updating a DataAttribute resource, as is specified within the name."],["The class `UpdateDataAttributeRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which enhance it's capabilities and function."],["This class has two constructors, a default one with no parameters, and one that takes another `UpdateDataAttributeRequest` object as a parameter to copy it's content."],["The class contains three key properties: `DataAttribute` (the data being updated), `UpdateMask` (specifying which fields are updated), and `ValidateOnly` (for validating the request without making changes)."]]],[]]