public sealed class GetExternalApiRequest : IMessage<GetExternalApiRequest>, IEquatable<GetExternalApiRequest>, IDeepCloneable<GetExternalApiRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetExternalApiRequest.
The [GetExternalApi][google.cloud.apihub.v1.ApiHub.GetExternalApi] 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 `GetExternalApiRequest` class is the request type for the `GetExternalApi` method in the API hub v1 API, which is used to retrieve an external API resource."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetExternalApiRequest` has two constructors: a default constructor and one that takes another `GetExternalApiRequest` as a parameter for copying."],["It contains two key properties: `ExternalApiName`, which provides a typed view of the resource name, and `Name`, a string that holds the formatted resource name of the External API to retrieve."]]],[]]