public sealed class GetPluginRequest : IMessage<GetPluginRequest>, IEquatable<GetPluginRequest>, IDeepCloneable<GetPluginRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class GetPluginRequest.
The [GetPlugin][google.cloud.apihub.v1.ApiHubPlugin.GetPlugin] 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 documentation is for the \u003ccode\u003eGetPluginRequest\u003c/code\u003e class within the Google Cloud API Hub v1 API, specifically version 1.0.0 (latest) and 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetPluginRequest\u003c/code\u003e class is used to formulate requests for the \u003ccode\u003eGetPlugin\u003c/code\u003e method in the \u003ccode\u003eApiHubPlugin\u003c/code\u003e API.\u003c/p\u003e\n"],["\u003cp\u003eIt inherits from the base \u003ccode\u003eobject\u003c/code\u003e class and implements interfaces like \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eGetPluginRequest\u003c/code\u003e has two constructors, one default and one that accepts another \u003ccode\u003eGetPluginRequest\u003c/code\u003e object, and it also defines two key properties, \u003ccode\u003eName\u003c/code\u003e and \u003ccode\u003ePluginName\u003c/code\u003e, for specifying the plugin to be retrieved.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eName\u003c/code\u003e property of the \u003ccode\u003eGetPluginRequest\u003c/code\u003e is of type string and represents the fully qualified name of the plugin in the format: \u003ccode\u003eprojects/{project}/locations/{location}/plugins/{plugin}\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# API hub v1 API - Class GetPluginRequest (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.GetPluginRequest)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/1.0.0-beta02/Google.Cloud.ApiHub.V1.GetPluginRequest) \n\n public sealed class GetPluginRequest : IMessage\u003cGetPluginRequest\u003e, IEquatable\u003cGetPluginRequest\u003e, IDeepCloneable\u003cGetPluginRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the API hub v1 API class GetPluginRequest.\n\nThe \\[GetPlugin\\]\\[google.cloud.apihub.v1.ApiHubPlugin.GetPlugin\\] method's\nrequest. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e GetPluginRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[GetPluginRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetPluginRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[GetPluginRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetPluginRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[GetPluginRequest](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetPluginRequest), [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### GetPluginRequest()\n\n public GetPluginRequest()\n\n### GetPluginRequest(GetPluginRequest)\n\n public GetPluginRequest(GetPluginRequest other)\n\nProperties\n----------\n\n### Name\n\n public string Name { get; set; }\n\nRequired. The name of the plugin to retrieve.\nFormat: `projects/{project}/locations/{location}/plugins/{plugin}`.\n\n### PluginName\n\n public PluginName PluginName { get; set; }\n\n[PluginName](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.PluginName)-typed view over the [Name](/dotnet/docs/reference/Google.Cloud.ApiHub.V1/latest/Google.Cloud.ApiHub.V1.GetPluginRequest#Google_Cloud_ApiHub_V1_GetPluginRequest_Name) resource name property."]]