public sealed class GetWasmPluginRequest : IMessage<GetWasmPluginRequest>, IEquatable<GetWasmPluginRequest>, IDeepCloneable<GetWasmPluginRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1 API class GetWasmPluginRequest.
Request used by the GetWasmPlugin method.
Implements
IMessageGetWasmPluginRequest, IEquatableGetWasmPluginRequest, IDeepCloneableGetWasmPluginRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
GetWasmPluginRequest()
public GetWasmPluginRequest()GetWasmPluginRequest(GetWasmPluginRequest)
public GetWasmPluginRequest(GetWasmPluginRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetWasmPluginRequest |
Properties
Name
public string Name { get; set; }Required. A name of the WasmPlugin resource to get. Must be in the
format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
View
public WasmPluginView View { get; set; }Determines how much data must be returned in the response. See AIP-157.
| Property Value | |
|---|---|
| Type | Description |
WasmPluginView |
|
WasmPluginName
public WasmPluginName WasmPluginName { get; set; }WasmPluginName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
WasmPluginName |
|