Required. Project and location where the connection will be created. Format: projects/*/locations/*.
Query parameters
Parameters
connectionId
string
Required. The ID to use for the Connection, which will become the final component of the Connection's resource name. Names must be unique per-project per-location. Allows alphanumeric characters and any of -._~%!$&'()*+,;=@.
Request body
The request body contains an instance of Connection.
Response body
If successful, the response body contains a newly created instance of Operation.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-18 UTC."],[[["This page details the process of creating a Connection via an HTTP POST request to a specific Google Cloud Build API endpoint."],["The creation of a Connection requires specifying a project and location as path parameters, and a unique ID for the connection as a query parameter."],["The request body must include an instance of the `Connection` resource, and the successful response will return an `Operation` instance."],["Creating a Connection requires OAuth scope `https://www.googleapis.com/auth/cloud-platform` and the IAM permission `cloudbuild.connections.create` on the parent resource."]]],[]]