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-25 UTC."],[[["This webpage 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, as indicated by its required `Name` property, which represents the resource name."],["The page lists various versions of the `GetDataAttributeRequest` class, ranging from version 1.0.0 up to the latest version 3.6.0, allowing users to navigate to documentation for each version."],["The `GetDataAttributeRequest` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are detailed, along with its inheritance from `object`, indicating its structure and capabilities."],["The `DataAttributeName` property allows for a strongly-typed view over the resource name property, ensuring type safety and ease of use."]]],[]]