Network Services v1 API - Class GetWasmPluginVersionRequest (1.3.0)

public sealed class GetWasmPluginVersionRequest : IMessage<GetWasmPluginVersionRequest>, IEquatable<GetWasmPluginVersionRequest>, IDeepCloneable<GetWasmPluginVersionRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Network Services v1 API class GetWasmPluginVersionRequest.

Request used by the GetWasmPluginVersion method.

Inheritance

object > GetWasmPluginVersionRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

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