Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListWasmPluginsResponse.
Response returned by the ListWasmPlugins
method.
Generated from protobuf message google.cloud.networkservices.v1.ListWasmPluginsResponse
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ wasm_plugins
↳ next_page_token
string
If there might be more results than those appearing in this response, then next_page_token
is included. To get the next set of results, call this method again using the value of next_page_token
as page_token
.
↳ unreachable
array
Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
getWasmPlugins
List of WasmPlugin
resources.
setWasmPlugins
List of WasmPlugin
resources.
$this
getNextPageToken
If there might be more results than those appearing in this response, then next_page_token
is included. To get the next set of results,
call this method again using the value of next_page_token
as page_token
.
string
setNextPageToken
If there might be more results than those appearing in this response, then next_page_token
is included. To get the next set of results,
call this method again using the value of next_page_token
as page_token
.
var
string
$this
getUnreachable
Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
setUnreachable
Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable.
var
string[]
$this