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, specifically for .NET development."],["The latest version available for this class is 3.6.0, and the page also lists links to the documentation for all the previous versions, going back to 1.0.0."],["The `UpdateDataAttributeRequest` class is used to update DataAttribute within the API and inherits several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `DataAttribute`, `UpdateMask`, and `ValidateOnly`, allowing for detailed control over data attribute updates, with descriptions of each being provided."],["There are also two constructors for `UpdateDataAttributeRequest`, one default and another one that permits copying from an existing `UpdateDataAttributeRequest` instance."]]],[]]