Registry
Статья создана
A set of methods for managing Registry resources.
JSON Representation
{
"id": "string",
"folderId": "string",
"name": "string",
"status": "string",
"createdAt": "string",
"labels": "object"
}
Field | Description |
---|---|
id | string Output only. ID of the registry. |
folderId | string ID of the folder that the registry belongs to. |
name | string Name of the registry. |
status | string Output only. Status of the registry.
|
createdAt | string (date-time) Output only. Creation timestamp in RFC3339 text format. String in RFC3339 text format. |
labels | object Resource labels as |
Methods
Method | Description |
---|---|
create | Creates a registry in the specified folder. |
delete | Deletes the specified registry. |
get | Returns the specified Registry resource. |
list | Retrieves the list of Registry resources in the specified folder. |
listAccessBindings | Lists access bindings for the specified registry. |
listIpPermission | List ip permissions for the specified registry. |
setAccessBindings | Sets access bindings for the specified registry. |
setIpPermission | Set ip permissions for the specified registry. |
update | Updates the specified registry. |
updateAccessBindings | Updates access bindings for the specified registry. |
updateIpPermission | Update ip permissions for the specified registry. |