public sealed class GetApiOperationRequest : IMessage<GetApiOperationRequest>, IEquatable<GetApiOperationRequest>, IDeepCloneable<GetApiOperationRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetApiOperationRequest.
The [GetApiOperation][google.cloud.apihub.v1.ApiHub.GetApiOperation] method's
request.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `GetApiOperationRequest` class is part of the API hub v1 API and is used to retrieve an operation."],["It inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `GetApiOperationRequest` instance."],["It includes properties like `ApiOperationName` which is an `ApiOperationName`-typed view, and `Name`, which is a required string representing the operation's resource name in a specific format."],["The `GetApiOperationRequest` class is part of the `Google.Cloud.ApiHub.V1` namespace, within the `Google.Cloud.ApiHub.V1.dll` assembly."]]],[]]