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
        • GetByName
        • List
        • ListAccessBindings
        • Upsert
        • Delete
        • SetAccessBindings
        • UpdateAccessBindings
  • Monitoring metrics
  • Audit Trails events
  • Troubleshooting
  • FAQ

In this article:

  • gRPC request
  • GetRepositoryRequest
  • Repository
  1. API reference
  2. gRPC
  3. Repository
  4. Get

Container Registry API, gRPC: RepositoryService.Get

Written by
Yandex Cloud
Updated at November 26, 2024
  • gRPC request
  • GetRepositoryRequest
  • Repository

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

{
  "repository_id": "string"
}

Field

Description

repository_id

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.
The name is unique within the registry.

id

string

Output only. ID of the repository.

Was the article helpful?

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