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
  • GetRepositoryByNameRequest
  • Repository
  1. API reference
  2. gRPC
  3. Repository
  4. GetByName

Container Registry API, gRPC: RepositoryService.GetByName

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

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

{
  "repository_name": "string"
}

Field

Description

repository_name

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

id

string

Output only. ID of the repository.

Was the article helpful?

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