Reference documentation and code samples for the Google Cloud Network Services V1 Client class GetWasmPluginVersionRequest.
Request used by the GetWasmPluginVersion method.
Generated from protobuf message google.cloud.networkservices.v1.GetWasmPluginVersionRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. A name of the |
getName
Required. A name of the WasmPluginVersion resource to get. Must be in
the format
projects/{project}/locations/global/wasmPlugins/{wasm_plugin}/versions/{wasm_plugin_version}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. A name of the WasmPluginVersion resource to get. Must be in
the format
projects/{project}/locations/global/wasmPlugins/{wasm_plugin}/versions/{wasm_plugin_version}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. A name of the |
| Returns | |
|---|---|
| Type | Description |
GetWasmPluginVersionRequest |
|