Container Registry API, gRPC: RepositoryService.List
Retrieves the list of Repository resources in the specified registry.
gRPC request
rpc List (ListRepositoriesRequest) returns (ListRepositoriesResponse)
ListRepositoriesRequest
{
"registryId": "string",
"folderId": "string",
"pageSize": "int64",
"pageToken": "string",
"filter": "string",
"orderBy": "string"
}
Field |
Description |
registryId |
string ID of the registry to list repositories in. To get the registry ID use a RegistryService.List request. |
folderId |
string ID of the folder to list registries in.
To get the folder ID use a yandex.cloud.resourcemanager.v1.FolderService.List request. |
pageSize |
int64 The maximum number of results per page to return. If the number of available |
pageToken |
string Page token. To get the next page of results, set |
filter |
string A filter expression that filters resources listed in the response.
|
orderBy |
string |
ListRepositoriesResponse
{
"repositories": [
{
"name": "string",
"id": "string"
}
],
"nextPageToken": "string"
}
Field |
Description |
repositories[] |
List of Repository resources. |
nextPageToken |
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. |