Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListWasmPluginsRequest.
Request used with the ListWasmPlugins
method.
Generated from protobuf message google.cloud.networkservices.v1.ListWasmPluginsRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project and location from which the WasmPlugin
resources are listed, specified in the following format: projects/{project}/locations/global
.
↳ page_size
int
Maximum number of WasmPlugin
resources to return per call. If not specified, at most 50 WasmPlugin
resources are returned. The maximum value is 1000; values above 1000 are coerced to 1000.
↳ page_token
string
The value returned by the last ListWasmPluginsResponse
call. Indicates that this is a continuation of a prior ListWasmPlugins
call, and that the next page of data is to be returned.
getParent
Required. The project and location from which the WasmPlugin
resources
are listed, specified in the following format: projects/{project}/locations/global
.
string
setParent
Required. The project and location from which the WasmPlugin
resources
are listed, specified in the following format: projects/{project}/locations/global
.
var
string
$this
getPageSize
Maximum number of WasmPlugin
resources to return per call.
If not specified, at most 50 WasmPlugin
resources are returned.
The maximum value is 1000; values above 1000 are coerced to 1000.
int
setPageSize
Maximum number of WasmPlugin
resources to return per call.
If not specified, at most 50 WasmPlugin
resources are returned.
The maximum value is 1000; values above 1000 are coerced to 1000.
var
int
$this
getPageToken
The value returned by the last ListWasmPluginsResponse
call.
Indicates that this is a continuation of a prior ListWasmPlugins
call, and that the
next page of data is to be returned.
string
setPageToken
The value returned by the last ListWasmPluginsResponse
call.
Indicates that this is a continuation of a prior ListWasmPlugins
call, and that the
next page of data is to be returned.
var
string
$this
static::build
parent
string
Required. The project and location from which the WasmPlugin
resources
are listed, specified in the following format: projects/{project}/locations/global
. Please see NetworkServicesClient::locationName()
for help formatting this field.