Container Registry API, REST: Repository methods
A set of methods for managing Repository resources.
JSON Representation
{
"name": "string",
"id": "string"
}
Field | Description |
---|---|
name | string Name of the repository. The name is unique within the registry. |
id | string Output only. ID of the repository. |
Methods
Method | Description |
---|---|
delete | Deletes the specified repository. |
get | Returns the specified Repository resource. |
getByName | Returns the specified Repository resource. |
list | Retrieves the list of Repository resources in the specified registry. |
listAccessBindings | Lists access bindings for the specified repository. |
setAccessBindings | Sets access bindings for the specified repository. |
updateAccessBindings | Updates access bindings for the specified repository. |
upsert | Upserts a repository in the specified registry. |