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 webpage provides reference documentation for the `UpdateDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for version 3.4.0."],["The `UpdateDataAttributeRequest` class is used to request updates to a DataAttribute, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `DataAttribute`, `UpdateMask`, and `ValidateOnly`, which are used to specify the data to be updated, the fields to be modified, and whether to only validate the request, respectively."],["There are multiple versions available for the `UpdateDataAttributeRequest`, starting with 1.0.0 and extending up to the latest version of 3.6.0."],["The page also provides information about the constructors available for creating an `UpdateDataAttributeRequest`, which includes the `UpdateDataAttributeRequest()` constructor and the `UpdateDataAttributeRequest(UpdateDataAttributeRequest other)` constructor."]]],[]]