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 document provides reference information for the `DeleteDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically version 2.12.0 and its relationship with other versions."],["The `DeleteDataAttributeRequest` class is used to formulate requests to delete a DataAttribute resource, as indicated by the name and description, and it implements several interfaces for message handling, cloning, and equality checks."],["The class offers two constructors: one default and one that accepts another `DeleteDataAttributeRequest` instance for copying."],["Key properties include `DataAttributeName` which is a typed representation of the resource name, `Etag` for handling conditional deletion based on the current state of the resource, and `Name` which is the string representation of the resource's unique identifier."],["The document also lists all the version history for `DeleteDataAttributeRequest` from 3.6.0 down to 1.0.0."]]],[]]