Container Registry API, gRPC: RegistryService.Get
Written by
Updated at October 17, 2024
Returns the specified Registry resource.
To get the list of available Registry resources, make a List request.
gRPC request
rpc Get (GetRegistryRequest) returns (Registry)
GetRegistryRequest
{
"registryId": "string"
}
Field |
Description |
registryId |
string Required field. ID of the Registry resource to return. To get the registry ID use a RegistryService.List request. |
Registry
{
"id": "string",
"folderId": "string",
"name": "string",
"status": "Status",
"createdAt": "google.protobuf.Timestamp",
"labels": "string"
}
A Registry resource. For more information, see the Registry section of the documentation.
Field |
Description |
id |
string Output only. ID of the registry. |
folderId |
string ID of the folder that the registry belongs to. |
name |
string Name of the registry. |
status |
enum Status Output only. Status of the registry.
|
createdAt |
Output only. Creation timestamp in RFC3339 |
labels |
string Resource labels as |