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 webpage provides reference documentation for the `GetDataAttributeRequest` class within the Google Cloud Dataplex V1 API, specifically for .NET developers."],["The documentation covers various versions of the API, ranging from version 1.0.0 to the latest version 3.6.0, as well as version 2.15.0, which is currently displayed at the top."],["The `GetDataAttributeRequest` class is used to retrieve data attribute information, as indicated by the inheritance and interface implementations, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["Key properties for the `GetDataAttributeRequest` include `Name`, which specifies the resource name of the data attribute, and `DataAttributeName`, which is a typed view over the `Name`."],["The page also lists the constructors available for the class, detailing how to create instances of the class, either as an empty instance or by using an existing instance of the same class."]]],[]]