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/*}/config
Returns the Cloud Source Repositories configuration of the project. |
updateConfig
|
PATCH /v1/{name=projects/*}/config
Updates the Cloud Source Repositories configuration of the project. |
REST Resource: v1.projects.repos
Methods | |
---|---|
create
|
POST /v1/{parent=projects/*}/repos
Creates 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/**}:getIamPolicy
Gets the IAM policy policy for a resource. |
list
|
GET /v1/{name=projects/*}/repos
Returns all repos belonging to a project. |
patch
|
PATCH /v1/{name=projects/*/repos/**}
Updates information about a repo. |
setIamPolicy
|
POST /v1/{resource=projects/*/repos/**}:setIamPolicy
Sets the IAM policy on the specified resource. |
sync
|
POST /v1/{name=projects/*/repos/**}:sync
Synchronize a connected repo. |
testIamPermissions
|
POST /v1/{resource=projects/*/repos/**}:testIamPermissions
Returns permissions that a caller has on the specified resource. |