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.
Method: projects.repos.create
Stay organized with collections
Save and categorize content based on your preferences.
Creates a repo in the given project with the given name.
If the named repository already exists, repos.create returns ALREADY_EXISTS.
HTTP request
POST https://sourcerepo.googleapis.com/v1/{parent=projects/*}/repos
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters |
parent |
string
The project in which to create the repo. Values are of the form projects/<project>.
Authorization requires the following IAM permission on the specified resource parent:
|
Request body
The request body contains an instance of Repo.
Response body
If successful, the response body contains a newly created instance of Repo.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
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."],[],[]]