- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates a new BuildTrigger
.
HTTP request
POST https://cloudbuild.googleapis.com/v1/{parent=projects/*/locations/*}/triggers
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
The parent resource where this trigger will be created. Format: projects/{project}/locations/{location}
Authorization requires the following IAM
permission on the specified resource parent
:
-
cloudbuild.builds.create
Query parameters
| Parameters | |
|---|---|
projectId
|
Required. ID of the project for which to configure automatic builds. |
Request body
The request body contains an instance of BuildTrigger
.
Response body
If successful, the response body contains a newly created instance of BuildTrigger
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

