Reference documentation and code samples for the Google Cloud Network Services V1 Client class GetWasmPluginRequest.
Request used by the GetWasmPlugin
method.
Generated from protobuf message google.cloud.networkservices.v1.GetWasmPluginRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. A name of the WasmPlugin
resource to get. Must be in the format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}
.
↳ view
getName
Required. A name of the WasmPlugin
resource to get. Must be in the
format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}
.
string
setName
Required. A name of the WasmPlugin
resource to get. Must be in the
format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}
.
var
string
$this
getView
Determines how much data must be returned in the response. See AIP-157 .
int
setView
Determines how much data must be returned in the response. See AIP-157 .
var
int
$this
static::build
name
string
Required. A name of the WasmPlugin
resource to get. Must be in the
format projects/{project}/locations/global/wasmPlugins/{wasm_plugin}
. Please see NetworkServicesClient::wasmPluginName()
for help formatting this field.