//! Generated protocol buffer types.
//!
//! This module contains Rust types generated from `.proto` files by prost-build.
// Allow clippy warnings in generated code.
/// All protocol buffer types from the `arcbox.v1` package.
///
/// This module includes types from:
/// - `common.proto` - Shared types (Empty, Timestamp, Mount, etc.)
/// - `machine.proto` - Virtual machine management
/// - `container.proto` - Container lifecycle
/// - `image.proto` - Image management
/// - `agent.proto` - Guest agent operations
/// - `api.proto` - Network, volume, system, and migration services
/// - `kubernetes.proto` - Native Kubernetes lifecycle
/// All protocol buffer types from the `sandbox.v1` package.
///
/// This module includes types from:
/// - `sandbox.proto` - Sandbox (microVM) lifecycle, run/exec, and snapshot management