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. The maximum string length in characters is 50. |
|
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. The maximum string length in characters is 50. |
|
page_size |
int64 The maximum number of results per page to return. If the number of available The maximum value is 1000. |
|
page_token |
string Page token. To get the next page of results, set The maximum string length in characters is 100. |
|
filter |
string A filter expression that filters resources listed in the response.
The maximum string length in characters is 1000. |
|
order_by |
string The maximum string length in characters is 100. |
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. |