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-03-21 UTC."],[[["This documentation is for the `GetPluginRequest` class within the Google Cloud API Hub v1 API, specifically version 1.0.0 (latest) and 1.0.0-beta02."],["The `GetPluginRequest` class is used to formulate requests for the `GetPlugin` method in the `ApiHubPlugin` API."],["It inherits from the base `object` class and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetPluginRequest` has two constructors, one default and one that accepts another `GetPluginRequest` object, and it also defines two key properties, `Name` and `PluginName`, for specifying the plugin to be retrieved."],["The `Name` property of the `GetPluginRequest` is of type string and represents the fully qualified name of the plugin in the format: `projects/{project}/locations/{location}/plugins/{plugin}`."]]],[]]