openshell 0.0.113__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- openshell/__init__.py +46 -0
- openshell/_proto/__init__.py +15 -0
- openshell/_proto/datamodel_pb2.py +77 -0
- openshell/_proto/datamodel_pb2.pyi +129 -0
- openshell/_proto/datamodel_pb2_grpc.py +24 -0
- openshell/_proto/inference_pb2.py +72 -0
- openshell/_proto/inference_pb2.pyi +149 -0
- openshell/_proto/inference_pb2_grpc.py +236 -0
- openshell/_proto/openshell_pb2.py +698 -0
- openshell/_proto/openshell_pb2.pyi +2377 -0
- openshell/_proto/openshell_pb2_grpc.py +3119 -0
- openshell/_proto/options_pb2.py +37 -0
- openshell/_proto/options_pb2.pyi +22 -0
- openshell/_proto/options_pb2_grpc.py +24 -0
- openshell/_proto/sandbox_pb2.py +123 -0
- openshell/_proto/sandbox_pb2.pyi +390 -0
- openshell/_proto/sandbox_pb2_grpc.py +24 -0
- openshell/openshell_test.py +11 -0
- openshell/py.typed +0 -0
- openshell/release_formula_test.py +170 -0
- openshell/sandbox.py +1701 -0
- openshell/sandbox_test.py +1983 -0
- openshell-0.0.113.dist-info/METADATA +307 -0
- openshell-0.0.113.dist-info/RECORD +27 -0
- openshell-0.0.113.dist-info/WHEEL +5 -0
- openshell-0.0.113.dist-info/licenses/LICENSE +191 -0
- openshell-0.0.113.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,698 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: openshell.proto
|
|
5
|
+
# Protobuf Python Version: 6.31.1
|
|
6
|
+
"""Generated protocol buffer code."""
|
|
7
|
+
from google.protobuf import descriptor as _descriptor
|
|
8
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
|
+
from google.protobuf import runtime_version as _runtime_version
|
|
10
|
+
from google.protobuf import symbol_database as _symbol_database
|
|
11
|
+
from google.protobuf.internal import builder as _builder
|
|
12
|
+
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
13
|
+
_runtime_version.Domain.PUBLIC,
|
|
14
|
+
6,
|
|
15
|
+
31,
|
|
16
|
+
1,
|
|
17
|
+
'',
|
|
18
|
+
'openshell.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from . import datamodel_pb2 as datamodel__pb2
|
|
26
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
27
|
+
from . import options_pb2 as options__pb2
|
|
28
|
+
from . import sandbox_pb2 as sandbox__pb2
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0fopenshell.proto\x12\x0copenshell.v1\x1a\x0f\x64\x61tamodel.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\roptions.proto\x1a\rsandbox.proto\"\x1a\n\x18IssueSandboxTokenRequest\"G\n\x19IssueSandboxTokenResponse\x12\x13\n\x05token\x18\x01 \x01(\tB\x04\x88\xb5\x18\x01\x12\x15\n\rexpires_at_ms\x18\x02 \x01(\x03\"=\n\x1aRefreshSandboxTokenRequest\x12\x1f\n\x17\x65xtension_service_names\x18\x01 \x03(\t\"\x92\x01\n\x1bRefreshSandboxTokenResponse\x12\x13\n\x05token\x18\x01 \x01(\tB\x04\x88\xb5\x18\x01\x12\x15\n\rexpires_at_ms\x18\x02 \x01(\x03\x12G\n\x15\x65xtension_credentials\x18\x03 \x03(\x0b\x32(.openshell.v1.ExtensionServiceCredential\"\x0f\n\rHealthRequest\"N\n\x0eHealthResponse\x12+\n\x06status\x18\x01 \x01(\x0e\x32\x1b.openshell.v1.ServiceStatus\x12\x0f\n\x07version\x18\x02 \x01(\t\"\x17\n\x15GetCurrentUserRequest\"y\n\x16GetCurrentUserResponse\x12\x0f\n\x07subject\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\r\n\x05roles\x18\x03 \x03(\t\x12\x0e\n\x06scopes\x18\x04 \x03(\t\x12\x19\n\x11identity_provider\x18\x05 \x01(\t\"\x17\n\x15GetGatewayInfoRequest\"\x98\x01\n\x16GetGatewayInfoResponse\x12+\n\x06status\x18\x01 \x01(\x0e\x32\x1b.openshell.v1.ServiceStatus\x12\x17\n\x0fgateway_version\x18\x02 \x01(\t\x12\x38\n\x0f\x63ompute_drivers\x18\x03 \x03(\x0b\x32\x1f.openshell.v1.ComputeDriverInfo\"`\n\x11\x43omputeDriverInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12=\n\x0c\x63\x61pabilities\x18\x02 \x01(\x0b\x32\'.openshell.v1.ComputeDriverCapabilities\"H\n\x19\x43omputeDriverCapabilities\x12\x13\n\x0b\x64river_name\x18\x01 \x01(\t\x12\x16\n\x0e\x64river_version\x18\x02 \x01(\t\"\xc0\x01\n\x07Sandbox\x12\x34\n\x08metadata\x18\x01 \x01(\x0b\x32\".openshell.datamodel.v1.ObjectMeta\x12\'\n\x04spec\x18\x02 \x01(\x0b\x32\x19.openshell.v1.SandboxSpec\x12+\n\x06status\x18\x03 \x01(\x0b\x32\x1b.openshell.v1.SandboxStatusJ\x04\x08\x04\x10\x05J\x04\x08\x05\x10\x06R\x05phaseR\x16\x63urrent_policy_version\"\x9f\x03\n\x0bSandboxSpec\x12\x11\n\tlog_level\x18\x01 \x01(\t\x12?\n\x0b\x65nvironment\x18\x05 \x03(\x0b\x32*.openshell.v1.SandboxSpec.EnvironmentEntry\x12/\n\x08template\x18\x06 \x01(\x0b\x32\x1d.openshell.v1.SandboxTemplate\x12\x33\n\x06policy\x18\x07 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicy\x12\x11\n\tproviders\x18\x08 \x03(\t\x12\x41\n\x15resource_requirements\x18\t \x01(\x0b\x32\".openshell.v1.ResourceRequirements\x12\x0f\n\x07\x63ommand\x18\x0c \x03(\t\x12\x0b\n\x03tty\x18\r \x01(\x08\x1a\x32\n\x10\x45nvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01J\x04\x08\n\x10\x0bJ\x04\x08\x0b\x10\x0cR\ngpu_deviceR\x16proposal_approval_mode\"J\n\x14ResourceRequirements\x12\x32\n\x03gpu\x18\x01 \x01(\x0b\x32%.openshell.v1.GpuResourceRequirements\"7\n\x17GpuResourceRequirements\x12\x12\n\x05\x63ount\x18\x01 \x01(\rH\x00\x88\x01\x01\x42\x08\n\x06_count\"\xda\x04\n\x0fSandboxTemplate\x12\r\n\x05image\x18\x01 \x01(\t\x12\x1a\n\x12runtime_class_name\x18\x02 \x01(\t\x12\x14\n\x0c\x61gent_socket\x18\x03 \x01(\t\x12\x39\n\x06labels\x18\x04 \x03(\x0b\x32).openshell.v1.SandboxTemplate.LabelsEntry\x12\x43\n\x0b\x61nnotations\x18\x05 \x03(\x0b\x32..openshell.v1.SandboxTemplate.AnnotationsEntry\x12\x43\n\x0b\x65nvironment\x18\x06 \x03(\x0b\x32..openshell.v1.SandboxTemplate.EnvironmentEntry\x12*\n\tresources\x18\x07 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x1c\n\x0fuser_namespaces\x18\n \x01(\x08H\x00\x88\x01\x01\x12.\n\rdriver_config\x18\x0b \x01(\x0b\x32\x17.google.protobuf.Struct\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x32\n\x10\x45nvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x12\n\x10_user_namespacesJ\x04\x08\t\x10\nR\x16volume_claim_templates\"\xa5\x02\n\rSandboxStatus\x12\x14\n\x0csandbox_name\x18\x01 \x01(\t\x12\x11\n\tagent_pod\x18\x02 \x01(\t\x12\x10\n\x08\x61gent_fd\x18\x03 \x01(\t\x12\x12\n\nsandbox_fd\x18\x04 \x01(\t\x12\x32\n\nconditions\x18\x05 \x03(\x0b\x32\x1e.openshell.v1.SandboxCondition\x12)\n\x05phase\x18\x06 \x01(\x0e\x32\x1a.openshell.v1.SandboxPhase\x12\x1e\n\x16\x63urrent_policy_version\x18\x07 \x01(\r\x12 \n\x18main_process_instance_id\x18\x08 \x01(\t\x12\x16\n\texit_code\x18\t \x01(\x05H\x00\x88\x01\x01\x42\x0c\n\n_exit_code\"o\n\x10SandboxCondition\x12\x0c\n\x04type\x18\x01 \x01(\t\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x0e\n\x06reason\x18\x03 \x01(\t\x12\x0f\n\x07message\x18\x04 \x01(\t\x12\x1c\n\x14last_transition_time\x18\x05 \x01(\t\"\xd2\x01\n\rPlatformEvent\x12\x14\n\x0ctimestamp_ms\x18\x01 \x01(\x03\x12\x0e\n\x06source\x18\x02 \x01(\t\x12\x0c\n\x04type\x18\x03 \x01(\t\x12\x0e\n\x06reason\x18\x04 \x01(\t\x12\x0f\n\x07message\x18\x05 \x01(\t\x12;\n\x08metadata\x18\x06 \x03(\x0b\x32).openshell.v1.PlatformEvent.MetadataEntry\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xcd\x02\n\x14\x43reateSandboxRequest\x12\'\n\x04spec\x18\x01 \x01(\x0b\x32\x19.openshell.v1.SandboxSpec\x12\x0c\n\x04name\x18\x02 \x01(\t\x12>\n\x06labels\x18\x03 \x03(\x0b\x32..openshell.v1.CreateSandboxRequest.LabelsEntry\x12H\n\x0b\x61nnotations\x18\x04 \x03(\x0b\x32\x33.openshell.v1.CreateSandboxRequest.AnnotationsEntry\x12\x11\n\tworkspace\x18\x05 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"4\n\x11GetSandboxRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"x\n\x14ListSandboxesRequest\x12\r\n\x05limit\x18\x01 \x01(\r\x12\x0e\n\x06offset\x18\x02 \x01(\r\x12\x16\n\x0elabel_selector\x18\x03 \x01(\t\x12\x11\n\tworkspace\x18\x04 \x01(\t\x12\x16\n\x0e\x61ll_workspaces\x18\x05 \x01(\x08\"F\n\x1bListSandboxProvidersRequest\x12\x14\n\x0csandbox_name\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"\x81\x01\n\x1c\x41ttachSandboxProviderRequest\x12\x14\n\x0csandbox_name\x18\x01 \x01(\t\x12\x15\n\rprovider_name\x18\x02 \x01(\t\x12!\n\x19\x65xpected_resource_version\x18\x03 \x01(\x04\x12\x11\n\tworkspace\x18\x04 \x01(\t\"\x81\x01\n\x1c\x44\x65tachSandboxProviderRequest\x12\x14\n\x0csandbox_name\x18\x01 \x01(\t\x12\x15\n\rprovider_name\x18\x02 \x01(\t\x12!\n\x19\x65xpected_resource_version\x18\x03 \x01(\x04\x12\x11\n\tworkspace\x18\x04 \x01(\t\"7\n\x14\x44\x65leteSandboxRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"5\n\x12StopSandboxRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"6\n\x13StartSandboxRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"9\n\x0fSandboxResponse\x12&\n\x07sandbox\x18\x01 \x01(\x0b\x32\x15.openshell.v1.Sandbox\"A\n\x15ListSandboxesResponse\x12(\n\tsandboxes\x18\x01 \x03(\x0b\x32\x15.openshell.v1.Sandbox\"S\n\x1cListSandboxProvidersResponse\x12\x33\n\tproviders\x18\x01 \x03(\x0b\x32 .openshell.datamodel.v1.Provider\"Y\n\x1d\x41ttachSandboxProviderResponse\x12&\n\x07sandbox\x18\x01 \x01(\x0b\x32\x15.openshell.v1.Sandbox\x12\x10\n\x08\x61ttached\x18\x02 \x01(\x08\"Y\n\x1d\x44\x65tachSandboxProviderResponse\x12&\n\x07sandbox\x18\x01 \x01(\x0b\x32\x15.openshell.v1.Sandbox\x12\x10\n\x08\x64\x65tached\x18\x02 \x01(\x08\"(\n\x15\x44\x65leteSandboxResponse\x12\x0f\n\x07\x64\x65leted\x18\x01 \x01(\x08\"-\n\x17\x43reateSshSessionRequest\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\"\xbc\x01\n\x18\x43reateSshSessionResponse\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\x13\n\x05token\x18\x02 \x01(\tB\x04\x88\xb5\x18\x01\x12\x14\n\x0cgateway_host\x18\x03 \x01(\t\x12\x14\n\x0cgateway_port\x18\x04 \x01(\r\x12\x16\n\x0egateway_scheme\x18\x05 \x01(\t\x12\x1c\n\x14host_key_fingerprint\x18\x07 \x01(\t\x12\x15\n\rexpires_at_ms\x18\x08 \x01(\x03\"p\n\x14\x45xposeServiceRequest\x12\x0f\n\x07sandbox\x18\x01 \x01(\t\x12\x0f\n\x07service\x18\x02 \x01(\t\x12\x13\n\x0btarget_port\x18\x03 \x01(\r\x12\x0e\n\x06\x64omain\x18\x04 \x01(\x08\x12\x11\n\tworkspace\x18\x05 \x01(\t\"H\n\x11GetServiceRequest\x12\x0f\n\x07sandbox\x18\x01 \x01(\t\x12\x0f\n\x07service\x18\x02 \x01(\t\x12\x11\n\tworkspace\x18\x03 \x01(\t\"p\n\x13ListServicesRequest\x12\x0f\n\x07sandbox\x18\x01 \x01(\t\x12\r\n\x05limit\x18\x02 \x01(\r\x12\x0e\n\x06offset\x18\x03 \x01(\r\x12\x11\n\tworkspace\x18\x04 \x01(\t\x12\x16\n\x0e\x61ll_workspaces\x18\x05 \x01(\x08\"O\n\x14ListServicesResponse\x12\x37\n\x08services\x18\x01 \x03(\x0b\x32%.openshell.v1.ServiceEndpointResponse\"K\n\x14\x44\x65leteServiceRequest\x12\x0f\n\x07sandbox\x18\x01 \x01(\t\x12\x0f\n\x07service\x18\x02 \x01(\t\x12\x11\n\tworkspace\x18\x03 \x01(\t\"(\n\x15\x44\x65leteServiceResponse\x12\x0f\n\x07\x64\x65leted\x18\x01 \x01(\x08\"\xac\x01\n\x0fServiceEndpoint\x12\x34\n\x08metadata\x18\x01 \x01(\x0b\x32\".openshell.datamodel.v1.ObjectMeta\x12\x12\n\nsandbox_id\x18\x02 \x01(\t\x12\x14\n\x0csandbox_name\x18\x03 \x01(\t\x12\x14\n\x0cservice_name\x18\x04 \x01(\t\x12\x13\n\x0btarget_port\x18\x05 \x01(\r\x12\x0e\n\x06\x64omain\x18\x06 \x01(\x08\"W\n\x17ServiceEndpointResponse\x12/\n\x08\x65ndpoint\x18\x01 \x01(\x0b\x32\x1d.openshell.v1.ServiceEndpoint\x12\x0b\n\x03url\x18\x02 \x01(\t\".\n\x17RevokeSshSessionRequest\x12\x13\n\x05token\x18\x01 \x01(\tB\x04\x88\xb5\x18\x01\"+\n\x18RevokeSshSessionResponse\x12\x0f\n\x07revoked\x18\x01 \x01(\x08\"\x97\x02\n\x12\x45xecSandboxRequest\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\x0f\n\x07\x63ommand\x18\x02 \x03(\t\x12\x0f\n\x07workdir\x18\x03 \x01(\t\x12\x46\n\x0b\x65nvironment\x18\x04 \x03(\x0b\x32\x31.openshell.v1.ExecSandboxRequest.EnvironmentEntry\x12\x17\n\x0ftimeout_seconds\x18\x05 \x01(\r\x12\r\n\x05stdin\x18\x06 \x01(\x0c\x12\x0b\n\x03tty\x18\x07 \x01(\x08\x12\x0c\n\x04\x63ols\x18\x08 \x01(\r\x12\x0c\n\x04rows\x18\t \x01(\r\x1a\x32\n\x10\x45nvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"!\n\x11\x45xecSandboxStdout\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"!\n\x11\x45xecSandboxStderr\x12\x0c\n\x04\x64\x61ta\x18\x01 \x01(\x0c\"$\n\x0f\x45xecSandboxExit\x12\x11\n\texit_code\x18\x01 \x01(\x05\"\xb2\x01\n\x10\x45xecSandboxEvent\x12\x31\n\x06stdout\x18\x01 \x01(\x0b\x32\x1f.openshell.v1.ExecSandboxStdoutH\x00\x12\x31\n\x06stderr\x18\x02 \x01(\x0b\x32\x1f.openshell.v1.ExecSandboxStderrH\x00\x12-\n\x04\x65xit\x18\x03 \x01(\x0b\x32\x1d.openshell.v1.ExecSandboxExitH\x00\x42\t\n\x07payload\"\xbf\x01\n\x0eTcpForwardInit\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\x12\n\nservice_id\x18\x04 \x01(\t\x12+\n\x03ssh\x18\x05 \x01(\x0b\x32\x1c.openshell.v1.SshRelayTargetH\x00\x12+\n\x03tcp\x18\x06 \x01(\x0b\x32\x1c.openshell.v1.TcpRelayTargetH\x00\x12!\n\x13\x61uthorization_token\x18\x07 \x01(\tB\x04\x88\xb5\x18\x01\x42\x08\n\x06target\"Z\n\x0fTcpForwardFrame\x12,\n\x04init\x18\x01 \x01(\x0b\x32\x1c.openshell.v1.TcpForwardInitH\x00\x12\x0e\n\x04\x64\x61ta\x18\x02 \x01(\x0cH\x00\x42\t\n\x07payload\"\x9a\x01\n\x10\x45xecSandboxInput\x12\x31\n\x05start\x18\x01 \x01(\x0b\x32 .openshell.v1.ExecSandboxRequestH\x00\x12\x0f\n\x05stdin\x18\x02 \x01(\x0cH\x00\x12\x37\n\x06resize\x18\x03 \x01(\x0b\x32%.openshell.v1.ExecSandboxWindowResizeH\x00\x42\t\n\x07payload\"5\n\x17\x45xecSandboxWindowResize\x12\x0c\n\x04\x63ols\x18\x01 \x01(\r\x12\x0c\n\x04rows\x18\x02 \x01(\r\"\x93\x01\n\nSshSession\x12\x34\n\x08metadata\x18\x01 \x01(\x0b\x32\".openshell.datamodel.v1.ObjectMeta\x12\x12\n\nsandbox_id\x18\x02 \x01(\t\x12\x13\n\x05token\x18\x03 \x01(\tB\x04\x88\xb5\x18\x01\x12\x15\n\rexpires_at_ms\x18\x04 \x01(\x03\x12\x0f\n\x07revoked\x18\x05 \x01(\x08\"\xec\x01\n\x13WatchSandboxRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x15\n\rfollow_status\x18\x02 \x01(\x08\x12\x13\n\x0b\x66ollow_logs\x18\x03 \x01(\x08\x12\x15\n\rfollow_events\x18\x04 \x01(\x08\x12\x16\n\x0elog_tail_lines\x18\x05 \x01(\r\x12\x12\n\nevent_tail\x18\x06 \x01(\r\x12\x18\n\x10stop_on_terminal\x18\x07 \x01(\x08\x12\x14\n\x0clog_since_ms\x18\x08 \x01(\x03\x12\x13\n\x0blog_sources\x18\t \x03(\t\x12\x15\n\rlog_min_level\x18\n \x01(\t\"\x9b\x02\n\x12SandboxStreamEvent\x12(\n\x07sandbox\x18\x01 \x01(\x0b\x32\x15.openshell.v1.SandboxH\x00\x12+\n\x03log\x18\x02 \x01(\x0b\x32\x1c.openshell.v1.SandboxLogLineH\x00\x12,\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1b.openshell.v1.PlatformEventH\x00\x12\x35\n\x07warning\x18\x04 \x01(\x0b\x32\".openshell.v1.SandboxStreamWarningH\x00\x12>\n\x13\x64raft_policy_update\x18\x05 \x01(\x0b\x32\x1f.openshell.v1.DraftPolicyUpdateH\x00\x42\t\n\x07payload\"\xe3\x01\n\x0eSandboxLogLine\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\x14\n\x0ctimestamp_ms\x18\x02 \x01(\x03\x12\r\n\x05level\x18\x03 \x01(\t\x12\x0e\n\x06target\x18\x04 \x01(\t\x12\x0f\n\x07message\x18\x05 \x01(\t\x12\x0e\n\x06source\x18\x06 \x01(\t\x12\x38\n\x06\x66ields\x18\x07 \x03(\x0b\x32(.openshell.v1.SandboxLogLine.FieldsEntry\x1a-\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\'\n\x14SandboxStreamWarning\x12\x0f\n\x07message\x18\x01 \x01(\t\"^\n\x15\x43reateProviderRequest\x12\x32\n\x08provider\x18\x01 \x01(\x0b\x32 .openshell.datamodel.v1.Provider\x12\x11\n\tworkspace\x18\x02 \x01(\t\"5\n\x12GetProviderRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"`\n\x14ListProvidersRequest\x12\r\n\x05limit\x18\x01 \x01(\r\x12\x0e\n\x06offset\x18\x02 \x01(\r\x12\x11\n\tworkspace\x18\x03 \x01(\t\x12\x16\n\x0e\x61ll_workspaces\x18\x04 \x01(\x08\"\xfe\x01\n\x15UpdateProviderRequest\x12\x32\n\x08provider\x18\x01 \x01(\x0b\x32 .openshell.datamodel.v1.Provider\x12`\n\x18\x63redential_expires_at_ms\x18\x02 \x03(\x0b\x32>.openshell.v1.UpdateProviderRequest.CredentialExpiresAtMsEntry\x12\x11\n\tworkspace\x18\x03 \x01(\t\x1a<\n\x1a\x43redentialExpiresAtMsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01\"8\n\x15\x44\x65leteProviderRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"F\n\x10ProviderResponse\x12\x32\n\x08provider\x18\x01 \x01(\x0b\x32 .openshell.datamodel.v1.Provider\"L\n\x15ListProvidersResponse\x12\x33\n\tproviders\x18\x01 \x03(\x0b\x32 .openshell.datamodel.v1.Provider\"O\n\x1bListProviderProfilesRequest\x12\r\n\x05limit\x18\x01 \x01(\r\x12\x0e\n\x06offset\x18\x02 \x01(\r\x12\x11\n\tworkspace\x18\x03 \x01(\t\":\n\x19GetProviderProfileRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"[\n\x19ProviderProfileImportItem\x12.\n\x07profile\x18\x01 \x01(\x0b\x32\x1d.openshell.v1.ProviderProfile\x12\x0e\n\x06source\x18\x02 \x01(\t\"q\n\x19ProviderProfileDiagnostic\x12\x0e\n\x06source\x18\x01 \x01(\t\x12\x12\n\nprofile_id\x18\x02 \x01(\t\x12\r\n\x05\x66ield\x18\x03 \x01(\t\x12\x0f\n\x07message\x18\x04 \x01(\t\x12\x10\n\x08severity\x18\x05 \x01(\t\"z\n,ProviderCredentialTokenGrantAudienceOverride\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\r\x12\x0c\n\x04path\x18\x03 \x01(\t\x12\x10\n\x08\x61udience\x18\x04 \x01(\t\x12\x0e\n\x06scopes\x18\x05 \x03(\t\"j\n(ProviderCredentialTokenGrantSubjectToken\x12\x0e\n\x06source\x18\x01 \x01(\t\x12\x12\n\ncredential\x18\x02 \x01(\t\x12\x1a\n\x12subject_token_type\x18\x03 \x01(\t\"\xb6\x03\n\x1cProviderCredentialTokenGrant\x12\x16\n\x0etoken_endpoint\x18\x01 \x01(\t\x12\x10\n\x08\x61udience\x18\x02 \x01(\t\x12\x19\n\x11jwt_svid_audience\x18\x06 \x01(\t\x12\x0e\n\x06scopes\x18\x03 \x03(\t\x12\x19\n\x11\x63\x61\x63he_ttl_seconds\x18\x04 \x01(\x03\x12V\n\x12\x61udience_overrides\x18\x05 \x03(\x0b\x32:.openshell.v1.ProviderCredentialTokenGrantAudienceOverride\x12\x1d\n\x15\x63lient_assertion_type\x18\x07 \x01(\t\x12\x42\n\ngrant_type\x18\x08 \x01(\x0e\x32..openshell.v1.ProviderCredentialTokenGrantType\x12M\n\rsubject_token\x18\t \x01(\x0b\x32\x36.openshell.v1.ProviderCredentialTokenGrantSubjectToken\x12\x1c\n\x14requested_token_type\x18\n \x01(\t\"\xb2\x02\n\x19ProviderProfileCredential\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x10\n\x08\x65nv_vars\x18\x03 \x03(\t\x12\x10\n\x08required\x18\x04 \x01(\x08\x12\x12\n\nauth_style\x18\x05 \x01(\t\x12\x13\n\x0bheader_name\x18\x06 \x01(\t\x12\x13\n\x0bquery_param\x18\x07 \x01(\t\x12\x38\n\x07refresh\x18\x08 \x01(\x0b\x32\'.openshell.v1.ProviderCredentialRefresh\x12\x15\n\rpath_template\x18\t \x01(\t\x12?\n\x0btoken_grant\x18\n \x01(\x0b\x32*.openshell.v1.ProviderCredentialTokenGrant\"h\n!ProviderCredentialRefreshMaterial\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x10\n\x08required\x18\x03 \x01(\x08\x12\x0e\n\x06secret\x18\x04 \x01(\x08\"E\n\x1fProviderCredentialRefreshOutput\x12\x0e\n\x06output\x18\x01 \x01(\t\x12\x12\n\ncredential\x18\x02 \x01(\t\"\xcd\x02\n\x19ProviderCredentialRefresh\x12\x41\n\x08strategy\x18\x01 \x01(\x0e\x32/.openshell.v1.ProviderCredentialRefreshStrategy\x12\x11\n\ttoken_url\x18\x02 \x01(\t\x12\x0e\n\x06scopes\x18\x03 \x03(\t\x12\x1e\n\x16refresh_before_seconds\x18\x04 \x01(\x03\x12\x1c\n\x14max_lifetime_seconds\x18\x05 \x01(\x03\x12\x41\n\x08material\x18\x06 \x03(\x0b\x32/.openshell.v1.ProviderCredentialRefreshMaterial\x12I\n\x12\x61\x64\x64itional_outputs\x18\x07 \x03(\x0b\x32-.openshell.v1.ProviderCredentialRefreshOutput\"\x9b\x02\n\x1fProviderCredentialRefreshStatus\x12\x15\n\rprovider_name\x18\x01 \x01(\t\x12\x13\n\x0bprovider_id\x18\x02 \x01(\t\x12\x16\n\x0e\x63redential_key\x18\x03 \x01(\t\x12\x41\n\x08strategy\x18\x04 \x01(\x0e\x32/.openshell.v1.ProviderCredentialRefreshStrategy\x12\x0e\n\x06status\x18\x05 \x01(\t\x12\x15\n\rexpires_at_ms\x18\x06 \x01(\x03\x12\x1a\n\x12next_refresh_at_ms\x18\x07 \x01(\x03\x12\x1a\n\x12last_refresh_at_ms\x18\x08 \x01(\x03\x12\x12\n\nlast_error\x18\t \x01(\t\"/\n\x18ProviderProfileDiscovery\x12\x13\n\x0b\x63redentials\x18\x01 \x03(\t\"\xcf\x08\n$StoredProviderCredentialRefreshState\x12\x34\n\x08metadata\x18\x01 \x01(\x0b\x32\".openshell.datamodel.v1.ObjectMeta\x12\x13\n\x0bprovider_id\x18\x02 \x01(\t\x12\x15\n\rprovider_name\x18\x03 \x01(\t\x12\x16\n\x0e\x63redential_key\x18\x04 \x01(\t\x12\x41\n\x08strategy\x18\x05 \x01(\x0e\x32/.openshell.v1.ProviderCredentialRefreshStrategy\x12X\n\x08material\x18\x06 \x03(\x0b\x32@.openshell.v1.StoredProviderCredentialRefreshState.MaterialEntryB\x04\x88\xb5\x18\x01\x12\x1c\n\x14secret_material_keys\x18\x07 \x03(\t\x12\x15\n\rexpires_at_ms\x18\x08 \x01(\x03\x12\x1a\n\x12next_refresh_at_ms\x18\t \x01(\x03\x12\x1a\n\x12last_refresh_at_ms\x18\n \x01(\x03\x12\x0e\n\x06status\x18\x0b \x01(\t\x12\x12\n\nlast_error\x18\x0c \x01(\t\x12\x11\n\ttoken_url\x18\r \x01(\t\x12\x0e\n\x06scopes\x18\x0e \x03(\t\x12\x1e\n\x16refresh_before_seconds\x18\x0f \x01(\x03\x12\x1c\n\x14max_lifetime_seconds\x18\x10 \x01(\x03\x12l\n\x16\x61\x64\x64itional_output_keys\x18\x11 \x03(\x0b\x32L.openshell.v1.StoredProviderCredentialRefreshState.AdditionalOutputKeysEntry\x12\x1b\n\x13\x61uthorization_epoch\x18\x12 \x01(\t\x12n\n\x17secret_material_handles\x18\x13 \x03(\x0b\x32M.openshell.v1.StoredProviderCredentialRefreshState.SecretMaterialHandlesEntry\x12M\n\x18pending_secret_deletions\x18\x14 \x03(\x0b\x32+.openshell.v1.StoredRefreshMaterialDeletion\x1a/\n\rMaterialEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a;\n\x19\x41\x64\x64itionalOutputKeysEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x66\n\x1aSecretMaterialHandlesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.openshell.datamodel.v1.CredentialHandle:\x02\x38\x01\"o\n\x1dStoredRefreshMaterialDeletion\x12\x14\n\x0cmaterial_key\x18\x01 \x01(\t\x12\x38\n\x06handle\x18\x02 \x01(\x0b\x32(.openshell.datamodel.v1.CredentialHandle\"^\n\x1fGetProviderRefreshStatusRequest\x12\x10\n\x08provider\x18\x01 \x01(\t\x12\x16\n\x0e\x63redential_key\x18\x02 \x01(\t\x12\x11\n\tworkspace\x18\x03 \x01(\t\"f\n GetProviderRefreshStatusResponse\x12\x42\n\x0b\x63redentials\x18\x01 \x03(\x0b\x32-.openshell.v1.ProviderCredentialRefreshStatus\"\xf3\x02\n\x1f\x43onfigureProviderRefreshRequest\x12\x10\n\x08provider\x18\x01 \x01(\t\x12\x16\n\x0e\x63redential_key\x18\x02 \x01(\t\x12\x41\n\x08strategy\x18\x03 \x01(\x0e\x32/.openshell.v1.ProviderCredentialRefreshStrategy\x12S\n\x08material\x18\x04 \x03(\x0b\x32;.openshell.v1.ConfigureProviderRefreshRequest.MaterialEntryB\x04\x88\xb5\x18\x01\x12\x1c\n\x14secret_material_keys\x18\x05 \x03(\t\x12\x1a\n\rexpires_at_ms\x18\x06 \x01(\x03H\x00\x88\x01\x01\x12\x11\n\tworkspace\x18\x07 \x01(\t\x1a/\n\rMaterialEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x10\n\x0e_expires_at_ms\"a\n ConfigureProviderRefreshResponse\x12=\n\x06status\x18\x01 \x01(\x0b\x32-.openshell.v1.ProviderCredentialRefreshStatus\"^\n\x1fRotateProviderCredentialRequest\x12\x10\n\x08provider\x18\x01 \x01(\t\x12\x16\n\x0e\x63redential_key\x18\x02 \x01(\t\x12\x11\n\tworkspace\x18\x03 \x01(\t\"a\n RotateProviderCredentialResponse\x12=\n\x06status\x18\x01 \x01(\x0b\x32-.openshell.v1.ProviderCredentialRefreshStatus\"[\n\x1c\x44\x65leteProviderRefreshRequest\x12\x10\n\x08provider\x18\x01 \x01(\t\x12\x16\n\x0e\x63redential_key\x18\x02 \x01(\t\x12\x11\n\tworkspace\x18\x03 \x01(\t\"0\n\x1d\x44\x65leteProviderRefreshResponse\x12\x0f\n\x07\x64\x65leted\x18\x01 \x01(\x08\"\xb8\x04\n\x0fProviderProfile\x12\n\n\x02id\x18\x01 \x01(\t\x12\x14\n\x0c\x64isplay_name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x37\n\x08\x63\x61tegory\x18\x04 \x01(\x0e\x32%.openshell.v1.ProviderProfileCategory\x12<\n\x0b\x63redentials\x18\x05 \x03(\x0b\x32\'.openshell.v1.ProviderProfileCredential\x12\x38\n\tendpoints\x18\x06 \x03(\x0b\x32%.openshell.sandbox.v1.NetworkEndpoint\x12\x35\n\x08\x62inaries\x18\x07 \x03(\x0b\x32#.openshell.sandbox.v1.NetworkBinary\x12\x19\n\x11inference_capable\x18\x08 \x01(\x08\x12\x39\n\tdiscovery\x18\t \x01(\x0b\x32&.openshell.v1.ProviderProfileDiscovery\x12\x18\n\x10resource_version\x18\n \x01(\x04\x12\x43\n\x0b\x61nnotations\x18\x0b \x03(\x0b\x32..openshell.v1.ProviderProfile.AnnotationsEntry\x12\x0e\n\x06source\x18\x0c \x01(\t\x12\r\n\x05scope\x18\r \x01(\t\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"}\n\x15StoredProviderProfile\x12\x34\n\x08metadata\x18\x01 \x01(\x0b\x32\".openshell.datamodel.v1.ObjectMeta\x12.\n\x07profile\x18\x02 \x01(\x0b\x32\x1d.openshell.v1.ProviderProfile\"I\n\x17ProviderProfileResponse\x12.\n\x07profile\x18\x01 \x01(\x0b\x32\x1d.openshell.v1.ProviderProfile\"O\n\x1cListProviderProfilesResponse\x12/\n\x08profiles\x18\x01 \x03(\x0b\x32\x1d.openshell.v1.ProviderProfile\"m\n\x1dImportProviderProfilesRequest\x12\x39\n\x08profiles\x18\x01 \x03(\x0b\x32\'.openshell.v1.ProviderProfileImportItem\x12\x11\n\tworkspace\x18\x02 \x01(\t\"\xa1\x01\n\x1eImportProviderProfilesResponse\x12<\n\x0b\x64iagnostics\x18\x01 \x03(\x0b\x32\'.openshell.v1.ProviderProfileDiagnostic\x12/\n\x08profiles\x18\x02 \x03(\x0b\x32\x1d.openshell.v1.ProviderProfile\x12\x10\n\x08imported\x18\x03 \x01(\x08\"\x9b\x01\n\x1dUpdateProviderProfilesRequest\x12\x38\n\x07profile\x18\x01 \x01(\x0b\x32\'.openshell.v1.ProviderProfileImportItem\x12!\n\x19\x65xpected_resource_version\x18\x02 \x01(\x04\x12\n\n\x02id\x18\x03 \x01(\t\x12\x11\n\tworkspace\x18\x04 \x01(\t\"\x9f\x01\n\x1eUpdateProviderProfilesResponse\x12<\n\x0b\x64iagnostics\x18\x01 \x03(\x0b\x32\'.openshell.v1.ProviderProfileDiagnostic\x12.\n\x07profile\x18\x02 \x01(\x0b\x32\x1d.openshell.v1.ProviderProfile\x12\x0f\n\x07updated\x18\x03 \x01(\x08\"k\n\x1bLintProviderProfilesRequest\x12\x39\n\x08profiles\x18\x01 \x03(\x0b\x32\'.openshell.v1.ProviderProfileImportItem\x12\x11\n\tworkspace\x18\x02 \x01(\t\"k\n\x1cLintProviderProfilesResponse\x12<\n\x0b\x64iagnostics\x18\x01 \x03(\x0b\x32\'.openshell.v1.ProviderProfileDiagnostic\x12\r\n\x05valid\x18\x02 \x01(\x08\")\n\x16\x44\x65leteProviderResponse\x12\x0f\n\x07\x64\x65leted\x18\x01 \x01(\x08\"=\n\x1c\x44\x65leteProviderProfileRequest\x12\n\n\x02id\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"0\n\x1d\x44\x65leteProviderProfileResponse\x12\x0f\n\x07\x64\x65leted\x18\x01 \x01(\x08\"g\n$GetSandboxProviderEnvironmentRequest\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12+\n#supports_static_credential_bindings\x18\x02 \x01(\x08\"K\n\x1fStaticCredentialEndpointBinding\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\r\x12\x0c\n\x04path\x18\x03 \x01(\t\"\x9c\x01\n\x17StaticCredentialBinding\x12@\n\tendpoints\x18\x01 \x03(\x0b\x32-.openshell.v1.StaticCredentialEndpointBinding\x12\x1b\n\x13\x63redential_identity\x18\x02 \x01(\t\x12\"\n\x1aworkload_credential_handle\x18\x03 \x01(\t\"\xdd\x06\n%GetSandboxProviderEnvironmentResponse\x12_\n\x0b\x65nvironment\x18\x01 \x03(\x0b\x32\x44.openshell.v1.GetSandboxProviderEnvironmentResponse.EnvironmentEntryB\x04\x88\xb5\x18\x01\x12\x1d\n\x15provider_env_revision\x18\x02 \x01(\x04\x12p\n\x18\x63redential_expires_at_ms\x18\x03 \x03(\x0b\x32N.openshell.v1.GetSandboxProviderEnvironmentResponse.CredentialExpiresAtMsEntry\x12h\n\x13\x64ynamic_credentials\x18\x04 \x03(\x0b\x32K.openshell.v1.GetSandboxProviderEnvironmentResponse.DynamicCredentialsEntry\x12u\n\x1astatic_credential_bindings\x18\x05 \x03(\x0b\x32Q.openshell.v1.GetSandboxProviderEnvironmentResponse.StaticCredentialBindingsEntry\x12#\n\x1bnon_secret_environment_keys\x18\x06 \x03(\t\x1a\x32\n\x10\x45nvironmentEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a<\n\x1a\x43redentialExpiresAtMsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01\x1a\x62\n\x17\x44ynamicCredentialsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0b\x32\'.openshell.v1.ProviderProfileCredential:\x02\x38\x01\x1a\x66\n\x1dStaticCredentialBindingsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x34\n\x05value\x18\x02 \x01(\x0b\x32%.openshell.v1.StaticCredentialBinding:\x02\x38\x01\"\x86\x01\n#ExchangeProviderSubjectTokenRequest\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\x10\n\x08provider\x18\x02 \x01(\t\x12\x16\n\x0e\x63redential_key\x18\x03 \x01(\t\x12!\n\x13supervisor_jwt_svid\x18\x04 \x01(\tB\x04\x88\xb5\x18\x01\"j\n$ExchangeProviderSubjectTokenResponse\x12\x1a\n\x0c\x61\x63\x63\x65ss_token\x18\x01 \x01(\tB\x04\x88\xb5\x18\x01\x12\x12\n\nexpires_in\x18\x02 \x01(\x03\x12\x12\n\ntoken_type\x18\x03 \x01(\t\"\xc1\x03\n\x13UpdateConfigRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x33\n\x06policy\x18\x02 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicy\x12\x13\n\x0bsetting_key\x18\x03 \x01(\t\x12\x39\n\rsetting_value\x18\x04 \x01(\x0b\x32\".openshell.sandbox.v1.SettingValue\x12\x16\n\x0e\x64\x65lete_setting\x18\x05 \x01(\x08\x12\x0e\n\x06global\x18\x06 \x01(\x08\x12<\n\x10merge_operations\x18\x07 \x03(\x0b\x32\".openshell.v1.PolicyMergeOperation\x12!\n\x19\x65xpected_resource_version\x18\x08 \x01(\x04\x12G\n\x0b\x61nnotations\x18\t \x03(\x0b\x32\x32.openshell.v1.UpdateConfigRequest.AnnotationsEntry\x12\x11\n\tworkspace\x18\n \x01(\t\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xf7\x02\n\x14PolicyMergeOperation\x12\x30\n\x08\x61\x64\x64_rule\x18\x01 \x01(\x0b\x32\x1c.openshell.v1.AddNetworkRuleH\x00\x12>\n\x0fremove_endpoint\x18\x02 \x01(\x0b\x32#.openshell.v1.RemoveNetworkEndpointH\x00\x12\x36\n\x0bremove_rule\x18\x03 \x01(\x0b\x32\x1f.openshell.v1.RemoveNetworkRuleH\x00\x12\x34\n\x0e\x61\x64\x64_deny_rules\x18\x04 \x01(\x0b\x32\x1a.openshell.v1.AddDenyRulesH\x00\x12\x36\n\x0f\x61\x64\x64_allow_rules\x18\x05 \x01(\x0b\x32\x1b.openshell.v1.AddAllowRulesH\x00\x12:\n\rremove_binary\x18\x06 \x01(\x0b\x32!.openshell.v1.RemoveNetworkBinaryH\x00\x42\x0b\n\toperation\"Z\n\x0e\x41\x64\x64NetworkRule\x12\x11\n\trule_name\x18\x01 \x01(\t\x12\x35\n\x04rule\x18\x02 \x01(\x0b\x32\'.openshell.sandbox.v1.NetworkPolicyRule\"F\n\x15RemoveNetworkEndpoint\x12\x11\n\trule_name\x18\x01 \x01(\t\x12\x0c\n\x04host\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\r\"&\n\x11RemoveNetworkRule\x12\x11\n\trule_name\x18\x01 \x01(\t\"`\n\x0c\x41\x64\x64\x44\x65nyRules\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\r\x12\x34\n\ndeny_rules\x18\x03 \x03(\x0b\x32 .openshell.sandbox.v1.L7DenyRule\"X\n\rAddAllowRules\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\r\x12+\n\x05rules\x18\x03 \x03(\x0b\x32\x1c.openshell.sandbox.v1.L7Rule\"=\n\x13RemoveNetworkBinary\x12\x11\n\trule_name\x18\x01 \x01(\t\x12\x13\n\x0b\x62inary_path\x18\x02 \x01(\t\"\xe6\x01\n\x14UpdateConfigResponse\x12\x0f\n\x07version\x18\x01 \x01(\r\x12\x13\n\x0bpolicy_hash\x18\x02 \x01(\t\x12\x19\n\x11settings_revision\x18\x03 \x01(\x04\x12\x0f\n\x07\x64\x65leted\x18\x04 \x01(\x08\x12H\n\x0b\x61nnotations\x18\x05 \x03(\x0b\x32\x33.openshell.v1.UpdateConfigResponse.AnnotationsEntry\x1a\x32\n\x10\x41nnotationsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"a\n\x1dGetSandboxPolicyStatusRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\r\x12\x0e\n\x06global\x18\x03 \x01(\x08\x12\x11\n\tworkspace\x18\x04 \x01(\t\"o\n\x1eGetSandboxPolicyStatusResponse\x12\x35\n\x08revision\x18\x01 \x01(\x0b\x32#.openshell.v1.SandboxPolicyRevision\x12\x16\n\x0e\x61\x63tive_version\x18\x02 \x01(\r\"l\n\x1aListSandboxPoliciesRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05limit\x18\x02 \x01(\r\x12\x0e\n\x06offset\x18\x03 \x01(\r\x12\x0e\n\x06global\x18\x04 \x01(\x08\x12\x11\n\tworkspace\x18\x05 \x01(\t\"U\n\x1bListSandboxPoliciesResponse\x12\x36\n\trevisions\x18\x01 \x03(\x0b\x32#.openshell.v1.SandboxPolicyRevision\"\x80\x01\n\x19ReportPolicyStatusRequest\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\x0f\n\x07version\x18\x02 \x01(\r\x12*\n\x06status\x18\x03 \x01(\x0e\x32\x1a.openshell.v1.PolicyStatus\x12\x12\n\nload_error\x18\x04 \x01(\t\"\x1c\n\x1aReportPolicyStatusResponse\"\xdb\x02\n\x15SandboxPolicyRevision\x12\x0f\n\x07version\x18\x01 \x01(\r\x12\x13\n\x0bpolicy_hash\x18\x02 \x01(\t\x12*\n\x06status\x18\x03 \x01(\x0e\x32\x1a.openshell.v1.PolicyStatus\x12\x12\n\nload_error\x18\x04 \x01(\t\x12\x15\n\rcreated_at_ms\x18\x05 \x01(\x03\x12\x14\n\x0cloaded_at_ms\x18\x06 \x01(\x03\x12\x33\n\x06policy\x18\x07 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicy\x12G\n\nprovenance\x18\x08 \x03(\x0b\x32\x33.openshell.v1.SandboxPolicyRevision.ProvenanceEntry\x1a\x31\n\x0fProvenanceEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x83\x01\n\x15GetSandboxLogsRequest\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\r\n\x05lines\x18\x02 \x01(\r\x12\x10\n\x08since_ms\x18\x03 \x01(\x03\x12\x0f\n\x07sources\x18\x04 \x03(\t\x12\x11\n\tmin_level\x18\x05 \x01(\t\x12\x11\n\tworkspace\x18\x06 \x01(\t\"X\n\x16PushSandboxLogsRequest\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12*\n\x04logs\x18\x02 \x03(\x0b\x32\x1c.openshell.v1.SandboxLogLine\"\x19\n\x17PushSandboxLogsResponse\"Z\n\x16GetSandboxLogsResponse\x12*\n\x04logs\x18\x01 \x03(\x0b\x32\x1c.openshell.v1.SandboxLogLine\x12\x14\n\x0c\x62uffer_total\x18\x02 \x01(\r\"\xf3\x01\n\x11SupervisorMessage\x12.\n\x05hello\x18\x01 \x01(\x0b\x32\x1d.openshell.v1.SupervisorHelloH\x00\x12\x36\n\theartbeat\x18\x02 \x01(\x0b\x32!.openshell.v1.SupervisorHeartbeatH\x00\x12:\n\x11relay_open_result\x18\x03 \x01(\x0b\x32\x1d.openshell.v1.RelayOpenResultH\x00\x12/\n\x0brelay_close\x18\x04 \x01(\x0b\x32\x18.openshell.v1.RelayCloseH\x00\x42\t\n\x07payload\"\xa6\x02\n\x0eGatewayMessage\x12\x39\n\x10session_accepted\x18\x01 \x01(\x0b\x32\x1d.openshell.v1.SessionAcceptedH\x00\x12\x39\n\x10session_rejected\x18\x02 \x01(\x0b\x32\x1d.openshell.v1.SessionRejectedH\x00\x12\x33\n\theartbeat\x18\x03 \x01(\x0b\x32\x1e.openshell.v1.GatewayHeartbeatH\x00\x12-\n\nrelay_open\x18\x04 \x01(\x0b\x32\x17.openshell.v1.RelayOpenH\x00\x12/\n\x0brelay_close\x18\x05 \x01(\x0b\x32\x18.openshell.v1.RelayCloseH\x00\x42\t\n\x07payload\":\n\x0fSupervisorHello\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\x13\n\x0binstance_id\x18\x02 \x01(\t\"F\n\x0fSessionAccepted\x12\x12\n\nsession_id\x18\x01 \x01(\t\x12\x1f\n\x17heartbeat_interval_secs\x18\x02 \x01(\r\"!\n\x0fSessionRejected\x12\x0e\n\x06reason\x18\x01 \x01(\t\"\x15\n\x13SupervisorHeartbeat\"\x12\n\x10GatewayHeartbeat\"Z\n\x1cReportMainProcessExitRequest\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\x13\n\x0binstance_id\x18\x02 \x01(\t\x12\x11\n\texit_code\x18\x03 \x01(\x05\"\x1f\n\x1dReportMainProcessExitResponse\"\x97\x01\n\tRelayOpen\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12+\n\x03ssh\x18\x02 \x01(\x0b\x32\x1c.openshell.v1.SshRelayTargetH\x00\x12+\n\x03tcp\x18\x03 \x01(\x0b\x32\x1c.openshell.v1.TcpRelayTargetH\x00\x12\x12\n\nservice_id\x18\x05 \x01(\tB\x08\n\x06target\"\x10\n\x0eSshRelayTarget\",\n\x0eTcpRelayTarget\x12\x0c\n\x04host\x18\x01 \x01(\t\x12\x0c\n\x04port\x18\x02 \x01(\r\"\x1f\n\tRelayInit\x12\x12\n\nchannel_id\x18\x01 \x01(\t\"P\n\nRelayFrame\x12\'\n\x04init\x18\x01 \x01(\x0b\x32\x17.openshell.v1.RelayInitH\x00\x12\x0e\n\x04\x64\x61ta\x18\x02 \x01(\x0cH\x00\x42\t\n\x07payload\"E\n\x0fRelayOpenResult\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x0f\n\x07success\x18\x02 \x01(\x08\x12\r\n\x05\x65rror\x18\x03 \x01(\t\"0\n\nRelayClose\x12\x12\n\nchannel_id\x18\x01 \x01(\t\x12\x0e\n\x06reason\x18\x02 \x01(\t\"P\n\x0fL7RequestSample\x12\x0e\n\x06method\x18\x01 \x01(\t\x12\x0c\n\x04path\x18\x02 \x01(\t\x12\x10\n\x08\x64\x65\x63ision\x18\x03 \x01(\t\x12\r\n\x05\x63ount\x18\x04 \x01(\r\"\x95\x03\n\rDenialSummary\x12\x12\n\nsandbox_id\x18\x01 \x01(\t\x12\x0c\n\x04host\x18\x02 \x01(\t\x12\x0c\n\x04port\x18\x03 \x01(\r\x12\x0e\n\x06\x62inary\x18\x04 \x01(\t\x12\x11\n\tancestors\x18\x05 \x03(\t\x12\x13\n\x0b\x64\x65ny_reason\x18\x06 \x01(\t\x12\x15\n\rfirst_seen_ms\x18\x07 \x01(\x03\x12\x14\n\x0clast_seen_ms\x18\x08 \x01(\x03\x12\r\n\x05\x63ount\x18\t \x01(\r\x12\x18\n\x10suppressed_count\x18\n \x01(\r\x12\x13\n\x0btotal_count\x18\x0b \x01(\r\x12\x17\n\x0fsample_cmdlines\x18\x0c \x03(\t\x12\x15\n\rbinary_sha256\x18\r \x01(\t\x12\x12\n\npersistent\x18\x0e \x01(\x08\x12\x14\n\x0c\x64\x65nial_stage\x18\x0f \x01(\t\x12\x39\n\x12l7_request_samples\x18\x10 \x03(\x0b\x32\x1d.openshell.v1.L7RequestSample\x12\x1c\n\x14l7_inspection_active\x18\x11 \x01(\x08\"<\n\x10\x44\x65nialGroupCount\x12\x12\n\ndeny_group\x18\x01 \x01(\t\x12\x14\n\x0c\x64\x65nied_count\x18\x02 \x01(\r\"\x8f\x01\n\x16NetworkActivitySummary\x12\x1e\n\x16network_activity_count\x18\x01 \x01(\r\x12\x1b\n\x13\x64\x65nied_action_count\x18\x02 \x01(\r\x12\x38\n\x10\x64\x65nials_by_group\x18\x03 \x03(\x0b\x32\x1e.openshell.v1.DenialGroupCount\"\xc7\x05\n\x0bPolicyChunk\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0e\n\x06status\x18\x02 \x01(\t\x12\x11\n\trule_name\x18\x03 \x01(\t\x12>\n\rproposed_rule\x18\x04 \x01(\x0b\x32\'.openshell.sandbox.v1.NetworkPolicyRule\x12\x11\n\trationale\x18\x05 \x01(\t\x12\x16\n\x0esecurity_notes\x18\x06 \x01(\t\x12\x12\n\nconfidence\x18\x07 \x01(\x02\x12\x1a\n\x12\x64\x65nial_summary_ids\x18\x08 \x03(\t\x12\x15\n\rcreated_at_ms\x18\t \x01(\x03\x12\x15\n\rdecided_at_ms\x18\n \x01(\x03\x12\r\n\x05stage\x18\x0b \x01(\t\x12\x1b\n\x13supersedes_chunk_id\x18\x0c \x01(\t\x12\x11\n\thit_count\x18\r \x01(\x05\x12\x15\n\rfirst_seen_ms\x18\x0e \x01(\x03\x12\x14\n\x0clast_seen_ms\x18\x0f \x01(\x03\x12\x0e\n\x06\x62inary\x18\x10 \x01(\t\x12\x19\n\x11validation_result\x18\x11 \x01(\t\x12\x18\n\x10rejection_reason\x18\x12 \x01(\t\x12\x19\n\x11\x61pplication_error\x18\x13 \x01(\t\x12\x14\n\x0creview_token\x18\x14 \x01(\t\x12%\n\x1d\x63urrent_effective_policy_hash\x18\x15 \x01(\t\x12\'\n\x1f\x63\x61ndidate_effective_policy_hash\x18\x16 \x01(\t\x12\x45\n\x18\x63urrent_effective_policy\x18\x17 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicy\x12G\n\x1a\x63\x61ndidate_effective_policy\x18\x18 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicy\"f\n\x11\x44raftPolicyUpdate\x12\x15\n\rdraft_version\x18\x01 \x01(\x04\x12\x12\n\nnew_chunks\x18\x02 \x01(\r\x12\x15\n\rtotal_pending\x18\x03 \x01(\r\x12\x0f\n\x07summary\x18\x04 \x01(\t\"\x83\x02\n\x1bSubmitPolicyAnalysisRequest\x12.\n\tsummaries\x18\x01 \x03(\x0b\x32\x1b.openshell.v1.DenialSummary\x12\x32\n\x0fproposed_chunks\x18\x02 \x03(\x0b\x32\x19.openshell.v1.PolicyChunk\x12\x15\n\ranalysis_mode\x18\x03 \x01(\t\x12\x0c\n\x04name\x18\x04 \x01(\t\x12H\n\x1anetwork_activity_summaries\x18\x05 \x03(\x0b\x32$.openshell.v1.NetworkActivitySummary\x12\x11\n\tworkspace\x18\x06 \x01(\t\"\x87\x01\n\x1cSubmitPolicyAnalysisResponse\x12\x17\n\x0f\x61\x63\x63\x65pted_chunks\x18\x01 \x01(\r\x12\x17\n\x0frejected_chunks\x18\x02 \x01(\r\x12\x19\n\x11rejection_reasons\x18\x03 \x03(\t\x12\x1a\n\x12\x61\x63\x63\x65pted_chunk_ids\x18\x04 \x03(\t\"O\n\x15GetDraftPolicyRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x15\n\rstatus_filter\x18\x02 \x01(\t\x12\x11\n\tworkspace\x18\x03 \x01(\t\"\x90\x01\n\x16GetDraftPolicyResponse\x12)\n\x06\x63hunks\x18\x01 \x03(\x0b\x32\x19.openshell.v1.PolicyChunk\x12\x17\n\x0frolling_summary\x18\x02 \x01(\t\x12\x15\n\rdraft_version\x18\x03 \x01(\x04\x12\x1b\n\x13last_analyzed_at_ms\x18\x04 \x01(\x03\"c\n\x18\x41pproveDraftChunkRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08\x63hunk_id\x18\x02 \x01(\t\x12\x11\n\tworkspace\x18\x03 \x01(\t\x12\x14\n\x0creview_token\x18\x04 \x01(\t\"H\n\x19\x41pproveDraftChunkResponse\x12\x16\n\x0epolicy_version\x18\x01 \x01(\r\x12\x13\n\x0bpolicy_hash\x18\x02 \x01(\t\"\\\n\x17RejectDraftChunkRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08\x63hunk_id\x18\x02 \x01(\t\x12\x0e\n\x06reason\x18\x03 \x01(\t\x12\x11\n\tworkspace\x18\x04 \x01(\t\"\x1a\n\x18RejectDraftChunkResponse\"<\n\x12\x44raftChunkApproval\x12\x10\n\x08\x63hunk_id\x18\x01 \x01(\t\x12\x14\n\x0creview_token\x18\x02 \x01(\t\"\x96\x01\n\x1c\x41pproveAllDraftChunksRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12 \n\x18include_security_flagged\x18\x02 \x01(\x08\x12\x11\n\tworkspace\x18\x03 \x01(\t\x12\x33\n\tapprovals\x18\x04 \x03(\x0b\x32 .openshell.v1.DraftChunkApproval\"}\n\x1d\x41pproveAllDraftChunksResponse\x12\x16\n\x0epolicy_version\x18\x01 \x01(\r\x12\x13\n\x0bpolicy_hash\x18\x02 \x01(\t\x12\x17\n\x0f\x63hunks_approved\x18\x03 \x01(\r\x12\x16\n\x0e\x63hunks_skipped\x18\x04 \x01(\r\"\x8a\x01\n\x15\x45\x64itDraftChunkRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08\x63hunk_id\x18\x02 \x01(\t\x12>\n\rproposed_rule\x18\x03 \x01(\x0b\x32\'.openshell.sandbox.v1.NetworkPolicyRule\x12\x11\n\tworkspace\x18\x04 \x01(\t\"\x18\n\x16\x45\x64itDraftChunkResponse\"J\n\x15UndoDraftChunkRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x10\n\x08\x63hunk_id\x18\x02 \x01(\t\x12\x11\n\tworkspace\x18\x03 \x01(\t\"E\n\x16UndoDraftChunkResponse\x12\x16\n\x0epolicy_version\x18\x01 \x01(\r\x12\x13\n\x0bpolicy_hash\x18\x02 \x01(\t\":\n\x17\x43learDraftChunksRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"2\n\x18\x43learDraftChunksResponse\x12\x16\n\x0e\x63hunks_cleared\x18\x01 \x01(\r\"9\n\x16GetDraftHistoryRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tworkspace\x18\x02 \x01(\t\"d\n\x11\x44raftHistoryEntry\x12\x14\n\x0ctimestamp_ms\x18\x01 \x01(\x03\x12\x12\n\nevent_type\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x10\n\x08\x63hunk_id\x18\x04 \x01(\t\"K\n\x17GetDraftHistoryResponse\x12\x30\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\x1f.openshell.v1.DraftHistoryEntry\"\x80\x02\n\x15PolicyRevisionPayload\x12\x33\n\x06policy\x18\x01 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicy\x12\x0c\n\x04hash\x18\x02 \x01(\t\x12\x12\n\nload_error\x18\x03 \x01(\t\x12\x14\n\x0cloaded_at_ms\x18\x04 \x01(\x03\x12G\n\nprovenance\x18\x05 \x03(\x0b\x32\x33.openshell.v1.PolicyRevisionPayload.ProvenanceEntry\x1a\x31\n\x0fProvenanceEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xc5\x04\n\x11\x44raftChunkPayload\x12\x11\n\trule_name\x18\x01 \x01(\t\x12>\n\rproposed_rule\x18\x02 \x01(\x0b\x32\'.openshell.sandbox.v1.NetworkPolicyRule\x12\x11\n\trationale\x18\x03 \x01(\t\x12\x16\n\x0esecurity_notes\x18\x04 \x01(\t\x12\x12\n\nconfidence\x18\x05 \x01(\x02\x12\x15\n\rdecided_at_ms\x18\x06 \x01(\x03\x12\x0c\n\x04host\x18\x07 \x01(\t\x12\x0c\n\x04port\x18\x08 \x01(\x05\x12\x0e\n\x06\x62inary\x18\t \x01(\t\x12\x15\n\rdraft_version\x18\n \x01(\x03\x12\x19\n\x11validation_result\x18\x0b \x01(\t\x12\x18\n\x10rejection_reason\x18\x0c \x01(\t\x12\x19\n\x11\x61pplication_error\x18\r \x01(\t\x12\x14\n\x0creview_token\x18\x0e \x01(\t\x12%\n\x1d\x63urrent_effective_policy_hash\x18\x0f \x01(\t\x12\'\n\x1f\x63\x61ndidate_effective_policy_hash\x18\x10 \x01(\t\x12\x45\n\x18\x63urrent_effective_policy\x18\x11 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicy\x12G\n\x1a\x63\x61ndidate_effective_policy\x18\x12 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicy\"\xea\x02\n\x14StoredPolicyRevision\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nsandbox_id\x18\x02 \x01(\t\x12\x0f\n\x07version\x18\x03 \x01(\x03\x12\x16\n\x0epolicy_payload\x18\x04 \x01(\x0c\x12\x13\n\x0bpolicy_hash\x18\x05 \x01(\t\x12\x0e\n\x06status\x18\x06 \x01(\t\x12\x17\n\nload_error\x18\x07 \x01(\tH\x00\x88\x01\x01\x12\x15\n\rcreated_at_ms\x18\x08 \x01(\x03\x12\x19\n\x0cloaded_at_ms\x18\t \x01(\x03H\x01\x88\x01\x01\x12\x46\n\nprovenance\x18\n \x03(\x0b\x32\x32.openshell.v1.StoredPolicyRevision.ProvenanceEntry\x1a\x31\n\x0fProvenanceEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\r\n\x0b_load_errorB\x0f\n\r_loaded_at_ms\"\xb9\x05\n\x10StoredDraftChunk\x12\n\n\x02id\x18\x01 \x01(\t\x12\x12\n\nsandbox_id\x18\x02 \x01(\t\x12\x15\n\rdraft_version\x18\x03 \x01(\x03\x12\x0e\n\x06status\x18\x04 \x01(\t\x12\x11\n\trule_name\x18\x05 \x01(\t\x12\x15\n\rproposed_rule\x18\x06 \x01(\x0c\x12\x11\n\trationale\x18\x07 \x01(\t\x12\x16\n\x0esecurity_notes\x18\x08 \x01(\t\x12\x12\n\nconfidence\x18\t \x01(\x01\x12\x15\n\rcreated_at_ms\x18\n \x01(\x03\x12\x1a\n\rdecided_at_ms\x18\x0b \x01(\x03H\x00\x88\x01\x01\x12\x0c\n\x04host\x18\x0c \x01(\t\x12\x0c\n\x04port\x18\r \x01(\x05\x12\x0e\n\x06\x62inary\x18\x0e \x01(\t\x12\x11\n\thit_count\x18\x0f \x01(\x05\x12\x15\n\rfirst_seen_ms\x18\x10 \x01(\x03\x12\x14\n\x0clast_seen_ms\x18\x11 \x01(\x03\x12\x19\n\x11validation_result\x18\x12 \x01(\t\x12\x18\n\x10rejection_reason\x18\x13 \x01(\t\x12\x19\n\x11\x61pplication_error\x18\x14 \x01(\t\x12\x14\n\x0creview_token\x18\x15 \x01(\t\x12%\n\x1d\x63urrent_effective_policy_hash\x18\x16 \x01(\t\x12\'\n\x1f\x63\x61ndidate_effective_policy_hash\x18\x17 \x01(\t\x12\x45\n\x18\x63urrent_effective_policy\x18\x18 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicy\x12G\n\x1a\x63\x61ndidate_effective_policy\x18\x19 \x01(\x0b\x32#.openshell.sandbox.v1.SandboxPolicyB\x10\n\x0e_decided_at_ms\"\x97\x01\n\x16\x43reateWorkspaceRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\x12@\n\x06labels\x18\x02 \x03(\x0b\x32\x30.openshell.v1.CreateWorkspaceRequest.LabelsEntry\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"O\n\x17\x43reateWorkspaceResponse\x12\x34\n\tworkspace\x18\x01 \x01(\x0b\x32!.openshell.datamodel.v1.Workspace\"#\n\x13GetWorkspaceRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"L\n\x14GetWorkspaceResponse\x12\x34\n\tworkspace\x18\x01 \x01(\x0b\x32!.openshell.datamodel.v1.Workspace\"N\n\x15ListWorkspacesRequest\x12\r\n\x05limit\x18\x01 \x01(\r\x12\x0e\n\x06offset\x18\x02 \x01(\r\x12\x16\n\x0elabel_selector\x18\x03 \x01(\t\"O\n\x16ListWorkspacesResponse\x12\x35\n\nworkspaces\x18\x01 \x03(\x0b\x32!.openshell.datamodel.v1.Workspace\"&\n\x16\x44\x65leteWorkspaceRequest\x12\x0c\n\x04name\x18\x01 \x01(\t\"*\n\x17\x44\x65leteWorkspaceResponse\x12\x0f\n\x07\x64\x65leted\x18\x01 \x01(\x08\"\x8d\x01\n\x0fWorkspaceMember\x12\x34\n\x08metadata\x18\x01 \x01(\x0b\x32\".openshell.datamodel.v1.ObjectMeta\x12\x19\n\x11principal_subject\x18\x02 \x01(\t\x12)\n\x04role\x18\x03 \x01(\x0e\x32\x1b.openshell.v1.WorkspaceRole\"t\n\x19\x41\x64\x64WorkspaceMemberRequest\x12\x11\n\tworkspace\x18\x01 \x01(\t\x12\x19\n\x11principal_subject\x18\x02 \x01(\t\x12)\n\x04role\x18\x03 \x01(\x0e\x32\x1b.openshell.v1.WorkspaceRole\"K\n\x1a\x41\x64\x64WorkspaceMemberResponse\x12-\n\x06member\x18\x01 \x01(\x0b\x32\x1d.openshell.v1.WorkspaceMember\"L\n\x1cRemoveWorkspaceMemberRequest\x12\x11\n\tworkspace\x18\x01 \x01(\t\x12\x19\n\x11principal_subject\x18\x02 \x01(\t\"0\n\x1dRemoveWorkspaceMemberResponse\x12\x0f\n\x07removed\x18\x01 \x01(\x08\"O\n\x1bListWorkspaceMembersRequest\x12\x11\n\tworkspace\x18\x01 \x01(\t\x12\r\n\x05limit\x18\x02 \x01(\r\x12\x0e\n\x06offset\x18\x03 \x01(\r\"N\n\x1cListWorkspaceMembersResponse\x12.\n\x07members\x18\x01 \x03(\x0b\x32\x1d.openshell.v1.WorkspaceMember\"^\n\x1a\x45xtensionServiceCredential\x12\x14\n\x0cservice_name\x18\x01 \x01(\t\x12\x13\n\x05token\x18\x02 \x01(\tB\x04\x88\xb5\x18\x01\x12\x15\n\rexpires_at_ms\x18\x03 \x01(\x03*\x89\x02\n\x0cSandboxPhase\x12\x1d\n\x19SANDBOX_PHASE_UNSPECIFIED\x10\x00\x12\x1e\n\x1aSANDBOX_PHASE_PROVISIONING\x10\x01\x12\x17\n\x13SANDBOX_PHASE_READY\x10\x02\x12\x17\n\x13SANDBOX_PHASE_ERROR\x10\x03\x12\x1a\n\x16SANDBOX_PHASE_DELETING\x10\x04\x12\x19\n\x15SANDBOX_PHASE_UNKNOWN\x10\x05\x12\x1a\n\x16SANDBOX_PHASE_STOPPING\x10\x06\x12\x19\n\x15SANDBOX_PHASE_STOPPED\x10\x07\x12\x1a\n\x16SANDBOX_PHASE_STARTING\x10\x08*\xce\x01\n ProviderCredentialTokenGrantType\x12\x34\n0PROVIDER_CREDENTIAL_TOKEN_GRANT_TYPE_UNSPECIFIED\x10\x00\x12;\n7PROVIDER_CREDENTIAL_TOKEN_GRANT_TYPE_CLIENT_CREDENTIALS\x10\x01\x12\x37\n3PROVIDER_CREDENTIAL_TOKEN_GRANT_TYPE_TOKEN_EXCHANGE\x10\x02*\xc3\x03\n!ProviderCredentialRefreshStrategy\x12\x34\n0PROVIDER_CREDENTIAL_REFRESH_STRATEGY_UNSPECIFIED\x10\x00\x12/\n+PROVIDER_CREDENTIAL_REFRESH_STRATEGY_STATIC\x10\x01\x12\x31\n-PROVIDER_CREDENTIAL_REFRESH_STRATEGY_EXTERNAL\x10\x02\x12=\n9PROVIDER_CREDENTIAL_REFRESH_STRATEGY_OAUTH2_REFRESH_TOKEN\x10\x03\x12\x42\n>PROVIDER_CREDENTIAL_REFRESH_STRATEGY_OAUTH2_CLIENT_CREDENTIALS\x10\x04\x12\x43\n?PROVIDER_CREDENTIAL_REFRESH_STRATEGY_GOOGLE_SERVICE_ACCOUNT_JWT\x10\x05\x12<\n8PROVIDER_CREDENTIAL_REFRESH_STRATEGY_AWS_STS_ASSUME_ROLE\x10\x06*\xdb\x02\n\x17ProviderProfileCategory\x12)\n%PROVIDER_PROFILE_CATEGORY_UNSPECIFIED\x10\x00\x12#\n\x1fPROVIDER_PROFILE_CATEGORY_OTHER\x10\x01\x12\'\n#PROVIDER_PROFILE_CATEGORY_INFERENCE\x10\x02\x12#\n\x1fPROVIDER_PROFILE_CATEGORY_AGENT\x10\x03\x12,\n(PROVIDER_PROFILE_CATEGORY_SOURCE_CONTROL\x10\x04\x12\'\n#PROVIDER_PROFILE_CATEGORY_MESSAGING\x10\x05\x12\"\n\x1ePROVIDER_PROFILE_CATEGORY_DATA\x10\x06\x12\'\n#PROVIDER_PROFILE_CATEGORY_KNOWLEDGE\x10\x07*\x9a\x01\n\x0cPolicyStatus\x12\x1d\n\x19POLICY_STATUS_UNSPECIFIED\x10\x00\x12\x19\n\x15POLICY_STATUS_PENDING\x10\x01\x12\x18\n\x14POLICY_STATUS_LOADED\x10\x02\x12\x18\n\x14POLICY_STATUS_FAILED\x10\x03\x12\x1c\n\x18POLICY_STATUS_SUPERSEDED\x10\x04*\x86\x01\n\rServiceStatus\x12\x1e\n\x1aSERVICE_STATUS_UNSPECIFIED\x10\x00\x12\x1a\n\x16SERVICE_STATUS_HEALTHY\x10\x01\x12\x1b\n\x17SERVICE_STATUS_DEGRADED\x10\x02\x12\x1c\n\x18SERVICE_STATUS_UNHEALTHY\x10\x03*b\n\rWorkspaceRole\x12\x1e\n\x1aWORKSPACE_ROLE_UNSPECIFIED\x10\x00\x12\x17\n\x13WORKSPACE_ROLE_USER\x10\x01\x12\x18\n\x14WORKSPACE_ROLE_ADMIN\x10\x02\x32\xac\x46\n\tOpenShell\x12Z\n\x06Health\x12\x1b.openshell.v1.HealthRequest\x1a\x1c.openshell.v1.HealthResponse\"\x15\x82\xb5\x18\x11\n\x0funauthenticated\x12i\n\x0eGetCurrentUser\x12#.openshell.v1.GetCurrentUserRequest\x1a$.openshell.v1.GetCurrentUserResponse\"\x0c\x82\xb5\x18\x08\n\x06\x62\x65\x61rer\x12\x86\x01\n\x0eGetGatewayInfo\x12#.openshell.v1.GetGatewayInfoRequest\x1a$.openshell.v1.GetGatewayInfoResponse\")\x82\xb5\x18%\n\x06\x62\x65\x61rer\x1a\x0eplatform_admin\"\x0b\x63onfig:read\x12u\n\rCreateSandbox\x12\".openshell.v1.CreateSandboxRequest\x1a\x1d.openshell.v1.SandboxResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12n\n\nGetSandbox\x12\x1f.openshell.v1.GetSandboxRequest\x1a\x1d.openshell.v1.SandboxResponse\" \x82\xb5\x18\x1c\n\x06\x62\x65\x61rer\x12\x04user\"\x0csandbox:read\x12z\n\rListSandboxes\x12\".openshell.v1.ListSandboxesRequest\x1a#.openshell.v1.ListSandboxesResponse\" \x82\xb5\x18\x1c\n\x06\x62\x65\x61rer\x12\x04user\"\x0csandbox:read\x12\x8f\x01\n\x14ListSandboxProviders\x12).openshell.v1.ListSandboxProvidersRequest\x1a*.openshell.v1.ListSandboxProvidersResponse\" \x82\xb5\x18\x1c\n\x06\x62\x65\x61rer\x12\x04user\"\x0csandbox:read\x12\x93\x01\n\x15\x41ttachSandboxProvider\x12*.openshell.v1.AttachSandboxProviderRequest\x1a+.openshell.v1.AttachSandboxProviderResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12\x93\x01\n\x15\x44\x65tachSandboxProvider\x12*.openshell.v1.DetachSandboxProviderRequest\x1a+.openshell.v1.DetachSandboxProviderResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12{\n\rDeleteSandbox\x12\".openshell.v1.DeleteSandboxRequest\x1a#.openshell.v1.DeleteSandboxResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12q\n\x0bStopSandbox\x12 .openshell.v1.StopSandboxRequest\x1a\x1d.openshell.v1.SandboxResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12s\n\x0cStartSandbox\x12!.openshell.v1.StartSandboxRequest\x1a\x1d.openshell.v1.SandboxResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12\x84\x01\n\x10\x43reateSshSession\x12%.openshell.v1.CreateSshSessionRequest\x1a&.openshell.v1.CreateSshSessionResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12}\n\rExposeService\x12\".openshell.v1.ExposeServiceRequest\x1a%.openshell.v1.ServiceEndpointResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12v\n\nGetService\x12\x1f.openshell.v1.GetServiceRequest\x1a%.openshell.v1.ServiceEndpointResponse\" \x82\xb5\x18\x1c\n\x06\x62\x65\x61rer\x12\x04user\"\x0csandbox:read\x12w\n\x0cListServices\x12!.openshell.v1.ListServicesRequest\x1a\".openshell.v1.ListServicesResponse\" \x82\xb5\x18\x1c\n\x06\x62\x65\x61rer\x12\x04user\"\x0csandbox:read\x12{\n\rDeleteService\x12\".openshell.v1.DeleteServiceRequest\x1a#.openshell.v1.DeleteServiceResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12\x84\x01\n\x10RevokeSshSession\x12%.openshell.v1.RevokeSshSessionRequest\x1a&.openshell.v1.RevokeSshSessionResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write\x12t\n\x0b\x45xecSandbox\x12 .openshell.v1.ExecSandboxRequest\x1a\x1e.openshell.v1.ExecSandboxEvent\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write0\x01\x12q\n\nForwardTcp\x12\x1d.openshell.v1.TcpForwardFrame\x1a\x1d.openshell.v1.TcpForwardFrame\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write(\x01\x30\x01\x12\x7f\n\x16\x45xecSandboxInteractive\x12\x1e.openshell.v1.ExecSandboxInput\x1a\x1e.openshell.v1.ExecSandboxEvent\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rsandbox:write(\x01\x30\x01\x12z\n\x0e\x43reateProvider\x12#.openshell.v1.CreateProviderRequest\x1a\x1e.openshell.v1.ProviderResponse\"#\x82\xb5\x18\x1f\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0eprovider:write\x12r\n\x0bGetProvider\x12 .openshell.v1.GetProviderRequest\x1a\x1e.openshell.v1.ProviderResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rprovider:read\x12{\n\rListProviders\x12\".openshell.v1.ListProvidersRequest\x1a#.openshell.v1.ListProvidersResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rprovider:read\x12\x90\x01\n\x14ListProviderProfiles\x12).openshell.v1.ListProviderProfilesRequest\x1a*.openshell.v1.ListProviderProfilesResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rprovider:read\x12\x87\x01\n\x12GetProviderProfile\x12\'.openshell.v1.GetProviderProfileRequest\x1a%.openshell.v1.ProviderProfileResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rprovider:read\x12\x98\x01\n\x16ImportProviderProfiles\x12+.openshell.v1.ImportProviderProfilesRequest\x1a,.openshell.v1.ImportProviderProfilesResponse\"#\x82\xb5\x18\x1f\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0eprovider:write\x12\x98\x01\n\x16UpdateProviderProfiles\x12+.openshell.v1.UpdateProviderProfilesRequest\x1a,.openshell.v1.UpdateProviderProfilesResponse\"#\x82\xb5\x18\x1f\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0eprovider:write\x12\x90\x01\n\x14LintProviderProfiles\x12).openshell.v1.LintProviderProfilesRequest\x1a*.openshell.v1.LintProviderProfilesResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rprovider:read\x12z\n\x0eUpdateProvider\x12#.openshell.v1.UpdateProviderRequest\x1a\x1e.openshell.v1.ProviderResponse\"#\x82\xb5\x18\x1f\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0eprovider:write\x12\x9c\x01\n\x18GetProviderRefreshStatus\x12-.openshell.v1.GetProviderRefreshStatusRequest\x1a..openshell.v1.GetProviderRefreshStatusResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x04user\"\rprovider:read\x12\x9e\x01\n\x18\x43onfigureProviderRefresh\x12-.openshell.v1.ConfigureProviderRefreshRequest\x1a..openshell.v1.ConfigureProviderRefreshResponse\"#\x82\xb5\x18\x1f\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0eprovider:write\x12\x9e\x01\n\x18RotateProviderCredential\x12-.openshell.v1.RotateProviderCredentialRequest\x1a..openshell.v1.RotateProviderCredentialResponse\"#\x82\xb5\x18\x1f\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0eprovider:write\x12\x95\x01\n\x15\x44\x65leteProviderRefresh\x12*.openshell.v1.DeleteProviderRefreshRequest\x1a+.openshell.v1.DeleteProviderRefreshResponse\"#\x82\xb5\x18\x1f\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0eprovider:write\x12\x80\x01\n\x0e\x44\x65leteProvider\x12#.openshell.v1.DeleteProviderRequest\x1a$.openshell.v1.DeleteProviderResponse\"#\x82\xb5\x18\x1f\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0eprovider:write\x12\x95\x01\n\x15\x44\x65leteProviderProfile\x12*.openshell.v1.DeleteProviderProfileRequest\x1a+.openshell.v1.DeleteProviderProfileResponse\"#\x82\xb5\x18\x1f\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0eprovider:write\x12\x90\x01\n\x10GetSandboxConfig\x12-.openshell.sandbox.v1.GetSandboxConfigRequest\x1a..openshell.sandbox.v1.GetSandboxConfigResponse\"\x1d\x82\xb5\x18\x19\n\x04\x64ual\x12\x04user\"\x0b\x63onfig:read\x12\x8c\x01\n\x10GetGatewayConfig\x12-.openshell.sandbox.v1.GetGatewayConfigRequest\x1a..openshell.sandbox.v1.GetGatewayConfigResponse\"\x19\x82\xb5\x18\x15\n\x06\x62\x65\x61rer\"\x0b\x63onfig:read\x12v\n\x0cUpdateConfig\x12!.openshell.v1.UpdateConfigRequest\x1a\".openshell.v1.UpdateConfigResponse\"\x1f\x82\xb5\x18\x1b\n\x04\x64ual\x12\x05\x61\x64min\"\x0c\x63onfig:write\x12\x95\x01\n\x16GetSandboxPolicyStatus\x12+.openshell.v1.GetSandboxPolicyStatusRequest\x1a,.openshell.v1.GetSandboxPolicyStatusResponse\" \x82\xb5\x18\x1c\n\x06\x62\x65\x61rer\x12\x04user\"\x0csandbox:read\x12\x8c\x01\n\x13ListSandboxPolicies\x12(.openshell.v1.ListSandboxPoliciesRequest\x1a).openshell.v1.ListSandboxPoliciesResponse\" \x82\xb5\x18\x1c\n\x06\x62\x65\x61rer\x12\x04user\"\x0csandbox:read\x12v\n\x12ReportPolicyStatus\x12\'.openshell.v1.ReportPolicyStatusRequest\x1a(.openshell.v1.ReportPolicyStatusResponse\"\r\x82\xb5\x18\t\n\x07sandbox\x12\x97\x01\n\x1dGetSandboxProviderEnvironment\x12\x32.openshell.v1.GetSandboxProviderEnvironmentRequest\x1a\x33.openshell.v1.GetSandboxProviderEnvironmentResponse\"\r\x82\xb5\x18\t\n\x07sandbox\x12\x94\x01\n\x1c\x45xchangeProviderSubjectToken\x12\x31.openshell.v1.ExchangeProviderSubjectTokenRequest\x1a\x32.openshell.v1.ExchangeProviderSubjectTokenResponse\"\r\x82\xb5\x18\t\n\x07sandbox\x12}\n\x0eGetSandboxLogs\x12#.openshell.v1.GetSandboxLogsRequest\x1a$.openshell.v1.GetSandboxLogsResponse\" \x82\xb5\x18\x1c\n\x06\x62\x65\x61rer\x12\x04user\"\x0csandbox:read\x12o\n\x0fPushSandboxLogs\x12$.openshell.v1.PushSandboxLogsRequest\x1a%.openshell.v1.PushSandboxLogsResponse\"\r\x82\xb5\x18\t\n\x07sandbox(\x01\x12\x65\n\x11\x43onnectSupervisor\x12\x1f.openshell.v1.SupervisorMessage\x1a\x1c.openshell.v1.GatewayMessage\"\r\x82\xb5\x18\t\n\x07sandbox(\x01\x30\x01\x12\x7f\n\x15ReportMainProcessExit\x12*.openshell.v1.ReportMainProcessExitRequest\x1a+.openshell.v1.ReportMainProcessExitResponse\"\r\x82\xb5\x18\t\n\x07sandbox\x12T\n\x0bRelayStream\x12\x18.openshell.v1.RelayFrame\x1a\x18.openshell.v1.RelayFrame\"\r\x82\xb5\x18\t\n\x07sandbox(\x01\x30\x01\x12w\n\x0cWatchSandbox\x12!.openshell.v1.WatchSandboxRequest\x1a .openshell.v1.SandboxStreamEvent\" \x82\xb5\x18\x1c\n\x06\x62\x65\x61rer\x12\x04user\"\x0csandbox:read0\x01\x12|\n\x14SubmitPolicyAnalysis\x12).openshell.v1.SubmitPolicyAnalysisRequest\x1a*.openshell.v1.SubmitPolicyAnalysisResponse\"\r\x82\xb5\x18\t\n\x07sandbox\x12z\n\x0eGetDraftPolicy\x12#.openshell.v1.GetDraftPolicyRequest\x1a$.openshell.v1.GetDraftPolicyResponse\"\x1d\x82\xb5\x18\x19\n\x04\x64ual\x12\x04user\"\x0b\x63onfig:read\x12\x87\x01\n\x11\x41pproveDraftChunk\x12&.openshell.v1.ApproveDraftChunkRequest\x1a\'.openshell.v1.ApproveDraftChunkResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0c\x63onfig:write\x12\x84\x01\n\x10RejectDraftChunk\x12%.openshell.v1.RejectDraftChunkRequest\x1a&.openshell.v1.RejectDraftChunkResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0c\x63onfig:write\x12\x93\x01\n\x15\x41pproveAllDraftChunks\x12*.openshell.v1.ApproveAllDraftChunksRequest\x1a+.openshell.v1.ApproveAllDraftChunksResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0c\x63onfig:write\x12~\n\x0e\x45\x64itDraftChunk\x12#.openshell.v1.EditDraftChunkRequest\x1a$.openshell.v1.EditDraftChunkResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0c\x63onfig:write\x12~\n\x0eUndoDraftChunk\x12#.openshell.v1.UndoDraftChunkRequest\x1a$.openshell.v1.UndoDraftChunkResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0c\x63onfig:write\x12\x84\x01\n\x10\x43learDraftChunks\x12%.openshell.v1.ClearDraftChunksRequest\x1a&.openshell.v1.ClearDraftChunksResponse\"!\x82\xb5\x18\x1d\n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0c\x63onfig:write\x12\x7f\n\x0fGetDraftHistory\x12$.openshell.v1.GetDraftHistoryRequest\x1a%.openshell.v1.GetDraftHistoryResponse\"\x1f\x82\xb5\x18\x1b\n\x06\x62\x65\x61rer\x12\x04user\"\x0b\x63onfig:read\x12s\n\x11IssueSandboxToken\x12&.openshell.v1.IssueSandboxTokenRequest\x1a\'.openshell.v1.IssueSandboxTokenResponse\"\r\x82\xb5\x18\t\n\x07sandbox\x12y\n\x13RefreshSandboxToken\x12(.openshell.v1.RefreshSandboxTokenRequest\x1a).openshell.v1.RefreshSandboxTokenResponse\"\r\x82\xb5\x18\t\n\x07sandbox\x12\x8d\x01\n\x0f\x43reateWorkspace\x12$.openshell.v1.CreateWorkspaceRequest\x1a%.openshell.v1.CreateWorkspaceResponse\"-\x82\xb5\x18)\n\x06\x62\x65\x61rer\x1a\x0eplatform_admin\"\x0fworkspace:write\x12y\n\x0cGetWorkspace\x12!.openshell.v1.GetWorkspaceRequest\x1a\".openshell.v1.GetWorkspaceResponse\"\"\x82\xb5\x18\x1e\n\x06\x62\x65\x61rer\x12\x04user\"\x0eworkspace:read\x12\x7f\n\x0eListWorkspaces\x12#.openshell.v1.ListWorkspacesRequest\x1a$.openshell.v1.ListWorkspacesResponse\"\"\x82\xb5\x18\x1e\n\x06\x62\x65\x61rer\x12\x04user\"\x0eworkspace:read\x12\x8d\x01\n\x0f\x44\x65leteWorkspace\x12$.openshell.v1.DeleteWorkspaceRequest\x1a%.openshell.v1.DeleteWorkspaceResponse\"-\x82\xb5\x18)\n\x06\x62\x65\x61rer\x1a\x0eplatform_admin\"\x0fworkspace:write\x12\x8d\x01\n\x12\x41\x64\x64WorkspaceMember\x12\'.openshell.v1.AddWorkspaceMemberRequest\x1a(.openshell.v1.AddWorkspaceMemberResponse\"$\x82\xb5\x18 \n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0fworkspace:write\x12\x96\x01\n\x15RemoveWorkspaceMember\x12*.openshell.v1.RemoveWorkspaceMemberRequest\x1a+.openshell.v1.RemoveWorkspaceMemberResponse\"$\x82\xb5\x18 \n\x06\x62\x65\x61rer\x12\x05\x61\x64min\"\x0fworkspace:write\x12\x91\x01\n\x14ListWorkspaceMembers\x12).openshell.v1.ListWorkspaceMembersRequest\x1a*.openshell.v1.ListWorkspaceMembersResponse\"\"\x82\xb5\x18\x1e\n\x06\x62\x65\x61rer\x12\x04user\"\x0eworkspace:readb\x06proto3')
|
|
32
|
+
|
|
33
|
+
_globals = globals()
|
|
34
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
35
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'openshell_pb2', _globals)
|
|
36
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
37
|
+
DESCRIPTOR._loaded_options = None
|
|
38
|
+
_globals['_ISSUESANDBOXTOKENRESPONSE'].fields_by_name['token']._loaded_options = None
|
|
39
|
+
_globals['_ISSUESANDBOXTOKENRESPONSE'].fields_by_name['token']._serialized_options = b'\210\265\030\001'
|
|
40
|
+
_globals['_REFRESHSANDBOXTOKENRESPONSE'].fields_by_name['token']._loaded_options = None
|
|
41
|
+
_globals['_REFRESHSANDBOXTOKENRESPONSE'].fields_by_name['token']._serialized_options = b'\210\265\030\001'
|
|
42
|
+
_globals['_SANDBOXSPEC_ENVIRONMENTENTRY']._loaded_options = None
|
|
43
|
+
_globals['_SANDBOXSPEC_ENVIRONMENTENTRY']._serialized_options = b'8\001'
|
|
44
|
+
_globals['_SANDBOXTEMPLATE_LABELSENTRY']._loaded_options = None
|
|
45
|
+
_globals['_SANDBOXTEMPLATE_LABELSENTRY']._serialized_options = b'8\001'
|
|
46
|
+
_globals['_SANDBOXTEMPLATE_ANNOTATIONSENTRY']._loaded_options = None
|
|
47
|
+
_globals['_SANDBOXTEMPLATE_ANNOTATIONSENTRY']._serialized_options = b'8\001'
|
|
48
|
+
_globals['_SANDBOXTEMPLATE_ENVIRONMENTENTRY']._loaded_options = None
|
|
49
|
+
_globals['_SANDBOXTEMPLATE_ENVIRONMENTENTRY']._serialized_options = b'8\001'
|
|
50
|
+
_globals['_PLATFORMEVENT_METADATAENTRY']._loaded_options = None
|
|
51
|
+
_globals['_PLATFORMEVENT_METADATAENTRY']._serialized_options = b'8\001'
|
|
52
|
+
_globals['_CREATESANDBOXREQUEST_LABELSENTRY']._loaded_options = None
|
|
53
|
+
_globals['_CREATESANDBOXREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
54
|
+
_globals['_CREATESANDBOXREQUEST_ANNOTATIONSENTRY']._loaded_options = None
|
|
55
|
+
_globals['_CREATESANDBOXREQUEST_ANNOTATIONSENTRY']._serialized_options = b'8\001'
|
|
56
|
+
_globals['_CREATESSHSESSIONRESPONSE'].fields_by_name['token']._loaded_options = None
|
|
57
|
+
_globals['_CREATESSHSESSIONRESPONSE'].fields_by_name['token']._serialized_options = b'\210\265\030\001'
|
|
58
|
+
_globals['_REVOKESSHSESSIONREQUEST'].fields_by_name['token']._loaded_options = None
|
|
59
|
+
_globals['_REVOKESSHSESSIONREQUEST'].fields_by_name['token']._serialized_options = b'\210\265\030\001'
|
|
60
|
+
_globals['_EXECSANDBOXREQUEST_ENVIRONMENTENTRY']._loaded_options = None
|
|
61
|
+
_globals['_EXECSANDBOXREQUEST_ENVIRONMENTENTRY']._serialized_options = b'8\001'
|
|
62
|
+
_globals['_TCPFORWARDINIT'].fields_by_name['authorization_token']._loaded_options = None
|
|
63
|
+
_globals['_TCPFORWARDINIT'].fields_by_name['authorization_token']._serialized_options = b'\210\265\030\001'
|
|
64
|
+
_globals['_SSHSESSION'].fields_by_name['token']._loaded_options = None
|
|
65
|
+
_globals['_SSHSESSION'].fields_by_name['token']._serialized_options = b'\210\265\030\001'
|
|
66
|
+
_globals['_SANDBOXLOGLINE_FIELDSENTRY']._loaded_options = None
|
|
67
|
+
_globals['_SANDBOXLOGLINE_FIELDSENTRY']._serialized_options = b'8\001'
|
|
68
|
+
_globals['_UPDATEPROVIDERREQUEST_CREDENTIALEXPIRESATMSENTRY']._loaded_options = None
|
|
69
|
+
_globals['_UPDATEPROVIDERREQUEST_CREDENTIALEXPIRESATMSENTRY']._serialized_options = b'8\001'
|
|
70
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_MATERIALENTRY']._loaded_options = None
|
|
71
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_MATERIALENTRY']._serialized_options = b'8\001'
|
|
72
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_ADDITIONALOUTPUTKEYSENTRY']._loaded_options = None
|
|
73
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_ADDITIONALOUTPUTKEYSENTRY']._serialized_options = b'8\001'
|
|
74
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_SECRETMATERIALHANDLESENTRY']._loaded_options = None
|
|
75
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_SECRETMATERIALHANDLESENTRY']._serialized_options = b'8\001'
|
|
76
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE'].fields_by_name['material']._loaded_options = None
|
|
77
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE'].fields_by_name['material']._serialized_options = b'\210\265\030\001'
|
|
78
|
+
_globals['_CONFIGUREPROVIDERREFRESHREQUEST_MATERIALENTRY']._loaded_options = None
|
|
79
|
+
_globals['_CONFIGUREPROVIDERREFRESHREQUEST_MATERIALENTRY']._serialized_options = b'8\001'
|
|
80
|
+
_globals['_CONFIGUREPROVIDERREFRESHREQUEST'].fields_by_name['material']._loaded_options = None
|
|
81
|
+
_globals['_CONFIGUREPROVIDERREFRESHREQUEST'].fields_by_name['material']._serialized_options = b'\210\265\030\001'
|
|
82
|
+
_globals['_PROVIDERPROFILE_ANNOTATIONSENTRY']._loaded_options = None
|
|
83
|
+
_globals['_PROVIDERPROFILE_ANNOTATIONSENTRY']._serialized_options = b'8\001'
|
|
84
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_ENVIRONMENTENTRY']._loaded_options = None
|
|
85
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_ENVIRONMENTENTRY']._serialized_options = b'8\001'
|
|
86
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_CREDENTIALEXPIRESATMSENTRY']._loaded_options = None
|
|
87
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_CREDENTIALEXPIRESATMSENTRY']._serialized_options = b'8\001'
|
|
88
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_DYNAMICCREDENTIALSENTRY']._loaded_options = None
|
|
89
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_DYNAMICCREDENTIALSENTRY']._serialized_options = b'8\001'
|
|
90
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_STATICCREDENTIALBINDINGSENTRY']._loaded_options = None
|
|
91
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_STATICCREDENTIALBINDINGSENTRY']._serialized_options = b'8\001'
|
|
92
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE'].fields_by_name['environment']._loaded_options = None
|
|
93
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE'].fields_by_name['environment']._serialized_options = b'\210\265\030\001'
|
|
94
|
+
_globals['_EXCHANGEPROVIDERSUBJECTTOKENREQUEST'].fields_by_name['supervisor_jwt_svid']._loaded_options = None
|
|
95
|
+
_globals['_EXCHANGEPROVIDERSUBJECTTOKENREQUEST'].fields_by_name['supervisor_jwt_svid']._serialized_options = b'\210\265\030\001'
|
|
96
|
+
_globals['_EXCHANGEPROVIDERSUBJECTTOKENRESPONSE'].fields_by_name['access_token']._loaded_options = None
|
|
97
|
+
_globals['_EXCHANGEPROVIDERSUBJECTTOKENRESPONSE'].fields_by_name['access_token']._serialized_options = b'\210\265\030\001'
|
|
98
|
+
_globals['_UPDATECONFIGREQUEST_ANNOTATIONSENTRY']._loaded_options = None
|
|
99
|
+
_globals['_UPDATECONFIGREQUEST_ANNOTATIONSENTRY']._serialized_options = b'8\001'
|
|
100
|
+
_globals['_UPDATECONFIGRESPONSE_ANNOTATIONSENTRY']._loaded_options = None
|
|
101
|
+
_globals['_UPDATECONFIGRESPONSE_ANNOTATIONSENTRY']._serialized_options = b'8\001'
|
|
102
|
+
_globals['_SANDBOXPOLICYREVISION_PROVENANCEENTRY']._loaded_options = None
|
|
103
|
+
_globals['_SANDBOXPOLICYREVISION_PROVENANCEENTRY']._serialized_options = b'8\001'
|
|
104
|
+
_globals['_POLICYREVISIONPAYLOAD_PROVENANCEENTRY']._loaded_options = None
|
|
105
|
+
_globals['_POLICYREVISIONPAYLOAD_PROVENANCEENTRY']._serialized_options = b'8\001'
|
|
106
|
+
_globals['_STOREDPOLICYREVISION_PROVENANCEENTRY']._loaded_options = None
|
|
107
|
+
_globals['_STOREDPOLICYREVISION_PROVENANCEENTRY']._serialized_options = b'8\001'
|
|
108
|
+
_globals['_CREATEWORKSPACEREQUEST_LABELSENTRY']._loaded_options = None
|
|
109
|
+
_globals['_CREATEWORKSPACEREQUEST_LABELSENTRY']._serialized_options = b'8\001'
|
|
110
|
+
_globals['_EXTENSIONSERVICECREDENTIAL'].fields_by_name['token']._loaded_options = None
|
|
111
|
+
_globals['_EXTENSIONSERVICECREDENTIAL'].fields_by_name['token']._serialized_options = b'\210\265\030\001'
|
|
112
|
+
_globals['_OPENSHELL'].methods_by_name['Health']._loaded_options = None
|
|
113
|
+
_globals['_OPENSHELL'].methods_by_name['Health']._serialized_options = b'\202\265\030\021\n\017unauthenticated'
|
|
114
|
+
_globals['_OPENSHELL'].methods_by_name['GetCurrentUser']._loaded_options = None
|
|
115
|
+
_globals['_OPENSHELL'].methods_by_name['GetCurrentUser']._serialized_options = b'\202\265\030\010\n\006bearer'
|
|
116
|
+
_globals['_OPENSHELL'].methods_by_name['GetGatewayInfo']._loaded_options = None
|
|
117
|
+
_globals['_OPENSHELL'].methods_by_name['GetGatewayInfo']._serialized_options = b'\202\265\030%\n\006bearer\032\016platform_admin\"\013config:read'
|
|
118
|
+
_globals['_OPENSHELL'].methods_by_name['CreateSandbox']._loaded_options = None
|
|
119
|
+
_globals['_OPENSHELL'].methods_by_name['CreateSandbox']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
120
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandbox']._loaded_options = None
|
|
121
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandbox']._serialized_options = b'\202\265\030\034\n\006bearer\022\004user\"\014sandbox:read'
|
|
122
|
+
_globals['_OPENSHELL'].methods_by_name['ListSandboxes']._loaded_options = None
|
|
123
|
+
_globals['_OPENSHELL'].methods_by_name['ListSandboxes']._serialized_options = b'\202\265\030\034\n\006bearer\022\004user\"\014sandbox:read'
|
|
124
|
+
_globals['_OPENSHELL'].methods_by_name['ListSandboxProviders']._loaded_options = None
|
|
125
|
+
_globals['_OPENSHELL'].methods_by_name['ListSandboxProviders']._serialized_options = b'\202\265\030\034\n\006bearer\022\004user\"\014sandbox:read'
|
|
126
|
+
_globals['_OPENSHELL'].methods_by_name['AttachSandboxProvider']._loaded_options = None
|
|
127
|
+
_globals['_OPENSHELL'].methods_by_name['AttachSandboxProvider']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
128
|
+
_globals['_OPENSHELL'].methods_by_name['DetachSandboxProvider']._loaded_options = None
|
|
129
|
+
_globals['_OPENSHELL'].methods_by_name['DetachSandboxProvider']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
130
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteSandbox']._loaded_options = None
|
|
131
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteSandbox']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
132
|
+
_globals['_OPENSHELL'].methods_by_name['StopSandbox']._loaded_options = None
|
|
133
|
+
_globals['_OPENSHELL'].methods_by_name['StopSandbox']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
134
|
+
_globals['_OPENSHELL'].methods_by_name['StartSandbox']._loaded_options = None
|
|
135
|
+
_globals['_OPENSHELL'].methods_by_name['StartSandbox']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
136
|
+
_globals['_OPENSHELL'].methods_by_name['CreateSshSession']._loaded_options = None
|
|
137
|
+
_globals['_OPENSHELL'].methods_by_name['CreateSshSession']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
138
|
+
_globals['_OPENSHELL'].methods_by_name['ExposeService']._loaded_options = None
|
|
139
|
+
_globals['_OPENSHELL'].methods_by_name['ExposeService']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
140
|
+
_globals['_OPENSHELL'].methods_by_name['GetService']._loaded_options = None
|
|
141
|
+
_globals['_OPENSHELL'].methods_by_name['GetService']._serialized_options = b'\202\265\030\034\n\006bearer\022\004user\"\014sandbox:read'
|
|
142
|
+
_globals['_OPENSHELL'].methods_by_name['ListServices']._loaded_options = None
|
|
143
|
+
_globals['_OPENSHELL'].methods_by_name['ListServices']._serialized_options = b'\202\265\030\034\n\006bearer\022\004user\"\014sandbox:read'
|
|
144
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteService']._loaded_options = None
|
|
145
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteService']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
146
|
+
_globals['_OPENSHELL'].methods_by_name['RevokeSshSession']._loaded_options = None
|
|
147
|
+
_globals['_OPENSHELL'].methods_by_name['RevokeSshSession']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
148
|
+
_globals['_OPENSHELL'].methods_by_name['ExecSandbox']._loaded_options = None
|
|
149
|
+
_globals['_OPENSHELL'].methods_by_name['ExecSandbox']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
150
|
+
_globals['_OPENSHELL'].methods_by_name['ForwardTcp']._loaded_options = None
|
|
151
|
+
_globals['_OPENSHELL'].methods_by_name['ForwardTcp']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
152
|
+
_globals['_OPENSHELL'].methods_by_name['ExecSandboxInteractive']._loaded_options = None
|
|
153
|
+
_globals['_OPENSHELL'].methods_by_name['ExecSandboxInteractive']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rsandbox:write'
|
|
154
|
+
_globals['_OPENSHELL'].methods_by_name['CreateProvider']._loaded_options = None
|
|
155
|
+
_globals['_OPENSHELL'].methods_by_name['CreateProvider']._serialized_options = b'\202\265\030\037\n\006bearer\022\005admin\"\016provider:write'
|
|
156
|
+
_globals['_OPENSHELL'].methods_by_name['GetProvider']._loaded_options = None
|
|
157
|
+
_globals['_OPENSHELL'].methods_by_name['GetProvider']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rprovider:read'
|
|
158
|
+
_globals['_OPENSHELL'].methods_by_name['ListProviders']._loaded_options = None
|
|
159
|
+
_globals['_OPENSHELL'].methods_by_name['ListProviders']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rprovider:read'
|
|
160
|
+
_globals['_OPENSHELL'].methods_by_name['ListProviderProfiles']._loaded_options = None
|
|
161
|
+
_globals['_OPENSHELL'].methods_by_name['ListProviderProfiles']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rprovider:read'
|
|
162
|
+
_globals['_OPENSHELL'].methods_by_name['GetProviderProfile']._loaded_options = None
|
|
163
|
+
_globals['_OPENSHELL'].methods_by_name['GetProviderProfile']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rprovider:read'
|
|
164
|
+
_globals['_OPENSHELL'].methods_by_name['ImportProviderProfiles']._loaded_options = None
|
|
165
|
+
_globals['_OPENSHELL'].methods_by_name['ImportProviderProfiles']._serialized_options = b'\202\265\030\037\n\006bearer\022\005admin\"\016provider:write'
|
|
166
|
+
_globals['_OPENSHELL'].methods_by_name['UpdateProviderProfiles']._loaded_options = None
|
|
167
|
+
_globals['_OPENSHELL'].methods_by_name['UpdateProviderProfiles']._serialized_options = b'\202\265\030\037\n\006bearer\022\005admin\"\016provider:write'
|
|
168
|
+
_globals['_OPENSHELL'].methods_by_name['LintProviderProfiles']._loaded_options = None
|
|
169
|
+
_globals['_OPENSHELL'].methods_by_name['LintProviderProfiles']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rprovider:read'
|
|
170
|
+
_globals['_OPENSHELL'].methods_by_name['UpdateProvider']._loaded_options = None
|
|
171
|
+
_globals['_OPENSHELL'].methods_by_name['UpdateProvider']._serialized_options = b'\202\265\030\037\n\006bearer\022\005admin\"\016provider:write'
|
|
172
|
+
_globals['_OPENSHELL'].methods_by_name['GetProviderRefreshStatus']._loaded_options = None
|
|
173
|
+
_globals['_OPENSHELL'].methods_by_name['GetProviderRefreshStatus']._serialized_options = b'\202\265\030\035\n\006bearer\022\004user\"\rprovider:read'
|
|
174
|
+
_globals['_OPENSHELL'].methods_by_name['ConfigureProviderRefresh']._loaded_options = None
|
|
175
|
+
_globals['_OPENSHELL'].methods_by_name['ConfigureProviderRefresh']._serialized_options = b'\202\265\030\037\n\006bearer\022\005admin\"\016provider:write'
|
|
176
|
+
_globals['_OPENSHELL'].methods_by_name['RotateProviderCredential']._loaded_options = None
|
|
177
|
+
_globals['_OPENSHELL'].methods_by_name['RotateProviderCredential']._serialized_options = b'\202\265\030\037\n\006bearer\022\005admin\"\016provider:write'
|
|
178
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteProviderRefresh']._loaded_options = None
|
|
179
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteProviderRefresh']._serialized_options = b'\202\265\030\037\n\006bearer\022\005admin\"\016provider:write'
|
|
180
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteProvider']._loaded_options = None
|
|
181
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteProvider']._serialized_options = b'\202\265\030\037\n\006bearer\022\005admin\"\016provider:write'
|
|
182
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteProviderProfile']._loaded_options = None
|
|
183
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteProviderProfile']._serialized_options = b'\202\265\030\037\n\006bearer\022\005admin\"\016provider:write'
|
|
184
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandboxConfig']._loaded_options = None
|
|
185
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandboxConfig']._serialized_options = b'\202\265\030\031\n\004dual\022\004user\"\013config:read'
|
|
186
|
+
_globals['_OPENSHELL'].methods_by_name['GetGatewayConfig']._loaded_options = None
|
|
187
|
+
_globals['_OPENSHELL'].methods_by_name['GetGatewayConfig']._serialized_options = b'\202\265\030\025\n\006bearer\"\013config:read'
|
|
188
|
+
_globals['_OPENSHELL'].methods_by_name['UpdateConfig']._loaded_options = None
|
|
189
|
+
_globals['_OPENSHELL'].methods_by_name['UpdateConfig']._serialized_options = b'\202\265\030\033\n\004dual\022\005admin\"\014config:write'
|
|
190
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandboxPolicyStatus']._loaded_options = None
|
|
191
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandboxPolicyStatus']._serialized_options = b'\202\265\030\034\n\006bearer\022\004user\"\014sandbox:read'
|
|
192
|
+
_globals['_OPENSHELL'].methods_by_name['ListSandboxPolicies']._loaded_options = None
|
|
193
|
+
_globals['_OPENSHELL'].methods_by_name['ListSandboxPolicies']._serialized_options = b'\202\265\030\034\n\006bearer\022\004user\"\014sandbox:read'
|
|
194
|
+
_globals['_OPENSHELL'].methods_by_name['ReportPolicyStatus']._loaded_options = None
|
|
195
|
+
_globals['_OPENSHELL'].methods_by_name['ReportPolicyStatus']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
196
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandboxProviderEnvironment']._loaded_options = None
|
|
197
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandboxProviderEnvironment']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
198
|
+
_globals['_OPENSHELL'].methods_by_name['ExchangeProviderSubjectToken']._loaded_options = None
|
|
199
|
+
_globals['_OPENSHELL'].methods_by_name['ExchangeProviderSubjectToken']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
200
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandboxLogs']._loaded_options = None
|
|
201
|
+
_globals['_OPENSHELL'].methods_by_name['GetSandboxLogs']._serialized_options = b'\202\265\030\034\n\006bearer\022\004user\"\014sandbox:read'
|
|
202
|
+
_globals['_OPENSHELL'].methods_by_name['PushSandboxLogs']._loaded_options = None
|
|
203
|
+
_globals['_OPENSHELL'].methods_by_name['PushSandboxLogs']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
204
|
+
_globals['_OPENSHELL'].methods_by_name['ConnectSupervisor']._loaded_options = None
|
|
205
|
+
_globals['_OPENSHELL'].methods_by_name['ConnectSupervisor']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
206
|
+
_globals['_OPENSHELL'].methods_by_name['ReportMainProcessExit']._loaded_options = None
|
|
207
|
+
_globals['_OPENSHELL'].methods_by_name['ReportMainProcessExit']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
208
|
+
_globals['_OPENSHELL'].methods_by_name['RelayStream']._loaded_options = None
|
|
209
|
+
_globals['_OPENSHELL'].methods_by_name['RelayStream']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
210
|
+
_globals['_OPENSHELL'].methods_by_name['WatchSandbox']._loaded_options = None
|
|
211
|
+
_globals['_OPENSHELL'].methods_by_name['WatchSandbox']._serialized_options = b'\202\265\030\034\n\006bearer\022\004user\"\014sandbox:read'
|
|
212
|
+
_globals['_OPENSHELL'].methods_by_name['SubmitPolicyAnalysis']._loaded_options = None
|
|
213
|
+
_globals['_OPENSHELL'].methods_by_name['SubmitPolicyAnalysis']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
214
|
+
_globals['_OPENSHELL'].methods_by_name['GetDraftPolicy']._loaded_options = None
|
|
215
|
+
_globals['_OPENSHELL'].methods_by_name['GetDraftPolicy']._serialized_options = b'\202\265\030\031\n\004dual\022\004user\"\013config:read'
|
|
216
|
+
_globals['_OPENSHELL'].methods_by_name['ApproveDraftChunk']._loaded_options = None
|
|
217
|
+
_globals['_OPENSHELL'].methods_by_name['ApproveDraftChunk']._serialized_options = b'\202\265\030\035\n\006bearer\022\005admin\"\014config:write'
|
|
218
|
+
_globals['_OPENSHELL'].methods_by_name['RejectDraftChunk']._loaded_options = None
|
|
219
|
+
_globals['_OPENSHELL'].methods_by_name['RejectDraftChunk']._serialized_options = b'\202\265\030\035\n\006bearer\022\005admin\"\014config:write'
|
|
220
|
+
_globals['_OPENSHELL'].methods_by_name['ApproveAllDraftChunks']._loaded_options = None
|
|
221
|
+
_globals['_OPENSHELL'].methods_by_name['ApproveAllDraftChunks']._serialized_options = b'\202\265\030\035\n\006bearer\022\005admin\"\014config:write'
|
|
222
|
+
_globals['_OPENSHELL'].methods_by_name['EditDraftChunk']._loaded_options = None
|
|
223
|
+
_globals['_OPENSHELL'].methods_by_name['EditDraftChunk']._serialized_options = b'\202\265\030\035\n\006bearer\022\005admin\"\014config:write'
|
|
224
|
+
_globals['_OPENSHELL'].methods_by_name['UndoDraftChunk']._loaded_options = None
|
|
225
|
+
_globals['_OPENSHELL'].methods_by_name['UndoDraftChunk']._serialized_options = b'\202\265\030\035\n\006bearer\022\005admin\"\014config:write'
|
|
226
|
+
_globals['_OPENSHELL'].methods_by_name['ClearDraftChunks']._loaded_options = None
|
|
227
|
+
_globals['_OPENSHELL'].methods_by_name['ClearDraftChunks']._serialized_options = b'\202\265\030\035\n\006bearer\022\005admin\"\014config:write'
|
|
228
|
+
_globals['_OPENSHELL'].methods_by_name['GetDraftHistory']._loaded_options = None
|
|
229
|
+
_globals['_OPENSHELL'].methods_by_name['GetDraftHistory']._serialized_options = b'\202\265\030\033\n\006bearer\022\004user\"\013config:read'
|
|
230
|
+
_globals['_OPENSHELL'].methods_by_name['IssueSandboxToken']._loaded_options = None
|
|
231
|
+
_globals['_OPENSHELL'].methods_by_name['IssueSandboxToken']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
232
|
+
_globals['_OPENSHELL'].methods_by_name['RefreshSandboxToken']._loaded_options = None
|
|
233
|
+
_globals['_OPENSHELL'].methods_by_name['RefreshSandboxToken']._serialized_options = b'\202\265\030\t\n\007sandbox'
|
|
234
|
+
_globals['_OPENSHELL'].methods_by_name['CreateWorkspace']._loaded_options = None
|
|
235
|
+
_globals['_OPENSHELL'].methods_by_name['CreateWorkspace']._serialized_options = b'\202\265\030)\n\006bearer\032\016platform_admin\"\017workspace:write'
|
|
236
|
+
_globals['_OPENSHELL'].methods_by_name['GetWorkspace']._loaded_options = None
|
|
237
|
+
_globals['_OPENSHELL'].methods_by_name['GetWorkspace']._serialized_options = b'\202\265\030\036\n\006bearer\022\004user\"\016workspace:read'
|
|
238
|
+
_globals['_OPENSHELL'].methods_by_name['ListWorkspaces']._loaded_options = None
|
|
239
|
+
_globals['_OPENSHELL'].methods_by_name['ListWorkspaces']._serialized_options = b'\202\265\030\036\n\006bearer\022\004user\"\016workspace:read'
|
|
240
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteWorkspace']._loaded_options = None
|
|
241
|
+
_globals['_OPENSHELL'].methods_by_name['DeleteWorkspace']._serialized_options = b'\202\265\030)\n\006bearer\032\016platform_admin\"\017workspace:write'
|
|
242
|
+
_globals['_OPENSHELL'].methods_by_name['AddWorkspaceMember']._loaded_options = None
|
|
243
|
+
_globals['_OPENSHELL'].methods_by_name['AddWorkspaceMember']._serialized_options = b'\202\265\030 \n\006bearer\022\005admin\"\017workspace:write'
|
|
244
|
+
_globals['_OPENSHELL'].methods_by_name['RemoveWorkspaceMember']._loaded_options = None
|
|
245
|
+
_globals['_OPENSHELL'].methods_by_name['RemoveWorkspaceMember']._serialized_options = b'\202\265\030 \n\006bearer\022\005admin\"\017workspace:write'
|
|
246
|
+
_globals['_OPENSHELL'].methods_by_name['ListWorkspaceMembers']._loaded_options = None
|
|
247
|
+
_globals['_OPENSHELL'].methods_by_name['ListWorkspaceMembers']._serialized_options = b'\202\265\030\036\n\006bearer\022\004user\"\016workspace:read'
|
|
248
|
+
_globals['_SANDBOXPHASE']._serialized_start=26740
|
|
249
|
+
_globals['_SANDBOXPHASE']._serialized_end=27005
|
|
250
|
+
_globals['_PROVIDERCREDENTIALTOKENGRANTTYPE']._serialized_start=27008
|
|
251
|
+
_globals['_PROVIDERCREDENTIALTOKENGRANTTYPE']._serialized_end=27214
|
|
252
|
+
_globals['_PROVIDERCREDENTIALREFRESHSTRATEGY']._serialized_start=27217
|
|
253
|
+
_globals['_PROVIDERCREDENTIALREFRESHSTRATEGY']._serialized_end=27668
|
|
254
|
+
_globals['_PROVIDERPROFILECATEGORY']._serialized_start=27671
|
|
255
|
+
_globals['_PROVIDERPROFILECATEGORY']._serialized_end=28018
|
|
256
|
+
_globals['_POLICYSTATUS']._serialized_start=28021
|
|
257
|
+
_globals['_POLICYSTATUS']._serialized_end=28175
|
|
258
|
+
_globals['_SERVICESTATUS']._serialized_start=28178
|
|
259
|
+
_globals['_SERVICESTATUS']._serialized_end=28312
|
|
260
|
+
_globals['_WORKSPACEROLE']._serialized_start=28314
|
|
261
|
+
_globals['_WORKSPACEROLE']._serialized_end=28412
|
|
262
|
+
_globals['_ISSUESANDBOXTOKENREQUEST']._serialized_start=110
|
|
263
|
+
_globals['_ISSUESANDBOXTOKENREQUEST']._serialized_end=136
|
|
264
|
+
_globals['_ISSUESANDBOXTOKENRESPONSE']._serialized_start=138
|
|
265
|
+
_globals['_ISSUESANDBOXTOKENRESPONSE']._serialized_end=209
|
|
266
|
+
_globals['_REFRESHSANDBOXTOKENREQUEST']._serialized_start=211
|
|
267
|
+
_globals['_REFRESHSANDBOXTOKENREQUEST']._serialized_end=272
|
|
268
|
+
_globals['_REFRESHSANDBOXTOKENRESPONSE']._serialized_start=275
|
|
269
|
+
_globals['_REFRESHSANDBOXTOKENRESPONSE']._serialized_end=421
|
|
270
|
+
_globals['_HEALTHREQUEST']._serialized_start=423
|
|
271
|
+
_globals['_HEALTHREQUEST']._serialized_end=438
|
|
272
|
+
_globals['_HEALTHRESPONSE']._serialized_start=440
|
|
273
|
+
_globals['_HEALTHRESPONSE']._serialized_end=518
|
|
274
|
+
_globals['_GETCURRENTUSERREQUEST']._serialized_start=520
|
|
275
|
+
_globals['_GETCURRENTUSERREQUEST']._serialized_end=543
|
|
276
|
+
_globals['_GETCURRENTUSERRESPONSE']._serialized_start=545
|
|
277
|
+
_globals['_GETCURRENTUSERRESPONSE']._serialized_end=666
|
|
278
|
+
_globals['_GETGATEWAYINFOREQUEST']._serialized_start=668
|
|
279
|
+
_globals['_GETGATEWAYINFOREQUEST']._serialized_end=691
|
|
280
|
+
_globals['_GETGATEWAYINFORESPONSE']._serialized_start=694
|
|
281
|
+
_globals['_GETGATEWAYINFORESPONSE']._serialized_end=846
|
|
282
|
+
_globals['_COMPUTEDRIVERINFO']._serialized_start=848
|
|
283
|
+
_globals['_COMPUTEDRIVERINFO']._serialized_end=944
|
|
284
|
+
_globals['_COMPUTEDRIVERCAPABILITIES']._serialized_start=946
|
|
285
|
+
_globals['_COMPUTEDRIVERCAPABILITIES']._serialized_end=1018
|
|
286
|
+
_globals['_SANDBOX']._serialized_start=1021
|
|
287
|
+
_globals['_SANDBOX']._serialized_end=1213
|
|
288
|
+
_globals['_SANDBOXSPEC']._serialized_start=1216
|
|
289
|
+
_globals['_SANDBOXSPEC']._serialized_end=1631
|
|
290
|
+
_globals['_SANDBOXSPEC_ENVIRONMENTENTRY']._serialized_start=1533
|
|
291
|
+
_globals['_SANDBOXSPEC_ENVIRONMENTENTRY']._serialized_end=1583
|
|
292
|
+
_globals['_RESOURCEREQUIREMENTS']._serialized_start=1633
|
|
293
|
+
_globals['_RESOURCEREQUIREMENTS']._serialized_end=1707
|
|
294
|
+
_globals['_GPURESOURCEREQUIREMENTS']._serialized_start=1709
|
|
295
|
+
_globals['_GPURESOURCEREQUIREMENTS']._serialized_end=1764
|
|
296
|
+
_globals['_SANDBOXTEMPLATE']._serialized_start=1767
|
|
297
|
+
_globals['_SANDBOXTEMPLATE']._serialized_end=2369
|
|
298
|
+
_globals['_SANDBOXTEMPLATE_LABELSENTRY']._serialized_start=2170
|
|
299
|
+
_globals['_SANDBOXTEMPLATE_LABELSENTRY']._serialized_end=2215
|
|
300
|
+
_globals['_SANDBOXTEMPLATE_ANNOTATIONSENTRY']._serialized_start=2217
|
|
301
|
+
_globals['_SANDBOXTEMPLATE_ANNOTATIONSENTRY']._serialized_end=2267
|
|
302
|
+
_globals['_SANDBOXTEMPLATE_ENVIRONMENTENTRY']._serialized_start=1533
|
|
303
|
+
_globals['_SANDBOXTEMPLATE_ENVIRONMENTENTRY']._serialized_end=1583
|
|
304
|
+
_globals['_SANDBOXSTATUS']._serialized_start=2372
|
|
305
|
+
_globals['_SANDBOXSTATUS']._serialized_end=2665
|
|
306
|
+
_globals['_SANDBOXCONDITION']._serialized_start=2667
|
|
307
|
+
_globals['_SANDBOXCONDITION']._serialized_end=2778
|
|
308
|
+
_globals['_PLATFORMEVENT']._serialized_start=2781
|
|
309
|
+
_globals['_PLATFORMEVENT']._serialized_end=2991
|
|
310
|
+
_globals['_PLATFORMEVENT_METADATAENTRY']._serialized_start=2944
|
|
311
|
+
_globals['_PLATFORMEVENT_METADATAENTRY']._serialized_end=2991
|
|
312
|
+
_globals['_CREATESANDBOXREQUEST']._serialized_start=2994
|
|
313
|
+
_globals['_CREATESANDBOXREQUEST']._serialized_end=3327
|
|
314
|
+
_globals['_CREATESANDBOXREQUEST_LABELSENTRY']._serialized_start=2170
|
|
315
|
+
_globals['_CREATESANDBOXREQUEST_LABELSENTRY']._serialized_end=2215
|
|
316
|
+
_globals['_CREATESANDBOXREQUEST_ANNOTATIONSENTRY']._serialized_start=2217
|
|
317
|
+
_globals['_CREATESANDBOXREQUEST_ANNOTATIONSENTRY']._serialized_end=2267
|
|
318
|
+
_globals['_GETSANDBOXREQUEST']._serialized_start=3329
|
|
319
|
+
_globals['_GETSANDBOXREQUEST']._serialized_end=3381
|
|
320
|
+
_globals['_LISTSANDBOXESREQUEST']._serialized_start=3383
|
|
321
|
+
_globals['_LISTSANDBOXESREQUEST']._serialized_end=3503
|
|
322
|
+
_globals['_LISTSANDBOXPROVIDERSREQUEST']._serialized_start=3505
|
|
323
|
+
_globals['_LISTSANDBOXPROVIDERSREQUEST']._serialized_end=3575
|
|
324
|
+
_globals['_ATTACHSANDBOXPROVIDERREQUEST']._serialized_start=3578
|
|
325
|
+
_globals['_ATTACHSANDBOXPROVIDERREQUEST']._serialized_end=3707
|
|
326
|
+
_globals['_DETACHSANDBOXPROVIDERREQUEST']._serialized_start=3710
|
|
327
|
+
_globals['_DETACHSANDBOXPROVIDERREQUEST']._serialized_end=3839
|
|
328
|
+
_globals['_DELETESANDBOXREQUEST']._serialized_start=3841
|
|
329
|
+
_globals['_DELETESANDBOXREQUEST']._serialized_end=3896
|
|
330
|
+
_globals['_STOPSANDBOXREQUEST']._serialized_start=3898
|
|
331
|
+
_globals['_STOPSANDBOXREQUEST']._serialized_end=3951
|
|
332
|
+
_globals['_STARTSANDBOXREQUEST']._serialized_start=3953
|
|
333
|
+
_globals['_STARTSANDBOXREQUEST']._serialized_end=4007
|
|
334
|
+
_globals['_SANDBOXRESPONSE']._serialized_start=4009
|
|
335
|
+
_globals['_SANDBOXRESPONSE']._serialized_end=4066
|
|
336
|
+
_globals['_LISTSANDBOXESRESPONSE']._serialized_start=4068
|
|
337
|
+
_globals['_LISTSANDBOXESRESPONSE']._serialized_end=4133
|
|
338
|
+
_globals['_LISTSANDBOXPROVIDERSRESPONSE']._serialized_start=4135
|
|
339
|
+
_globals['_LISTSANDBOXPROVIDERSRESPONSE']._serialized_end=4218
|
|
340
|
+
_globals['_ATTACHSANDBOXPROVIDERRESPONSE']._serialized_start=4220
|
|
341
|
+
_globals['_ATTACHSANDBOXPROVIDERRESPONSE']._serialized_end=4309
|
|
342
|
+
_globals['_DETACHSANDBOXPROVIDERRESPONSE']._serialized_start=4311
|
|
343
|
+
_globals['_DETACHSANDBOXPROVIDERRESPONSE']._serialized_end=4400
|
|
344
|
+
_globals['_DELETESANDBOXRESPONSE']._serialized_start=4402
|
|
345
|
+
_globals['_DELETESANDBOXRESPONSE']._serialized_end=4442
|
|
346
|
+
_globals['_CREATESSHSESSIONREQUEST']._serialized_start=4444
|
|
347
|
+
_globals['_CREATESSHSESSIONREQUEST']._serialized_end=4489
|
|
348
|
+
_globals['_CREATESSHSESSIONRESPONSE']._serialized_start=4492
|
|
349
|
+
_globals['_CREATESSHSESSIONRESPONSE']._serialized_end=4680
|
|
350
|
+
_globals['_EXPOSESERVICEREQUEST']._serialized_start=4682
|
|
351
|
+
_globals['_EXPOSESERVICEREQUEST']._serialized_end=4794
|
|
352
|
+
_globals['_GETSERVICEREQUEST']._serialized_start=4796
|
|
353
|
+
_globals['_GETSERVICEREQUEST']._serialized_end=4868
|
|
354
|
+
_globals['_LISTSERVICESREQUEST']._serialized_start=4870
|
|
355
|
+
_globals['_LISTSERVICESREQUEST']._serialized_end=4982
|
|
356
|
+
_globals['_LISTSERVICESRESPONSE']._serialized_start=4984
|
|
357
|
+
_globals['_LISTSERVICESRESPONSE']._serialized_end=5063
|
|
358
|
+
_globals['_DELETESERVICEREQUEST']._serialized_start=5065
|
|
359
|
+
_globals['_DELETESERVICEREQUEST']._serialized_end=5140
|
|
360
|
+
_globals['_DELETESERVICERESPONSE']._serialized_start=5142
|
|
361
|
+
_globals['_DELETESERVICERESPONSE']._serialized_end=5182
|
|
362
|
+
_globals['_SERVICEENDPOINT']._serialized_start=5185
|
|
363
|
+
_globals['_SERVICEENDPOINT']._serialized_end=5357
|
|
364
|
+
_globals['_SERVICEENDPOINTRESPONSE']._serialized_start=5359
|
|
365
|
+
_globals['_SERVICEENDPOINTRESPONSE']._serialized_end=5446
|
|
366
|
+
_globals['_REVOKESSHSESSIONREQUEST']._serialized_start=5448
|
|
367
|
+
_globals['_REVOKESSHSESSIONREQUEST']._serialized_end=5494
|
|
368
|
+
_globals['_REVOKESSHSESSIONRESPONSE']._serialized_start=5496
|
|
369
|
+
_globals['_REVOKESSHSESSIONRESPONSE']._serialized_end=5539
|
|
370
|
+
_globals['_EXECSANDBOXREQUEST']._serialized_start=5542
|
|
371
|
+
_globals['_EXECSANDBOXREQUEST']._serialized_end=5821
|
|
372
|
+
_globals['_EXECSANDBOXREQUEST_ENVIRONMENTENTRY']._serialized_start=1533
|
|
373
|
+
_globals['_EXECSANDBOXREQUEST_ENVIRONMENTENTRY']._serialized_end=1583
|
|
374
|
+
_globals['_EXECSANDBOXSTDOUT']._serialized_start=5823
|
|
375
|
+
_globals['_EXECSANDBOXSTDOUT']._serialized_end=5856
|
|
376
|
+
_globals['_EXECSANDBOXSTDERR']._serialized_start=5858
|
|
377
|
+
_globals['_EXECSANDBOXSTDERR']._serialized_end=5891
|
|
378
|
+
_globals['_EXECSANDBOXEXIT']._serialized_start=5893
|
|
379
|
+
_globals['_EXECSANDBOXEXIT']._serialized_end=5929
|
|
380
|
+
_globals['_EXECSANDBOXEVENT']._serialized_start=5932
|
|
381
|
+
_globals['_EXECSANDBOXEVENT']._serialized_end=6110
|
|
382
|
+
_globals['_TCPFORWARDINIT']._serialized_start=6113
|
|
383
|
+
_globals['_TCPFORWARDINIT']._serialized_end=6304
|
|
384
|
+
_globals['_TCPFORWARDFRAME']._serialized_start=6306
|
|
385
|
+
_globals['_TCPFORWARDFRAME']._serialized_end=6396
|
|
386
|
+
_globals['_EXECSANDBOXINPUT']._serialized_start=6399
|
|
387
|
+
_globals['_EXECSANDBOXINPUT']._serialized_end=6553
|
|
388
|
+
_globals['_EXECSANDBOXWINDOWRESIZE']._serialized_start=6555
|
|
389
|
+
_globals['_EXECSANDBOXWINDOWRESIZE']._serialized_end=6608
|
|
390
|
+
_globals['_SSHSESSION']._serialized_start=6611
|
|
391
|
+
_globals['_SSHSESSION']._serialized_end=6758
|
|
392
|
+
_globals['_WATCHSANDBOXREQUEST']._serialized_start=6761
|
|
393
|
+
_globals['_WATCHSANDBOXREQUEST']._serialized_end=6997
|
|
394
|
+
_globals['_SANDBOXSTREAMEVENT']._serialized_start=7000
|
|
395
|
+
_globals['_SANDBOXSTREAMEVENT']._serialized_end=7283
|
|
396
|
+
_globals['_SANDBOXLOGLINE']._serialized_start=7286
|
|
397
|
+
_globals['_SANDBOXLOGLINE']._serialized_end=7513
|
|
398
|
+
_globals['_SANDBOXLOGLINE_FIELDSENTRY']._serialized_start=7468
|
|
399
|
+
_globals['_SANDBOXLOGLINE_FIELDSENTRY']._serialized_end=7513
|
|
400
|
+
_globals['_SANDBOXSTREAMWARNING']._serialized_start=7515
|
|
401
|
+
_globals['_SANDBOXSTREAMWARNING']._serialized_end=7554
|
|
402
|
+
_globals['_CREATEPROVIDERREQUEST']._serialized_start=7556
|
|
403
|
+
_globals['_CREATEPROVIDERREQUEST']._serialized_end=7650
|
|
404
|
+
_globals['_GETPROVIDERREQUEST']._serialized_start=7652
|
|
405
|
+
_globals['_GETPROVIDERREQUEST']._serialized_end=7705
|
|
406
|
+
_globals['_LISTPROVIDERSREQUEST']._serialized_start=7707
|
|
407
|
+
_globals['_LISTPROVIDERSREQUEST']._serialized_end=7803
|
|
408
|
+
_globals['_UPDATEPROVIDERREQUEST']._serialized_start=7806
|
|
409
|
+
_globals['_UPDATEPROVIDERREQUEST']._serialized_end=8060
|
|
410
|
+
_globals['_UPDATEPROVIDERREQUEST_CREDENTIALEXPIRESATMSENTRY']._serialized_start=8000
|
|
411
|
+
_globals['_UPDATEPROVIDERREQUEST_CREDENTIALEXPIRESATMSENTRY']._serialized_end=8060
|
|
412
|
+
_globals['_DELETEPROVIDERREQUEST']._serialized_start=8062
|
|
413
|
+
_globals['_DELETEPROVIDERREQUEST']._serialized_end=8118
|
|
414
|
+
_globals['_PROVIDERRESPONSE']._serialized_start=8120
|
|
415
|
+
_globals['_PROVIDERRESPONSE']._serialized_end=8190
|
|
416
|
+
_globals['_LISTPROVIDERSRESPONSE']._serialized_start=8192
|
|
417
|
+
_globals['_LISTPROVIDERSRESPONSE']._serialized_end=8268
|
|
418
|
+
_globals['_LISTPROVIDERPROFILESREQUEST']._serialized_start=8270
|
|
419
|
+
_globals['_LISTPROVIDERPROFILESREQUEST']._serialized_end=8349
|
|
420
|
+
_globals['_GETPROVIDERPROFILEREQUEST']._serialized_start=8351
|
|
421
|
+
_globals['_GETPROVIDERPROFILEREQUEST']._serialized_end=8409
|
|
422
|
+
_globals['_PROVIDERPROFILEIMPORTITEM']._serialized_start=8411
|
|
423
|
+
_globals['_PROVIDERPROFILEIMPORTITEM']._serialized_end=8502
|
|
424
|
+
_globals['_PROVIDERPROFILEDIAGNOSTIC']._serialized_start=8504
|
|
425
|
+
_globals['_PROVIDERPROFILEDIAGNOSTIC']._serialized_end=8617
|
|
426
|
+
_globals['_PROVIDERCREDENTIALTOKENGRANTAUDIENCEOVERRIDE']._serialized_start=8619
|
|
427
|
+
_globals['_PROVIDERCREDENTIALTOKENGRANTAUDIENCEOVERRIDE']._serialized_end=8741
|
|
428
|
+
_globals['_PROVIDERCREDENTIALTOKENGRANTSUBJECTTOKEN']._serialized_start=8743
|
|
429
|
+
_globals['_PROVIDERCREDENTIALTOKENGRANTSUBJECTTOKEN']._serialized_end=8849
|
|
430
|
+
_globals['_PROVIDERCREDENTIALTOKENGRANT']._serialized_start=8852
|
|
431
|
+
_globals['_PROVIDERCREDENTIALTOKENGRANT']._serialized_end=9290
|
|
432
|
+
_globals['_PROVIDERPROFILECREDENTIAL']._serialized_start=9293
|
|
433
|
+
_globals['_PROVIDERPROFILECREDENTIAL']._serialized_end=9599
|
|
434
|
+
_globals['_PROVIDERCREDENTIALREFRESHMATERIAL']._serialized_start=9601
|
|
435
|
+
_globals['_PROVIDERCREDENTIALREFRESHMATERIAL']._serialized_end=9705
|
|
436
|
+
_globals['_PROVIDERCREDENTIALREFRESHOUTPUT']._serialized_start=9707
|
|
437
|
+
_globals['_PROVIDERCREDENTIALREFRESHOUTPUT']._serialized_end=9776
|
|
438
|
+
_globals['_PROVIDERCREDENTIALREFRESH']._serialized_start=9779
|
|
439
|
+
_globals['_PROVIDERCREDENTIALREFRESH']._serialized_end=10112
|
|
440
|
+
_globals['_PROVIDERCREDENTIALREFRESHSTATUS']._serialized_start=10115
|
|
441
|
+
_globals['_PROVIDERCREDENTIALREFRESHSTATUS']._serialized_end=10398
|
|
442
|
+
_globals['_PROVIDERPROFILEDISCOVERY']._serialized_start=10400
|
|
443
|
+
_globals['_PROVIDERPROFILEDISCOVERY']._serialized_end=10447
|
|
444
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE']._serialized_start=10450
|
|
445
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE']._serialized_end=11553
|
|
446
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_MATERIALENTRY']._serialized_start=11341
|
|
447
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_MATERIALENTRY']._serialized_end=11388
|
|
448
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_ADDITIONALOUTPUTKEYSENTRY']._serialized_start=11390
|
|
449
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_ADDITIONALOUTPUTKEYSENTRY']._serialized_end=11449
|
|
450
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_SECRETMATERIALHANDLESENTRY']._serialized_start=11451
|
|
451
|
+
_globals['_STOREDPROVIDERCREDENTIALREFRESHSTATE_SECRETMATERIALHANDLESENTRY']._serialized_end=11553
|
|
452
|
+
_globals['_STOREDREFRESHMATERIALDELETION']._serialized_start=11555
|
|
453
|
+
_globals['_STOREDREFRESHMATERIALDELETION']._serialized_end=11666
|
|
454
|
+
_globals['_GETPROVIDERREFRESHSTATUSREQUEST']._serialized_start=11668
|
|
455
|
+
_globals['_GETPROVIDERREFRESHSTATUSREQUEST']._serialized_end=11762
|
|
456
|
+
_globals['_GETPROVIDERREFRESHSTATUSRESPONSE']._serialized_start=11764
|
|
457
|
+
_globals['_GETPROVIDERREFRESHSTATUSRESPONSE']._serialized_end=11866
|
|
458
|
+
_globals['_CONFIGUREPROVIDERREFRESHREQUEST']._serialized_start=11869
|
|
459
|
+
_globals['_CONFIGUREPROVIDERREFRESHREQUEST']._serialized_end=12240
|
|
460
|
+
_globals['_CONFIGUREPROVIDERREFRESHREQUEST_MATERIALENTRY']._serialized_start=11341
|
|
461
|
+
_globals['_CONFIGUREPROVIDERREFRESHREQUEST_MATERIALENTRY']._serialized_end=11388
|
|
462
|
+
_globals['_CONFIGUREPROVIDERREFRESHRESPONSE']._serialized_start=12242
|
|
463
|
+
_globals['_CONFIGUREPROVIDERREFRESHRESPONSE']._serialized_end=12339
|
|
464
|
+
_globals['_ROTATEPROVIDERCREDENTIALREQUEST']._serialized_start=12341
|
|
465
|
+
_globals['_ROTATEPROVIDERCREDENTIALREQUEST']._serialized_end=12435
|
|
466
|
+
_globals['_ROTATEPROVIDERCREDENTIALRESPONSE']._serialized_start=12437
|
|
467
|
+
_globals['_ROTATEPROVIDERCREDENTIALRESPONSE']._serialized_end=12534
|
|
468
|
+
_globals['_DELETEPROVIDERREFRESHREQUEST']._serialized_start=12536
|
|
469
|
+
_globals['_DELETEPROVIDERREFRESHREQUEST']._serialized_end=12627
|
|
470
|
+
_globals['_DELETEPROVIDERREFRESHRESPONSE']._serialized_start=12629
|
|
471
|
+
_globals['_DELETEPROVIDERREFRESHRESPONSE']._serialized_end=12677
|
|
472
|
+
_globals['_PROVIDERPROFILE']._serialized_start=12680
|
|
473
|
+
_globals['_PROVIDERPROFILE']._serialized_end=13248
|
|
474
|
+
_globals['_PROVIDERPROFILE_ANNOTATIONSENTRY']._serialized_start=2217
|
|
475
|
+
_globals['_PROVIDERPROFILE_ANNOTATIONSENTRY']._serialized_end=2267
|
|
476
|
+
_globals['_STOREDPROVIDERPROFILE']._serialized_start=13250
|
|
477
|
+
_globals['_STOREDPROVIDERPROFILE']._serialized_end=13375
|
|
478
|
+
_globals['_PROVIDERPROFILERESPONSE']._serialized_start=13377
|
|
479
|
+
_globals['_PROVIDERPROFILERESPONSE']._serialized_end=13450
|
|
480
|
+
_globals['_LISTPROVIDERPROFILESRESPONSE']._serialized_start=13452
|
|
481
|
+
_globals['_LISTPROVIDERPROFILESRESPONSE']._serialized_end=13531
|
|
482
|
+
_globals['_IMPORTPROVIDERPROFILESREQUEST']._serialized_start=13533
|
|
483
|
+
_globals['_IMPORTPROVIDERPROFILESREQUEST']._serialized_end=13642
|
|
484
|
+
_globals['_IMPORTPROVIDERPROFILESRESPONSE']._serialized_start=13645
|
|
485
|
+
_globals['_IMPORTPROVIDERPROFILESRESPONSE']._serialized_end=13806
|
|
486
|
+
_globals['_UPDATEPROVIDERPROFILESREQUEST']._serialized_start=13809
|
|
487
|
+
_globals['_UPDATEPROVIDERPROFILESREQUEST']._serialized_end=13964
|
|
488
|
+
_globals['_UPDATEPROVIDERPROFILESRESPONSE']._serialized_start=13967
|
|
489
|
+
_globals['_UPDATEPROVIDERPROFILESRESPONSE']._serialized_end=14126
|
|
490
|
+
_globals['_LINTPROVIDERPROFILESREQUEST']._serialized_start=14128
|
|
491
|
+
_globals['_LINTPROVIDERPROFILESREQUEST']._serialized_end=14235
|
|
492
|
+
_globals['_LINTPROVIDERPROFILESRESPONSE']._serialized_start=14237
|
|
493
|
+
_globals['_LINTPROVIDERPROFILESRESPONSE']._serialized_end=14344
|
|
494
|
+
_globals['_DELETEPROVIDERRESPONSE']._serialized_start=14346
|
|
495
|
+
_globals['_DELETEPROVIDERRESPONSE']._serialized_end=14387
|
|
496
|
+
_globals['_DELETEPROVIDERPROFILEREQUEST']._serialized_start=14389
|
|
497
|
+
_globals['_DELETEPROVIDERPROFILEREQUEST']._serialized_end=14450
|
|
498
|
+
_globals['_DELETEPROVIDERPROFILERESPONSE']._serialized_start=14452
|
|
499
|
+
_globals['_DELETEPROVIDERPROFILERESPONSE']._serialized_end=14500
|
|
500
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTREQUEST']._serialized_start=14502
|
|
501
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTREQUEST']._serialized_end=14605
|
|
502
|
+
_globals['_STATICCREDENTIALENDPOINTBINDING']._serialized_start=14607
|
|
503
|
+
_globals['_STATICCREDENTIALENDPOINTBINDING']._serialized_end=14682
|
|
504
|
+
_globals['_STATICCREDENTIALBINDING']._serialized_start=14685
|
|
505
|
+
_globals['_STATICCREDENTIALBINDING']._serialized_end=14841
|
|
506
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE']._serialized_start=14844
|
|
507
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE']._serialized_end=15705
|
|
508
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_ENVIRONMENTENTRY']._serialized_start=1533
|
|
509
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_ENVIRONMENTENTRY']._serialized_end=1583
|
|
510
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_CREDENTIALEXPIRESATMSENTRY']._serialized_start=8000
|
|
511
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_CREDENTIALEXPIRESATMSENTRY']._serialized_end=8060
|
|
512
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_DYNAMICCREDENTIALSENTRY']._serialized_start=15503
|
|
513
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_DYNAMICCREDENTIALSENTRY']._serialized_end=15601
|
|
514
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_STATICCREDENTIALBINDINGSENTRY']._serialized_start=15603
|
|
515
|
+
_globals['_GETSANDBOXPROVIDERENVIRONMENTRESPONSE_STATICCREDENTIALBINDINGSENTRY']._serialized_end=15705
|
|
516
|
+
_globals['_EXCHANGEPROVIDERSUBJECTTOKENREQUEST']._serialized_start=15708
|
|
517
|
+
_globals['_EXCHANGEPROVIDERSUBJECTTOKENREQUEST']._serialized_end=15842
|
|
518
|
+
_globals['_EXCHANGEPROVIDERSUBJECTTOKENRESPONSE']._serialized_start=15844
|
|
519
|
+
_globals['_EXCHANGEPROVIDERSUBJECTTOKENRESPONSE']._serialized_end=15950
|
|
520
|
+
_globals['_UPDATECONFIGREQUEST']._serialized_start=15953
|
|
521
|
+
_globals['_UPDATECONFIGREQUEST']._serialized_end=16402
|
|
522
|
+
_globals['_UPDATECONFIGREQUEST_ANNOTATIONSENTRY']._serialized_start=2217
|
|
523
|
+
_globals['_UPDATECONFIGREQUEST_ANNOTATIONSENTRY']._serialized_end=2267
|
|
524
|
+
_globals['_POLICYMERGEOPERATION']._serialized_start=16405
|
|
525
|
+
_globals['_POLICYMERGEOPERATION']._serialized_end=16780
|
|
526
|
+
_globals['_ADDNETWORKRULE']._serialized_start=16782
|
|
527
|
+
_globals['_ADDNETWORKRULE']._serialized_end=16872
|
|
528
|
+
_globals['_REMOVENETWORKENDPOINT']._serialized_start=16874
|
|
529
|
+
_globals['_REMOVENETWORKENDPOINT']._serialized_end=16944
|
|
530
|
+
_globals['_REMOVENETWORKRULE']._serialized_start=16946
|
|
531
|
+
_globals['_REMOVENETWORKRULE']._serialized_end=16984
|
|
532
|
+
_globals['_ADDDENYRULES']._serialized_start=16986
|
|
533
|
+
_globals['_ADDDENYRULES']._serialized_end=17082
|
|
534
|
+
_globals['_ADDALLOWRULES']._serialized_start=17084
|
|
535
|
+
_globals['_ADDALLOWRULES']._serialized_end=17172
|
|
536
|
+
_globals['_REMOVENETWORKBINARY']._serialized_start=17174
|
|
537
|
+
_globals['_REMOVENETWORKBINARY']._serialized_end=17235
|
|
538
|
+
_globals['_UPDATECONFIGRESPONSE']._serialized_start=17238
|
|
539
|
+
_globals['_UPDATECONFIGRESPONSE']._serialized_end=17468
|
|
540
|
+
_globals['_UPDATECONFIGRESPONSE_ANNOTATIONSENTRY']._serialized_start=2217
|
|
541
|
+
_globals['_UPDATECONFIGRESPONSE_ANNOTATIONSENTRY']._serialized_end=2267
|
|
542
|
+
_globals['_GETSANDBOXPOLICYSTATUSREQUEST']._serialized_start=17470
|
|
543
|
+
_globals['_GETSANDBOXPOLICYSTATUSREQUEST']._serialized_end=17567
|
|
544
|
+
_globals['_GETSANDBOXPOLICYSTATUSRESPONSE']._serialized_start=17569
|
|
545
|
+
_globals['_GETSANDBOXPOLICYSTATUSRESPONSE']._serialized_end=17680
|
|
546
|
+
_globals['_LISTSANDBOXPOLICIESREQUEST']._serialized_start=17682
|
|
547
|
+
_globals['_LISTSANDBOXPOLICIESREQUEST']._serialized_end=17790
|
|
548
|
+
_globals['_LISTSANDBOXPOLICIESRESPONSE']._serialized_start=17792
|
|
549
|
+
_globals['_LISTSANDBOXPOLICIESRESPONSE']._serialized_end=17877
|
|
550
|
+
_globals['_REPORTPOLICYSTATUSREQUEST']._serialized_start=17880
|
|
551
|
+
_globals['_REPORTPOLICYSTATUSREQUEST']._serialized_end=18008
|
|
552
|
+
_globals['_REPORTPOLICYSTATUSRESPONSE']._serialized_start=18010
|
|
553
|
+
_globals['_REPORTPOLICYSTATUSRESPONSE']._serialized_end=18038
|
|
554
|
+
_globals['_SANDBOXPOLICYREVISION']._serialized_start=18041
|
|
555
|
+
_globals['_SANDBOXPOLICYREVISION']._serialized_end=18388
|
|
556
|
+
_globals['_SANDBOXPOLICYREVISION_PROVENANCEENTRY']._serialized_start=18339
|
|
557
|
+
_globals['_SANDBOXPOLICYREVISION_PROVENANCEENTRY']._serialized_end=18388
|
|
558
|
+
_globals['_GETSANDBOXLOGSREQUEST']._serialized_start=18391
|
|
559
|
+
_globals['_GETSANDBOXLOGSREQUEST']._serialized_end=18522
|
|
560
|
+
_globals['_PUSHSANDBOXLOGSREQUEST']._serialized_start=18524
|
|
561
|
+
_globals['_PUSHSANDBOXLOGSREQUEST']._serialized_end=18612
|
|
562
|
+
_globals['_PUSHSANDBOXLOGSRESPONSE']._serialized_start=18614
|
|
563
|
+
_globals['_PUSHSANDBOXLOGSRESPONSE']._serialized_end=18639
|
|
564
|
+
_globals['_GETSANDBOXLOGSRESPONSE']._serialized_start=18641
|
|
565
|
+
_globals['_GETSANDBOXLOGSRESPONSE']._serialized_end=18731
|
|
566
|
+
_globals['_SUPERVISORMESSAGE']._serialized_start=18734
|
|
567
|
+
_globals['_SUPERVISORMESSAGE']._serialized_end=18977
|
|
568
|
+
_globals['_GATEWAYMESSAGE']._serialized_start=18980
|
|
569
|
+
_globals['_GATEWAYMESSAGE']._serialized_end=19274
|
|
570
|
+
_globals['_SUPERVISORHELLO']._serialized_start=19276
|
|
571
|
+
_globals['_SUPERVISORHELLO']._serialized_end=19334
|
|
572
|
+
_globals['_SESSIONACCEPTED']._serialized_start=19336
|
|
573
|
+
_globals['_SESSIONACCEPTED']._serialized_end=19406
|
|
574
|
+
_globals['_SESSIONREJECTED']._serialized_start=19408
|
|
575
|
+
_globals['_SESSIONREJECTED']._serialized_end=19441
|
|
576
|
+
_globals['_SUPERVISORHEARTBEAT']._serialized_start=19443
|
|
577
|
+
_globals['_SUPERVISORHEARTBEAT']._serialized_end=19464
|
|
578
|
+
_globals['_GATEWAYHEARTBEAT']._serialized_start=19466
|
|
579
|
+
_globals['_GATEWAYHEARTBEAT']._serialized_end=19484
|
|
580
|
+
_globals['_REPORTMAINPROCESSEXITREQUEST']._serialized_start=19486
|
|
581
|
+
_globals['_REPORTMAINPROCESSEXITREQUEST']._serialized_end=19576
|
|
582
|
+
_globals['_REPORTMAINPROCESSEXITRESPONSE']._serialized_start=19578
|
|
583
|
+
_globals['_REPORTMAINPROCESSEXITRESPONSE']._serialized_end=19609
|
|
584
|
+
_globals['_RELAYOPEN']._serialized_start=19612
|
|
585
|
+
_globals['_RELAYOPEN']._serialized_end=19763
|
|
586
|
+
_globals['_SSHRELAYTARGET']._serialized_start=19765
|
|
587
|
+
_globals['_SSHRELAYTARGET']._serialized_end=19781
|
|
588
|
+
_globals['_TCPRELAYTARGET']._serialized_start=19783
|
|
589
|
+
_globals['_TCPRELAYTARGET']._serialized_end=19827
|
|
590
|
+
_globals['_RELAYINIT']._serialized_start=19829
|
|
591
|
+
_globals['_RELAYINIT']._serialized_end=19860
|
|
592
|
+
_globals['_RELAYFRAME']._serialized_start=19862
|
|
593
|
+
_globals['_RELAYFRAME']._serialized_end=19942
|
|
594
|
+
_globals['_RELAYOPENRESULT']._serialized_start=19944
|
|
595
|
+
_globals['_RELAYOPENRESULT']._serialized_end=20013
|
|
596
|
+
_globals['_RELAYCLOSE']._serialized_start=20015
|
|
597
|
+
_globals['_RELAYCLOSE']._serialized_end=20063
|
|
598
|
+
_globals['_L7REQUESTSAMPLE']._serialized_start=20065
|
|
599
|
+
_globals['_L7REQUESTSAMPLE']._serialized_end=20145
|
|
600
|
+
_globals['_DENIALSUMMARY']._serialized_start=20148
|
|
601
|
+
_globals['_DENIALSUMMARY']._serialized_end=20553
|
|
602
|
+
_globals['_DENIALGROUPCOUNT']._serialized_start=20555
|
|
603
|
+
_globals['_DENIALGROUPCOUNT']._serialized_end=20615
|
|
604
|
+
_globals['_NETWORKACTIVITYSUMMARY']._serialized_start=20618
|
|
605
|
+
_globals['_NETWORKACTIVITYSUMMARY']._serialized_end=20761
|
|
606
|
+
_globals['_POLICYCHUNK']._serialized_start=20764
|
|
607
|
+
_globals['_POLICYCHUNK']._serialized_end=21475
|
|
608
|
+
_globals['_DRAFTPOLICYUPDATE']._serialized_start=21477
|
|
609
|
+
_globals['_DRAFTPOLICYUPDATE']._serialized_end=21579
|
|
610
|
+
_globals['_SUBMITPOLICYANALYSISREQUEST']._serialized_start=21582
|
|
611
|
+
_globals['_SUBMITPOLICYANALYSISREQUEST']._serialized_end=21841
|
|
612
|
+
_globals['_SUBMITPOLICYANALYSISRESPONSE']._serialized_start=21844
|
|
613
|
+
_globals['_SUBMITPOLICYANALYSISRESPONSE']._serialized_end=21979
|
|
614
|
+
_globals['_GETDRAFTPOLICYREQUEST']._serialized_start=21981
|
|
615
|
+
_globals['_GETDRAFTPOLICYREQUEST']._serialized_end=22060
|
|
616
|
+
_globals['_GETDRAFTPOLICYRESPONSE']._serialized_start=22063
|
|
617
|
+
_globals['_GETDRAFTPOLICYRESPONSE']._serialized_end=22207
|
|
618
|
+
_globals['_APPROVEDRAFTCHUNKREQUEST']._serialized_start=22209
|
|
619
|
+
_globals['_APPROVEDRAFTCHUNKREQUEST']._serialized_end=22308
|
|
620
|
+
_globals['_APPROVEDRAFTCHUNKRESPONSE']._serialized_start=22310
|
|
621
|
+
_globals['_APPROVEDRAFTCHUNKRESPONSE']._serialized_end=22382
|
|
622
|
+
_globals['_REJECTDRAFTCHUNKREQUEST']._serialized_start=22384
|
|
623
|
+
_globals['_REJECTDRAFTCHUNKREQUEST']._serialized_end=22476
|
|
624
|
+
_globals['_REJECTDRAFTCHUNKRESPONSE']._serialized_start=22478
|
|
625
|
+
_globals['_REJECTDRAFTCHUNKRESPONSE']._serialized_end=22504
|
|
626
|
+
_globals['_DRAFTCHUNKAPPROVAL']._serialized_start=22506
|
|
627
|
+
_globals['_DRAFTCHUNKAPPROVAL']._serialized_end=22566
|
|
628
|
+
_globals['_APPROVEALLDRAFTCHUNKSREQUEST']._serialized_start=22569
|
|
629
|
+
_globals['_APPROVEALLDRAFTCHUNKSREQUEST']._serialized_end=22719
|
|
630
|
+
_globals['_APPROVEALLDRAFTCHUNKSRESPONSE']._serialized_start=22721
|
|
631
|
+
_globals['_APPROVEALLDRAFTCHUNKSRESPONSE']._serialized_end=22846
|
|
632
|
+
_globals['_EDITDRAFTCHUNKREQUEST']._serialized_start=22849
|
|
633
|
+
_globals['_EDITDRAFTCHUNKREQUEST']._serialized_end=22987
|
|
634
|
+
_globals['_EDITDRAFTCHUNKRESPONSE']._serialized_start=22989
|
|
635
|
+
_globals['_EDITDRAFTCHUNKRESPONSE']._serialized_end=23013
|
|
636
|
+
_globals['_UNDODRAFTCHUNKREQUEST']._serialized_start=23015
|
|
637
|
+
_globals['_UNDODRAFTCHUNKREQUEST']._serialized_end=23089
|
|
638
|
+
_globals['_UNDODRAFTCHUNKRESPONSE']._serialized_start=23091
|
|
639
|
+
_globals['_UNDODRAFTCHUNKRESPONSE']._serialized_end=23160
|
|
640
|
+
_globals['_CLEARDRAFTCHUNKSREQUEST']._serialized_start=23162
|
|
641
|
+
_globals['_CLEARDRAFTCHUNKSREQUEST']._serialized_end=23220
|
|
642
|
+
_globals['_CLEARDRAFTCHUNKSRESPONSE']._serialized_start=23222
|
|
643
|
+
_globals['_CLEARDRAFTCHUNKSRESPONSE']._serialized_end=23272
|
|
644
|
+
_globals['_GETDRAFTHISTORYREQUEST']._serialized_start=23274
|
|
645
|
+
_globals['_GETDRAFTHISTORYREQUEST']._serialized_end=23331
|
|
646
|
+
_globals['_DRAFTHISTORYENTRY']._serialized_start=23333
|
|
647
|
+
_globals['_DRAFTHISTORYENTRY']._serialized_end=23433
|
|
648
|
+
_globals['_GETDRAFTHISTORYRESPONSE']._serialized_start=23435
|
|
649
|
+
_globals['_GETDRAFTHISTORYRESPONSE']._serialized_end=23510
|
|
650
|
+
_globals['_POLICYREVISIONPAYLOAD']._serialized_start=23513
|
|
651
|
+
_globals['_POLICYREVISIONPAYLOAD']._serialized_end=23769
|
|
652
|
+
_globals['_POLICYREVISIONPAYLOAD_PROVENANCEENTRY']._serialized_start=18339
|
|
653
|
+
_globals['_POLICYREVISIONPAYLOAD_PROVENANCEENTRY']._serialized_end=18388
|
|
654
|
+
_globals['_DRAFTCHUNKPAYLOAD']._serialized_start=23772
|
|
655
|
+
_globals['_DRAFTCHUNKPAYLOAD']._serialized_end=24353
|
|
656
|
+
_globals['_STOREDPOLICYREVISION']._serialized_start=24356
|
|
657
|
+
_globals['_STOREDPOLICYREVISION']._serialized_end=24718
|
|
658
|
+
_globals['_STOREDPOLICYREVISION_PROVENANCEENTRY']._serialized_start=18339
|
|
659
|
+
_globals['_STOREDPOLICYREVISION_PROVENANCEENTRY']._serialized_end=18388
|
|
660
|
+
_globals['_STOREDDRAFTCHUNK']._serialized_start=24721
|
|
661
|
+
_globals['_STOREDDRAFTCHUNK']._serialized_end=25418
|
|
662
|
+
_globals['_CREATEWORKSPACEREQUEST']._serialized_start=25421
|
|
663
|
+
_globals['_CREATEWORKSPACEREQUEST']._serialized_end=25572
|
|
664
|
+
_globals['_CREATEWORKSPACEREQUEST_LABELSENTRY']._serialized_start=2170
|
|
665
|
+
_globals['_CREATEWORKSPACEREQUEST_LABELSENTRY']._serialized_end=2215
|
|
666
|
+
_globals['_CREATEWORKSPACERESPONSE']._serialized_start=25574
|
|
667
|
+
_globals['_CREATEWORKSPACERESPONSE']._serialized_end=25653
|
|
668
|
+
_globals['_GETWORKSPACEREQUEST']._serialized_start=25655
|
|
669
|
+
_globals['_GETWORKSPACEREQUEST']._serialized_end=25690
|
|
670
|
+
_globals['_GETWORKSPACERESPONSE']._serialized_start=25692
|
|
671
|
+
_globals['_GETWORKSPACERESPONSE']._serialized_end=25768
|
|
672
|
+
_globals['_LISTWORKSPACESREQUEST']._serialized_start=25770
|
|
673
|
+
_globals['_LISTWORKSPACESREQUEST']._serialized_end=25848
|
|
674
|
+
_globals['_LISTWORKSPACESRESPONSE']._serialized_start=25850
|
|
675
|
+
_globals['_LISTWORKSPACESRESPONSE']._serialized_end=25929
|
|
676
|
+
_globals['_DELETEWORKSPACEREQUEST']._serialized_start=25931
|
|
677
|
+
_globals['_DELETEWORKSPACEREQUEST']._serialized_end=25969
|
|
678
|
+
_globals['_DELETEWORKSPACERESPONSE']._serialized_start=25971
|
|
679
|
+
_globals['_DELETEWORKSPACERESPONSE']._serialized_end=26013
|
|
680
|
+
_globals['_WORKSPACEMEMBER']._serialized_start=26016
|
|
681
|
+
_globals['_WORKSPACEMEMBER']._serialized_end=26157
|
|
682
|
+
_globals['_ADDWORKSPACEMEMBERREQUEST']._serialized_start=26159
|
|
683
|
+
_globals['_ADDWORKSPACEMEMBERREQUEST']._serialized_end=26275
|
|
684
|
+
_globals['_ADDWORKSPACEMEMBERRESPONSE']._serialized_start=26277
|
|
685
|
+
_globals['_ADDWORKSPACEMEMBERRESPONSE']._serialized_end=26352
|
|
686
|
+
_globals['_REMOVEWORKSPACEMEMBERREQUEST']._serialized_start=26354
|
|
687
|
+
_globals['_REMOVEWORKSPACEMEMBERREQUEST']._serialized_end=26430
|
|
688
|
+
_globals['_REMOVEWORKSPACEMEMBERRESPONSE']._serialized_start=26432
|
|
689
|
+
_globals['_REMOVEWORKSPACEMEMBERRESPONSE']._serialized_end=26480
|
|
690
|
+
_globals['_LISTWORKSPACEMEMBERSREQUEST']._serialized_start=26482
|
|
691
|
+
_globals['_LISTWORKSPACEMEMBERSREQUEST']._serialized_end=26561
|
|
692
|
+
_globals['_LISTWORKSPACEMEMBERSRESPONSE']._serialized_start=26563
|
|
693
|
+
_globals['_LISTWORKSPACEMEMBERSRESPONSE']._serialized_end=26641
|
|
694
|
+
_globals['_EXTENSIONSERVICECREDENTIAL']._serialized_start=26643
|
|
695
|
+
_globals['_EXTENSIONSERVICECREDENTIAL']._serialized_end=26737
|
|
696
|
+
_globals['_OPENSHELL']._serialized_start=28415
|
|
697
|
+
_globals['_OPENSHELL']._serialized_end=37419
|
|
698
|
+
# @@protoc_insertion_point(module_scope)
|