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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The parent resource of the |
↳ wasm_plugin_id |
string
Required. User-provided ID of the |
↳ wasm_plugin |
WasmPlugin
Required. |
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 |
WasmPlugin
Required. |
wasmPluginId |
string
Required. User-provided ID of the |
| Returns | |
|---|---|
| Type | Description |
CreateWasmPluginRequest |
|