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-09-04 UTC."],[[["\u003cp\u003eThis page provides reference documentation for the \u003ccode\u003eGetExternalApiRequest\u003c/code\u003e class within the API hub v1 API.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetExternalApiRequest\u003c/code\u003e is used as the request type for the \u003ccode\u003eGetExternalApi\u003c/code\u003e method within the API hub.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetExternalApiRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements multiple interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, and \u003ccode\u003eIDeepCloneable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThis class has two constructors: one default and another that takes another \u003ccode\u003eGetExternalApiRequest\u003c/code\u003e as a parameter, it contains properties such as \u003ccode\u003eExternalApiName\u003c/code\u003e and \u003ccode\u003eName\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThere are two versions of the API documented, \u003ccode\u003e1.0.0 (latest)\u003c/code\u003e and \u003ccode\u003e1.0.0-beta02\u003c/code\u003e, allowing for different levels of stability and functionality.\u003c/p\u003e\n"]]],[],null,["# API hub v1 API - Class GetExternalApiRequest (1.0.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0 (latest)](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetExternalApiRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/1.0.0-beta02/Google.Cloud.ApiHub.V1.GetExternalApiRequest) \n\n public sealed class GetExternalApiRequest : IMessage\u003cGetExternalApiRequest\u003e, IEquatable\u003cGetExternalApiRequest\u003e, IDeepCloneable\u003cGetExternalApiRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the API hub v1 API class GetExternalApiRequest.\n\nThe \\[GetExternalApi\\]\\[google.cloud.apihub.v1.ApiHub.GetExternalApi\\] method's\nrequest. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetExternalApiRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetExternalApiRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetExternalApiRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetExternalApiRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetExternalApiRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetExternalApiRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetExternalApiRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.ApiHub.V1](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.ApiHub.V1.dll\n\nConstructors\n------------\n\n### GetExternalApiRequest()\n\n public GetExternalApiRequest()\n\n### GetExternalApiRequest(GetExternalApiRequest)\n\n public GetExternalApiRequest(GetExternalApiRequest other)\n\nProperties\n----------\n\n### ExternalApiName\n\n public ExternalApiName ExternalApiName { get; set; }\n\n[ExternalApiName](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.ExternalApiName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetExternalApiRequest#Google_Cloud_ApiHub_V1_GetExternalApiRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the External API resource to retrieve.\nFormat:\n`projects/{project}/locations/{location}/externalApis/{externalApi}`"]]