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 document provides reference information for the `UpdateDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.13.0."],["The `UpdateDataAttributeRequest` class is used to update a DataAttribute and is part of the Google.Cloud.Dataplex.V1 namespace, with the latest version being 3.6.0."],["The class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["Key properties of the `UpdateDataAttributeRequest` class include `DataAttribute`, `UpdateMask` and `ValidateOnly` which define what will be updated, the fields to be updated, and whether the request should be validated without changes, respectively."],["This content shows other previous versions, going back to version 1.0.0, and up to the latest version, which is version 3.6.0, including several versions in between."]]],[]]