Interface protos.google.devtools.artifactregistry.v1beta2.IRepository

Properties of a Repository.

Package

@google-cloud/artifact-registry!

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

Repository createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

description

description?: (string|null);

Repository description

Property Value
TypeDescription
(string|null)

format

format?: (google.devtools.artifactregistry.v1beta2.Repository.Format|keyof typeof google.devtools.artifactregistry.v1beta2.Repository.Format|null);

Repository format

Property Value
TypeDescription
(google.devtools.artifactregistry.v1beta2.Repository.Format|keyof typeof google.devtools.artifactregistry.v1beta2.Repository.Format|null)

kmsKeyName

kmsKeyName?: (string|null);

Repository kmsKeyName

Property Value
TypeDescription
(string|null)

labels

labels?: ({ [k: string]: string }|null);

Repository labels

Property Value
TypeDescription
({ [k: string]: string }|null)

name

name?: (string|null);

Repository name

Property Value
TypeDescription
(string|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

Repository updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)