[[["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 documentation is for the \u003ccode\u003eGetApiRequest\u003c/code\u003e class within the Google Cloud API Hub v1 API, specifically version 1.0.0 (latest) and 1.0.0-beta02, detailing how to retrieve a specific API resource.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetApiRequest\u003c/code\u003e class inherits from \u003ccode\u003eobject\u003c/code\u003e and implements interfaces including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its functionality in handling API requests and data.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two constructors, a default \u003ccode\u003eGetApiRequest()\u003c/code\u003e constructor and another that takes a \u003ccode\u003eGetApiRequest\u003c/code\u003e object for copying, detailed in the parameters table.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetApiRequest\u003c/code\u003e contains properties like \u003ccode\u003eApiName\u003c/code\u003e (an \u003ccode\u003eApiName\u003c/code\u003e-typed property) and \u003ccode\u003eName\u003c/code\u003e (a string), which are used to specify the desired API resource, where the \u003ccode\u003eName\u003c/code\u003e property expects the API's full resource path.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetApiRequest\u003c/code\u003e class is in the \u003ccode\u003eGoogle.Cloud.ApiHub.V1\u003c/code\u003e namespace and is located in the \u003ccode\u003eGoogle.Cloud.ApiHub.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,["# API hub v1 API - Class GetApiRequest (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.GetApiRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/1.0.0-beta02/Google.Cloud.ApiHub.V1.GetApiRequest) \n\n public sealed class GetApiRequest : IMessage\u003cGetApiRequest\u003e, IEquatable\u003cGetApiRequest\u003e, IDeepCloneable\u003cGetApiRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the API hub v1 API class GetApiRequest.\n\nThe \\[GetApi\\]\\[google.cloud.apihub.v1.ApiHub.GetApi\\] method's request. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetApiRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetApiRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetApiRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetApiRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetApiRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetApiRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetApiRequest), [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### GetApiRequest()\n\n public GetApiRequest()\n\n### GetApiRequest(GetApiRequest)\n\n public GetApiRequest(GetApiRequest other)\n\nProperties\n----------\n\n### ApiName\n\n public ApiName ApiName { get; set; }\n\n[ApiName](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.ApiName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetApiRequest#Google_Cloud_ApiHub_V1_GetApiRequest_Name) resource name property.\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the API resource to retrieve.\nFormat: `projects/{project}/locations/{location}/apis/{api}`"]]