ListWasmPluginVersionsRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)Request used with the ListWasmPluginVersions method.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
Required. The WasmPlugin resource whose
WasmPluginVersion\ s are listed, specified in the
following format:
projects/{project}/locations/global/wasmPlugins/{wasm_plugin}.
|
page_size |
int
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.
|
page_token |
str
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.
|