public sealed class EnablePluginRequest : IMessage<EnablePluginRequest>, IEquatable<EnablePluginRequest>, IDeepCloneable<EnablePluginRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class EnablePluginRequest.
The [EnablePlugin][google.cloud.apihub.v1.ApiHubPlugin.EnablePlugin] method's request.
Implements
IMessageEnablePluginRequest, IEquatableEnablePluginRequest, IDeepCloneableEnablePluginRequest, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
EnablePluginRequest()
public EnablePluginRequest()
EnablePluginRequest(EnablePluginRequest)
public EnablePluginRequest(EnablePluginRequest other)
Parameter | |
---|---|
Name | Description |
other |
EnablePluginRequest |
Properties
Name
public string Name { get; set; }
Required. The name of the plugin to enable.
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 |