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, spanning multiple versions from 1.0.0 to the latest 3.6.0."],["The `GetDataAttributeRequest` class is used to request a specific data attribute and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors, such as a default constructor and one that accepts another `GetDataAttributeRequest` object, allowing for easy creation and copying."],["The `GetDataAttributeRequest` class has two properties, `DataAttributeName`, which provides a typed view of the resource name, and `Name`, which is a string representing the resource name of the data attribute."],["The latest version of the API is 3.6.0, while version 2.12.0, where this documentation is primarily focused, is also available, along with many versions both newer and older."]]],[]]