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

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

Request used by the CreateWasmPlugin method.

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

Namespace

Google \ Cloud \ NetworkServices \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The parent resource of the WasmPlugin resource. Must be in the format projects/{project}/locations/global.

↳ wasm_plugin_id string

Required. User-provided ID of the WasmPlugin resource to be created.

↳ wasm_plugin WasmPlugin

Required. WasmPlugin resource to be created.

getParent

Required. The parent resource of the WasmPlugin resource. Must be in the format projects/{project}/locations/global.

Returns
Type Description
string

setParent

Required. The parent resource of the WasmPlugin resource. Must be in the format projects/{project}/locations/global.

Parameter
Name Description
var string
Returns
Type Description
$this

getWasmPluginId

Required. User-provided ID of the WasmPlugin resource to be created.

Returns
Type Description
string

setWasmPluginId

Required. User-provided ID of the WasmPlugin resource to be created.

Parameter
Name Description
var string
Returns
Type Description
$this

getWasmPlugin

Required. WasmPlugin resource to be created.

Returns
Type Description
WasmPlugin|null

hasWasmPlugin

clearWasmPlugin

setWasmPlugin

Required. WasmPlugin resource to be created.

Parameter
Name Description
var WasmPlugin
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The parent resource of the WasmPlugin resource. Must be in the format projects/{project}/locations/global. Please see NetworkServicesClient::locationName() for help formatting this field.

wasmPlugin WasmPlugin

Required. WasmPlugin resource to be created.

wasmPluginId string

Required. User-provided ID of the WasmPlugin resource to be created.

Returns
Type Description
CreateWasmPluginRequest