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.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The project and location from which the |
↳ page_size |
int
Maximum number of |
↳ page_token |
string
The value returned by the last |
getParent
Required. The project and location from which the WasmPlugin
resources
are listed, specified in the following format:
projects/{project}/locations/global
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The project and location from which the WasmPlugin
resources
are listed, specified in the following format:
projects/{project}/locations/global
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$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.
Returns | |
---|---|
Type | Description |
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.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The project and location from which the |
Returns | |
---|---|
Type | Description |
ListWasmPluginsRequest |