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 \ V1Methods
__construct
Constructor.
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
getParent
Required. The parent resource of the WasmPlugin
resource. Must be in the
format projects/{project}/locations/global
.
string
setParent
Required. The parent resource of the WasmPlugin
resource. Must be in the
format projects/{project}/locations/global
.
var
string
$this
getWasmPluginId
Required. User-provided ID of the WasmPlugin
resource to be created.
string
setWasmPluginId
Required. User-provided ID of the WasmPlugin
resource to be created.
var
string
$this
getWasmPlugin
Required. WasmPlugin
resource to be created.
hasWasmPlugin
clearWasmPlugin
setWasmPlugin
Required. WasmPlugin
resource to be created.
$this
static::build
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
wasmPluginId
string
Required. User-provided ID of the WasmPlugin
resource to be created.