Reference documentation and code samples for the Google Cloud Network Services V1 Client class ListWasmPluginVersionsRequest.
Request used with the ListWasmPluginVersions method.
Generated from protobuf message google.cloud.networkservices.v1.ListWasmPluginVersionsRequest
Namespace
Google \ Cloud \ NetworkServices \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The |
↳ page_size |
int
Maximum number of |
↳ page_token |
string
The value returned by the last |
getParent
Required. The WasmPlugin resource whose WasmPluginVersions
are listed, specified in the following format:
projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The WasmPlugin resource whose WasmPluginVersions
are listed, specified in the following format:
projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getPageSize
Maximum number of WasmPluginVersion resources to return per
call. If not specified, at most 50 WasmPluginVersion resources are
returned. The maximum value is 1000; values above 1000 are coerced to
1000.
| Returns | |
|---|---|
| Type | Description |
int |
|
setPageSize
Maximum number of WasmPluginVersion resources to return per
call. If not specified, at most 50 WasmPluginVersion 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 ListWasmPluginVersionsResponse call.
Indicates that this is a continuation of a prior
ListWasmPluginVersions call, and that the
next page of data is to be returned.
| Returns | |
|---|---|
| Type | Description |
string |
|
setPageToken
The value returned by the last ListWasmPluginVersionsResponse call.
Indicates that this is a continuation of a prior
ListWasmPluginVersions 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 |
| Returns | |
|---|---|
| Type | Description |
ListWasmPluginVersionsRequest |
|