Accesses source code repositories hosted by Google.
Service: sourcerepo.googleapis.com
All URIs below are relative to https://sourcerepo.googleapis.com
This service provides the following discovery document:
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 access control 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 access control policy on the specified resource. |
testIamPermissions |
POST /v1/{resource=projects/*/repos/**}:testIamPermissions Returns permissions that a caller has on the specified resource. |