- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
List all GitHubEnterpriseConfigs for a given project.
HTTP request
GET https://cloudbuild.googleapis.com/v1/{parent=projects/*}/githubEnterpriseConfigs
The URL uses gRPC Transcoding syntax.
Path parameters
parent
string
Name of the parent project. For example: projects/{$projectNumber} or projects/{$projectId}
Authorization requires the following IAM
permission on the specified resource parent
:
-
cloudbuild.integrations.list
Query parameters
| Parameters | |
|---|---|
projectId
|
ID of the project |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListGithubEnterpriseConfigsResponse
.
Authorization scopes
Requires the following OAuth scope:
-
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview .

