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."],[[["The `UpdateDataAttributeRequest` class in the Google Cloud Dataplex V1 API is used to request updates to a DataAttribute, allowing for modification of specific fields."],["The latest version of the API available is 3.6.0, with documentation spanning back to version 1.0.0, offering various historical versions for the `UpdateDataAttributeRequest` class."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`, giving it access to object functions."],["The `UpdateDataAttributeRequest` class features properties like `DataAttribute`, `UpdateMask`, and `ValidateOnly` to specify the data to be updated, the fields to be changed, and whether to only validate the request."],["There are two constructors available, one with no parameters and the other for copying another instance of the `UpdateDataAttributeRequest` class."]]],[]]