Used to correct mistakes in the version numbering scheme.
name
string
Required only when version kind is NORMAL. The main part of the version name.
revision
string
The iteration of the package build from the above version.
inclusive
boolean
Whether this version is specifying part of an inclusive range. Grafeas does not have the capability to specify version ranges; instead we have fields that specify start version and end versions. At times this is insufficient - we also need to specify whether the version is included in the range or is excluded from the range. This boolean is expected to be set to true when the version is included in a range.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-02 UTC."],[[["Version information for a package is structured using fields like `epoch`, `name`, `revision`, `inclusive`, and `kind`."],["The `kind` field, which is mandatory, differentiates between regular package versions and special sentinel versions (MIN/MAX)."],["The `inclusive` field, a boolean, indicates if the specified version is within an inclusive range."],["The `epoch` field is an integer used to correct errors in the version numbering sequence, and the `revision` field, a string, denotes the iteration of a package build."],["The `VersionKind` enum defines different version types, including `VERSION_KIND_UNSPECIFIED`, `NORMAL`, `MINIMUM`, and `MAXIMUM`, representing unknown, standard, negative infinity, and positive infinity respectively."]]],[]]