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
    • Gateway to Russia
    • Cloud for Startups
    • Education and Science
  • Blog
  • Pricing
  • Documentation
Yandex project
© 2025 Yandex.Cloud LLC
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 requestgRPC request

rpc GetByName (GetRepositoryByNameRequest) returns (Repository)

GetRepositoryByNameRequestGetRepositoryByNameRequest

{
  "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.

RepositoryRepository

{
  "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
Yandex project
© 2025 Yandex.Cloud LLC