Method: projects.locations.connections.list

Returns a list of connections in the given project.

HTTP request

GET https://bigqueryconnection.googleapis.com/v1/{parent=projects/*/locations/*}/connections

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Parent resource name. Must be in the form: projects/{projectId}/locations/{locationId}

Authorization requires the following IAM permission on the specified resource parent:

  • bigquery.connections.list

Query parameters

Parameters
pageSize

integer

Required. Page size.

pageToken

string

Page token.

Request body

The request body must be empty.

Response body

The response for ConnectionService.ListConnections.

If successful, the response body contains data with the following structure:

JSON representation
{
  "nextPageToken": string,
  "connections": [
    {
      object (Connection)
    }
  ]
}
Fields
nextPageToken

string

Next page token.

connections[]

object (Connection)

List of connections.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/bigquery
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.