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-04-17 UTC."],[[["This page provides reference documentation for the `GetPluginRequest` class within the Google.Cloud.ApiHub.V1 API, specifically for version 1.0.0-beta02."],["`GetPluginRequest` is used as the request type for the `GetPlugin` method in the ApiHubPlugin API."],["The `GetPluginRequest` class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors and two properties, `Name` (a string) and `PluginName` (a `PluginName` type), where `Name` property represents the required plugin resource name."],["This class is part of the Google.Cloud.ApiHub.V1 namespace and is contained in the Google.Cloud.ApiHub.V1.dll assembly."]]],[]]