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 document provides reference information for the `GetPluginRequest` class within the Google Cloud API Hub v1 API, specifically for version 1.0.0-beta01."],["`GetPluginRequest` is a class used to formulate requests for the `GetPlugin` method, and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetPluginRequest` class includes properties such as `Name`, a required string that specifies the plugin's resource name to be retrieved, and `PluginName`, which offers a typed view over the resource name."],["This class has two constructors, a default one and one which accepts another `GetPluginRequest` as a parameter, making it copyable."],["The GetPluginRequest class inherits from the object class, including the following methods: `GetHashCode()`, `GetType()`, `ToString()`."]]],[]]