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

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

Request used by the CreateWasmPluginVersion method.

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

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 WasmPluginVersion resource. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.

↳ wasm_plugin_version_id string

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

↳ wasm_plugin_version WasmPluginVersion

Required. WasmPluginVersion resource to be created.

getParent

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

Returns
Type Description
string

setParent

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

Parameter
Name Description
var string
Returns
Type Description
$this

getWasmPluginVersionId

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

Returns
Type Description
string

setWasmPluginVersionId

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

Parameter
Name Description
var string
Returns
Type Description
$this

getWasmPluginVersion

Required. WasmPluginVersion resource to be created.

Returns
Type Description
WasmPluginVersion|null

hasWasmPluginVersion

clearWasmPluginVersion

setWasmPluginVersion

Required. WasmPluginVersion resource to be created.

Parameter
Name Description
var WasmPluginVersion
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

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

wasmPluginVersion WasmPluginVersion

Required. WasmPluginVersion resource to be created.

wasmPluginVersionId string

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

Returns
Type Description
CreateWasmPluginVersionRequest