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 the .NET environment."],["The `GetDataAttributeRequest` class is used to construct requests for retrieving DataAttribute resources, and it implements multiple interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists the available versions of the API, ranging from version 1.0.0 up to the latest version 3.6.0, allowing users to navigate to documentation specific to each version."],["The documentation includes details about the class's constructors, such as the default constructor and a constructor that allows cloning, and properties including `DataAttributeName` and `Name`."],["The `Name` property within the `GetDataAttributeRequest` class is a required field representing the resource name of the dataAttribute, formatted as a string with project, location, dataTaxonomy, and data_attribute_id."]]],[]]