Accesses source code repositories hosted by Google.
Service: sourcerepo.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery document:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://sourcerepo.googleapis.com
REST Resource: v1.projects
| Methods | |
|---|---|
| getConfig | GET /v1/{name=projects/*}/configReturns the Cloud Source Repositories configuration of the project. | 
| updateConfig | PATCH /v1/{name=projects/*}/configUpdates the Cloud Source Repositories configuration of the project. | 
REST Resource: v1.projects.repos
| Methods | |
|---|---|
| create | POST /v1/{parent=projects/*}/reposCreates a repo in the given project with the given name. | 
| delete | DELETE /v1/{name=projects/*/repos/**}Deletes a repo. | 
| get | GET /v1/{name=projects/*/repos/**}Returns information about a repo. | 
| getIamPolicy | GET /v1/{resource=projects/*/repos/**}:getIamPolicyGets the IAM policy policy for a resource. | 
| list | GET /v1/{name=projects/*}/reposReturns all repos belonging to a project. | 
| patch | PATCH /v1/{name=projects/*/repos/**}Updates information about a repo. | 
| setIamPolicy | POST /v1/{resource=projects/*/repos/**}:setIamPolicySets the IAM policy on the specified resource. | 
| sync | POST /v1/{name=projects/*/repos/**}:syncSynchronize a connected repo. | 
| testIamPermissions | POST /v1/{resource=projects/*/repos/**}:testIamPermissionsReturns permissions that a caller has on the specified resource. |