public sealed class DeleteWasmPluginVersionRequest : IMessage<DeleteWasmPluginVersionRequest>, IEquatable<DeleteWasmPluginVersionRequest>, IDeepCloneable<DeleteWasmPluginVersionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Network Services v1 API class DeleteWasmPluginVersionRequest.
Request used by the DeleteWasmPluginVersion method.
Implements
IMessageDeleteWasmPluginVersionRequest, IEquatableDeleteWasmPluginVersionRequest, IDeepCloneableDeleteWasmPluginVersionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkServices.V1Assembly
Google.Cloud.NetworkServices.V1.dll
Constructors
DeleteWasmPluginVersionRequest()
public DeleteWasmPluginVersionRequest()DeleteWasmPluginVersionRequest(DeleteWasmPluginVersionRequest)
public DeleteWasmPluginVersionRequest(DeleteWasmPluginVersionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteWasmPluginVersionRequest |
Properties
Name
public string Name { get; set; }Required. A name of the WasmPluginVersion resource to delete. 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 |
|