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-25 UTC."],[[["This webpage provides reference documentation for the `DeleteDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for version 2.8.0, with links to other versions."],["The `DeleteDataAttributeRequest` class is used to create requests to delete a DataAttribute, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `DataAttributeName`, `Etag`, and `Name`, which are used to specify the resource to be deleted and handle optional concurrency control."],["There are two constructors available to create a `DeleteDataAttributeRequest` instance, either empty or from an existing instance."],["The provided content has links to `DeleteDataAttributeRequest` for multiple versions ranging from 1.0.0 to 3.6.0, with 3.6.0 being the latest version."]]],[]]