Interface protos.grafeas.v1.IVersion (3.2.0)

Properties of a Version.

Package

@google-cloud/containeranalysis

Properties

epoch

epoch?: (number|null);

Version epoch

Property Value
TypeDescription
(number|null)

fullName

fullName?: (string|null);

Version fullName

Property Value
TypeDescription
(string|null)

inclusive

inclusive?: (boolean|null);

Version inclusive

Property Value
TypeDescription
(boolean|null)

kind

kind?: (grafeas.v1.Version.VersionKind|keyof typeof grafeas.v1.Version.VersionKind|null);

Version kind

Property Value
TypeDescription
(grafeas.v1.Version.VersionKind|keyof typeof grafeas.v1.Version.VersionKind|null)

name

name?: (string|null);

Version name

Property Value
TypeDescription
(string|null)

revision

revision?: (string|null);

Version revision

Property Value
TypeDescription
(string|null)