Grafeas V1 API - Module Grafeas::V1::Version::VersionKind (v0.9.0)

Reference documentation and code samples for the Grafeas V1 API module Grafeas::V1::Version::VersionKind.

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.