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 document provides reference information for the `UpdateDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET development."],["The latest version of the API is 3.6.0, while the current page focuses on version 3.1.0, including links to previous releases down to version 1.0.0."],["`UpdateDataAttributeRequest` is used to update data attribute settings, implementing several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains properties like `DataAttribute` and `UpdateMask`, which are required to specify the attribute to be updated and which fields within it will be modified, while `ValidateOnly` is a boolean that allows for validation without execution."],["The class has two constructors `UpdateDataAttributeRequest()`, and `UpdateDataAttributeRequest(UpdateDataAttributeRequest other)` that allow for creating an empty object, or copying the values of an existing object."]]],[]]