Module Grafeas::V1::Version::VersionKind (v0.3.1)

Whether this is an ordinary package version or a sentinel MIN/MAX version.

Constants

VERSION_KIND_UNSPECIFIED

value: 0
Unknown.

NORMAL

value: 1
A standard package version.

MINIMUM

value: 2
A special version representing negative infinity.

MAXIMUM

value: 3
A special version representing positive infinity.