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.
Implements
IMessageGetPluginRequest, IEquatableGetPluginRequest, IDeepCloneableGetPluginRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
GetPluginRequest()
public GetPluginRequest()
GetPluginRequest(GetPluginRequest)
public GetPluginRequest(GetPluginRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetPluginRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the plugin to retrieve.
Format: projects/{project}/locations/{location}/plugins/{plugin}
.
Property Value | |
---|---|
Type | Description |
string |
PluginName
public PluginName PluginName { get; set; }
PluginName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
PluginName |