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."],[[["This documentation details the `GetApiOperationRequest` class within the Google Cloud API Hub V1, specifically version 1.0.0-beta02, which is used to define the request for the `GetApiOperation` method."],["The `GetApiOperationRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use within the google protobuf framework."],["The class provides two constructors: a default constructor and one that takes another `GetApiOperationRequest` instance for copying values."],["The `GetApiOperationRequest` class has two properties, `ApiOperationName`, which is an `ApiOperationName` type, and `Name`, which is a string that specifies the formatted operation name for retrieval."]]],[]]