Interface protos.google.devtools.artifactregistry.v1beta2.IVersion

Properties of a Version.

Package

@google-cloud/artifact-registry!

Properties

createTime

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

Version createTime

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

description

description?: (string|null);

Version description

Property Value
TypeDescription
(string|null)

name

name?: (string|null);

Version name

Property Value
TypeDescription
(string|null)

relatedTags

relatedTags?: (google.devtools.artifactregistry.v1beta2.ITag[]|null);

Version relatedTags

Property Value
TypeDescription
(google.devtools.artifactregistry.v1beta2.ITag[]|null)

updateTime

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

Version updateTime

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