Method: projects.locations.connections.gitRepositoryLinks.processGitLabEnterpriseWebhook

gitRepositoryLinks.processGitLabEnterpriseWebhook is called by the external GitLab Enterprise instances for notifying events.

HTTP request

POST https://developerconnect.googleapis.com/v1/{name=projects/*/locations/*/connections/*/gitRepositoryLinks/*}:processGitLabEnterpriseWebhook

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The GitRepositoryLink resource where the webhook will be received. Format: projects/*/locations/*/connections/*/gitRepositoryLinks/*.

Request body

The request body contains data with the following structure:

JSON representation
{
 "body": {
 object (HttpBody )
 }
}
Fields
body

object (HttpBody )

Required. HTTP request body.

Response body

If successful, the response body is an empty JSON object.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年07月09日 UTC.