Container Registry API, gRPC: RepositoryService.List
Retrieves the list of Repository resources in the specified registry.
gRPC request
rpc List (ListRepositoriesRequest) returns (ListRepositoriesResponse)
ListRepositoriesRequest
{
"registry_id": "string",
"folder_id": "string",
"page_size": "int64",
"page_token": "string",
"filter": "string",
"order_by": "string"
}
Field |
Description |
registry_id |
string ID of the registry to list repositories in. To get the registry ID use a RegistryService.List request. |
folder_id |
string ID of the folder to list registries in.
To get the folder ID use a yandex.cloud.resourcemanager.v1.FolderService.List request. |
page_size |
int64 The maximum number of results per page to return. If the number of available |
page_token |
string Page token. To get the next page of results, set |
filter |
string A filter expression that filters resources listed in the response.
|
order_by |
string |
ListRepositoriesResponse
{
"repositories": [
{
"name": "string",
"id": "string"
}
],
"next_page_token": "string"
}
Field |
Description |
repositories[] |
List of Repository resources. |
next_page_token |
string This token allows you to get the next page of results for list requests. If the number of results |
Repository
A Repository resource. For more information, see Repository.
Field |
Description |
name |
string Name of the repository. |
id |
string Output only. ID of the repository. |