Yandex Cloud
Search
Contact UsGet started
  • Blog
  • Pricing
  • Documentation
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • ML & AI
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Customer Stories
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
    • Yandex Cloud Partner program
  • Blog
  • Pricing
  • Documentation
© 2025 Direct Cursus Technology L.L.C.
Yandex Container Registry
  • Getting started
  • Yandex Container Solution
  • Access management
  • Pricing policy
  • Terraform reference
    • Authentication with the API
      • Overview
        • Overview
        • Get
        • List
        • Create
        • Update
        • Delete
        • ListAccessBindings
        • SetAccessBindings
        • UpdateAccessBindings
        • ListIpPermission
        • SetIpPermission
        • UpdateIpPermission
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ

In this article:

  • gRPC request
  • GetRegistryRequest
  • Registry
  1. API reference
  2. gRPC
  3. Registry
  4. Get

Container Registry API, gRPC: RegistryService.Get

Written by
Yandex Cloud
Updated at December 17, 2024
  • gRPC request
  • GetRegistryRequest
  • Registry

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

{
  "registry_id": "string"
}

Field

Description

registry_id

string

Required field. ID of the Registry resource to return.

To get the registry ID use a RegistryService.List request.

Registry

{
  "id": "string",
  "folder_id": "string",
  "name": "string",
  "status": "Status",
  "created_at": "google.protobuf.Timestamp",
  "labels": "map<string, string>"
}

A Registry resource. For more information, see the Registry section of the documentation.

Field

Description

id

string

Output only. ID of the registry.

folder_id

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.

  • STATUS_UNSPECIFIED
  • CREATING: Registry is being created.
  • ACTIVE: Registry is ready to use.
  • DELETING: Registry is being deleted.

created_at

google.protobuf.Timestamp

Output only. Creation timestamp in RFC3339 text format.

labels

object (map<string, string>)

Resource labels as key:value pairs. Maximum of 64 per resource.

Was the article helpful?

Previous
Overview
Next
List
© 2025 Direct Cursus Technology L.L.C.