Container Registry API, gRPC: RepositoryService.Get
Статья создана
Обновлена 17 октября 2024 г.
Returns the specified Repository resource.
To get the list of available Repository resources, make a List request.
gRPC request
rpc Get (GetRepositoryRequest) returns (Repository)
GetRepositoryRequest
{
"repositoryId": "string"
}
Field |
Description |
repositoryId |
string Required field. ID of the Repository resource to return. To get the repository ID use a RepositoryService.List request. |
Repository
{
"name": "string",
"id": "string"
}
A Repository resource. For more information, see Repository.
Field |
Description |
name |
string Name of the repository. |
id |
string Output only. ID of the repository. |