public sealed class GetDataAttributeRequest : IMessage<GetDataAttributeRequest>, IEquatable<GetDataAttributeRequest>, IDeepCloneable<GetDataAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class GetDataAttributeRequest.
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 page provides reference documentation for the `GetDataAttributeRequest` class within the Google Cloud Dataplex v1 API, specifically for .NET."],["The latest version of the `GetDataAttributeRequest` is 3.6.0, and the page lists several previous versions, starting from 1.0.0."],["The `GetDataAttributeRequest` class is used to request data attributes and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains two properties: `DataAttributeName`, which provides a typed view of the name, and `Name`, which represents the resource name of the data attribute."],["This documentation details the constructors, properties, and inherited members of the `GetDataAttributeRequest` class, aiding developers in understanding its usage within their .NET projects."]]],[]]