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, including its constructors, properties, and implemented interfaces."],["The `GetDataAttributeRequest` class is designed to retrieve a specific DataAttribute, and it implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `DataAttributeName` and `Name` properties are essential for specifying the target DataAttribute, using a resource name format as the required input."],["Multiple versions of the Google Cloud Dataplex V1 API are available, ranging from version 1.0.0 to the latest version, 3.6.0, each linked for reference."],["This page also outlines the class's inheritance structure, which traces back to the base `object` class, and lists inherited members like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]