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."],[[["The latest version of the Google Cloud Dataplex V1 API is 3.6.0, and the documentation provides links to versions ranging from 3.6.0 down to 1.0.0."],["The `UpdateDataAttributeRequest` class is part of the Google.Cloud.Dataplex.V1 namespace within the Google.Cloud.Dataplex.V1.dll assembly."],["`UpdateDataAttributeRequest` class is used to send requests to update data attributes and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateDataAttributeRequest` class includes properties like `DataAttribute`, `UpdateMask`, and `ValidateOnly` for defining the specific data to update, specifying which fields to update, and validating the request, respectively."],["The class contains two constructors, a parameterless constructor, and one that copies the data from another `UpdateDataAttributeRequest` object."]]],[]]