class documentation
class Edition(nebius.base.protos.pb_enum.Enum): (source)
The full set of known editions.
| Constant | EDITION |
Placeholder editions for testing feature resolution. These should not be used or relied on outside of tests. |
| Constant | EDITION |
Editions that have been released. The specific values are arbitrary and should not be depended on, but they will always be time-ordered for easy comparison. |
| Constant | EDITION |
Undocumented |
| Constant | EDITION |
Undocumented |
| Constant | EDITION |
Undocumented |
| Constant | EDITION |
Undocumented |
| Constant | EDITION |
Undocumented |
| Constant | EDITION |
A placeholder edition for specifying default behaviors before a feature was first introduced. This is effectively an "infinite past". |
| Constant | EDITION |
Placeholder for specifying unbounded edition support. This should only ever be used by plugins that can expect to never require any changes to support a new edition. |
| Constant | EDITION |
Legacy syntax "editions". These pre-date editions, but behave much like distinct editions. These can't be used to specify the edition of proto files, but feature definitions must supply proto2/proto3 defaults for backwards compatibility. |
| Constant | EDITION |
Undocumented |
| Constant | EDITION |
A placeholder for an unknown edition value. |
| Constant | EDITION |
A placeholder edition for developing and testing unscheduled features. |
Inherited from Enum:
| Class Method | get |
Return the protobuf EnumDescriptor for this enum. |
| Constant | __PB2 |
Alias for code that expects a protobuf descriptor. |
| Constant | __PROTO |
Enum descriptor from the registry. |
| Constant | __REGISTRY__ |
Registry for the enum and its descriptor. |
| Class Variable | __PROTO |
Fully qualified protobuf enum name. |
| Class Method | _missing_ |
Represent unknown open-enum numbers without losing their value. |
Placeholder editions for testing feature resolution. These should not be used or relied on outside of tests.
| Value |
|
Editions that have been released. The specific values are arbitrary and should not be depended on, but they will always be time-ordered for easy comparison.
| Value |
|
A placeholder edition for specifying default behaviors before a feature was first introduced. This is effectively an "infinite past".
| Value |
|
Placeholder for specifying unbounded edition support. This should only ever be used by plugins that can expect to never require any changes to support a new edition.
| Value |
|