Google Cloud Network Services V1 Client - Class DeleteWasmPluginRequest (0.5.0)

Reference documentation and code samples for the Google Cloud Network Services V1 Client class DeleteWasmPluginRequest.

Request used by the DeleteWasmPlugin method.

Generated from protobuf message google.cloud.networkservices.v1.DeleteWasmPluginRequest

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ name string

Required. A name of the WasmPlugin resource to delete. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

getName

Required. A name of the WasmPlugin resource to delete. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

Returns
Type Description
string

setName

Required. A name of the WasmPlugin resource to delete. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
name string

Required. A name of the WasmPlugin resource to delete. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}. Please see NetworkServicesClient::wasmPluginName() for help formatting this field.

Returns
Type Description
DeleteWasmPluginRequest