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-25 UTC."],[[["This page provides documentation for the `UpdateDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET."],["The `UpdateDataAttributeRequest` class is used to send requests to update a DataAttribute, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version documented is 3.6.0, but documentation exists for many previous versions ranging from 1.0.0 to 3.5.0 of this class."],["The class has properties such as `DataAttribute`, `UpdateMask`, and `ValidateOnly` to define what is to be updated, and which fields, or if it should only validate."],["The documentation outlines the available constructors for creating an `UpdateDataAttributeRequest` object, one being the default constructor, and the other allowing to copy the state of an existing `UpdateDataAttributeRequest`."]]],[]]