Lists WasmPluginVersion resources in a given project and location.
HTTP request
GET https://networkservices.googleapis.com/v1/{parent=projects/*/locations/*/wasmPlugins/*}/versions
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
| parent | 
 Required. The  Authorization requires the following IAM permission on the specified resource  
 | 
Query parameters
| Parameters | |
|---|---|
| pageSize | 
 Maximum number of  | 
| pageToken | 
 The value returned by the last  | 
Request body
The request body must be empty.
Response body
Response returned by the versions.list method.
If successful, the response body contains data with the following structure:
| JSON representation | 
|---|
| {
  "wasmPluginVersions": [
    {
      object ( | 
| Fields | |
|---|---|
| wasmPluginVersions[] | 
 List of  | 
| nextPageToken | 
 If there might be more results than those appearing in this response, then  | 
| unreachable[] | 
 Unreachable resources. Populated when the request attempts to list all resources across all supported locations, while some locations are temporarily unavailable. | 
IAM Permissions
Requires the following IAM permission on the parent resource:
- networkservices.wasmPlugins.list
For more information, see the IAM documentation.