Get desktop application:
View/edit binary Protocol Buffers messages
Used in: SandboxOptions
string enable_debug_logs = 1
string debug_log_file = 2
Used in: SandboxOptions
string name = 1
oneof policy_or_value
Used in: EnvVar
ENV_VAR_POLICY_UNSPECIFIED = 0
ENV_VAR_POLICY_FORWARD = 1
ENV_VAR_POLICY_UNSET = 2
Used in: Mount
Used in: SandboxOptions
string target = 1
oneof mount
Used in: HostMount
Used in: SandboxOptions
bool enable_external_networking = 1
repeated PortMapping port_mappings = 2
repeated string domain_allowlist = 3
repeated string domain_denylist = 4
Used in: NetworkingOptions
uint32 sandbox_port = 1
uint32 host_port = 2
Used in: PortMapping
PORT_MAPPING_TYPE_TCP = 0
PORT_MAPPING_TYPE_UDP = 1
repeated Mount mounts = 1
string stdout_file = 3
string stderr_file = 4
repeated EnvVar env_vars = 5
optional DebugOptions debug_options = 6
int64 start_timeout_ms = 7
Used in: Mount
(message has no fields)