- HTTP request
 - Path parameters
 - Query parameters
 - Request body
 - Response body
 - Authorization scopes
 - Try it!
 
Creates a new connection.
HTTP request
POST 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 format  Authorization requires the following IAM permission on the specified resource  
  | 
              
Query parameters
| Parameters | |
|---|---|
connectionId | 
                
                   
 Optional. Connection id that should be assigned to the created connection.  | 
              
Request body
The request body contains an instance of Connection.
Response body
If successful, the response body contains a newly created instance of Connection.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/bigqueryhttps://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.