Module: Grafeas::V1::Version::VersionKind

Defined in:
proto_docs/grafeas/v1/package.rb

Overview

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

Constant Summary collapse

VERSION_KIND_UNSPECIFIED =

Unknown.

0
NORMAL =

A standard package version.

1
MINIMUM =

A special version representing negative infinity.

2
MAXIMUM =

A special version representing positive infinity.

3