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, specifically for the .NET environment."],["The latest version available for `GetDataAttributeRequest` is 3.6.0, with a range of previous versions, going as far back as version 1.0.0, also documented."],["`GetDataAttributeRequest` class is used to formulate a request for retrieving a DataAttribute and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetDataAttributeRequest` class has two constructors and two main properties, `DataAttributeName`, which provides a typed view over the resource name property, and `Name`, which is the resource name of the data attribute."],["The `GetDataAttributeRequest` class inherits from the `object` class and implements `IBufferMessage` and `IMessage`, while providing further details in the namespace `Google.Cloud.Dataplex.V1`."]]],[]]