- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists Serverless VPC Access connectors.
HTTP request
GET https://vpcaccess.googleapis.com/v1/{parent=projects/*/locations/*}/connectors
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
Required. The project and location from which the routes should be listed.
Authorization requires the following IAM
permission on the specified resource parent
:
-
vpcaccess.connectors.list
Query parameters
| Parameters | |
|---|---|
pageSize
|
Maximum number of functions to return per call. |
pageToken
|
Continuation token. |
Request body
The request body must be empty.
Response body
Response for listing Serverless VPC Access connectors.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"connectors"
:
[
{
object (
|
| Fields | |
|---|---|
connectors[]
|
List of Serverless VPC Access connectors. |
nextPageToken
|
Continuation token. |
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

