aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/yandex-cloud-api-protos/yandex/cloud/containerregistry/v1/repository.proto
blob: d8d5246602f47831676b714eaad7698b7a69fcea (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
syntax = "proto3";

package yandex.cloud.containerregistry.v1;

option go_package = "github.com/yandex-cloud/go-genproto/yandex/cloud/containerregistry/v1;containerregistry";
option java_package = "yandex.cloud.api.containerregistry.v1";

// A Repository resource. For more information, see [Repository](/docs/container-registry/concepts/repository).
message Repository {
  // Name of the repository.
  // The name is unique within the registry.
  string name = 1;
  // Output only. ID of the repository.
  string id = 2;
}