Method: projects.locations.connections.processWebhook

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

string

Required. Project and location where the webhook will be received. Format: projects/*/locations/*.

Query parameters

Parameters
webhookKey

string

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.