Container Registry API, gRPC: RepositoryService.GetByName
Статья создана
Обновлена 17 октября 2024 г.
Returns the specified Repository resource.
To get the list of available Repository resources, make a List request.
gRPC request
rpc GetByName (GetRepositoryByNameRequest) returns (Repository)
GetRepositoryByNameRequest
{
"repositoryName": "string"
}
Field |
Description |
repositoryName |
string Required field. Name of the Repository resource to return. To get the repository name 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. |