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 `UpdateDataAttributeRequest` class in the Google Cloud Dataplex V1 API is used to request updates to a DataAttribute, as indicated by its name."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide various capabilities like message handling, equality comparisons, deep cloning, and buffer message operations."],["The `UpdateDataAttributeRequest` class offers properties like `DataAttribute`, `UpdateMask`, and `ValidateOnly` to specify the data attribute to update, the fields to modify, and whether to validate the update without applying it."],["The documentation provides access to various versions of the API, with version 3.6.0 being the latest and listed other version from 3.5.0 to 1.0.0, along with other versions including the current version 2.10.0."]]],[]]