public sealed class GetAttributeRequest : IMessage<GetAttributeRequest>, IEquatable<GetAttributeRequest>, IDeepCloneable<GetAttributeRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetAttributeRequest.
The [GetAttribute][google.cloud.apihub.v1.ApiHub.GetAttribute] method's
request.
[[["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-04-17 UTC."],[[["The `GetAttributeRequest` class is part of the Google Cloud API Hub v1 API, representing a request to retrieve an attribute."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionalities like message handling, equality comparison, deep cloning, and buffer message operations."],["It includes two constructors, a default one and another that accepts an existing `GetAttributeRequest` instance for copying."],["The `GetAttributeRequest` class has two key properties: `AttributeName` which provides a typed view over the resource name and `Name` which represents the required name of the attribute to retrieve, formatted as `projects/{project}/locations/{location}/attributes/{attribute}`."],["This class inherits members from `object` like `GetHashCode()`, `GetType()`, and `ToString()` to provide basic object behavior."]]],[]]