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"]],[["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 `GetApiOperationRequest` class is part of the API hub v1 API and is used to define requests for the `GetApiOperation` method."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["It has two constructors: a default constructor and another that accepts an instance of `GetApiOperationRequest` as a parameter, used for creating copies of existing requests."],["The class includes two main properties: `ApiOperationName` which represents the resource name of the operation, and `Name`, a string property that specifies the operation's name in the required format."]]],[]]