- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
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 |
Required. Parent resource name. Must be in the form: Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
page |
Required. Page size. |
page |
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 ( |
Fields | |
---|---|
next |
Next page token. |
connections[] |
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.