Effective June 17, 2024, Cloud Source Repositories isn't available to new customers. For alternative source hosting options, Secure Source Manager is a regionally deployed, single tenant, managed source code repository hosted on Google Cloud.
If your organization hasn't previously used Cloud Source Repositories, you can't enable the API or use Cloud Source Repositories. New projects not connected to an organization can't enable the Cloud Source Repositories API. Organizations that have used Cloud Source Repositories prior to June 17, 2024 are not affected by this change.
ProjectConfig
Stay organized with collections
Save and categorize content based on your preferences.
Cloud Source Repositories configuration of a project.
| JSON representation |
{
"name": string,
"pubsubConfigs": {
string: {
object (PubsubConfig)
},
...
},
"enablePrivateKeyCheck": boolean
} |
| Fields |
name |
string
The name of the project. Values are of the form projects/<project>.
|
pubsubConfigs |
map (key: string, value: object (PubsubConfig))
How this project publishes a change in the repositories through Cloud Pub/Sub. Keyed by the topic names. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
|
enablePrivateKeyCheck |
boolean
Reject a Git push that contains a private key.
|
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-06-27 UTC.
[null,null,["Last updated 2025-06-27 UTC."],[],[]]