Network Services v1 API - Class GetWasmPluginRequest (1.3.0)

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

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

Request used by the GetWasmPlugin method.

Inheritance

object > GetWasmPluginRequest

Namespace

Google.Cloud.NetworkServices.V1

Assembly

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