Navigation :
status.proto
Package: xds.annotations.v3
Types:
Enums:
- [PackageVersionStatus](#packageversionstatus)
FileStatusAnnotation
Field |
Type |
Description |
workInProgress |
bool |
The entity is work-in-progress and subject to breaking changes. |
MessageStatusAnnotation
Field |
Type |
Description |
workInProgress |
bool |
The entity is work-in-progress and subject to breaking changes. |
FieldStatusAnnotation
Field |
Type |
Description |
workInProgress |
bool |
The entity is work-in-progress and subject to breaking changes. |
StatusAnnotation
"workInProgress": bool
"packageVersionStatus": .xds.annotations.v3.PackageVersionStatus
Field |
Type |
Description |
workInProgress |
bool |
The entity is work-in-progress and subject to breaking changes. |
packageVersionStatus |
.xds.annotations.v3.PackageVersionStatus |
The entity belongs to a package with the given version status. |
PackageVersionStatus
Description:
Name |
Description |
UNKNOWN |
Unknown package version status. |
FROZEN |
This version of the package is frozen. |
ACTIVE |
This version of the package is the active development version. |
NEXT_MAJOR_VERSION_CANDIDATE |
This version of the package is the candidate for the next major version. It is typically machine generated from the active development version. |