public sealed class DeleteDataAttributeRequest : IMessage<DeleteDataAttributeRequest>, IEquatable<DeleteDataAttributeRequest>, IDeepCloneable<DeleteDataAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DeleteDataAttributeRequest.
Required. The resource name of the DataAttribute:
projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}
[[["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 documentation for the `DeleteDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.13.0 and other versions ranging from 1.0.0 to 3.6.0."],["The `DeleteDataAttributeRequest` class is used to request the deletion of a DataAttribute resource, implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `DeleteDataAttributeRequest` class include `DataAttributeName`, `Etag` (for conditional deletion based on resource version), and `Name` (the required resource name for the DataAttribute)."],["The document includes a list of all versions available for the DeleteDataAttributeRequest class."],["The class inherits from `object`, offering methods such as `GetHashCode`, `GetType`, and `ToString`, it also provides two constructors for creating instances, either default or by copying from an existing `DeleteDataAttributeRequest` object."]]],[]]