connections.processWebhook is called by the external SCM for notifying of events.
HTTP request
POST https://cloudbuild.googleapis.com/v2/{parent=projects/*/locations/*}/connections:processWebhook
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Project and location where the webhook will be received. Format: |
Query parameters
Parameters | |
---|---|
webhookKey |
Arbitrary additional key to find the maching repository for a webhook event if needed. |
Request body
The request body contains an instance of HttpBody
.
Response body
If successful, the response body is empty.
IAM Permissions
Requires the following IAM permission on the parent
resource:
iam.permissions.none
For more information, see the IAM documentation.