class documentation
class Kind(nebius.base.protos.pb_enum.Enum): (source)
Basic field types.
| Constant | TYPE |
Field type bool. |
| Constant | TYPE |
Field type bytes. |
| Constant | TYPE |
Field type double. |
| Constant | TYPE |
Field type enum. |
| Constant | TYPE |
Field type fixed32. |
| Constant | TYPE |
Field type fixed64. |
| Constant | TYPE |
Field type float. |
| Constant | TYPE |
Field type group. Proto2 syntax only, and deprecated. |
| Constant | TYPE |
Field type int32. |
| Constant | TYPE |
Field type int64. |
| Constant | TYPE |
Field type message. |
| Constant | TYPE |
Field type sfixed32. |
| Constant | TYPE |
Field type sfixed64. |
| Constant | TYPE |
Field type sint32. |
| Constant | TYPE |
Field type sint64. |
| Constant | TYPE |
Field type string. |
| Constant | TYPE |
Field type uint32. |
| Constant | TYPE |
Field type uint64. |
| Constant | TYPE |
Field type unknown. |
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. |