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 \ 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_version_id |
string
Required. User-provided ID of the |
↳ wasm_plugin_version |
WasmPluginVersion
Required. |
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 |
WasmPluginVersion
Required. |
wasmPluginVersionId |
string
Required. User-provided ID of the |
Returns | |
---|---|
Type | Description |
CreateWasmPluginVersionRequest |