package documentation
Protobuf helper utilities for the Nebius SDK.
This package provides lightweight helpers that wrap protobuf descriptors and generated message classes used throughout the SDK. The helpers focus on introspection (descriptor lookups) and convenience wrappers rather than implementing the protobuf runtime itself.
| Module | descriptor |
Descriptor lookup helpers for protobuf definitions. |
| Module | pb |
Runtime wrappers for protobuf messages, maps, and repeated fields. |
| Module | pb |
Enum base class with descriptor lookup support. |
| Module | pythonic |
Utilities for deriving Python-friendly names from protobuf identifiers. |
| Module | unset |
Singleton sentinel representing an unset optional parameter. |
| Module | well |
Adapters and mask helpers for well-known protobuf types. |