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-03-21 UTC."],[[["The `GetAttributeRequest` class is part of the API hub v1 API and is used to represent the request for the `GetAttribute` method."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer management."],["It inherits from the base `object` class and has `GetHashCode()`, `GetType()`, and `ToString()` as inherited members."],["The class has a `Name` property, which is a required string representing the attribute's name in the format `projects/{project}/locations/{location}/attributes/{attribute}` and an `AttributeName` property which is a typed view over the Name property."],["The class has two constructors, one default and one which creates a copy of an existing `GetAttributeRequest`."]]],[]]