public sealed class GetWasmPluginVersionRequest : IMessage<GetWasmPluginVersionRequest>, IEquatable<GetWasmPluginVersionRequest>, IDeepCloneable<GetWasmPluginVersionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1 API class GetWasmPluginVersionRequest.
Request used by the GetWasmPluginVersion method.
Implements
IMessageGetWasmPluginVersionRequest, IEquatableGetWasmPluginVersionRequest, IDeepCloneableGetWasmPluginVersionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
GetWasmPluginVersionRequest()
public GetWasmPluginVersionRequest()GetWasmPluginVersionRequest(GetWasmPluginVersionRequest)
public GetWasmPluginVersionRequest(GetWasmPluginVersionRequest other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        GetWasmPluginVersionRequest | 
      
Properties
Name
public string Name { get; set; }Required. A name of the WasmPluginVersion resource to get. Must be in
the format
projects/{project}/locations/global/wasmPlugins/{wasm_plugin}/versions/{wasm_plugin_version}.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
WasmPluginVersionName
public WasmPluginVersionName WasmPluginVersionName { get; set; }WasmPluginVersionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description | 
WasmPluginVersionName | 
        |