class documentation

class Artifact__Type(Enum): (source)

View In Hierarchy

Undocumented

Constant __PROTO_DESCRIPTOR__ Protobuf enum descriptor from the registry.
Constant __PROTO_FULL_NAME__ Fully qualified protobuf enum name.
Constant BLOB Undocumented
Constant DEB_PACKAGE Undocumented
Constant GZIPPED_PACKAGE_INDEX Undocumented
Constant MANIFEST Undocumented
Constant MANIFEST_LIST Undocumented
Constant PACKAGE_INDEX Undocumented
Constant RELEASE_INDEX Undocumented

Inherited from Enum:

Class Method get_descriptor Return the protobuf EnumDescriptor for this enum.
Constant __PB2_DESCRIPTOR__ Alias for code that expects a protobuf descriptor.
Constant __REGISTRY__ Registry for the enum and its descriptor.
Class Method _missing_ Represent unknown open-enum numbers without losing their value.
__PROTO_DESCRIPTOR__ = (source)

Protobuf enum descriptor from the registry.

Value
REGISTRY.enum_descriptor('nebius.registry.v1.Artifact.Type')
__PROTO_FULL_NAME__: str = (source)

Fully qualified protobuf enum name.

Value
'nebius.registry.v1.Artifact.Type'

Undocumented

Value
0
DEB_PACKAGE: int = (source)

Undocumented

Value
2
GZIPPED_PACKAGE_INDEX: int = (source)

Undocumented

Value
6
MANIFEST: int = (source)

Undocumented

Value
1
MANIFEST_LIST: int = (source)

Undocumented

Value
3
PACKAGE_INDEX: int = (source)

Undocumented

Value
5
RELEASE_INDEX: int = (source)

Undocumented

Value
4