Reference documentation and code samples for the Google Cloud Network Services V1 Client class WasmPluginView.
Determines the information that should be returned by the server.
Protobuf type google.cloud.networkservices.v1.WasmPluginView
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
WASM_PLUGIN_VIEW_UNSPECIFIED
Value: 0
Unspecified value. Do not use.
Generated from protobuf enum WASM_PLUGIN_VIEW_UNSPECIFIED = 0;
WASM_PLUGIN_VIEW_BASIC
Value: 1
If specified in the GET
request for a WasmPlugin
resource, the server's
response includes just the WasmPlugin
resource.
Generated from protobuf enum WASM_PLUGIN_VIEW_BASIC = 1;
WASM_PLUGIN_VIEW_FULL
Value: 2
If specified in the GET
request for a WasmPlugin
resource, the server's
response includes the WasmPlugin
resource with all its versions.
Generated from protobuf enum WASM_PLUGIN_VIEW_FULL = 2;