evalops-sdk 0.1.35__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.
- agentregistry/v1/service_pb2.py +102 -0
- agentruntime/v1/runtime_pb2.py +1076 -0
- agents/v1/agents_pb2.py +365 -0
- approvals/v1/approvals_pb2.py +151 -0
- artifacts/v1/artifacts_pb2.py +165 -0
- attestation/v1/attestation_pb2.py +85 -0
- attribution/v1/attribution_pb2.py +166 -0
- audit/v1/audit_pb2.py +135 -0
- browsercontrol/v1/browser_control_pb2.py +145 -0
- buf/validate/validate_pb2.py +469 -0
- catalogs/v1/catalogs_pb2.py +71 -0
- chronicle/v1/chronicle_pb2.py +373 -0
- codex/v1/codex_pb2.py +160 -0
- common/v1/analytics_pb2.py +45 -0
- common/v1/authz_pb2.py +37 -0
- common/v1/delivery_pb2.py +37 -0
- common/v1/entity_pb2.py +37 -0
- common/v1/risk_pb2.py +37 -0
- common/v1/surface_pb2.py +37 -0
- compliance/v1/compliance_pb2.py +191 -0
- config/v1/config_pb2.py +79 -0
- connectors/v1/connectors_pb2.py +190 -0
- console/v1/console_pb2.py +629 -0
- contextlibrary/v1/context_library_pb2.py +235 -0
- core/v1/core_pb2.py +207 -0
- desktopcontrol/v1/desktop_control_pb2.py +175 -0
- entities/v1/entities_pb2.py +148 -0
- evalcontrol/v1/evalcontrol_pb2.py +213 -0
- evalops_sdk-0.1.35.dist-info/METADATA +16 -0
- evalops_sdk-0.1.35.dist-info/RECORD +78 -0
- evalops_sdk-0.1.35.dist-info/WHEEL +5 -0
- evalops_sdk-0.1.35.dist-info/top_level.txt +51 -0
- evalpipeline/v1/evalpipeline_pb2.py +137 -0
- events/v1/change_pb2.py +39 -0
- events/v1/cloudevent_pb2.py +46 -0
- events/v1/evaluation_pb2.py +42 -0
- fermata/v1/fermata_pb2.py +1967 -0
- fermata/v1/worker_pb2.py +124 -0
- gate/v1/audit_pb2.py +64 -0
- gate/v1/connector_pb2.py +84 -0
- gate/v1/controlplane_pb2.py +44 -0
- gate/v1/identity_group_pb2.py +87 -0
- gate/v1/recording_pb2.py +49 -0
- gate/v1/resource_policy_pb2.py +123 -0
- gate/v1/tenant_pb2.py +100 -0
- gate/v1/webhook_access_pb2.py +95 -0
- google/api/annotations_pb2.py +37 -0
- google/api/http_pb2.py +41 -0
- governance/v1/governance_pb2.py +262 -0
- identity/v1/devices_pb2.py +87 -0
- identity/v1/organizations_pb2.py +80 -0
- identity/v1/sessions_pb2.py +40 -0
- identity/v1/tokens_pb2.py +87 -0
- ingest/v1/admin_pb2.py +66 -0
- ingest/v1/event_pb2.py +51 -0
- keys/v1/keys_pb2.py +72 -0
- llmgateway/v1/gateway_pb2.py +190 -0
- maestro/v1/events_pb2.py +187 -0
- maestro/v1/scenario_pb2.py +90 -0
- maestro/v1/timeline_pb2.py +79 -0
- memory/v1/memory_pb2.py +169 -0
- meter/v1/meter_pb2.py +191 -0
- notifications/v1/notifications_pb2.py +159 -0
- objectives/v1/objectives_pb2.py +210 -0
- pipeline/v1/pipeline_pb2.py +531 -0
- posture/v1/posture_pb2.py +105 -0
- prompts/v1/prompts_pb2.py +148 -0
- records/v1/records_pb2.py +61 -0
- remoterunner/v1/remoterunner_pb2.py +263 -0
- secretbroker/v1/broker_pb2.py +117 -0
- skills/v1/skills_pb2.py +127 -0
- tap/v1/admin_pb2.py +96 -0
- tap/v1/event_pb2.py +57 -0
- toolexecution/v1/toolexecution_pb2.py +183 -0
- traces/v1/traces_pb2.py +243 -0
- triage/v1/triage_pb2.py +91 -0
- vfs/v1/filesystem_pb2.py +246 -0
- workflows/v1/workflows_pb2.py +266 -0
|
@@ -0,0 +1,1076 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: agentruntime/v1/runtime.proto
|
|
5
|
+
# Protobuf Python Version: 7.35.0
|
|
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
|
+
7,
|
|
15
|
+
35,
|
|
16
|
+
0,
|
|
17
|
+
'',
|
|
18
|
+
'agentruntime/v1/runtime.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from agents.v1 import agents_pb2 as agents_dot_v1_dot_agents__pb2
|
|
26
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
|
27
|
+
from codex.v1 import codex_pb2 as codex_dot_v1_dot_codex__pb2
|
|
28
|
+
from common.v1 import authz_pb2 as common_dot_v1_dot_authz__pb2
|
|
29
|
+
from common.v1 import risk_pb2 as common_dot_v1_dot_risk__pb2
|
|
30
|
+
from common.v1 import surface_pb2 as common_dot_v1_dot_surface__pb2
|
|
31
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
32
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
33
|
+
from objectives.v1 import objectives_pb2 as objectives_dot_v1_dot_objectives__pb2
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1d\x61gentruntime/v1/runtime.proto\x12\x0f\x61gentruntime.v1\x1a\x16\x61gents/v1/agents.proto\x1a\x1b\x62uf/validate/validate.proto\x1a\x14\x63odex/v1/codex.proto\x1a\x15\x63ommon/v1/authz.proto\x1a\x14\x63ommon/v1/risk.proto\x1a\x17\x63ommon/v1/surface.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1eobjectives/v1/objectives.proto\"\xbd\x04\n\x15RuntimeChannelContext\x12P\n\x0c\x63hannel_kind\x18\x01 \x01(\x0e\x32#.agentruntime.v1.RuntimeChannelKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x63hannelKind\x12\x32\n\x15provider_workspace_id\x18\x02 \x01(\tR\x13providerWorkspaceId\x12\x1d\n\nchannel_id\x18\x03 \x01(\tR\tchannelId\x12\x1b\n\tthread_id\x18\x04 \x01(\tR\x08threadId\x12\x1d\n\nmessage_id\x18\x05 \x01(\tR\tmessageId\x12\x19\n\x08\x61\x63tor_id\x18\x06 \x01(\tR\x07\x61\x63torId\x12\x1c\n\tpermalink\x18\x07 \x01(\tR\tpermalink\x12V\n\nattributes\x18\x08 \x03(\x0b\x32\x36.agentruntime.v1.RuntimeChannelContext.AttributesEntryR\nattributes\x12(\n\x10\x61\x63tor_channel_id\x18\t \x01(\tR\x0e\x61\x63torChannelId\x12&\n\x0f\x61\x63tor_entity_id\x18\n \x01(\tR\ractorEntityId\x12!\n\x0cprincipal_id\x18\x0b \x01(\tR\x0bprincipalId\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xc1\x02\n\x13RuntimeWorkEnvelope\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x02id\x12\x46\n\x04kind\x18\x02 \x01(\x0e\x32(.agentruntime.v1.RuntimeWorkEnvelopeKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04kind\x12\x17\n\x07root_id\x18\x03 \x01(\tR\x06rootId\x12\x1b\n\tparent_id\x18\x04 \x01(\tR\x08parentId\x12T\n\nattributes\x18\x05 \x03(\x0b\x32\x34.agentruntime.v1.RuntimeWorkEnvelope.AttributesEntryR\nattributes\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xf6\x01\n\x1bRuntimeProactiveSourceEvent\x12\x16\n\x06stream\x18\x01 \x01(\tR\x06stream\x12\x18\n\x07subject\x18\x02 \x01(\tR\x07subject\x12\x1a\n\x08sequence\x18\x03 \x01(\x04R\x08sequence\x12\x19\n\x08\x65vent_id\x18\x04 \x01(\tR\x07\x65ventId\x12!\n\x0c\x65vent_family\x18\x05 \x01(\tR\x0b\x65ventFamily\x12\x1d\n\nevent_type\x18\x06 \x01(\tR\teventType\x12,\n\x12provider_object_id\x18\x07 \x01(\tR\x10providerObjectId\"\xd4\x01\n\x16RuntimeProactivePolicy\x12&\n\x0cwake_enabled\x18\x01 \x01(\x08H\x00R\x0bwakeEnabled\x88\x01\x01\x12#\n\rtrigger_kinds\x18\x02 \x03(\tR\x0ctriggerKinds\x12\x32\n\x15\x61llow_customer_facing\x18\x03 \x01(\x08R\x13\x61llowCustomerFacing\x12(\n\x10post_run_started\x18\x04 \x01(\x08R\x0epostRunStartedB\x0f\n\r_wake_enabled\"\x9c\x01\n\x1aRuntimeSourceHealthSummary\x12\x16\n\x06status\x18\x01 \x01(\tR\x06status\x12\'\n\x0f\x63hecked_sources\x18\x02 \x03(\tR\x0e\x63heckedSources\x12#\n\rstale_sources\x18\x03 \x03(\tR\x0cstaleSources\x12\x18\n\x07summary\x18\x04 \x01(\tR\x07summary\"\x87\x05\n\x1aRuntimeCerebroFactsContext\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12!\n\x0cworkspace_id\x18\x02 \x01(\tR\x0bworkspaceId\x12\x14\n\x05query\x18\x03 \x01(\tR\x05query\x12\x1b\n\tthing_ids\x18\x04 \x03(\tR\x08thingIds\x12\x19\n\x08\x66\x61\x63t_ids\x18\x05 \x03(\tR\x07\x66\x61\x63tIds\x12\x1b\n\tevent_ids\x18\x06 \x03(\tR\x08\x65ventIds\x12_\n\x15source_health_summary\x18\x07 \x01(\x0b\x32+.agentruntime.v1.RuntimeSourceHealthSummaryR\x13sourceHealthSummary\x12\x30\n\x14\x62\x65lief_debug_summary\x18\x08 \x01(\tR\x12\x62\x65liefDebugSummary\x12\x1d\n\nrollout_id\x18\t \x01(\tR\trolloutId\x12\'\n\x0frollout_summary\x18\n \x01(\tR\x0erolloutSummary\x12%\n\x0erollout_result\x18\x0b \x01(\tR\rrolloutResult\x12y\n\x10retrieval_counts\x18\x0c \x03(\x0b\x32@.agentruntime.v1.RuntimeCerebroFactsContext.RetrievalCountsEntryB\x0c\xbaH\t\x9a\x01\x06*\x04\"\x02(\x00R\x0fretrievalCounts\x1a\x42\n\x14RetrievalCountsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x03R\x05value:\x02\x38\x01\"\xe6\x03\n\x17RuntimeProactiveContext\x12+\n\x11proactive_runtime\x18\x01 \x01(\x08R\x10proactiveRuntime\x12)\n\x10proactive_ingest\x18\x02 \x01(\tR\x0fproactiveIngest\x12O\n\x0csource_event\x18\x03 \x01(\x0b\x32,.agentruntime.v1.RuntimeProactiveSourceEventR\x0bsourceEvent\x12\x1b\n\tthing_ids\x18\x04 \x03(\tR\x08thingIds\x12!\n\x0c\x61\x63tion_class\x18\x05 \x01(\tR\x0b\x61\x63tionClass\x12\x1d\n\nrisk_level\x18\x06 \x01(\tR\triskLevel\x12\x30\n\x14\x65xternal_side_effect\x18\x07 \x01(\x08R\x12\x65xternalSideEffect\x12P\n\rfacts_context\x18\x08 \x01(\x0b\x32+.agentruntime.v1.RuntimeCerebroFactsContextR\x0c\x66\x61\x63tsContext\x12?\n\x06policy\x18\t \x01(\x0b\x32\'.agentruntime.v1.RuntimeProactivePolicyR\x06policy\"\xb0\x01\n\x10RuntimeRedaction\x12\x43\n\x04kind\x18\x01 \x01(\x0e\x32%.agentruntime.v1.RuntimeRedactionKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04kind\x12\x1d\n\nfield_path\x18\x02 \x01(\tR\tfieldPath\x12 \n\x0breplacement\x18\x03 \x01(\tR\x0breplacement\x12\x16\n\x06reason\x18\x04 \x01(\tR\x06reason\"\x85\x04\n\x19RuntimeVisibilityMetadata\x12G\n\x05level\x18\x01 \x01(\x0e\x32\'.agentruntime.v1.RuntimeVisibilityLevelB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x05level\x12M\n\taudiences\x18\x02 \x03(\x0e\x32 .agentruntime.v1.RuntimeAudienceB\r\xbaH\n\x92\x01\x07\"\x05\x82\x01\x02\x10\x01R\taudiences\x12O\n\x0bsensitivity\x18\x03 \x01(\x0e\x32#.agentruntime.v1.RuntimeSensitivityB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0bsensitivity\x12!\n\x0csafe_summary\x18\x04 \x01(\tR\x0bsafeSummary\x12\x41\n\nredactions\x18\x05 \x03(\x0b\x32!.agentruntime.v1.RuntimeRedactionR\nredactions\x12Z\n\nattributes\x18\x06 \x03(\x0b\x32:.agentruntime.v1.RuntimeVisibilityMetadata.AttributesEntryR\nattributes\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xbc\x04\n\x12\x43hannelActionActor\x12P\n\x0c\x63hannel_kind\x18\x01 \x01(\x0e\x32#.agentruntime.v1.RuntimeChannelKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x63hannelKind\x12\x32\n\x15provider_workspace_id\x18\x02 \x01(\tR\x13providerWorkspaceId\x12\x1d\n\nchannel_id\x18\x03 \x01(\tR\tchannelId\x12\x1b\n\tthread_id\x18\x04 \x01(\tR\x08threadId\x12\x1d\n\nmessage_id\x18\x05 \x01(\tR\tmessageId\x12\x1b\n\taction_id\x18\x06 \x01(\tR\x08\x61\x63tionId\x12\x1f\n\x0b\x63\x61llback_id\x18\x07 \x01(\tR\ncallbackId\x12(\n\x10\x61\x63tor_channel_id\x18\x08 \x01(\tR\x0e\x61\x63torChannelId\x12&\n\x0f\x61\x63tor_entity_id\x18\t \x01(\tR\ractorEntityId\x12!\n\x0cprincipal_id\x18\n \x01(\tR\x0bprincipalId\x12S\n\nattributes\x18\x0b \x03(\x0b\x32\x33.agentruntime.v1.ChannelActionActor.AttributesEntryR\nattributes\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xeb\t\n\x14\x43hannelActionReceipt\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12*\n\x0cworkspace_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\x30\n\x0fidempotency_key\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eidempotencyKey\x12!\n\x0crequest_hash\x18\x04 \x01(\tR\x0brequestHash\x12?\n\x0csurface_type\x18\x05 \x01(\x0e\x32\x12.common.v1.SurfaceB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0bsurfaceType\x12M\n\x0b\x61\x63tion_kind\x18\x06 \x01(\x0e\x32\".agentruntime.v1.ChannelActionKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\nactionKind\x12S\n\x0btarget_kind\x18\x07 \x01(\x0e\x32(.agentruntime.v1.ChannelActionTargetKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\ntargetKind\x12\x1b\n\ttarget_id\x18\x08 \x01(\tR\x08targetId\x12\x15\n\x06run_id\x18\t \x01(\tR\x05runId\x12\x17\n\x07wait_id\x18\n \x01(\tR\x06waitId\x12.\n\x13\x61pproval_request_id\x18\x0b \x01(\tR\x11\x61pprovalRequestId\x12!\n\x0cobjective_id\x18\x0c \x01(\tR\x0bobjectiveId\x12\x39\n\x05\x61\x63tor\x18\r \x01(\x0b\x32#.agentruntime.v1.ChannelActionActorR\x05\x61\x63tor\x12\x31\n\x07payload\x18\x0e \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12q\n\x15\x61uthorization_outcome\x18\x0f \x01(\x0e\x32\x32.agentruntime.v1.ChannelActionAuthorizationOutcomeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x14\x61uthorizationOutcome\x12\x65\n\x11\x65xecution_outcome\x18\x10 \x01(\x0e\x32..agentruntime.v1.ChannelActionExecutionOutcomeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x10\x65xecutionOutcome\x12\x62\n\x10\x64\x65livery_outcome\x18\x11 \x01(\x0e\x32-.agentruntime.v1.ChannelActionDeliveryOutcomeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0f\x64\x65liveryOutcome\x12\x16\n\x06reason\x18\x12 \x01(\tR\x06reason\x12!\n\x0c\x65rror_reason\x18\x13 \x01(\tR\x0b\x65rrorReason\x12\x39\n\ncreated_at\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12`\n\x1a\x63odex_interaction_decision\x18\x16 \x01(\x0b\x32\".codex.v1.CodexInteractionDecisionR\x18\x63odexInteractionDecision\"\xf2\x07\n\x11NormalizedTrigger\x12*\n\x0cworkspace_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\"\n\x08\x61gent_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x61gentId\x12\x1c\n\x07surface\x18\x03 \x01(\tB\x02\x18\x01R\x07surface\x12\x1d\n\nchannel_id\x18\x04 \x01(\tR\tchannelId\x12\x30\n\x0fidempotency_key\x18\x05 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eidempotencyKey\x12&\n\x0fsource_event_id\x18\x06 \x01(\tR\rsourceEventId\x12.\n\x11source_event_type\x18\x07 \x01(\tB\x02\x18\x01R\x0fsourceEventType\x12\x19\n\x08\x61\x63tor_id\x18\x08 \x01(\tR\x07\x61\x63torId\x12%\n\x0e\x63orrelation_id\x18\t \x01(\tR\rcorrelationId\x12\x31\n\x07payload\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12;\n\x0breceived_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nreceivedAt\x12?\n\x0csurface_type\x18\x0c \x01(\x0e\x32\x12.common.v1.SurfaceB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0bsurfaceType\x12O\n\x0f\x63hannel_context\x18\r \x01(\x0b\x32&.agentruntime.v1.RuntimeChannelContextR\x0e\x63hannelContext\x12P\n\x0ctrigger_kind\x18\x0e \x01(\x0e\x32#.agentruntime.v1.RuntimeTriggerKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0btriggerKind\x12I\n\rwork_envelope\x18\x0f \x01(\x0b\x32$.agentruntime.v1.RuntimeWorkEnvelopeR\x0cworkEnvelope\x12\x39\n\ncodex_work\x18\x10 \x01(\x0b\x32\x1a.codex.v1.CodexWorkRequestR\tcodexWork\x12U\n\x11proactive_context\x18\x11 \x01(\x0b\x32(.agentruntime.v1.RuntimeProactiveContextR\x10proactiveContext\x12!\n\x0cobjective_id\x18\x12 \x01(\tR\x0bobjectiveId\x12\x30\n\x0forganization_id\x18\x13 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\"\x9e\x03\n\x0eRuntimeContext\x12\x46\n\x0c\x64\x65pendencies\x18\x01 \x03(\x0b\x32\".agentruntime.v1.RuntimeDependencyR\x0c\x64\x65pendencies\x12O\n\nattributes\x18\x02 \x03(\x0b\x32/.agentruntime.v1.RuntimeContext.AttributesEntryR\nattributes\x12H\n\rvirtual_files\x18\x03 \x03(\x0b\x32#.agentruntime.v1.RuntimeVirtualFileR\x0cvirtualFiles\x12j\n\x1bteammate_capability_profile\x18\x04 \x01(\x0b\x32*.agentruntime.v1.TeammateCapabilityProfileR\x19teammateCapabilityProfile\x1a=\n\x0f\x41ttributesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x97\x07\n\x19TeammateCapabilityProfile\x12%\n\x0eschema_version\x18\x01 \x01(\tR\rschemaVersion\x12\x15\n\x06run_id\x18\x02 \x01(\tR\x05runId\x12!\n\x0cworkspace_id\x18\x03 \x01(\tR\x0bworkspaceId\x12\x19\n\x08\x61gent_id\x18\x04 \x01(\tR\x07\x61gentId\x12(\n\x10work_envelope_id\x18\x05 \x01(\tR\x0eworkEnvelopeId\x12,\n\x12work_envelope_kind\x18\x06 \x01(\tR\x10workEnvelopeKind\x12\x18\n\x07surface\x18\x07 \x01(\tR\x07surface\x12!\n\x0c\x63hannel_kind\x18\x08 \x01(\tR\x0b\x63hannelKind\x12\'\n\x0f\x65xecution_owner\x18\t \x01(\tR\x0e\x65xecutionOwner\x12\x32\n\x15\x63hannel_ingress_owner\x18\n \x01(\tR\x13\x63hannelIngressOwner\x12)\n\x10\x63hannel_renderer\x18\x0b \x01(\tR\x0f\x63hannelRenderer\x12\'\n\x0fscheduler_owner\x18\x0c \x01(\tR\x0eschedulerOwner\x12!\n\x0cmemory_owner\x18\r \x01(\tR\x0bmemoryOwner\x12%\n\x0e\x65vidence_owner\x18\x0e \x01(\tR\revidenceOwner\x12\'\n\x0fprivilege_model\x18\x0f \x01(\tR\x0eprivilegeModel\x12\x1b\n\talways_on\x18\x10 \x01(\x08R\x08\x61lwaysOn\x12\x18\n\x07\x61mbient\x18\x11 \x01(\x08R\x07\x61mbient\x12G\n\x0c\x63\x61pabilities\x18\x12 \x03(\x0b\x32#.agentruntime.v1.TeammateCapabilityR\x0c\x63\x61pabilities\x12M\n\x0e\x65xecution_path\x18\x13 \x03(\x0b\x32&.agentruntime.v1.TeammateExecutionStepR\rexecutionPath\x12\x31\n\x14isolation_boundaries\x18\x14 \x03(\tR\x13isolationBoundaries\x12#\n\rcontext_paths\x18\x15 \x03(\tR\x0c\x63ontextPaths\x12\x1e\n\nguardrails\x18\x16 \x03(\tR\nguardrails\"\xad\x02\n\x12TeammateCapability\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05owner\x18\x02 \x01(\tR\x05owner\x12%\n\x0e\x63ontract_paths\x18\x03 \x03(\tR\rcontractPaths\x12\x12\n\x04rpcs\x18\x04 \x03(\tR\x04rpcs\x12\x1c\n\tisolation\x18\x05 \x01(\tR\tisolation\x12#\n\rslack_visible\x18\x06 \x01(\x08R\x0cslackVisible\x12%\n\x0erequires_lease\x18\x07 \x01(\x08R\rrequiresLease\x12#\n\rproposal_only\x18\x08 \x01(\x08R\x0cproposalOnly\x12\'\n\x0f\x65vidence_backed\x18\t \x01(\x08R\x0e\x65videnceBacked\"\xc4\x01\n\x15TeammateExecutionStep\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x14\n\x05owner\x18\x02 \x01(\tR\x05owner\x12\x14\n\x05reads\x18\x03 \x03(\tR\x05reads\x12\x16\n\x06writes\x18\x04 \x03(\tR\x06writes\x12\x12\n\x04rpcs\x18\x05 \x03(\tR\x04rpcs\x12\x1c\n\tisolation\x18\x06 \x01(\tR\tisolation\x12%\n\x0eslack_behavior\x18\x07 \x01(\tR\rslackBehavior\"\x96\x05\n\x12RuntimeVirtualFile\x12\x1b\n\x04path\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x04path\x12\x1d\n\nmedia_type\x18\x02 \x01(\tR\tmediaType\x12\x18\n\x07\x63ontent\x18\x03 \x01(\tR\x07\x63ontent\x12%\n\x0esource_service\x18\x04 \x01(\tR\rsourceService\x12.\n\x13source_reference_id\x18\x05 \x01(\tR\x11sourceReferenceId\x12M\n\x08metadata\x18\x06 \x03(\x0b\x32\x31.agentruntime.v1.RuntimeVirtualFile.MetadataEntryR\x08metadata\x12M\n\nprovenance\x18\x07 \x01(\x0b\x32-.agentruntime.v1.RuntimeVirtualFileProvenanceR\nprovenance\x12O\n\x0bsensitivity\x18\x08 \x01(\x0e\x32#.agentruntime.v1.RuntimeSensitivityB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0bsensitivity\x12\x64\n\x0fredaction_state\x18\t \x01(\x0e\x32\x31.agentruntime.v1.RuntimeVirtualFileRedactionStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0eredactionState\x12\x41\n\nredactions\x18\n \x03(\x0b\x32!.agentruntime.v1.RuntimeRedactionR\nredactions\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xee\x04\n\x1cRuntimeVirtualFileProvenance\x12)\n\x10producer_service\x18\x01 \x01(\tR\x0fproducerService\x12#\n\rproducer_kind\x18\x02 \x01(\tR\x0cproducerKind\x12.\n\x13source_reference_id\x18\x03 \x01(\tR\x11sourceReferenceId\x12(\n\x10runtime_event_id\x18\x04 \x01(\tR\x0eruntimeEventId\x12\x1f\n\x0b\x61rtifact_id\x18\x05 \x01(\tR\nartifactId\x12\x17\n\x07step_id\x18\x06 \x01(\tR\x06stepId\x12*\n\x11tool_execution_id\x18\x07 \x01(\tR\x0ftoolExecutionId\x12!\n\x0chydration_id\x18\x08 \x01(\tR\x0bhydrationId\x12%\n\x0etransaction_id\x18\t \x01(\tR\rtransactionId\x12!\n\x0cpromotion_id\x18\n \x01(\tR\x0bpromotionId\x12\'\n\x0f\x65vidence_handle\x18\x0b \x01(\tR\x0e\x65videnceHandle\x12\x19\n\x08trace_id\x18\x0c \x01(\tR\x07traceId\x12\x17\n\x07span_id\x18\r \x01(\tR\x06spanId\x12.\n\x13parent_revision_ids\x18\x0e \x03(\tR\x11parentRevisionIds\x12\x1f\n\x0bprovider_id\x18\x0f \x01(\tR\nproviderId\x12#\n\rconnection_id\x18\x10 \x01(\tR\x0c\x63onnectionId\"\xc3\x0c\n\x17RuntimeVirtualFileEntry\x12\x12\n\x04path\x18\x01 \x01(\tR\x04path\x12\x1d\n\nmedia_type\x18\x02 \x01(\tR\tmediaType\x12%\n\x0esource_service\x18\x03 \x01(\tR\rsourceService\x12.\n\x13source_reference_id\x18\x04 \x01(\tR\x11sourceReferenceId\x12R\n\x08metadata\x18\x05 \x03(\x0b\x32\x36.agentruntime.v1.RuntimeVirtualFileEntry.MetadataEntryR\x08metadata\x12&\n\nsize_bytes\x18\x06 \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\tsizeBytes\x12%\n\x0e\x63ontent_sha256\x18\x07 \x01(\tR\rcontentSha256\x12+\n\x11\x63ontent_truncated\x18\x08 \x01(\x08R\x10\x63ontentTruncated\x12\x14\n\x05mount\x18\t \x01(\tR\x05mount\x12\x12\n\x04kind\x18\n \x01(\tR\x04kind\x12 \n\x0bpermissions\x18\x0b \x01(\tR\x0bpermissions\x12\x12\n\x04view\x18\x0c \x01(\tR\x04view\x12\x1f\n\x0brevision_id\x18\r \x01(\tR\nrevisionId\x12,\n\x12parent_revision_id\x18\x0e \x01(\tR\x10parentRevisionId\x12\x1f\n\x0bprovider_id\x18\x0f \x01(\tR\nproviderId\x12#\n\rconnection_id\x18\x10 \x01(\tR\x0c\x63onnectionId\x12!\n\x0c\x63\x61\x63he_policy\x18\x11 \x01(\tR\x0b\x63\x61\x63hePolicy\x12\x16\n\x06policy\x18\x12 \x01(\tR\x06policy\x12\x12\n\x04lazy\x18\x13 \x01(\x08R\x04lazy\x12\x31\n\x10secret_ref_count\x18\x14 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0esecretRefCount\x12#\n\rcerebro_index\x18\x15 \x01(\tR\x0c\x63\x65rebroIndex\x12\'\n\x0f\x63ontent_address\x18\x16 \x01(\tR\x0e\x63ontentAddress\x12M\n\nprovenance\x18\x17 \x01(\x0b\x32-.agentruntime.v1.RuntimeVirtualFileProvenanceR\nprovenance\x12O\n\x0bsensitivity\x18\x18 \x01(\x0e\x32#.agentruntime.v1.RuntimeSensitivityB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0bsensitivity\x12\x64\n\x0fredaction_state\x18\x19 \x01(\x0e\x32\x31.agentruntime.v1.RuntimeVirtualFileRedactionStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0eredactionState\x12\x41\n\nredactions\x18\x1a \x03(\x0b\x32!.agentruntime.v1.RuntimeRedactionR\nredactions\x12T\n\toperation\x18\x1b \x01(\x0e\x32,.agentruntime.v1.RuntimeVirtualFileOperationB\x08\xbaH\x05\x82\x01\x02\x10\x01R\toperation\x12\x1c\n\ttombstone\x18\x1c \x01(\x08R\ttombstone\x12\x1f\n\x0brename_from\x18\x1d \x01(\tR\nrenameFrom\x12\x1b\n\trename_to\x18\x1e \x01(\tR\x08renameTo\x12\"\n\x0c\x63\x61pabilities\x18\x1f \x03(\tR\x0c\x63\x61pabilities\x12\x1a\n\x08writable\x18 \x01(\x08R\x08writable\x12\x1b\n\tread_only\x18! \x01(\x08R\x08readOnly\x12\x1c\n\tgenerated\x18\" \x01(\x08R\tgenerated\x12\'\n\x0f\x65vidence_backed\x18# \x01(\x08R\x0e\x65videnceBacked\x12-\n\x12\x65xternally_indexed\x18$ \x01(\x08R\x11\x65xternallyIndexed\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x8d\x03\n\x17RuntimeVirtualFileMatch\x12\x12\n\x04path\x18\x01 \x01(\tR\x04path\x12(\n\x0bline_number\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\nlineNumber\x12\x18\n\x07snippet\x18\x03 \x01(\tR\x07snippet\x12\x14\n\x05mount\x18\x04 \x01(\tR\x05mount\x12%\n\x0esource_service\x18\x05 \x01(\tR\rsourceService\x12%\n\x0e\x62\x65\x66ore_context\x18\x06 \x03(\tR\rbeforeContext\x12#\n\rafter_context\x18\x07 \x03(\tR\x0c\x61\x66terContext\x12\x1d\n\x05score\x18\x08 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05score\x12#\n\rmatch_reasons\x18\t \x03(\tR\x0cmatchReasons\x12\x12\n\x04view\x18\n \x01(\tR\x04view\x12\x12\n\x04kind\x18\x0b \x01(\tR\x04kind\x12%\n\x0etransaction_id\x18\x0c \x01(\tR\rtransactionId\"\x80\x02\n\x11RuntimeDependency\x12!\n\x07service\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07service\x12\x18\n\x07purpose\x18\x02 \x01(\tR\x07purpose\x12\x1a\n\x08required\x18\x03 \x01(\x08R\x08required\x12\x1a\n\x06status\x18\x04 \x01(\tB\x02\x18\x01R\x06status\x12!\n\x0creference_id\x18\x05 \x01(\tR\x0breferenceId\x12S\n\x0bstatus_type\x18\x06 \x01(\x0e\x32(.agentruntime.v1.RuntimeDependencyStatusB\x08\xbaH\x05\x82\x01\x02\x10\x01R\nstatusType\"\x89\x01\n\x0f\x41gentRunLinkage\x12\x15\n\x06run_id\x18\x01 \x01(\tR\x05runId\x12!\n\x0cworkspace_id\x18\x02 \x01(\tR\x0bworkspaceId\x12\x19\n\x08\x61gent_id\x18\x03 \x01(\tR\x07\x61gentId\x12!\n\x0cobjective_id\x18\x04 \x01(\tR\x0bobjectiveId\"\xb1\x01\n\x13RuntimeTraceContext\x12\x19\n\x08trace_id\x18\x01 \x01(\tR\x07traceId\x12\x17\n\x07span_id\x18\x02 \x01(\tR\x06spanId\x12$\n\x0eparent_span_id\x18\x03 \x01(\tR\x0cparentSpanId\x12 \n\x0btraceparent\x18\x04 \x01(\tR\x0btraceparent\x12\x1e\n\ntracestate\x18\x05 \x01(\tR\ntracestate\"\xa5\x0e\n\x08\x41gentRun\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12<\n\x07trigger\x18\x02 \x01(\x0b\x32\".agentruntime.v1.NormalizedTriggerR\x07trigger\x12\x34\n\x05state\x18\x03 \x01(\x0e\x32\x1e.agentruntime.v1.AgentRunStateR\x05state\x12&\n\x05\x61gent\x18\x04 \x01(\x0b\x32\x10.agents.v1.AgentR\x05\x61gent\x12\x39\n\x0c\x61gent_config\x18\x05 \x01(\x0b\x32\x16.agents.v1.AgentConfigR\x0b\x61gentConfig\x12\x36\n\tobjective\x18\x06 \x01(\x0b\x32\x18.objectives.v1.ObjectiveR\tobjective\x12\x39\n\x07\x63ontext\x18\x07 \x01(\x0b\x32\x1f.agentruntime.v1.RuntimeContextR\x07\x63ontext\x12!\n\x0cworker_queue\x18\x08 \x01(\tR\x0bworkerQueue\x12#\n\rerror_message\x18\t \x01(\tR\x0c\x65rrorMessage\x12\x39\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12:\n\x07linkage\x18\x0c \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12\x18\n\x07\x61ttempt\x18\x0f \x01(\x05R\x07\x61ttempt\x12!\n\x0cmax_attempts\x18\x10 \x01(\x05R\x0bmaxAttempts\x12\x34\n\x05lease\x18\x11 \x01(\x0b\x32\x1e.agentruntime.v1.AgentRunLeaseR\x05lease\x12P\n\x11latest_checkpoint\x18\x12 \x01(\x0b\x32#.agentruntime.v1.AgentRunCheckpointR\x10latestCheckpoint\x12\x33\n\x05steps\x18\x13 \x03(\x0b\x32\x1d.agentruntime.v1.AgentRunStepR\x05steps\x12\x33\n\x05waits\x18\x14 \x03(\x0b\x32\x1d.agentruntime.v1.AgentRunWaitR\x05waits\x12?\n\tartifacts\x18\x15 \x03(\x0b\x32!.agentruntime.v1.AgentRunArtifactR\tartifacts\x12\x33\n\x05\x63osts\x18\x16 \x03(\x0b\x32\x1d.agentruntime.v1.AgentRunCostR\x05\x63osts\x12L\n\x0estream_cursors\x18\x17 \x03(\x0b\x32%.agentruntime.v1.AgentRunStreamCursorR\rstreamCursors\x12\x37\n\tqueued_at\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x08queuedAt\x12\x39\n\nstarted_at\x18\x19 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12\x39\n\nwaiting_at\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.TimestampR\twaitingAt\x12=\n\x0c\x63ompleted_at\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63ompletedAt\x12=\n\x0c\x63\x61ncelled_at\x18\x1c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63\x61ncelledAt\x12>\n\rnext_retry_at\x18\x1d \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bnextRetryAt\x12\x44\n\x10\x64\x65\x61\x64_lettered_at\x18\x1e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0e\x64\x65\x61\x64LetteredAt\x12/\n\x13\x63\x61ncellation_reason\x18\x1f \x01(\tR\x12\x63\x61ncellationReason\x12,\n\x12\x64\x65\x61\x64_letter_reason\x18 \x01(\tR\x10\x64\x65\x61\x64LetterReason\x12\x45\n\x0b\x63heckpoints\x18! \x03(\x0b\x32#.agentruntime.v1.AgentRunCheckpointR\x0b\x63heckpoints\x12I\n\rtrace_context\x18\" \x01(\x0b\x32$.agentruntime.v1.RuntimeTraceContextR\x0ctraceContext\x12.\n\x13\x61utonomy_session_id\x18# \x01(\tR\x11\x61utonomySessionId\"\x80\x03\n\rAgentRunLease\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\x07linkage\x18\x02 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12\x1b\n\tworker_id\x18\x06 \x01(\tR\x08workerId\x12\x14\n\x05token\x18\x07 \x01(\tR\x05token\x12!\n\x0cworker_queue\x18\x08 \x01(\tR\x0bworkerQueue\x12\x18\n\x07\x61ttempt\x18\t \x01(\x05R\x07\x61ttempt\x12\x39\n\nclaimed_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tclaimedAt\x12=\n\x0cheartbeat_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bheartbeatAt\x12\x39\n\nexpires_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\"\xce\x05\n\x0c\x41gentRunStep\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\x07linkage\x18\x02 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12\x12\n\x04name\x18\x06 \x01(\tR\x04name\x12\x16\n\x04kind\x18\x07 \x01(\tB\x02\x18\x01R\x04kind\x12\x38\n\x05state\x18\x08 \x01(\x0e\x32\".agentruntime.v1.AgentRunStepStateR\x05state\x12\x18\n\x07\x61ttempt\x18\t \x01(\x05R\x07\x61ttempt\x12-\n\x05input\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x05input\x12/\n\x06output\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructR\x06output\x12#\n\rerror_message\x18\x0c \x01(\tR\x0c\x65rrorMessage\x12#\n\rcheckpoint_id\x18\r \x01(\tR\x0c\x63heckpointId\x12\x39\n\nstarted_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12\x35\n\x08\x65nded_at\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndedAt\x12H\n\tstep_kind\x18\x10 \x01(\x0e\x32!.agentruntime.v1.AgentRunStepKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x08stepKind\x12\x41\n\x0e\x63odex_progress\x18\x11 \x01(\x0b\x32\x1a.codex.v1.CodexRunProgressR\rcodexProgress\x12I\n\rtrace_context\x18\x12 \x01(\x0b\x32$.agentruntime.v1.RuntimeTraceContextR\x0ctraceContext\"\xa6\x02\n\x12\x41gentRunCheckpoint\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\x07linkage\x18\x02 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12\x17\n\x07step_id\x18\x06 \x01(\tR\x06stepId\x12\x1a\n\x08sequence\x18\x07 \x01(\x03R\x08sequence\x12!\n\x0cresume_token\x18\x08 \x01(\tR\x0bresumeToken\x12\x31\n\x07payload\x18\t \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12\x39\n\ncreated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\"\xd7\x05\n\x0c\x41gentRunWait\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\x07linkage\x18\x02 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12\x17\n\x07step_id\x18\x06 \x01(\tR\x06stepId\x12\x35\n\x04type\x18\x07 \x01(\x0e\x32!.agentruntime.v1.AgentRunWaitTypeR\x04type\x12!\n\x0c\x65xternal_ref\x18\x08 \x01(\tR\x0b\x65xternalRef\x12\x16\n\x06reason\x18\t \x01(\tR\x06reason\x12\x31\n\x07payload\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12\x39\n\ncreated_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12=\n\x0cresume_after\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bresumeAfter\x12\x39\n\nexpires_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\x12;\n\x0bresolved_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nresolvedAt\x12/\n\x14resolved_by_event_id\x18\x0f \x01(\tR\x11resolvedByEventId\x12J\n\nvisibility\x18\x10 \x01(\x0b\x32*.agentruntime.v1.RuntimeVisibilityMetadataR\nvisibility\x12N\n\x11\x63odex_interaction\x18\x11 \x01(\x0b\x32!.codex.v1.CodexInteractionRequestR\x10\x63odexInteraction\"\xf3\x03\n\x10\x41gentRunArtifact\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\x07linkage\x18\x02 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12\x17\n\x07step_id\x18\x06 \x01(\tR\x06stepId\x12\'\n\rartifact_type\x18\x07 \x01(\tB\x02\x18\x01R\x0c\x61rtifactType\x12\x10\n\x03uri\x18\x08 \x01(\tR\x03uri\x12!\n\x0c\x63ontent_type\x18\t \x01(\tR\x0b\x63ontentType\x12\x16\n\x06\x64igest\x18\n \x01(\tR\x06\x64igest\x12\x33\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12\x39\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12T\n\rartifact_kind\x18\x10 \x01(\x0e\x32%.agentruntime.v1.AgentRunArtifactKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0c\x61rtifactKind\x12>\n\x0c\x63odex_output\x18\x11 \x01(\x0b\x32\x1b.codex.v1.CodexOutputTargetR\x0b\x63odexOutput\"\xba\x03\n\x0c\x41gentRunCost\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\x07linkage\x18\x02 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12\x17\n\x07step_id\x18\x06 \x01(\tR\x06stepId\x12\x1b\n\tmeter_ref\x18\x07 \x01(\tR\x08meterRef\x12\x1a\n\x08provider\x18\x08 \x01(\tR\x08provider\x12\x14\n\x05model\x18\t \x01(\tR\x05model\x12!\n\x0cinput_tokens\x18\n \x01(\x03R\x0binputTokens\x12#\n\routput_tokens\x18\x0b \x01(\x03R\x0coutputTokens\x12!\n\x0ctotal_tokens\x18\x0c \x01(\x03R\x0btotalTokens\x12\x1a\n\x08\x63urrency\x18\r \x01(\tR\x08\x63urrency\x12\x32\n\x15\x65stimated_cost_micros\x18\x0e \x01(\x03R\x13\x65stimatedCostMicros\x12;\n\x0brecorded_at\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nrecordedAt\"\xde\x01\n\x14\x41gentRunStreamCursor\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\x07linkage\x18\x02 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12\x1a\n\x08\x63onsumer\x18\x04 \x01(\tR\x08\x63onsumer\x12#\n\rnext_sequence\x18\x05 \x01(\x03R\x0cnextSequence\x12\x39\n\nupdated_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\"\x87\x08\n\x0cRuntimeEvent\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12\x15\n\x06run_id\x18\x02 \x01(\tR\x05runId\x12\x1a\n\x08sequence\x18\x03 \x01(\x03R\x08sequence\x12\x35\n\x04type\x18\x04 \x01(\x0e\x32!.agentruntime.v1.RuntimeEventTypeR\x04type\x12\x18\n\x07message\x18\x05 \x01(\tR\x07message\x12\x37\n\nattributes\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12;\n\x0boccurred_at\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\noccurredAt\x12\x17\n\x07step_id\x18\x0b \x01(\tR\x06stepId\x12#\n\rcheckpoint_id\x18\x0c \x01(\tR\x0c\x63heckpointId\x12\x1f\n\x0b\x61rtifact_id\x18\r \x01(\tR\nartifactId\x12\x17\n\x07\x63ost_id\x18\x0e \x01(\tR\x06\x63ostId\x12\x17\n\x07wait_id\x18\x0f \x01(\tR\x06waitId\x12:\n\x07linkage\x18\x10 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12J\n\nvisibility\x18\x11 \x01(\x0b\x32*.agentruntime.v1.RuntimeVisibilityMetadataR\nvisibility\x12\x41\n\x0e\x63odex_progress\x18\x12 \x01(\x0b\x32\x1a.codex.v1.CodexRunProgressR\rcodexProgress\x12N\n\x11\x63odex_interaction\x18\x13 \x01(\x0b\x32!.codex.v1.CodexInteractionRequestR\x10\x63odexInteraction\x12\x41\n\rcodex_outcome\x18\x14 \x01(\x0b\x32\x1c.codex.v1.CodexOutcomeSignalR\x0c\x63odexOutcome\x12I\n\rtrace_context\x18\x15 \x01(\x0b\x32$.agentruntime.v1.RuntimeTraceContextR\x0ctraceContext\x12Z\n\x13native_tool_attempt\x18\x16 \x01(\x0b\x32*.agentruntime.v1.NativeToolAttemptEvidenceR\x11nativeToolAttempt\x12W\n\x12native_agent_event\x18\x17 \x01(\x0b\x32).agentruntime.v1.NativeAgentEventEvidenceR\x10nativeAgentEvent\"\x85\x03\n\x12RuntimeEvidenceGap\x12K\n\x06reason\x18\x01 \x01(\x0e\x32).agentruntime.v1.RuntimeEvidenceGapReasonB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x06reason\x12V\n\x0e\x65vidence_state\x18\x02 \x01(\x0e\x32%.agentruntime.v1.RuntimeEvidenceStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\revidenceState\x12\x18\n\x07message\x18\x03 \x01(\tR\x07message\x12\x16\n\x06source\x18\x04 \x01(\tR\x06source\x12&\n\x0fsource_event_id\x18\x05 \x01(\tR\rsourceEventId\x12(\n\x10runtime_event_id\x18\x06 \x01(\tR\x0eruntimeEventId\x12\x19\n\x08trace_id\x18\x07 \x01(\tR\x07traceId\x12+\n\x11\x61pproval_blocking\x18\x08 \x01(\x08R\x10\x61pprovalBlocking\"\x83\x0f\n\x19NativeToolAttemptEvidence\x12V\n\x0e\x65vidence_state\x18\x01 \x01(\x0e\x32%.agentruntime.v1.RuntimeEvidenceStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\revidenceState\x12k\n\x19\x63redential_evidence_state\x18\x02 \x01(\x0e\x32%.agentruntime.v1.RuntimeEvidenceStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x17\x63redentialEvidenceState\x12(\n\x0bnative_kind\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nnativeKind\x12/\n\x0fsource_event_id\x18\x04 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\rsourceEventId\x12*\n\x11source_event_type\x18\x05 \x01(\tR\x0fsourceEventType\x12.\n\x13source_event_source\x18\x06 \x01(\tR\x11sourceEventSource\x12\x30\n\x14source_event_subject\x18\x07 \x01(\tR\x12sourceEventSubject\x12\x1b\n\ttenant_id\x18\x08 \x01(\tR\x08tenantId\x12\'\n\x0forganization_id\x18\t \x01(\tR\x0eorganizationId\x12*\n\x0cworkspace_id\x18\n \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\x1d\n\nsession_id\x18\x0b \x01(\tR\tsessionId\x12)\n\x0c\x61gent_run_id\x18\x0c \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nagentRunId\x12)\n\x11\x61gent_run_step_id\x18\r \x01(\tR\x0e\x61gentRunStepId\x12\x19\n\x08\x61gent_id\x18\x0e \x01(\tR\x07\x61gentId\x12\x19\n\x08\x61\x63tor_id\x18\x0f \x01(\tR\x07\x61\x63torId\x12!\n\x0cprincipal_id\x18\x10 \x01(\tR\x0bprincipalId\x12\x19\n\x08trace_id\x18\x11 \x01(\tR\x07traceId\x12\x1d\n\nrequest_id\x18\x12 \x01(\tR\trequestId\x12\x1f\n\x0bresponse_id\x18\x13 \x01(\tR\nresponseId\x12&\n\x0fparent_event_id\x18\x14 \x01(\tR\rparentEventId\x12)\n\x0ctool_call_id\x18\x15 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\ntoolCallId\x12*\n\x11tool_execution_id\x18\x16 \x01(\tR\x0ftoolExecutionId\x12%\n\x0etool_namespace\x18\x17 \x01(\tR\rtoolNamespace\x12$\n\ttool_name\x18\x18 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08toolName\x12!\n\x0ctool_version\x18\x19 \x01(\tR\x0btoolVersion\x12\x1e\n\ncapability\x18\x1a \x01(\tR\ncapability\x12!\n\x0c\x63onnector_id\x18\x1b \x01(\tR\x0b\x63onnectorId\x12)\n\x10mutates_resource\x18\x1c \x01(\x08R\x0fmutatesResource\x12=\n\nrisk_level\x18\x1d \x01(\x0e\x32\x14.common.v1.RiskLevelB\x08\xbaH\x05\x82\x01\x02\x10\x01R\triskLevel\x12-\n\x12\x61rguments_redacted\x18\x1e \x01(\x08R\x11\x61rgumentsRedacted\x12,\n\x12safe_arguments_ref\x18\x1f \x01(\tR\x10safeArgumentsRef\x12\x32\n\x15safe_arguments_sha256\x18 \x01(\tR\x13safeArgumentsSha256\x12@\n\x18safe_arguments_key_count\x18! \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x15safeArgumentsKeyCount\x12\x30\n\x0fredaction_count\x18\" \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0eredactionCount\x12\x1e\n\nredactions\x18# \x03(\tR\nredactions\x12H\n\revidence_gaps\x18$ \x03(\x0b\x32#.agentruntime.v1.RuntimeEvidenceGapR\x0c\x65videnceGaps\x12\x46\n\x11source_event_time\x18% \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0fsourceEventTime\x12i\n\x18principal_evidence_state\x18& \x01(\x0e\x32%.agentruntime.v1.RuntimeEvidenceStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x16principalEvidenceState\x12_\n\x13\x63ost_evidence_state\x18\' \x01(\x0e\x32%.agentruntime.v1.RuntimeEvidenceStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x11\x63ostEvidenceState\"\xa6\x11\n\x18NativeAgentEventEvidence\x12V\n\x0e\x65vidence_state\x18\x01 \x01(\x0e\x32%.agentruntime.v1.RuntimeEvidenceStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\revidenceState\x12i\n\x18principal_evidence_state\x18\x02 \x01(\x0e\x32%.agentruntime.v1.RuntimeEvidenceStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x16principalEvidenceState\x12k\n\x19\x63redential_evidence_state\x18\x03 \x01(\x0e\x32%.agentruntime.v1.RuntimeEvidenceStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x17\x63redentialEvidenceState\x12_\n\x13\x63ost_evidence_state\x18\x04 \x01(\x0e\x32%.agentruntime.v1.RuntimeEvidenceStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x11\x63ostEvidenceState\x12V\n\rnative_source\x18\x05 \x01(\x0e\x32\'.agentruntime.v1.NativeAgentEventSourceB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0cnativeSource\x12(\n\x0bnative_kind\x18\x06 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nnativeKind\x12/\n\x0fsource_event_id\x18\x07 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\rsourceEventId\x12\x33\n\x11source_event_type\x18\x08 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0fsourceEventType\x12N\n\x11source_event_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x06\xbaH\x03\xc8\x01\x01R\x0fsourceEventTime\x12\x1b\n\ttenant_id\x18\n \x01(\tR\x08tenantId\x12\'\n\x0forganization_id\x18\x0b \x01(\tR\x0eorganizationId\x12*\n\x0cworkspace_id\x18\x0c \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\x1d\n\nsession_id\x18\r \x01(\tR\tsessionId\x12)\n\x0c\x61gent_run_id\x18\x0e \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nagentRunId\x12)\n\x11\x61gent_run_step_id\x18\x0f \x01(\tR\x0e\x61gentRunStepId\x12\x19\n\x08\x61gent_id\x18\x10 \x01(\tR\x07\x61gentId\x12\x19\n\x08\x61\x63tor_id\x18\x11 \x01(\tR\x07\x61\x63torId\x12!\n\x0cprincipal_id\x18\x12 \x01(\tR\x0bprincipalId\x12\x1b\n\tthread_id\x18\x13 \x01(\tR\x08threadId\x12\x17\n\x07turn_id\x18\x14 \x01(\tR\x06turnId\x12\x19\n\x08trace_id\x18\x15 \x01(\tR\x07traceId\x12\x1d\n\nrequest_id\x18\x16 \x01(\tR\trequestId\x12\x1f\n\x0bresponse_id\x18\x17 \x01(\tR\nresponseId\x12&\n\x0fparent_event_id\x18\x18 \x01(\tR\rparentEventId\x12 \n\x0ctool_call_id\x18\x19 \x01(\tR\ntoolCallId\x12*\n\x11tool_execution_id\x18\x1a \x01(\tR\x0ftoolExecutionId\x12\x1b\n\taction_id\x18\x1b \x01(\tR\x08\x61\x63tionId\x12%\n\x0etool_namespace\x18\x1c \x01(\tR\rtoolNamespace\x12\x1b\n\ttool_name\x18\x1d \x01(\tR\x08toolName\x12!\n\x0ctool_version\x18\x1e \x01(\tR\x0btoolVersion\x12\x1e\n\ncapability\x18\x1f \x01(\tR\ncapability\x12!\n\x0c\x63onnector_id\x18 \x01(\tR\x0b\x63onnectorId\x12)\n\x10mutates_resource\x18! \x01(\x08R\x0fmutatesResource\x12=\n\nrisk_level\x18\" \x01(\x0e\x32\x14.common.v1.RiskLevelB\x08\xbaH\x05\x82\x01\x02\x10\x01R\triskLevel\x12-\n\x12\x61rguments_redacted\x18# \x01(\x08R\x11\x61rgumentsRedacted\x12\'\n\x0foutput_redacted\x18$ \x01(\x08R\x0eoutputRedacted\x12,\n\x12safe_arguments_ref\x18% \x01(\tR\x10safeArgumentsRef\x12\x32\n\x15safe_arguments_sha256\x18& \x01(\tR\x13safeArgumentsSha256\x12@\n\x18safe_arguments_key_count\x18\' \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x15safeArgumentsKeyCount\x12&\n\x0fsafe_output_ref\x18( \x01(\tR\rsafeOutputRef\x12,\n\x12safe_output_sha256\x18) \x01(\tR\x10safeOutputSha256\x12:\n\x15safe_output_key_count\x18* \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x12safeOutputKeyCount\x12\x30\n\x0fredaction_count\x18+ \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0eredactionCount\x12\x1e\n\nredactions\x18, \x03(\tR\nredactions\x12H\n\revidence_gaps\x18- \x03(\x0b\x32#.agentruntime.v1.RuntimeEvidenceGapR\x0c\x65videnceGaps\x12\x1f\n\x06schema\x18. \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x06schema\"\xce\x08\n\x14\x41gentAutonomySession\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\x07linkage\x18\x02 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12(\n\x10work_envelope_id\x18\x03 \x01(\tR\x0eworkEnvelopeId\x12`\n\x12work_envelope_kind\x18\x04 \x01(\x0e\x32(.agentruntime.v1.RuntimeWorkEnvelopeKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x10workEnvelopeKind\x12O\n\x0f\x63hannel_context\x18\x05 \x01(\x0b\x32&.agentruntime.v1.RuntimeChannelContextR\x0e\x63hannelContext\x12\x45\n\x05state\x18\x06 \x01(\x0e\x32%.agentruntime.v1.AutonomySessionStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x05state\x12]\n\x10processing_state\x18\x07 \x01(\x0e\x32(.agentruntime.v1.AutonomyProcessingStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0fprocessingState\x12-\n\x12processing_summary\x18\x08 \x01(\tR\x11processingSummary\x12\x1e\n\x0broot_run_id\x18\t \x01(\tR\trootRunId\x12\"\n\ractive_run_id\x18\n \x01(\tR\x0b\x61\x63tiveRunId\x12!\n\x0c\x63urrent_goal\x18\x0b \x01(\tR\x0b\x63urrentGoal\x12\x1f\n\x0bnext_action\x18\x0c \x01(\tR\nnextAction\x12\x18\n\x07\x62locker\x18\r \x01(\tR\x07\x62locker\x12\x32\n\x15processing_message_ts\x18\x0e \x01(\tR\x13processingMessageTs\x12.\n\x13\x61ssistant_stream_ts\x18\x0f \x01(\tR\x11\x61ssistantStreamTs\x12\x33\n\x16last_presence_event_id\x18\x10 \x01(\tR\x13lastPresenceEventId\x12Q\n\x17last_presence_update_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x14lastPresenceUpdateAt\x12\x34\n\x16\x66inal_response_pending\x18\x12 \x01(\x08R\x14\x66inalResponsePending\x12\x39\n\ncreated_at\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\"\xc2\x08\n\rAgentWorkItem\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12:\n\x07linkage\x18\x02 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12.\n\x13\x61utonomy_session_id\x18\x03 \x01(\tR\x11\x61utonomySessionId\x12\x15\n\x06run_id\x18\x04 \x01(\tR\x05runId\x12(\n\x10work_envelope_id\x18\x05 \x01(\tR\x0eworkEnvelopeId\x12-\n\x13parent_work_item_id\x18\x06 \x01(\tR\x10parentWorkItemId\x12+\n\x12owner_child_run_id\x18\x07 \x01(\tR\x0fownerChildRunId\x12@\n\x04kind\x18\x08 \x01(\x0e\x32\".agentruntime.v1.AgentWorkItemKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04kind\x12\x43\n\x05state\x18\t \x01(\x0e\x32#.agentruntime.v1.AgentWorkItemStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x05state\x12\x14\n\x05title\x18\n \x01(\tR\x05title\x12\x12\n\x04goal\x18\x0b \x01(\tR\x04goal\x12\x1f\n\x0bnext_action\x18\x0c \x01(\tR\nnextAction\x12\x18\n\x07\x62locker\x18\r \x01(\tR\x07\x62locker\x12\x17\n\x07wait_id\x18\x0e \x01(\tR\x06waitId\x12*\n\x11tool_execution_id\x18\x0f \x01(\tR\x0ftoolExecutionId\x12#\n\revidence_refs\x18\x10 \x03(\tR\x0c\x65videnceRefs\x12\'\n\x0f\x63ompletion_gate\x18\x11 \x01(\tR\x0e\x63ompletionGate\x12\x31\n\x07payload\x18\x12 \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12\x39\n\ncreated_at\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12\x39\n\nupdated_at\x18\x14 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x39\n\nstarted_at\x18\x15 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12=\n\x0c\x63ompleted_at\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63ompletedAt\x12\x37\n\tfailed_at\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x08\x66\x61iledAt\x12=\n\x0c\x63\x61ncelled_at\x18\x18 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63\x61ncelledAt\"\\\n\x14HandleTriggerRequest\x12\x44\n\x07trigger\x18\x01 \x01(\x0b\x32\".agentruntime.v1.NormalizedTriggerB\x06\xbaH\x03\xc8\x01\x01R\x07trigger\"\xa8\x01\n\x15HandleTriggerResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x35\n\x06\x65vents\x18\x02 \x03(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x06\x65vents\x12+\n\x11idempotent_replay\x18\x03 \x01(\x08R\x10idempotentReplay\"\x8c\x01\n\x13\x43laimNextRunRequest\x12$\n\tworker_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08workerId\x12!\n\x0cworker_queue\x18\x02 \x01(\tR\x0bworkerQueue\x12,\n\rlease_seconds\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0cleaseSeconds\"\xb0\x01\n\x14\x43laimNextRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x34\n\x05lease\x18\x02 \x01(\x0b\x32\x1e.agentruntime.v1.AgentRunLeaseR\x05lease\x12\x35\n\x06\x65vents\x18\x03 \x03(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x06\x65vents\"\x8f\x01\n\x13HeartbeatRunRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12.\n\x0e\x65xtend_seconds\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\rextendSeconds\"\xae\x01\n\x14HeartbeatRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x34\n\x05lease\x18\x02 \x01(\x0b\x32\x1e.agentruntime.v1.AgentRunLeaseR\x05lease\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\x90\x01\n\x14RenewRunLeaseRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12.\n\x0e\x65xtend_seconds\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\rextendSeconds\"\xe1\x01\n\x15RenewRunLeaseResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x34\n\x05lease\x18\x02 \x01(\x0b\x32\x1e.agentruntime.v1.AgentRunLeaseR\x05lease\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\x12\x30\n\x14renewed_after_expiry\x18\x04 \x01(\x08R\x12renewedAfterExpiry\"\x9b\x01\n\x14RecordRunStepRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12\x39\n\x04step\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.AgentRunStepB\x06\xbaH\x03\xc8\x01\x01R\x04step\"\xac\x01\n\x15RecordRunStepResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x31\n\x04step\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.AgentRunStepR\x04step\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\xb3\x01\n\x1aRecordRunCheckpointRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12K\n\ncheckpoint\x18\x03 \x01(\x0b\x32#.agentruntime.v1.AgentRunCheckpointB\x06\xbaH\x03\xc8\x01\x01R\ncheckpoint\"\xc4\x01\n\x1bRecordRunCheckpointResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x43\n\ncheckpoint\x18\x02 \x01(\x0b\x32#.agentruntime.v1.AgentRunCheckpointR\ncheckpoint\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\xab\x01\n\x18RecordRunArtifactRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12\x45\n\x08\x61rtifact\x18\x03 \x01(\x0b\x32!.agentruntime.v1.AgentRunArtifactB\x06\xbaH\x03\xc8\x01\x01R\x08\x61rtifact\"\xbc\x01\n\x19RecordRunArtifactResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12=\n\x08\x61rtifact\x18\x02 \x01(\x0b\x32!.agentruntime.v1.AgentRunArtifactR\x08\x61rtifact\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\x9b\x01\n\x14RecordRunCostRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12\x39\n\x04\x63ost\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.AgentRunCostB\x06\xbaH\x03\xc8\x01\x01R\x04\x63ost\"\xac\x01\n\x15RecordRunCostResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x31\n\x04\x63ost\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.AgentRunCostR\x04\x63ost\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\x85\x01\n\x1cRecordRunStreamCursorRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x45\n\x06\x63ursor\x18\x02 \x01(\x0b\x32%.agentruntime.v1.AgentRunStreamCursorB\x06\xbaH\x03\xc8\x01\x01R\x06\x63ursor\"\xc0\x01\n\x1dRecordRunStreamCursorResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12=\n\x06\x63ursor\x18\x02 \x01(\x0b\x32%.agentruntime.v1.AgentRunStreamCursorR\x06\x63ursor\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\xe6\x04\n\x15RecordRunEventRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12?\n\x04type\x18\x02 \x01(\x0e\x32!.agentruntime.v1.RuntimeEventTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04type\x12!\n\x07message\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07message\x12\x37\n\nattributes\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\nattributes\x12\x17\n\x07step_id\x18\x05 \x01(\tR\x06stepId\x12#\n\rcheckpoint_id\x18\x06 \x01(\tR\x0c\x63heckpointId\x12\x1f\n\x0b\x61rtifact_id\x18\x07 \x01(\tR\nartifactId\x12\x17\n\x07\x63ost_id\x18\x08 \x01(\tR\x06\x63ostId\x12\x17\n\x07wait_id\x18\t \x01(\tR\x06waitId\x12J\n\nvisibility\x18\n \x01(\x0b\x32*.agentruntime.v1.RuntimeVisibilityMetadataR\nvisibility\x12Z\n\x13native_tool_attempt\x18\x0b \x01(\x0b\x32*.agentruntime.v1.NativeToolAttemptEvidenceR\x11nativeToolAttempt\x12W\n\x12native_agent_event\x18\x0c \x01(\x0b\x32).agentruntime.v1.NativeAgentEventEvidenceR\x10nativeAgentEvent\"z\n\x16RecordRunEventResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x33\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\x94\x04\n\x11\x43ontrolRunRequest\x12\x15\n\x06run_id\x18\x01 \x01(\tR\x05runId\x12!\n\x0cworkspace_id\x18\x02 \x01(\tR\x0bworkspaceId\x12\x19\n\x08\x61gent_id\x18\x03 \x01(\tR\x07\x61gentId\x12(\n\x10work_envelope_id\x18\x04 \x01(\tR\x0eworkEnvelopeId\x12.\n\x13\x61utonomy_session_id\x18\x05 \x01(\tR\x11\x61utonomySessionId\x12=\n\x04mode\x18\x06 \x01(\x0e\x32\x1f.agentruntime.v1.RunControlModeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04mode\x12\x18\n\x07message\x18\x07 \x01(\tR\x07message\x12\'\n\x0fidempotency_key\x18\x08 \x01(\tR\x0eidempotencyKey\x12O\n\x0f\x63hannel_context\x18\t \x01(\x0b\x32&.agentruntime.v1.RuntimeChannelContextR\x0e\x63hannelContext\x12\x31\n\x07payload\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12J\n\nvisibility\x18\x0b \x01(\x0b\x32*.agentruntime.v1.RuntimeVisibilityMetadataR\nvisibility\"\xdf\x01\n\x12\x43ontrolRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x33\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\x12\x1d\n\ncontrol_id\x18\x03 \x01(\tR\tcontrolId\x12\x1c\n\tcancelled\x18\x04 \x01(\x08R\tcancelled\x12*\n\x11queued_for_worker\x18\x05 \x01(\x08R\x0fqueuedForWorker\"\x7f\n\x18RecordRunWorkItemRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x43\n\twork_item\x18\x02 \x01(\x0b\x32\x1e.agentruntime.v1.AgentWorkItemB\x06\xbaH\x03\xc8\x01\x01R\x08workItem\"\xba\x01\n\x19RecordRunWorkItemResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12;\n\twork_item\x18\x02 \x01(\x0b\x32\x1e.agentruntime.v1.AgentWorkItemR\x08workItem\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\x96\x04\n\x18UpdateRunWorkItemRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12)\n\x0cwork_item_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nworkItemId\x12\x43\n\x05state\x18\x03 \x01(\x0e\x32#.agentruntime.v1.AgentWorkItemStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x05state\x12$\n\x0bnext_action\x18\x04 \x01(\tH\x00R\nnextAction\x88\x01\x01\x12\x1d\n\x07\x62locker\x18\x05 \x01(\tH\x01R\x07\x62locker\x88\x01\x01\x12\x1c\n\x07wait_id\x18\x06 \x01(\tH\x02R\x06waitId\x88\x01\x01\x12/\n\x11tool_execution_id\x18\x07 \x01(\tH\x03R\x0ftoolExecutionId\x88\x01\x01\x12#\n\revidence_refs\x18\x08 \x03(\tR\x0c\x65videnceRefs\x12,\n\x0f\x63ompletion_gate\x18\t \x01(\tH\x04R\x0e\x63ompletionGate\x88\x01\x01\x12\x31\n\x07payload\x18\n \x01(\x0b\x32\x17.google.protobuf.StructR\x07payloadB\x0e\n\x0c_next_actionB\n\n\x08_blockerB\n\n\x08_wait_idB\x14\n\x12_tool_execution_idB\x12\n\x10_completion_gate\"\xba\x01\n\x19UpdateRunWorkItemResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12;\n\twork_item\x18\x02 \x01(\x0b\x32\x1e.agentruntime.v1.AgentWorkItemR\x08workItem\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\x91\x02\n\x17ListRunWorkItemsRequest\x12\x15\n\x06run_id\x18\x01 \x01(\tR\x05runId\x12!\n\x0cworkspace_id\x18\x02 \x01(\tR\x0bworkspaceId\x12(\n\x10work_envelope_id\x18\x03 \x01(\tR\x0eworkEnvelopeId\x12.\n\x13\x61utonomy_session_id\x18\x04 \x01(\tR\x11\x61utonomySessionId\x12\x43\n\x05state\x18\x05 \x01(\x0e\x32#.agentruntime.v1.AgentWorkItemStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x05state\x12\x1d\n\x05limit\x18\x06 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\"Y\n\x18ListRunWorkItemsResponse\x12=\n\nwork_items\x18\x01 \x03(\x0b\x32\x1e.agentruntime.v1.AgentWorkItemR\tworkItems\"\xeb\x03\n\x0fYieldRunRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12P\n\x0c\x63ontinuation\x18\x03 \x01(\x0e\x32\".agentruntime.v1.YieldContinuationB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0c\x63ontinuation\x12\x43\n\ncheckpoint\x18\x04 \x01(\x0b\x32#.agentruntime.v1.AgentRunCheckpointR\ncheckpoint\x12=\n\x0cresume_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bresumeAfter\x12\x31\n\x04wait\x18\x06 \x01(\x0b\x32\x1d.agentruntime.v1.AgentRunWaitR\x04wait\x12\x30\n\x14presence_status_text\x18\x07 \x01(\tR\x12presenceStatusText\x12\'\n\x0fidempotency_key\x18\x08 \x01(\tR\x0eidempotencyKey\x12*\n\x0cyield_budget\x18\t \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0byieldBudget\"\xc5\x03\n\x10YieldRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12>\n\rsuccessor_run\x18\x02 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x0csuccessorRun\x12\x31\n\x04wait\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.AgentRunWaitR\x04wait\x12\x43\n\ncheckpoint\x18\x04 \x01(\x0b\x32#.agentruntime.v1.AgentRunCheckpointR\ncheckpoint\x12\x33\n\x05\x65vent\x18\x05 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\x12\x44\n\x0epresence_event\x18\x06 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\rpresenceEvent\x12\'\n\x0fsession_blocked\x18\x07 \x01(\x08R\x0esessionBlocked\x12(\n\x0byield_count\x18\x08 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\nyieldCount\"\xda\x01\n\x0eWaitRunRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12\x39\n\x04wait\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.AgentRunWaitB\x06\xbaH\x03\xc8\x01\x01R\x04wait\x12\x43\n\ncheckpoint\x18\x04 \x01(\x0b\x32#.agentruntime.v1.AgentRunCheckpointR\ncheckpoint\"\xeb\x01\n\x0fWaitRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x31\n\x04wait\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.AgentRunWaitR\x04wait\x12\x43\n\ncheckpoint\x18\x03 \x01(\x0b\x32#.agentruntime.v1.AgentRunCheckpointR\ncheckpoint\x12\x33\n\x05\x65vent\x18\x04 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\x91\x02\n\x10ResumeRunRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12 \n\x07wait_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x06waitId\x12&\n\x0fresume_event_id\x18\x03 \x01(\tR\rresumeEventId\x12\x31\n\x07payload\x18\x04 \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12`\n\x1a\x63odex_interaction_decision\x18\x05 \x01(\x0b\x32\".codex.v1.CodexInteractionDecisionR\x18\x63odexInteractionDecision\"u\n\x11ResumeRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x33\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\xd4\x01\n\x12\x43ompleteRunRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12/\n\x06result\x18\x03 \x01(\x0b\x32\x17.google.protobuf.StructR\x06result\x12\x43\n\ncheckpoint\x18\x04 \x01(\x0b\x32#.agentruntime.v1.AgentRunCheckpointR\ncheckpoint\"\xbc\x01\n\x13\x43ompleteRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x43\n\ncheckpoint\x18\x02 \x01(\x0b\x32#.agentruntime.v1.AgentRunCheckpointR\ncheckpoint\x12\x33\n\x05\x65vent\x18\x03 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\xdf\x01\n\x0e\x46\x61ilRunRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12,\n\rerror_message\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0c\x65rrorMessage\x12\x1c\n\tretryable\x18\x04 \x01(\x08R\tretryable\x12\x37\n\x13retry_delay_seconds\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11retryDelaySeconds\"s\n\x0f\x46\x61ilRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x33\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"J\n\x10\x43\x61ncelRunRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\"u\n\x11\x43\x61ncelRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x33\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\x82\x01\n\x0fRetryRunRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x37\n\x13retry_delay_seconds\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11retryDelaySeconds\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason\"t\n\x10RetryRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x33\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"N\n\x14\x44\x65\x61\x64LetterRunRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x16\n\x06reason\x18\x02 \x01(\tR\x06reason\"y\n\x15\x44\x65\x61\x64LetterRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12\x33\n\x05\x65vent\x18\x02 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"(\n\rGetRunRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x02id\"=\n\x0eGetRunResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\">\n\x1cGetTeammateWorkLedgerRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\"\xa2\x01\n\x1dGetTeammateWorkLedgerResponse\x12;\n\x06ledger\x18\x01 \x01(\x0b\x32#.agentruntime.v1.TeammateWorkLedgerR\x06ledger\x12\x44\n\x0bledger_file\x18\x02 \x01(\x0b\x32#.agentruntime.v1.RuntimeVirtualFileR\nledgerFile\"\xed\x0b\n\x12TeammateWorkLedger\x12%\n\x0eschema_version\x18\x01 \x01(\tR\rschemaVersion\x12\x15\n\x06run_id\x18\x02 \x01(\tR\x05runId\x12:\n\x07linkage\x18\x03 \x01(\x0b\x32 .agentruntime.v1.AgentRunLinkageR\x07linkage\x12\x34\n\x05state\x18\x04 \x01(\x0e\x32\x1e.agentruntime.v1.AgentRunStateR\x05state\x12\'\n\x0fobjective_title\x18\x05 \x01(\tR\x0eobjectiveTitle\x12!\n\x0cworker_queue\x18\x06 \x01(\tR\x0bworkerQueue\x12!\n\x07\x61ttempt\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x07\x61ttempt\x12(\n\x10work_envelope_id\x18\x08 \x01(\tR\x0eworkEnvelopeId\x12,\n\x12work_envelope_kind\x18\t \x01(\tR\x10workEnvelopeKind\x12#\n\rworkstream_id\x18\n \x01(\tR\x0cworkstreamId\x12\x1f\n\x0bnext_action\x18\x0b \x01(\tR\nnextAction\x12\x46\n\x08\x62lockers\x18\x0c \x03(\x0b\x32*.agentruntime.v1.TeammateWorkLedgerBlockerR\x08\x62lockers\x12]\n\x10\x63onnector_access\x18\r \x03(\x0b\x32\x32.agentruntime.v1.TeammateWorkLedgerConnectorAccessR\x0f\x63onnectorAccess\x12\\\n\x10memory_citations\x18\x0e \x03(\x0b\x32\x31.agentruntime.v1.TeammateWorkLedgerMemoryCitationR\x0fmemoryCitations\x12N\n\x0bvfs_summary\x18\x0f \x01(\x0b\x32-.agentruntime.v1.TeammateWorkLedgerVfsSummaryR\nvfsSummary\x12Z\n\x0f\x63\x65rebro_context\x18\x10 \x01(\x0b\x32\x31.agentruntime.v1.TeammateWorkLedgerCerebroContextR\x0e\x63\x65rebroContext\x12]\n\x10proactive_policy\x18\x11 \x01(\x0b\x32\x32.agentruntime.v1.TeammateWorkLedgerProactivePolicyR\x0fproactivePolicy\x12W\n\x0e\x63hannel_status\x18\x12 \x01(\x0b\x32\x30.agentruntime.v1.TeammateWorkLedgerChannelStatusR\rchannelStatus\x12%\n\x0e\x65vidence_paths\x18\x13 \x03(\tR\revidencePaths\x12%\n\x0ehandoff_policy\x18\x14 \x01(\tR\rhandoffPolicy\x12\x34\n\x16resume_checkpoint_path\x18\x15 \x01(\tR\x14resumeCheckpointPath\x12\x39\n\nupdated_at\x18\x16 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12(\n\x0b\x65vent_count\x18\x17 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\neventCount\x12J\n\x11\x61\x63tive_work_items\x18\x18 \x03(\x0b\x32\x1e.agentruntime.v1.AgentWorkItemR\x0f\x61\x63tiveWorkItems\x12<\n\x16\x61\x63tive_work_item_count\x18\x19 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x13\x61\x63tiveWorkItemCount\x12>\n\x17\x62locked_work_item_count\x18\x1a \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x14\x62lockedWorkItemCount\"\xf4\x02\n\x19TeammateWorkLedgerBlocker\x12\x17\n\x07wait_id\x18\x01 \x01(\tR\x06waitId\x12\x35\n\x04type\x18\x02 \x01(\x0e\x32!.agentruntime.v1.AgentRunWaitTypeR\x04type\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason\x12!\n\x0c\x65xternal_ref\x18\x04 \x01(\tR\x0b\x65xternalRef\x12=\n\x0cresume_after\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bresumeAfter\x12-\n\x12visibility_summary\x18\x06 \x01(\tR\x11visibilitySummary\x12^\n\x0fresume_contract\x18\x07 \x01(\x0b\x32\x35.agentruntime.v1.TeammateWorkLedgerWaitResumeContractR\x0eresumeContract\"\xfe\x03\n$TeammateWorkLedgerWaitResumeContract\x12%\n\x0eschema_version\x18\x01 \x01(\tR\rschemaVersion\x12\x1d\n\nresume_rpc\x18\x02 \x01(\tR\tresumeRpc\x12\x1d\n\nlookup_rpc\x18\x03 \x01(\tR\tlookupRpc\x12\x39\n\x19lookup_external_ref_field\x18\x04 \x01(\tR\x16lookupExternalRefField\x12\x34\n\x16required_resume_fields\x18\x05 \x03(\tR\x14requiredResumeFields\x12+\n\x11\x61llowed_decisions\x18\x06 \x03(\tR\x10\x61llowedDecisions\x12=\n\x1b\x63hannel_action_value_fields\x18\x07 \x03(\tR\x18\x63hannelActionValueFields\x12\x30\n\x14idempotency_join_key\x18\x08 \x01(\tR\x12idempotencyJoinKey\x12.\n\x13\x61pproval_request_id\x18\t \x01(\tR\x11\x61pprovalRequestId\x12\x32\n\x15requires_safe_summary\x18\n \x01(\x08R\x13requiresSafeSummary\"\xc0\x03\n!TeammateWorkLedgerConnectorAccess\x12\x1d\n\nmount_path\x18\x01 \x01(\tR\tmountPath\x12\x1f\n\x0bprovider_id\x18\x02 \x01(\tR\nproviderId\x12#\n\rconnection_id\x18\x03 \x01(\tR\x0c\x63onnectionId\x12\"\n\x0c\x63\x61pabilities\x18\x04 \x03(\tR\x0c\x63\x61pabilities\x12%\n\x0egrant_required\x18\x05 \x01(\x08R\rgrantRequired\x12!\n\x0clease_policy\x18\x06 \x01(\tR\x0bleasePolicy\x12#\n\ridentity_mode\x18\x07 \x01(\tR\x0cidentityMode\x12>\n\x1b\x63redential_version_strategy\x18\x08 \x01(\tR\x19\x63redentialVersionStrategy\x12\x31\n\x10secret_ref_count\x18\t \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0esecretRefCount\x12\x30\n\x14\x63redential_ref_names\x18\n \x03(\tR\x12\x63redentialRefNames\"\xef\x02\n TeammateWorkLedgerMemoryCitation\x12\x1b\n\tmemory_id\x18\x01 \x01(\tR\x08memoryId\x12\x1f\n\x0bmemory_type\x18\x02 \x01(\tR\nmemoryType\x12\x16\n\x06source\x18\x03 \x01(\tR\x06source\x12\x1f\n\x0bsource_uris\x18\x04 \x03(\tR\nsourceUris\x12\x30\n\x14supersedes_memory_id\x18\x05 \x01(\tR\x12supersedesMemoryId\x12\x35\n\x17superseded_by_memory_id\x18\x06 \x01(\tR\x14supersededByMemoryId\x12#\n\rreview_status\x18\x07 \x01(\tR\x0creviewStatus\x12\x1d\n\nentity_ids\x18\x08 \x03(\tR\tentityIds\x12\'\n\x0f\x63ontent_preview\x18\t \x01(\tR\x0e\x63ontentPreview\"\xa3\x03\n\x1cTeammateWorkLedgerVfsSummary\x12&\n\nfile_count\x18\x01 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tfileCount\x12(\n\x0bmount_count\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\nmountCount\x12;\n\x15\x63onnector_mount_count\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x13\x63onnectorMountCount\x12\x37\n\x13memory_record_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11memoryRecordCount\x12\x34\n\x11transaction_count\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x10transactionCount\x12Q\n!cerebro_index_eligible_file_count\x18\x06 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x1d\x63\x65rebroIndexEligibleFileCount\x12\x32\n\x15has_resume_checkpoint\x18\x07 \x01(\x08R\x13hasResumeCheckpoint\"\xe2\x01\n TeammateWorkLedgerCerebroContext\x12\x1a\n\x08provider\x18\x01 \x01(\tR\x08provider\x12\x14\n\x05query\x18\x02 \x01(\tR\x05query\x12\x1b\n\tthing_ids\x18\x03 \x03(\tR\x08thingIds\x12\x19\n\x08\x66\x61\x63t_ids\x18\x04 \x03(\tR\x07\x66\x61\x63tIds\x12\x1b\n\tevent_ids\x18\x05 \x03(\tR\x08\x65ventIds\x12\x37\n\x13\x65ligible_file_count\x18\x06 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11\x65ligibleFileCount\"\xf3\x01\n!TeammateWorkLedgerProactivePolicy\x12\x18\n\x07\x65nabled\x18\x01 \x01(\x08R\x07\x65nabled\x12#\n\rtrigger_kinds\x18\x02 \x03(\tR\x0ctriggerKinds\x12\x38\n\x18progress_update_triggers\x18\x03 \x03(\tR\x16progressUpdateTriggers\x12\'\n\x0fpresence_policy\x18\x04 \x01(\tR\x0epresencePolicy\x12,\n\rupdate_budget\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0cupdateBudget\"\xc5\x05\n\x1fTeammateWorkLedgerChannelStatus\x12!\n\x0c\x63hannel_kind\x18\x01 \x01(\tR\x0b\x63hannelKind\x12\x1d\n\nchannel_id\x18\x02 \x01(\tR\tchannelId\x12\x1b\n\tthread_id\x18\x03 \x01(\tR\x08threadId\x12\x31\n\x15last_visible_event_id\x18\x04 \x01(\tR\x12lastVisibleEventId\x12\x30\n\x14last_visible_summary\x18\x05 \x01(\tR\x12lastVisibleSummary\x12]\n\x10processing_state\x18\x06 \x01(\x0e\x32(.agentruntime.v1.AutonomyProcessingStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0fprocessingState\x12-\n\x12processing_summary\x18\x07 \x01(\tR\x11processingSummary\x12\x32\n\x15processing_message_ts\x18\x08 \x01(\tR\x13processingMessageTs\x12.\n\x13\x61ssistant_stream_ts\x18\t \x01(\tR\x11\x61ssistantStreamTs\x12\x33\n\x16last_presence_event_id\x18\n \x01(\tR\x13lastPresenceEventId\x12Q\n\x17last_presence_update_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x14lastPresenceUpdateAt\x12\x34\n\x16\x66inal_response_pending\x18\x0c \x01(\x08R\x14\x66inalResponsePending\x12.\n\x13\x61utonomy_session_id\x18\r \x01(\tR\x11\x61utonomySessionId\"\x9d\x01\n\x1dListRunsByWorkEnvelopeRequest\x12*\n\x0cworkspace_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\x31\n\x10work_envelope_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eworkEnvelopeId\x12\x1d\n\x05limit\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\"O\n\x1eListRunsByWorkEnvelopeResponse\x12-\n\x04runs\x18\x01 \x03(\x0b\x32\x19.agentruntime.v1.AgentRunR\x04runs\"\x87\x08\n\x15\x43hannelThreadAdoption\x12\x0e\n\x02id\x18\x01 \x01(\tR\x02id\x12*\n\x0cworkspace_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\"\n\x08\x61gent_id\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x61gentId\x12P\n\x0c\x63hannel_kind\x18\x04 \x01(\x0e\x32#.agentruntime.v1.RuntimeChannelKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x63hannelKind\x12\x32\n\x15provider_workspace_id\x18\x05 \x01(\tR\x13providerWorkspaceId\x12&\n\nchannel_id\x18\x06 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\tchannelId\x12$\n\tthread_id\x18\x07 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08threadId\x12(\n\x10work_envelope_id\x18\x08 \x01(\tR\x0eworkEnvelopeId\x12/\n\x14\x66irst_adopted_run_id\x18\t \x01(\tR\x11\x66irstAdoptedRunId\x12\x1e\n\x0blast_run_id\x18\n \x01(\tR\tlastRunId\x12\x44\n\x10\x66irst_adopted_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0e\x66irstAdoptedAt\x12\x39\n\nupdated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tupdatedAt\x12\x39\n\nexpires_at\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\x12&\n\x0flast_message_id\x18\x0e \x01(\tR\rlastMessageId\x12/\n\x14last_source_event_id\x18\x0f \x01(\tR\x11lastSourceEventId\x12\x30\n\x14last_adoption_reason\x18\x10 \x01(\tR\x12lastAdoptionReason\x12\'\n\x0f\x61\x64option_policy\x18\x11 \x01(\tR\x0e\x61\x64optionPolicy\x12\x33\n\x08metadata\x18\x12 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12O\n\x0f\x63hannel_context\x18\x13 \x01(\x0b\x32&.agentruntime.v1.RuntimeChannelContextR\x0e\x63hannelContext\x12I\n\rwork_envelope\x18\x14 \x01(\x0b\x32$.agentruntime.v1.RuntimeWorkEnvelopeR\x0cworkEnvelope\"\xee\x02\n\x1fGetChannelThreadAdoptionRequest\x12*\n\x0cworkspace_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\"\n\x08\x61gent_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x61gentId\x12P\n\x0c\x63hannel_kind\x18\x03 \x01(\x0e\x32#.agentruntime.v1.RuntimeChannelKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x63hannelKind\x12\x32\n\x15provider_workspace_id\x18\x04 \x01(\tR\x13providerWorkspaceId\x12&\n\nchannel_id\x18\x05 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\tchannelId\x12$\n\tthread_id\x18\x06 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08threadId\x12\'\n\x0finclude_expired\x18\x07 \x01(\x08R\x0eincludeExpired\"f\n GetChannelThreadAdoptionResponse\x12\x42\n\x08\x61\x64option\x18\x01 \x01(\x0b\x32&.agentruntime.v1.ChannelThreadAdoptionR\x08\x61\x64option\"\xd2\x04\n\"RecordChannelThreadAdoptionRequest\x12*\n\x0cworkspace_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\"\n\x08\x61gent_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x61gentId\x12P\n\x0c\x63hannel_kind\x18\x03 \x01(\x0e\x32#.agentruntime.v1.RuntimeChannelKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x63hannelKind\x12\x32\n\x15provider_workspace_id\x18\x04 \x01(\tR\x13providerWorkspaceId\x12&\n\nchannel_id\x18\x05 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\tchannelId\x12$\n\tthread_id\x18\x06 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08threadId\x12\x1d\n\nmessage_id\x18\x07 \x01(\tR\tmessageId\x12&\n\x0fsource_event_id\x18\x08 \x01(\tR\rsourceEventId\x12\'\n\x0f\x61\x64option_reason\x18\t \x01(\tR\x0e\x61\x64optionReason\x12\x39\n\nexpires_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\x12(\n\x10work_envelope_id\x18\x0b \x01(\tR\x0eworkEnvelopeId\x12\x33\n\x08metadata\x18\x0c \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"i\n#RecordChannelThreadAdoptionResponse\x12\x42\n\x08\x61\x64option\x18\x01 \x01(\x0b\x32&.agentruntime.v1.ChannelThreadAdoptionR\x08\x61\x64option\"\x9e\x03\n!ListChannelThreadAdoptionsRequest\x12*\n\x0cworkspace_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\x19\n\x08\x61gent_id\x18\x02 \x01(\tR\x07\x61gentId\x12P\n\x0c\x63hannel_kind\x18\x03 \x01(\x0e\x32#.agentruntime.v1.RuntimeChannelKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x63hannelKind\x12\x32\n\x15provider_workspace_id\x18\x04 \x01(\tR\x13providerWorkspaceId\x12\x1d\n\nchannel_id\x18\x05 \x01(\tR\tchannelId\x12\x1b\n\tthread_id\x18\x06 \x01(\tR\x08threadId\x12(\n\x10work_envelope_id\x18\x07 \x01(\tR\x0eworkEnvelopeId\x12\'\n\x0finclude_expired\x18\x08 \x01(\x08R\x0eincludeExpired\x12\x1d\n\x05limit\x18\t \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\"j\n\"ListChannelThreadAdoptionsResponse\x12\x44\n\tadoptions\x18\x01 \x03(\x0b\x32&.agentruntime.v1.ChannelThreadAdoptionR\tadoptions\"\xee\x03\n\x13ListRunWaitsRequest\x12*\n\x0cworkspace_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\x15\n\x06run_id\x18\x02 \x01(\tR\x05runId\x12\x19\n\x08\x61gent_id\x18\x03 \x01(\tR\x07\x61gentId\x12!\n\x0cobjective_id\x18\x04 \x01(\tR\x0bobjectiveId\x12(\n\x10work_envelope_id\x18\x05 \x01(\tR\x0eworkEnvelopeId\x12\x42\n\x05state\x18\x06 \x01(\x0e\x32\".agentruntime.v1.AgentRunWaitStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x05state\x12?\n\x04type\x18\x07 \x01(\x0e\x32!.agentruntime.v1.AgentRunWaitTypeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04type\x12\x46\n\x08\x61udience\x18\x08 \x01(\x0e\x32 .agentruntime.v1.RuntimeAudienceB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x08\x61udience\x12\x1d\n\x05limit\x18\t \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\x12\x1d\n\npage_token\x18\n \x01(\tR\tpageToken\x12!\n\x0c\x65xternal_ref\x18\x0b \x01(\tR\x0b\x65xternalRef\"\xa9\x07\n\x13\x41gentRunWaitSummary\x12\x15\n\x06run_id\x18\x01 \x01(\tR\x05runId\x12\x17\n\x07wait_id\x18\x02 \x01(\tR\x06waitId\x12!\n\x0cworkspace_id\x18\x03 \x01(\tR\x0bworkspaceId\x12\x19\n\x08\x61gent_id\x18\x04 \x01(\tR\x07\x61gentId\x12!\n\x0cobjective_id\x18\x05 \x01(\tR\x0bobjectiveId\x12\x17\n\x07step_id\x18\x06 \x01(\tR\x06stepId\x12\x35\n\x04type\x18\x07 \x01(\x0e\x32!.agentruntime.v1.AgentRunWaitTypeR\x04type\x12\x38\n\x05state\x18\x08 \x01(\x0e\x32\".agentruntime.v1.AgentRunWaitStateR\x05state\x12!\n\x0c\x65xternal_ref\x18\t \x01(\tR\x0b\x65xternalRef\x12\x16\n\x06reason\x18\n \x01(\tR\x06reason\x12\x31\n\x07payload\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructR\x07payload\x12\x39\n\ncreated_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcreatedAt\x12=\n\x0cresume_after\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bresumeAfter\x12\x39\n\nexpires_at\x18\x0e \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\x12;\n\x0bresolved_at\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nresolvedAt\x12/\n\x14resolved_by_event_id\x18\x10 \x01(\tR\x11resolvedByEventId\x12J\n\nvisibility\x18\x11 \x01(\x0b\x32*.agentruntime.v1.RuntimeVisibilityMetadataR\nvisibility\x12O\n\x0f\x63hannel_context\x18\x12 \x01(\x0b\x32&.agentruntime.v1.RuntimeChannelContextR\x0e\x63hannelContext\x12I\n\rwork_envelope\x18\x13 \x01(\x0b\x32$.agentruntime.v1.RuntimeWorkEnvelopeR\x0cworkEnvelope\"z\n\x14ListRunWaitsResponse\x12:\n\x05waits\x18\x01 \x03(\x0b\x32$.agentruntime.v1.AgentRunWaitSummaryR\x05waits\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"l\n!RecordChannelActionReceiptRequest\x12G\n\x07receipt\x18\x01 \x01(\x0b\x32%.agentruntime.v1.ChannelActionReceiptB\x06\xbaH\x03\xc8\x01\x01R\x07receipt\"\x92\x01\n\"RecordChannelActionReceiptResponse\x12?\n\x07receipt\x18\x01 \x01(\x0b\x32%.agentruntime.v1.ChannelActionReceiptR\x07receipt\x12+\n\x11idempotent_replay\x18\x02 \x01(\x08R\x10idempotentReplay\"9\n\x1eGetChannelActionReceiptRequest\x12\x17\n\x02id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x02id\"b\n\x1fGetChannelActionReceiptResponse\x12?\n\x07receipt\x18\x01 \x01(\x0b\x32%.agentruntime.v1.ChannelActionReceiptR\x07receipt\"\xb1\x05\n ListChannelActionReceiptsRequest\x12*\n\x0cworkspace_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0bworkspaceId\x12\'\n\x0fidempotency_key\x18\x02 \x01(\tR\x0eidempotencyKey\x12&\n\x0f\x61\x63tor_entity_id\x18\x03 \x01(\tR\ractorEntityId\x12S\n\x0btarget_kind\x18\x04 \x01(\x0e\x32(.agentruntime.v1.ChannelActionTargetKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\ntargetKind\x12\x1b\n\ttarget_id\x18\x05 \x01(\tR\x08targetId\x12\x15\n\x06run_id\x18\x06 \x01(\tR\x05runId\x12\x17\n\x07wait_id\x18\x07 \x01(\tR\x06waitId\x12.\n\x13\x61pproval_request_id\x18\x08 \x01(\tR\x11\x61pprovalRequestId\x12!\n\x0cobjective_id\x18\t \x01(\tR\x0bobjectiveId\x12P\n\x0c\x63hannel_kind\x18\n \x01(\x0e\x32#.agentruntime.v1.RuntimeChannelKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x63hannelKind\x12\x32\n\x15provider_workspace_id\x18\x0b \x01(\tR\x13providerWorkspaceId\x12\x1d\n\nchannel_id\x18\x0c \x01(\tR\tchannelId\x12\x1b\n\tthread_id\x18\r \x01(\tR\x08threadId\x12\x1d\n\nmessage_id\x18\x0e \x01(\tR\tmessageId\x12\x1b\n\taction_id\x18\x0f \x01(\tR\x08\x61\x63tionId\x12\x1d\n\x05limit\x18\x10 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\"f\n!ListChannelActionReceiptsResponse\x12\x41\n\x08receipts\x18\x01 \x03(\x0b\x32%.agentruntime.v1.ChannelActionReceiptR\x08receipts\"\xc3\x01\n\x14ListRunEventsRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x46\n\x08\x61udience\x18\x02 \x01(\x0e\x32 .agentruntime.v1.RuntimeAudienceB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x08\x61udience\x12$\n\tpage_size\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x08pageSize\x12\x1d\n\npage_token\x18\x04 \x01(\tR\tpageToken\"v\n\x15ListRunEventsResponse\x12\x35\n\x06\x65vents\x18\x01 \x03(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x06\x65vents\x12&\n\x0fnext_page_token\x18\x02 \x01(\tR\rnextPageToken\"\xab\x01\n\x1aListRunVirtualFilesRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x1f\n\x0bpath_prefix\x18\x02 \x01(\tR\npathPrefix\x12\x1d\n\x05limit\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\x12-\n\x12include_tombstones\x18\x04 \x01(\x08R\x11includeTombstones\"a\n\x1bListRunVirtualFilesResponse\x12\x42\n\x07\x65ntries\x18\x01 \x03(\x0b\x32(.agentruntime.v1.RuntimeVirtualFileEntryR\x07\x65ntries\"\xc7\x01\n\x19ReadRunVirtualFileRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x1b\n\x04path\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x04path\x12\x1f\n\x06offset\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x06offset\x12\x1d\n\x05limit\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\x12-\n\x12include_tombstones\x18\x05 \x01(\x08R\x11includeTombstones\"\xea\x02\n\x1aReadRunVirtualFileResponse\x12>\n\x05\x65ntry\x18\x01 \x01(\x0b\x32(.agentruntime.v1.RuntimeVirtualFileEntryR\x05\x65ntry\x12\x18\n\x07\x63ontent\x18\x02 \x01(\tR\x07\x63ontent\x12\x16\n\x06offset\x18\x03 \x01(\x05R\x06offset\x12\x1f\n\x0bnext_offset\x18\x04 \x01(\x05R\nnextOffset\x12\x10\n\x03\x65of\x18\x05 \x01(\x08R\x03\x65of\x12\x64\n\x0fredaction_state\x18\x06 \x01(\x0e\x32\x31.agentruntime.v1.RuntimeVirtualFileRedactionStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0eredactionState\x12\x41\n\nredactions\x18\x07 \x03(\x0b\x32!.agentruntime.v1.RuntimeRedactionR\nredactions\"\x87\x01\n\x19StatRunVirtualFileRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x1b\n\x04path\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x04path\x12-\n\x12include_tombstones\x18\x03 \x01(\x08R\x11includeTombstones\"\\\n\x1aStatRunVirtualFileResponse\x12>\n\x05\x65ntry\x18\x01 \x01(\x0b\x32(.agentruntime.v1.RuntimeVirtualFileEntryR\x05\x65ntry\"\xe0\x01\n\x1bWatchRunVirtualFilesRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12!\n\x0csince_cursor\x18\x02 \x01(\tR\x0bsinceCursor\x12\x1d\n\x05limit\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\x12\x16\n\x06\x66ollow\x18\x04 \x01(\x08R\x06\x66ollow\x12G\n\x08selector\x18\x05 \x01(\x0b\x32+.agentruntime.v1.RuntimeVirtualFileSelectorR\x08selector\"c\n\x1cWatchRunVirtualFilesResponse\x12\x43\n\x05\x65vent\x18\x01 \x01(\x0b\x32-.agentruntime.v1.RuntimeVirtualFileWatchEventR\x05\x65vent\"\xd2\x05\n\x1cRuntimeVirtualFileWatchEvent\x12\x16\n\x06\x63ursor\x18\x01 \x01(\tR\x06\x63ursor\x12\x1c\n\toperation\x18\x02 \x01(\tR\toperation\x12\x12\n\x04path\x18\x03 \x01(\tR\x04path\x12\x1f\n\x0brevision_id\x18\x04 \x01(\tR\nrevisionId\x12,\n\x12parent_revision_id\x18\x05 \x01(\tR\x10parentRevisionId\x12%\n\x0etransaction_id\x18\x06 \x01(\tR\rtransactionId\x12\x12\n\x04view\x18\x07 \x01(\tR\x04view\x12\x17\n\x07span_id\x18\x08 \x01(\tR\x06spanId\x12\'\n\x0f\x65vidence_handle\x18\t \x01(\tR\x0e\x65videnceHandle\x12(\n\x10runtime_event_id\x18\n \x01(\tR\x0eruntimeEventId\x12\x1f\n\x0b\x61rtifact_id\x18\x0b \x01(\tR\nartifactId\x12\x19\n\x08trace_id\x18\x0c \x01(\tR\x07traceId\x12!\n\x0chydration_id\x18\r \x01(\tR\x0bhydrationId\x12!\n\x0cpromotion_id\x18\x0e \x01(\tR\x0bpromotionId\x12)\n\x10producer_service\x18\x0f \x01(\tR\x0fproducerService\x12#\n\rproducer_kind\x18\x10 \x01(\tR\x0cproducerKind\x12;\n\x0boccurred_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\noccurredAt\x12#\n\rcheckpoint_id\x18\x12 \x01(\tR\x0c\x63heckpointId\x12>\n\x05\x65ntry\x18\x13 \x01(\x0b\x32(.agentruntime.v1.RuntimeVirtualFileEntryR\x05\x65ntry\"\xdd\x02\n\x1aRuntimeVirtualFileSelector\x12\x14\n\x05paths\x18\x01 \x03(\tR\x05paths\x12\x1f\n\x0bpath_prefix\x18\x02 \x01(\tR\npathPrefix\x12\x14\n\x05views\x18\x03 \x03(\tR\x05views\x12\x14\n\x05kinds\x18\x04 \x03(\tR\x05kinds\x12\x16\n\x06mounts\x18\x05 \x03(\tR\x06mounts\x12\'\n\x0ftransaction_ids\x18\x06 \x03(\tR\x0etransactionIds\x12\x1a\n\x08policies\x18\x07 \x03(\tR\x08policies\x12\'\n\x0fsource_services\x18\x08 \x03(\tR\x0esourceServices\x12\'\n\x0f\x63\x65rebro_indexes\x18\t \x03(\tR\x0e\x63\x65rebroIndexes\x12-\n\x12include_tombstones\x18\n \x01(\x08R\x11includeTombstones\"\x81\x05\n\x1cRuntimeVirtualFileReadResult\x12\x12\n\x04path\x18\x01 \x01(\tR\x04path\x12>\n\x05\x65ntry\x18\x02 \x01(\x0b\x32(.agentruntime.v1.RuntimeVirtualFileEntryR\x05\x65ntry\x12\x18\n\x07\x63ontent\x18\x03 \x01(\tR\x07\x63ontent\x12\x1f\n\x06offset\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x06offset\x12(\n\x0bnext_offset\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\nnextOffset\x12\x10\n\x03\x65of\x18\x06 \x01(\x08R\x03\x65of\x12\x18\n\x07skipped\x18\x07 \x01(\x08R\x07skipped\x12\x1f\n\x0bskip_reason\x18\x08 \x01(\tR\nskipReason\x12\x1a\n\x08\x63itation\x18\t \x01(\tR\x08\x63itation\x12\x1b\n\x04rank\x18\n \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x04rank\x12\x1f\n\x0brank_reason\x18\x0b \x01(\tR\nrankReason\x12X\n\x0breason_code\x18\x0c \x01(\x0e\x32-.agentruntime.v1.RuntimeVirtualFileReasonCodeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\nreasonCode\x12\x64\n\x0fredaction_state\x18\r \x01(\x0e\x32\x31.agentruntime.v1.RuntimeVirtualFileRedactionStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0eredactionState\x12\x41\n\nredactions\x18\x0e \x03(\x0b\x32!.agentruntime.v1.RuntimeRedactionR\nredactions\"\x82\x02\n\x1f\x42\x61tchReadRunVirtualFilesRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12G\n\x08selector\x18\x02 \x01(\x0b\x32+.agentruntime.v1.RuntimeVirtualFileSelectorR\x08selector\x12-\n\x0eper_file_limit\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0cperFileLimit\x12(\n\x0btotal_limit\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\ntotalLimit\x12\x1d\n\x05limit\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\"\xf9\x01\n BatchReadRunVirtualFilesResponse\x12\x43\n\x05\x66iles\x18\x01 \x03(\x0b\x32-.agentruntime.v1.RuntimeVirtualFileReadResultR\x05\x66iles\x12\x37\n\x13total_content_bytes\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11totalContentBytes\x12)\n\x10\x62udget_exhausted\x18\x03 \x01(\x08R\x0f\x62udgetExhausted\x12,\n\rskipped_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0cskippedCount\"\xbd\x02\n%BuildRunVirtualFileContextPackRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x14\n\x05query\x18\x02 \x01(\tR\x05query\x12G\n\x08selector\x18\x03 \x01(\x0b\x32+.agentruntime.v1.RuntimeVirtualFileSelectorR\x08selector\x12\x1d\n\nseed_paths\x18\x04 \x03(\tR\tseedPaths\x12-\n\x0eper_file_limit\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0cperFileLimit\x12(\n\x0btotal_limit\x18\x06 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\ntotalLimit\x12\x1d\n\x05limit\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\"\xaa\x02\n&BuildRunVirtualFileContextPackResponse\x12I\n\x08snippets\x18\x01 \x03(\x0b\x32-.agentruntime.v1.RuntimeVirtualFileReadResultR\x08snippets\x12\x37\n\x13total_content_bytes\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11totalContentBytes\x12)\n\x10\x62udget_exhausted\x18\x03 \x01(\x08R\x0f\x62udgetExhausted\x12,\n\rskipped_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0cskippedCount\x12#\n\rskipped_paths\x18\x05 \x03(\tR\x0cskippedPaths\"\xd1\x02\n\x1cSearchRunVirtualFilesRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12\x1d\n\x05query\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05query\x12\x1f\n\x0bpath_prefix\x18\x03 \x01(\tR\npathPrefix\x12\x1d\n\x05limit\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\x12G\n\x08selector\x18\x05 \x01(\x0b\x32+.agentruntime.v1.RuntimeVirtualFileSelectorR\x08selector\x12\x14\n\x05regex\x18\x06 \x01(\x08R\x05regex\x12,\n\rcontext_lines\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0c\x63ontextLines\x12%\n\x0e\x63\x61se_sensitive\x18\x08 \x01(\x08R\rcaseSensitive\"\xba\x01\n\x1dSearchRunVirtualFilesResponse\x12\x42\n\x07matches\x18\x01 \x03(\x0b\x32(.agentruntime.v1.RuntimeVirtualFileMatchR\x07matches\x12,\n\rtotal_matches\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0ctotalMatches\x12\'\n\x0flimit_exhausted\x18\x03 \x01(\x08R\x0elimitExhausted\"\xc3\x05\n#RecordRunVirtualFileProposalRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12\x1b\n\x04path\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x04path\x12\x1d\n\nmedia_type\x18\x04 \x01(\tR\tmediaType\x12\x18\n\x07\x63ontent\x18\x05 \x01(\tR\x07\x63ontent\x12#\n\rproposal_kind\x18\x06 \x01(\tR\x0cproposalKind\x12\x17\n\x07step_id\x18\x07 \x01(\tR\x06stepId\x12^\n\x08metadata\x18\x08 \x03(\x0b\x32\x42.agentruntime.v1.RecordRunVirtualFileProposalRequest.MetadataEntryR\x08metadata\x12\'\n\x0fidempotency_key\x18\t \x01(\tR\x0eidempotencyKey\x12O\n\x0bsensitivity\x18\n \x01(\x0e\x32#.agentruntime.v1.RuntimeSensitivityB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0bsensitivity\x12\x64\n\x0fredaction_state\x18\x0b \x01(\x0e\x32\x31.agentruntime.v1.RuntimeVirtualFileRedactionStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0eredactionState\x12\x41\n\nredactions\x18\x0c \x03(\x0b\x32!.agentruntime.v1.RuntimeRedactionR\nredactions\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x80\x02\n$RecordRunVirtualFileProposalResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12=\n\x08\x61rtifact\x18\x02 \x01(\x0b\x32!.agentruntime.v1.AgentRunArtifactR\x08\x61rtifact\x12\x37\n\x04\x66ile\x18\x03 \x01(\x0b\x32#.agentruntime.v1.RuntimeVirtualFileR\x04\x66ile\x12\x33\n\x05\x65vent\x18\x04 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\xb1\x05\n\x18RuntimeVirtualFileChange\x12\x1b\n\x04path\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x04path\x12\x1d\n\nmedia_type\x18\x02 \x01(\tR\tmediaType\x12\x18\n\x07\x63ontent\x18\x03 \x01(\tR\x07\x63ontent\x12#\n\rproposal_kind\x18\x04 \x01(\tR\x0cproposalKind\x12\x17\n\x07step_id\x18\x05 \x01(\tR\x06stepId\x12S\n\x08metadata\x18\x06 \x03(\x0b\x32\x37.agentruntime.v1.RuntimeVirtualFileChange.MetadataEntryR\x08metadata\x12O\n\x0bsensitivity\x18\x07 \x01(\x0e\x32#.agentruntime.v1.RuntimeSensitivityB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0bsensitivity\x12\x64\n\x0fredaction_state\x18\x08 \x01(\x0e\x32\x31.agentruntime.v1.RuntimeVirtualFileRedactionStateB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0eredactionState\x12\x41\n\nredactions\x18\t \x03(\x0b\x32!.agentruntime.v1.RuntimeRedactionR\nredactions\x12T\n\toperation\x18\n \x01(\x0e\x32,.agentruntime.v1.RuntimeVirtualFileOperationB\x08\xbaH\x05\x82\x01\x02\x10\x01R\toperation\x12\x1f\n\x0brename_from\x18\x0b \x01(\tR\nrenameFrom\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xd5\x03\n&RecordRunVirtualFileTransactionRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12%\n\x0etransaction_id\x18\x03 \x01(\tR\rtransactionId\x12,\n\x12parent_revision_id\x18\x04 \x01(\tR\x10parentRevisionId\x12\x43\n\x07\x63hanges\x18\x05 \x03(\x0b\x32).agentruntime.v1.RuntimeVirtualFileChangeR\x07\x63hanges\x12\x61\n\x08metadata\x18\x06 \x03(\x0b\x32\x45.agentruntime.v1.RecordRunVirtualFileTransactionRequest.MetadataEntryR\x08metadata\x12\'\n\x0fidempotency_key\x18\x07 \x01(\tR\x0eidempotencyKey\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x87\x02\n\'RecordRunVirtualFileTransactionResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12?\n\tartifacts\x18\x02 \x03(\x0b\x32!.agentruntime.v1.AgentRunArtifactR\tartifacts\x12\x39\n\x05\x66iles\x18\x03 \x03(\x0b\x32#.agentruntime.v1.RuntimeVirtualFileR\x05\x66iles\x12\x33\n\x05\x65vent\x18\x04 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\xa4\x03\n\'PromoteRunVirtualFileTransactionRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12.\n\x0etransaction_id\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\rtransactionId\x12=\n\x1b\x65xpected_parent_revision_id\x18\x04 \x01(\tR\x18\x65xpectedParentRevisionId\x12\x1f\n\x0b\x61pprover_id\x18\x05 \x01(\tR\napproverId\x12\x62\n\x08metadata\x18\x06 \x03(\x0b\x32\x46.agentruntime.v1.PromoteRunVirtualFileTransactionRequest.MetadataEntryR\x08metadata\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x88\x02\n(PromoteRunVirtualFileTransactionResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12?\n\tartifacts\x18\x02 \x03(\x0b\x32!.agentruntime.v1.AgentRunArtifactR\tartifacts\x12\x39\n\x05\x66iles\x18\x03 \x03(\x0b\x32#.agentruntime.v1.RuntimeVirtualFileR\x05\x66iles\x12\x33\n\x05\x65vent\x18\x04 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\x93\x02\n\x1aRuntimeVirtualFileDiffHunk\x12-\n\x0eold_start_line\x18\x01 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0coldStartLine\x12-\n\x0eold_line_count\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0coldLineCount\x12-\n\x0enew_start_line\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0cnewStartLine\x12-\n\x0enew_line_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0cnewLineCount\x12\x16\n\x06header\x18\x05 \x01(\tR\x06header\x12!\n\x0cunified_diff\x18\x06 \x01(\tR\x0bunifiedDiff\"\xf9\x06\n%RuntimeVirtualFileTransactionFileDiff\x12\x12\n\x04path\x18\x01 \x01(\tR\x04path\x12T\n\toperation\x18\x02 \x01(\x0e\x32,.agentruntime.v1.RuntimeVirtualFileOperationB\x08\xbaH\x05\x82\x01\x02\x10\x01R\toperation\x12\x66\n\x0c\x61pply_status\x18\x03 \x01(\x0e\x32\x39.agentruntime.v1.RuntimeVirtualFileTransactionApplyStatusB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x61pplyStatus\x12,\n\x12parent_revision_id\x18\x04 \x01(\tR\x10parentRevisionId\x12(\n\x10\x62\x61se_revision_id\x18\x05 \x01(\tR\x0e\x62\x61seRevisionId\x12.\n\x13\x63urrent_revision_id\x18\x06 \x01(\tR\x11\x63urrentRevisionId\x12\x30\n\x14proposed_revision_id\x18\x07 \x01(\tR\x12proposedRevisionId\x12.\n\x13\x62\x61se_content_sha256\x18\x08 \x01(\tR\x11\x62\x61seContentSha256\x12\x34\n\x16\x63urrent_content_sha256\x18\t \x01(\tR\x14\x63urrentContentSha256\x12\x36\n\x17proposed_content_sha256\x18\n \x01(\tR\x15proposedContentSha256\x12%\n\tadditions\x18\x0b \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tadditions\x12%\n\tdeletions\x18\x0c \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tdeletions\x12\x16\n\x06\x62inary\x18\r \x01(\x08R\x06\x62inary\x12\x1c\n\ttombstone\x18\x0e \x01(\x08R\ttombstone\x12\x1f\n\x0brename_from\x18\x0f \x01(\tR\nrenameFrom\x12\x1b\n\trename_to\x18\x10 \x01(\tR\x08renameTo\x12!\n\x0cunified_diff\x18\x11 \x01(\tR\x0bunifiedDiff\x12\x41\n\x05hunks\x18\x12 \x03(\x0b\x32+.agentruntime.v1.RuntimeVirtualFileDiffHunkR\x05hunks\"\x94\x04\n%RuntimeVirtualFileTransactionConflict\x12\x12\n\x04path\x18\x01 \x01(\tR\x04path\x12X\n\x0breason_code\x18\x02 \x01(\x0e\x32-.agentruntime.v1.RuntimeVirtualFileReasonCodeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\nreasonCode\x12\x66\n\x0c\x61pply_status\x18\x03 \x01(\x0e\x32\x39.agentruntime.v1.RuntimeVirtualFileTransactionApplyStatusB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x61pplyStatus\x12\x18\n\x07message\x18\x04 \x01(\tR\x07message\x12,\n\x12parent_revision_id\x18\x05 \x01(\tR\x10parentRevisionId\x12(\n\x10\x62\x61se_revision_id\x18\x06 \x01(\tR\x0e\x62\x61seRevisionId\x12.\n\x13\x63urrent_revision_id\x18\x07 \x01(\tR\x11\x63urrentRevisionId\x12\x30\n\x14proposed_revision_id\x18\x08 \x01(\tR\x12proposedRevisionId\x12\x41\n\x05hunks\x18\t \x03(\x0b\x32+.agentruntime.v1.RuntimeVirtualFileDiffHunkR\x05hunks\"\xaf\x04\n!RuntimeVirtualFileTransactionDiff\x12%\n\x0etransaction_id\x18\x01 \x01(\tR\rtransactionId\x12L\n\x05\x66iles\x18\x02 \x03(\x0b\x32\x36.agentruntime.v1.RuntimeVirtualFileTransactionFileDiffR\x05\x66iles\x12!\n\x0cunified_diff\x18\x03 \x01(\tR\x0bunifiedDiff\x12&\n\nfile_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tfileCount\x12\x35\n\x12\x63hanged_file_count\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x10\x63hangedFileCount\x12%\n\tadditions\x18\x06 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tadditions\x12%\n\tdeletions\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tdeletions\x12\x14\n\x05stale\x18\x08 \x01(\x08R\x05stale\x12Y\n\x07outcome\x18\t \x01(\x0e\x32\x35.agentruntime.v1.RuntimeVirtualFileTransactionOutcomeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07outcome\x12T\n\tconflicts\x18\n \x03(\x0b\x32\x36.agentruntime.v1.RuntimeVirtualFileTransactionConflictR\tconflicts\"\xa4\x01\n$DiffRunVirtualFileTransactionRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12.\n\x0etransaction_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\rtransactionId\x12,\n\rcontext_lines\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0c\x63ontextLines\"o\n%DiffRunVirtualFileTransactionResponse\x12\x46\n\x04\x64iff\x18\x01 \x01(\x0b\x32\x32.agentruntime.v1.RuntimeVirtualFileTransactionDiffR\x04\x64iff\"\xce\x03\n%ApplyRunVirtualFileTransactionRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12.\n\x0etransaction_id\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\rtransactionId\x12=\n\x1b\x65xpected_parent_revision_id\x18\x04 \x01(\tR\x18\x65xpectedParentRevisionId\x12\x1f\n\x0b\x61pprover_id\x18\x05 \x01(\tR\napproverId\x12`\n\x08metadata\x18\x06 \x03(\x0b\x32\x44.agentruntime.v1.ApplyRunVirtualFileTransactionRequest.MetadataEntryR\x08metadata\x12,\n\rcontext_lines\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0c\x63ontextLines\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xa9\x03\n&ApplyRunVirtualFileTransactionResponse\x12Y\n\x07outcome\x18\x01 \x01(\x0e\x32\x35.agentruntime.v1.RuntimeVirtualFileTransactionOutcomeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07outcome\x12\x46\n\x04\x64iff\x18\x02 \x01(\x0b\x32\x32.agentruntime.v1.RuntimeVirtualFileTransactionDiffR\x04\x64iff\x12+\n\x03run\x18\x03 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12?\n\tartifacts\x18\x04 \x03(\x0b\x32!.agentruntime.v1.AgentRunArtifactR\tartifacts\x12\x39\n\x05\x66iles\x18\x05 \x03(\x0b\x32#.agentruntime.v1.RuntimeVirtualFileR\x05\x66iles\x12\x33\n\x05\x65vent\x18\x06 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\xcd\x03\n&RebaseRunVirtualFileTransactionRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12;\n\x15source_transaction_id\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x13sourceTransactionId\x12%\n\x0etransaction_id\x18\x04 \x01(\tR\rtransactionId\x12\x61\n\x08metadata\x18\x05 \x03(\x0b\x32\x45.agentruntime.v1.RebaseRunVirtualFileTransactionRequest.MetadataEntryR\x08metadata\x12\'\n\x0fidempotency_key\x18\x06 \x01(\tR\x0eidempotencyKey\x12,\n\rcontext_lines\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0c\x63ontextLines\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x85\x04\n\'RebaseRunVirtualFileTransactionResponse\x12Y\n\x07outcome\x18\x01 \x01(\x0e\x32\x35.agentruntime.v1.RuntimeVirtualFileTransactionOutcomeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x07outcome\x12\x32\n\x15source_transaction_id\x18\x02 \x01(\tR\x13sourceTransactionId\x12%\n\x0etransaction_id\x18\x03 \x01(\tR\rtransactionId\x12\x46\n\x04\x64iff\x18\x04 \x01(\x0b\x32\x32.agentruntime.v1.RuntimeVirtualFileTransactionDiffR\x04\x64iff\x12+\n\x03run\x18\x05 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12?\n\tartifacts\x18\x06 \x03(\x0b\x32!.agentruntime.v1.AgentRunArtifactR\tartifacts\x12\x39\n\x05\x66iles\x18\x07 \x03(\x0b\x32#.agentruntime.v1.RuntimeVirtualFileR\x05\x66iles\x12\x33\n\x05\x65vent\x18\x08 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"\xcb\x03\n!HydrateRunVirtualFileMountRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\x12(\n\x0blease_token\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\nleaseToken\x12\x1d\n\x05mount\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05mount\x12\x1f\n\x0bprovider_id\x18\x04 \x01(\tR\nproviderId\x12#\n\rconnection_id\x18\x05 \x01(\tR\x0c\x63onnectionId\x12\x14\n\x05query\x18\x06 \x01(\tR\x05query\x12\x1d\n\x05limit\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05limit\x12\\\n\x08metadata\x18\x08 \x03(\x0b\x32@.agentruntime.v1.HydrateRunVirtualFileMountRequest.MetadataEntryR\x08metadata\x12\'\n\x0fidempotency_key\x18\t \x01(\tR\x0eidempotencyKey\x1a;\n\rMetadataEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\x82\x02\n\"HydrateRunVirtualFileMountResponse\x12+\n\x03run\x18\x01 \x01(\x0b\x32\x19.agentruntime.v1.AgentRunR\x03run\x12?\n\tartifacts\x18\x02 \x03(\x0b\x32!.agentruntime.v1.AgentRunArtifactR\tartifacts\x12\x39\n\x05\x66iles\x18\x03 \x03(\x0b\x32#.agentruntime.v1.RuntimeVirtualFileR\x05\x66iles\x12\x33\n\x05\x65vent\x18\x04 \x01(\x0b\x32\x1d.agentruntime.v1.RuntimeEventR\x05\x65vent\"?\n\x1dInspectRunVirtualFilesRequest\x12\x1e\n\x06run_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x05runId\"\xcd\x08\n\"RuntimeVirtualFileInspectorSummary\x12&\n\nfile_count\x18\x01 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tfileCount\x12(\n\x0bmount_count\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\nmountCount\x12\x34\n\x11transaction_count\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x10transactionCount\x12\x31\n\x10lazy_mount_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0elazyMountCount\x12\x37\n\x13hydrated_file_count\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11hydratedFileCount\x12?\n\x17\x63\x65rebro_candidate_count\x18\x06 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x15\x63\x65rebroCandidateCount\x12\x37\n\x13\x63\x65rebro_ready_count\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11\x63\x65rebroReadyCount\x12\x37\n\x13\x61\x63\x63\x65pted_file_count\x18\x08 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11\x61\x63\x63\x65ptedFileCount\x12;\n\x15\x63ontent_address_count\x18\t \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x13\x63ontentAddressCount\x12\x42\n\x19hydration_cache_hit_count\x18\n \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x16hydrationCacheHitCount\x12?\n\x17stale_transaction_count\x18\x0b \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x15staleTransactionCount\x12\x37\n\x13shadowed_file_count\x18\x0c \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11shadowedFileCount\x12.\n\x0eproducer_count\x18\r \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\rproducerCount\x12>\n\x17preview_only_file_count\x18\x0e \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x14previewOnlyFileCount\x12\x33\n\x11\x64\x65nied_file_count\x18\x0f \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64\x65niedFileCount\x12;\n\x15restricted_file_count\x18\x10 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x13restrictedFileCount\x12\x39\n\x14tombstone_file_count\x18\x11 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x12tombstoneFileCount\x12\x33\n\x11\x64\x65lete_file_count\x18\x12 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64\x65leteFileCount\x12\x33\n\x11rename_file_count\x18\x13 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0frenameFileCount\"\xa1\x06\n RuntimeVirtualFileInspectorMount\x12\x12\n\x04path\x18\x01 \x01(\tR\x04path\x12&\n\nfile_count\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tfileCount\x12&\n\nsize_bytes\x18\x03 \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\tsizeBytes\x12\x12\n\x04lazy\x18\x04 \x01(\x08R\x04lazy\x12\x1f\n\x0bprovider_id\x18\x05 \x01(\tR\nproviderId\x12#\n\rconnection_id\x18\x06 \x01(\tR\x0c\x63onnectionId\x12!\n\x0c\x63\x61\x63he_policy\x18\x07 \x01(\tR\x0b\x63\x61\x63hePolicy\x12\x16\n\x06policy\x18\x08 \x01(\tR\x06policy\x12#\n\rcerebro_index\x18\t \x01(\tR\x0c\x63\x65rebroIndex\x12\x31\n\x10secret_ref_count\x18\n \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0esecretRefCount\x12\'\n\x0fsource_services\x18\x0b \x03(\tR\x0esourceServices\x12>\n\x17preview_only_file_count\x18\x0c \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x14previewOnlyFileCount\x12\x33\n\x11\x64\x65nied_file_count\x18\r \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64\x65niedFileCount\x12;\n\x15restricted_file_count\x18\x0e \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x13restrictedFileCount\x12\"\n\x0c\x63\x61pabilities\x18\x0f \x03(\tR\x0c\x63\x61pabilities\x12\x1a\n\x08writable\x18\x10 \x01(\x08R\x08writable\x12\x1b\n\tread_only\x18\x11 \x01(\x08R\x08readOnly\x12\x1c\n\tgenerated\x18\x12 \x01(\x08R\tgenerated\x12\'\n\x0f\x65vidence_backed\x18\x13 \x01(\x08R\x0e\x65videnceBacked\x12-\n\x12\x65xternally_indexed\x18\x14 \x01(\x08R\x11\x65xternallyIndexed\"\xc8\x03\n&RuntimeVirtualFileInspectorTransaction\x12%\n\x0etransaction_id\x18\x01 \x01(\tR\rtransactionId\x12\x12\n\x04view\x18\x02 \x01(\tR\x04view\x12,\n\x12parent_revision_id\x18\x03 \x01(\tR\x10parentRevisionId\x12&\n\nfile_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tfileCount\x12\x16\n\x06policy\x18\x05 \x01(\tR\x06policy\x12#\n\rcerebro_index\x18\x06 \x01(\tR\x0c\x63\x65rebroIndex\x12+\n\x11\x63ontent_addresses\x18\x07 \x03(\tR\x10\x63ontentAddresses\x12\x39\n\x14tombstone_file_count\x18\x08 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x12tombstoneFileCount\x12\x33\n\x11\x64\x65lete_file_count\x18\t \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64\x65leteFileCount\x12\x33\n\x11rename_file_count\x18\n \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0frenameFileCount\"\x80\x04\n#RuntimeVirtualFileInspectorProducer\x12)\n\x10producer_service\x18\x01 \x01(\tR\x0fproducerService\x12#\n\rproducer_kind\x18\x02 \x01(\tR\x0cproducerKind\x12&\n\nfile_count\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tfileCount\x12.\n\x0erevision_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\rrevisionCount\x12*\n\x11runtime_event_ids\x18\x05 \x03(\tR\x0fruntimeEventIds\x12!\n\x0c\x61rtifact_ids\x18\x06 \x03(\tR\x0b\x61rtifactIds\x12\x19\n\x08step_ids\x18\x07 \x03(\tR\x07stepIds\x12,\n\x12tool_execution_ids\x18\x08 \x03(\tR\x10toolExecutionIds\x12\x1b\n\ttrace_ids\x18\t \x03(\tR\x08traceIds\x12#\n\rhydration_ids\x18\n \x03(\tR\x0chydrationIds\x12\'\n\x0ftransaction_ids\x18\x0b \x03(\tR\x0etransactionIds\x12.\n\x13parent_revision_ids\x18\x0c \x03(\tR\x11parentRevisionIds\"\xaf\x03\n\x1eInspectRunVirtualFilesResponse\x12M\n\x07summary\x18\x01 \x01(\x0b\x32\x33.agentruntime.v1.RuntimeVirtualFileInspectorSummaryR\x07summary\x12I\n\x06mounts\x18\x02 \x03(\x0b\x32\x31.agentruntime.v1.RuntimeVirtualFileInspectorMountR\x06mounts\x12[\n\x0ctransactions\x18\x03 \x03(\x0b\x32\x37.agentruntime.v1.RuntimeVirtualFileInspectorTransactionR\x0ctransactions\x12\x42\n\x07\x65ntries\x18\x04 \x03(\x0b\x32(.agentruntime.v1.RuntimeVirtualFileEntryR\x07\x65ntries\x12R\n\tproducers\x18\x05 \x03(\x0b\x32\x34.agentruntime.v1.RuntimeVirtualFileInspectorProducerR\tproducers*\xbf\x02\n\rAgentRunState\x12\x1f\n\x1b\x41GENT_RUN_STATE_UNSPECIFIED\x10\x00\x12\x1c\n\x18\x41GENT_RUN_STATE_ACCEPTED\x10\x01\x12\x1a\n\x16\x41GENT_RUN_STATE_QUEUED\x10\x02\x12\x1b\n\x17\x41GENT_RUN_STATE_RUNNING\x10\x03\x12\x1b\n\x17\x41GENT_RUN_STATE_WAITING\x10\x04\x12\x1d\n\x19\x41GENT_RUN_STATE_SUCCEEDED\x10\x05\x12\x1a\n\x16\x41GENT_RUN_STATE_FAILED\x10\x06\x12\x1d\n\x19\x41GENT_RUN_STATE_CANCELLED\x10\x07\x12\x1c\n\x18\x41GENT_RUN_STATE_RETRYING\x10\x08\x12!\n\x1d\x41GENT_RUN_STATE_DEAD_LETTERED\x10\t*\xaa\x02\n\x11\x41gentRunStepState\x12$\n AGENT_RUN_STEP_STATE_UNSPECIFIED\x10\x00\x12 \n\x1c\x41GENT_RUN_STEP_STATE_PENDING\x10\x01\x12 \n\x1c\x41GENT_RUN_STEP_STATE_RUNNING\x10\x02\x12 \n\x1c\x41GENT_RUN_STEP_STATE_WAITING\x10\x03\x12\"\n\x1e\x41GENT_RUN_STEP_STATE_SUCCEEDED\x10\x04\x12\x1f\n\x1b\x41GENT_RUN_STEP_STATE_FAILED\x10\x05\x12\"\n\x1e\x41GENT_RUN_STEP_STATE_CANCELLED\x10\x06\x12 \n\x1c\x41GENT_RUN_STEP_STATE_SKIPPED\x10\x07*\xe7\x03\n\x10\x41gentRunStepKind\x12#\n\x1f\x41GENT_RUN_STEP_KIND_UNSPECIFIED\x10\x00\x12\"\n\x1e\x41GENT_RUN_STEP_KIND_MODEL_CALL\x10\x01\x12(\n$AGENT_RUN_STEP_KIND_TOOL_CALL_INTENT\x10\x02\x12#\n\x1f\x41GENT_RUN_STEP_KIND_TOOL_RESULT\x10\x03\x12%\n!AGENT_RUN_STEP_KIND_APPROVAL_WAIT\x10\x04\x12\x1d\n\x19\x41GENT_RUN_STEP_KIND_ERROR\x10\x05\x12\x1e\n\x1a\x41GENT_RUN_STEP_KIND_SYSTEM\x10\x06\x12*\n&AGENT_RUN_STEP_KIND_CONTEXT_ENRICHMENT\x10\x07\x12\x1c\n\x18\x41GENT_RUN_STEP_KIND_PLAN\x10\x08\x12\x1d\n\x19\x41GENT_RUN_STEP_KIND_PATCH\x10\t\x12\x1c\n\x18\x41GENT_RUN_STEP_KIND_TEST\x10\n\x12)\n%AGENT_RUN_STEP_KIND_PULL_REQUEST_SYNC\x10\x0b\x12#\n\x1f\x41GENT_RUN_STEP_KIND_REVIEW_SYNC\x10\x0c*\xb6\x01\n\x10\x41gentRunWaitType\x12#\n\x1f\x41GENT_RUN_WAIT_TYPE_UNSPECIFIED\x10\x00\x12 \n\x1c\x41GENT_RUN_WAIT_TYPE_APPROVAL\x10\x01\x12\x1d\n\x19\x41GENT_RUN_WAIT_TYPE_INPUT\x10\x02\x12\x1d\n\x19\x41GENT_RUN_WAIT_TYPE_EVENT\x10\x03\x12\x1d\n\x19\x41GENT_RUN_WAIT_TYPE_TIMER\x10\x04*\xc4\x01\n\x11\x41gentRunWaitState\x12$\n AGENT_RUN_WAIT_STATE_UNSPECIFIED\x10\x00\x12 \n\x1c\x41GENT_RUN_WAIT_STATE_PENDING\x10\x01\x12!\n\x1d\x41GENT_RUN_WAIT_STATE_RESOLVED\x10\x02\x12 \n\x1c\x41GENT_RUN_WAIT_STATE_EXPIRED\x10\x03\x12\"\n\x1e\x41GENT_RUN_WAIT_STATE_CANCELLED\x10\x04*\xc5\x04\n\x14\x41gentRunArtifactKind\x12\'\n#AGENT_RUN_ARTIFACT_KIND_UNSPECIFIED\x10\x00\x12\'\n#AGENT_RUN_ARTIFACT_KIND_TOOL_RESULT\x10\x01\x12!\n\x1d\x41GENT_RUN_ARTIFACT_KIND_CHART\x10\x02\x12\"\n\x1e\x41GENT_RUN_ARTIFACT_KIND_REPORT\x10\x03\x12 \n\x1c\x41GENT_RUN_ARTIFACT_KIND_FILE\x10\x04\x12&\n\"AGENT_RUN_ARTIFACT_KIND_TRANSCRIPT\x10\x05\x12)\n%AGENT_RUN_ARTIFACT_KIND_APPROVAL_PLAN\x10\x06\x12\"\n\x1e\x41GENT_RUN_ARTIFACT_KIND_SYSTEM\x10\x07\x12!\n\x1d\x41GENT_RUN_ARTIFACT_KIND_PATCH\x10\x08\x12(\n$AGENT_RUN_ARTIFACT_KIND_PULL_REQUEST\x10\t\x12\x30\n,AGENT_RUN_ARTIFACT_KIND_PULL_REQUEST_COMMENT\x10\n\x12%\n!AGENT_RUN_ARTIFACT_KIND_CI_STATUS\x10\x0b\x12%\n!AGENT_RUN_ARTIFACT_KIND_RUN_PANEL\x10\x0c\x12.\n*AGENT_RUN_ARTIFACT_KIND_EVALUATION_EXAMPLE\x10\r*\x92\r\n\x10RuntimeEventType\x12\"\n\x1eRUNTIME_EVENT_TYPE_UNSPECIFIED\x10\x00\x12\'\n#RUNTIME_EVENT_TYPE_TRIGGER_ACCEPTED\x10\x01\x12,\n(RUNTIME_EVENT_TYPE_AGENT_CONFIG_RESOLVED\x10\x02\x12)\n%RUNTIME_EVENT_TYPE_OBJECTIVE_RESOLVED\x10\x03\x12$\n RUNTIME_EVENT_TYPE_CONTEXT_BUILT\x10\x04\x12(\n$RUNTIME_EVENT_TYPE_WORKER_DISPATCHED\x10\x05\x12!\n\x1dRUNTIME_EVENT_TYPE_RUN_FAILED\x10\x06\x12!\n\x1dRUNTIME_EVENT_TYPE_RUN_QUEUED\x10\x07\x12\"\n\x1eRUNTIME_EVENT_TYPE_RUN_CLAIMED\x10\x08\x12&\n\"RUNTIME_EVENT_TYPE_LEASE_HEARTBEAT\x10\t\x12$\n RUNTIME_EVENT_TYPE_STEP_RECORDED\x10\n\x12*\n&RUNTIME_EVENT_TYPE_CHECKPOINT_RECORDED\x10\x0b\x12(\n$RUNTIME_EVENT_TYPE_ARTIFACT_RECORDED\x10\x0c\x12$\n RUNTIME_EVENT_TYPE_COST_RECORDED\x10\r\x12\"\n\x1eRUNTIME_EVENT_TYPE_RUN_WAITING\x10\x0e\x12\"\n\x1eRUNTIME_EVENT_TYPE_RUN_RESUMED\x10\x0f\x12$\n RUNTIME_EVENT_TYPE_RUN_SUCCEEDED\x10\x10\x12$\n RUNTIME_EVENT_TYPE_RUN_CANCELLED\x10\x11\x12*\n&RUNTIME_EVENT_TYPE_RUN_RETRY_SCHEDULED\x10\x12\x12(\n$RUNTIME_EVENT_TYPE_RUN_DEAD_LETTERED\x10\x13\x12-\n)RUNTIME_EVENT_TYPE_STREAM_CURSOR_RECORDED\x10\x14\x12\x32\n.RUNTIME_EVENT_TYPE_CODEX_INTERACTION_REQUESTED\x10\x15\x12\x31\n-RUNTIME_EVENT_TYPE_CODEX_INTERACTION_RESOLVED\x10\x16\x12.\n*RUNTIME_EVENT_TYPE_CODEX_PROGRESS_RECORDED\x10\x17\x12*\n&RUNTIME_EVENT_TYPE_CODEX_OUTPUT_SYNCED\x10\x18\x12-\n)RUNTIME_EVENT_TYPE_CODEX_OUTCOME_OBSERVED\x10\x19\x12/\n+RUNTIME_EVENT_TYPE_CHANNEL_MESSAGE_RECORDED\x10\x1a\x12.\n*RUNTIME_EVENT_TYPE_MODEL_RESPONSE_RECORDED\x10\x1b\x12)\n%RUNTIME_EVENT_TYPE_TOOL_CALL_RECORDED\x10\x1c\x12+\n\'RUNTIME_EVENT_TYPE_TOOL_RESULT_RECORDED\x10\x1d\x12)\n%RUNTIME_EVENT_TYPE_APPROVAL_REQUESTED\x10\x1e\x12(\n$RUNTIME_EVENT_TYPE_APPROVAL_RESOLVED\x10\x1f\x12.\n*RUNTIME_EVENT_TYPE_AGENT_PROGRESS_RECORDED\x10 \x12+\n\'RUNTIME_EVENT_TYPE_RUN_CONTROL_RECORDED\x10!\x12)\n%RUNTIME_EVENT_TYPE_WORK_ITEM_RECORDED\x10\"\x12(\n$RUNTIME_EVENT_TYPE_WORK_ITEM_UPDATED\x10#\x12\x33\n/RUNTIME_EVENT_TYPE_PROCESSING_PRESENCE_RECORDED\x10$\x12\x30\n,RUNTIME_EVENT_TYPE_AUTONOMY_SESSION_RECORDED\x10%\x12\"\n\x1eRUNTIME_EVENT_TYPE_RUN_YIELDED\x10&*\xe1\x01\n\x14RuntimeEvidenceState\x12&\n\"RUNTIME_EVIDENCE_STATE_UNSPECIFIED\x10\x00\x12*\n&RUNTIME_EVIDENCE_STATE_NATIVE_OBSERVED\x10\x01\x12*\n&RUNTIME_EVIDENCE_STATE_PLATFORM_PROVEN\x10\x02\x12\"\n\x1eRUNTIME_EVIDENCE_STATE_MISSING\x10\x03\x12%\n!RUNTIME_EVIDENCE_STATE_UNVERIFIED\x10\x04*\x8f\x01\n\x16NativeAgentEventSource\x12)\n%NATIVE_AGENT_EVENT_SOURCE_UNSPECIFIED\x10\x00\x12%\n!NATIVE_AGENT_EVENT_SOURCE_MAESTRO\x10\x01\x12#\n\x1fNATIVE_AGENT_EVENT_SOURCE_CODEX\x10\x02*\xe5\x01\n\x18RuntimeEvidenceGapReason\x12+\n\'RUNTIME_EVIDENCE_GAP_REASON_UNSPECIFIED\x10\x00\x12\x35\n1RUNTIME_EVIDENCE_GAP_REASON_CREDENTIAL_UNVERIFIED\x10\x01\x12\x34\n0RUNTIME_EVIDENCE_GAP_REASON_PRINCIPAL_UNRESOLVED\x10\x02\x12/\n+RUNTIME_EVIDENCE_GAP_REASON_COST_UNRECORDED\x10\x03*\xea\x01\n\x0eRunControlMode\x12 \n\x1cRUN_CONTROL_MODE_UNSPECIFIED\x10\x00\x12\x1a\n\x16RUN_CONTROL_MODE_STEER\x10\x01\x12\x1d\n\x19RUN_CONTROL_MODE_FOLLOWUP\x10\x02\x12\x1c\n\x18RUN_CONTROL_MODE_COLLECT\x10\x03\x12\x1e\n\x1aRUN_CONTROL_MODE_INTERRUPT\x10\x04\x12\x1b\n\x17RUN_CONTROL_MODE_CANCEL\x10\x05\x12 \n\x1cRUN_CONTROL_MODE_SYSTEM_WAKE\x10\x06*\x99\x04\n\x17\x41utonomyProcessingState\x12)\n%AUTONOMY_PROCESSING_STATE_UNSPECIFIED\x10\x00\x12$\n AUTONOMY_PROCESSING_STATE_QUEUED\x10\x01\x12\'\n#AUTONOMY_PROCESSING_STATE_ORIENTING\x10\x02\x12&\n\"AUTONOMY_PROCESSING_STATE_THINKING\x10\x03\x12(\n$AUTONOMY_PROCESSING_STATE_USING_TOOL\x10\x04\x12/\n+AUTONOMY_PROCESSING_STATE_SPAWNING_CHILDREN\x10\x05\x12\x31\n-AUTONOMY_PROCESSING_STATE_WAITING_ON_APPROVAL\x10\x06\x12.\n*AUTONOMY_PROCESSING_STATE_WAITING_ON_EVENT\x10\x07\x12*\n&AUTONOMY_PROCESSING_STATE_SYNTHESIZING\x10\x08\x12(\n$AUTONOMY_PROCESSING_STATE_COMPLETING\x10\t\x12\"\n\x1e\x41UTONOMY_PROCESSING_STATE_IDLE\x10\n\x12$\n AUTONOMY_PROCESSING_STATE_FAILED\x10\x0b*\xf0\x02\n\x11\x41gentWorkItemKind\x12$\n AGENT_WORK_ITEM_KIND_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x41GENT_WORK_ITEM_KIND_ROOT\x10\x01\x12#\n\x1f\x41GENT_WORK_ITEM_KIND_MODEL_CALL\x10\x02\x12\"\n\x1e\x41GENT_WORK_ITEM_KIND_TOOL_CALL\x10\x03\x12\"\n\x1e\x41GENT_WORK_ITEM_KIND_CHILD_RUN\x10\x04\x12\x1d\n\x19\x41GENT_WORK_ITEM_KIND_WAIT\x10\x05\x12\x1f\n\x1b\x41GENT_WORK_ITEM_KIND_MEMORY\x10\x06\x12#\n\x1f\x41GENT_WORK_ITEM_KIND_USER_INPUT\x10\x07\x12!\n\x1d\x41GENT_WORK_ITEM_KIND_FOLLOWUP\x10\x08\x12!\n\x1d\x41GENT_WORK_ITEM_KIND_RECOVERY\x10\t*\xb3\x02\n\x12\x41gentWorkItemState\x12%\n!AGENT_WORK_ITEM_STATE_UNSPECIFIED\x10\x00\x12!\n\x1d\x41GENT_WORK_ITEM_STATE_PENDING\x10\x01\x12!\n\x1d\x41GENT_WORK_ITEM_STATE_RUNNING\x10\x02\x12!\n\x1d\x41GENT_WORK_ITEM_STATE_WAITING\x10\x03\x12!\n\x1d\x41GENT_WORK_ITEM_STATE_BLOCKED\x10\x04\x12#\n\x1f\x41GENT_WORK_ITEM_STATE_SUCCEEDED\x10\x05\x12 \n\x1c\x41GENT_WORK_ITEM_STATE_FAILED\x10\x06\x12#\n\x1f\x41GENT_WORK_ITEM_STATE_CANCELLED\x10\x07*\xef\x01\n\x14\x41utonomySessionState\x12&\n\"AUTONOMY_SESSION_STATE_UNSPECIFIED\x10\x00\x12!\n\x1d\x41UTONOMY_SESSION_STATE_ACTIVE\x10\x01\x12\x1f\n\x1b\x41UTONOMY_SESSION_STATE_IDLE\x10\x02\x12\"\n\x1e\x41UTONOMY_SESSION_STATE_WAITING\x10\x03\x12!\n\x1d\x41UTONOMY_SESSION_STATE_FAILED\x10\x04\x12$\n AUTONOMY_SESSION_STATE_CANCELLED\x10\x05*\xc3\x01\n\x11YieldContinuation\x12\"\n\x1eYIELD_CONTINUATION_UNSPECIFIED\x10\x00\x12\'\n#YIELD_CONTINUATION_INLINE_NEXT_STEP\x10\x01\x12 \n\x1cYIELD_CONTINUATION_SCHEDULED\x10\x02\x12\x1b\n\x17YIELD_CONTINUATION_WAIT\x10\x03\x12\"\n\x1eYIELD_CONTINUATION_END_SESSION\x10\x04*\xe9\x01\n\x17RuntimeDependencyStatus\x12)\n%RUNTIME_DEPENDENCY_STATUS_UNSPECIFIED\x10\x00\x12&\n\"RUNTIME_DEPENDENCY_STATUS_RESOLVED\x10\x01\x12\'\n#RUNTIME_DEPENDENCY_STATUS_NOT_FOUND\x10\x02\x12,\n(RUNTIME_DEPENDENCY_STATUS_NOT_CONFIGURED\x10\x03\x12$\n RUNTIME_DEPENDENCY_STATUS_LOADED\x10\x04*\x84\x03\n\x17RuntimeWorkEnvelopeKind\x12*\n&RUNTIME_WORK_ENVELOPE_KIND_UNSPECIFIED\x10\x00\x12\x32\n.RUNTIME_WORK_ENVELOPE_KIND_CONVERSATION_THREAD\x10\x01\x12\x32\n.RUNTIME_WORK_ENVELOPE_KIND_DIRECT_CONVERSATION\x10\x02\x12%\n!RUNTIME_WORK_ENVELOPE_KIND_TICKET\x10\x03\x12-\n)RUNTIME_WORK_ENVELOPE_KIND_CALENDAR_EVENT\x10\x04\x12+\n\'RUNTIME_WORK_ENVELOPE_KIND_PULL_REQUEST\x10\x05\x12\'\n#RUNTIME_WORK_ENVELOPE_KIND_INCIDENT\x10\x06\x12)\n%RUNTIME_WORK_ENVELOPE_KIND_REPOSITORY\x10\x07*\xaf\x03\n\x12RuntimeChannelKind\x12$\n RUNTIME_CHANNEL_KIND_UNSPECIFIED\x10\x00\x12\x1e\n\x1aRUNTIME_CHANNEL_KIND_SLACK\x10\x01\x12\x1c\n\x18RUNTIME_CHANNEL_KIND_WEB\x10\x02\x12\x1c\n\x18RUNTIME_CHANNEL_KIND_API\x10\x03\x12\x1e\n\x1aRUNTIME_CHANNEL_KIND_EMAIL\x10\x04\x12\x1f\n\x1bRUNTIME_CHANNEL_KIND_GITHUB\x10\x05\x12\x1f\n\x1bRUNTIME_CHANNEL_KIND_LINEAR\x10\x06\x12\x1d\n\x19RUNTIME_CHANNEL_KIND_JIRA\x10\x07\x12\x1c\n\x18RUNTIME_CHANNEL_KIND_IDE\x10\x08\x12#\n\x1fRUNTIME_CHANNEL_KIND_MONITORING\x10\t\x12*\n&RUNTIME_CHANNEL_KIND_BROWSER_EXTENSION\x10\n\x12\'\n#RUNTIME_CHANNEL_KIND_DESKTOP_HELPER\x10\x0b*\xa7\x07\n\x12RuntimeTriggerKind\x12$\n RUNTIME_TRIGGER_KIND_UNSPECIFIED\x10\x00\x12*\n&RUNTIME_TRIGGER_KIND_SLACK_APP_MENTION\x10\x01\x12-\n)RUNTIME_TRIGGER_KIND_SLACK_DIRECT_MESSAGE\x10\x02\x12,\n(RUNTIME_TRIGGER_KIND_SLACK_SLASH_COMMAND\x10\x03\x12%\n!RUNTIME_TRIGGER_KIND_SLACK_ACTION\x10\x04\x12\x32\n.RUNTIME_TRIGGER_KIND_SLACK_THREAD_CONTINUATION\x10\x05\x12$\n RUNTIME_TRIGGER_KIND_SLACK_EVENT\x10\x06\x12-\n)RUNTIME_TRIGGER_KIND_ENSEMBLE_WEB_MESSAGE\x10\x07\x12/\n+RUNTIME_TRIGGER_KIND_ENSEMBLE_WEBHOOK_EVENT\x10\x08\x12!\n\x1dRUNTIME_TRIGGER_KIND_SCHEDULE\x10\t\x12\x1e\n\x1aRUNTIME_TRIGGER_KIND_EMAIL\x10\n\x12\x1c\n\x18RUNTIME_TRIGGER_KIND_API\x10\x0b\x12\x1c\n\x18RUNTIME_TRIGGER_KIND_WEB\x10\x0c\x12-\n)RUNTIME_TRIGGER_KIND_GITHUB_ISSUE_COMMENT\x10\r\x12\x34\n0RUNTIME_TRIGGER_KIND_GITHUB_PULL_REQUEST_COMMENT\x10\x0e\x12&\n\"RUNTIME_TRIGGER_KIND_LINEAR_ACTION\x10\x0f\x12$\n RUNTIME_TRIGGER_KIND_IDE_COMMAND\x10\x10\x12)\n%RUNTIME_TRIGGER_KIND_MONITORING_ALERT\x10\x11\x12*\n&RUNTIME_TRIGGER_KIND_PROACTIVE_PATTERN\x10\x12\x12\x37\n3RUNTIME_TRIGGER_KIND_SLACK_ASSISTANT_THREAD_STARTED\x10\x13\x12?\n;RUNTIME_TRIGGER_KIND_SLACK_ASSISTANT_THREAD_CONTEXT_CHANGED\x10\x14*\x99\x02\n\x16RuntimeVisibilityLevel\x12(\n$RUNTIME_VISIBILITY_LEVEL_UNSPECIFIED\x10\x00\x12\'\n#RUNTIME_VISIBILITY_LEVEL_AGENT_ONLY\x10\x01\x12)\n%RUNTIME_VISIBILITY_LEVEL_USER_VISIBLE\x10\x02\x12,\n(RUNTIME_VISIBILITY_LEVEL_CHANNEL_VISIBLE\x10\x03\x12*\n&RUNTIME_VISIBILITY_LEVEL_ADMIN_VISIBLE\x10\x04\x12\'\n#RUNTIME_VISIBILITY_LEVEL_AUDIT_ONLY\x10\x05*\xf1\x01\n\x0fRuntimeAudience\x12 \n\x1cRUNTIME_AUDIENCE_UNSPECIFIED\x10\x00\x12\x1a\n\x16RUNTIME_AUDIENCE_AGENT\x10\x01\x12\"\n\x1eRUNTIME_AUDIENCE_TRIGGER_ACTOR\x10\x02\x12\x1c\n\x18RUNTIME_AUDIENCE_CHANNEL\x10\x03\x12%\n!RUNTIME_AUDIENCE_WORKSPACE_ADMINS\x10\x04\x12\x1a\n\x16RUNTIME_AUDIENCE_AUDIT\x10\x05\x12\x1b\n\x17RUNTIME_AUDIENCE_SYSTEM\x10\x06*\x9f\x03\n\x11\x43hannelActionKind\x12#\n\x1f\x43HANNEL_ACTION_KIND_UNSPECIFIED\x10\x00\x12)\n%CHANNEL_ACTION_KIND_APPROVAL_DECISION\x10\x01\x12#\n\x1f\x43HANNEL_ACTION_KIND_WAIT_RESUME\x10\x02\x12)\n%CHANNEL_ACTION_KIND_OBJECTIVE_CONTROL\x10\x03\x12\'\n#CHANNEL_ACTION_KIND_MEMORY_DECISION\x10\x04\x12#\n\x1f\x43HANNEL_ACTION_KIND_OPS_COMMAND\x10\x05\x12\x1f\n\x1b\x43HANNEL_ACTION_KIND_GENERIC\x10\x06\x12)\n%CHANNEL_ACTION_KIND_CODEX_INTERACTION\x10\x07\x12\'\n#CHANNEL_ACTION_KIND_BROWSER_CONTROL\x10\x08\x12\'\n#CHANNEL_ACTION_KIND_DESKTOP_CONTROL\x10\t*\xab\x05\n\x17\x43hannelActionTargetKind\x12*\n&CHANNEL_ACTION_TARGET_KIND_UNSPECIFIED\x10\x00\x12\"\n\x1e\x43HANNEL_ACTION_TARGET_KIND_RUN\x10\x01\x12#\n\x1f\x43HANNEL_ACTION_TARGET_KIND_WAIT\x10\x02\x12\'\n#CHANNEL_ACTION_TARGET_KIND_APPROVAL\x10\x03\x12(\n$CHANNEL_ACTION_TARGET_KIND_OBJECTIVE\x10\x04\x12\'\n#CHANNEL_ACTION_TARGET_KIND_ARTIFACT\x10\x05\x12/\n+CHANNEL_ACTION_TARGET_KIND_MEMORY_CANDIDATE\x10\x06\x12-\n)CHANNEL_ACTION_TARGET_KIND_TOOL_EXECUTION\x10\x07\x12,\n(CHANNEL_ACTION_TARGET_KIND_CODEX_SESSION\x10\x08\x12$\n CHANNEL_ACTION_TARGET_KIND_PATCH\x10\t\x12+\n\'CHANNEL_ACTION_TARGET_KIND_PULL_REQUEST\x10\n\x12.\n*CHANNEL_ACTION_TARGET_KIND_BROWSER_SESSION\x10\x0b\x12*\n&CHANNEL_ACTION_TARGET_KIND_BROWSER_TAB\x10\x0c\x12\x32\n.CHANNEL_ACTION_TARGET_KIND_BROWSER_NATIVE_HOST\x10\r\x12.\n*CHANNEL_ACTION_TARGET_KIND_DESKTOP_SESSION\x10\x0e*\x90\x03\n!ChannelActionAuthorizationOutcome\x12\x34\n0CHANNEL_ACTION_AUTHORIZATION_OUTCOME_UNSPECIFIED\x10\x00\x12\x30\n,CHANNEL_ACTION_AUTHORIZATION_OUTCOME_ALLOWED\x10\x01\x12/\n+CHANNEL_ACTION_AUTHORIZATION_OUTCOME_DENIED\x10\x02\x12\x37\n3CHANNEL_ACTION_AUTHORIZATION_OUTCOME_UNMAPPED_ACTOR\x10\x03\x12\x37\n3CHANNEL_ACTION_AUTHORIZATION_OUTCOME_WRONG_APPROVER\x10\x04\x12\x30\n,CHANNEL_ACTION_AUTHORIZATION_OUTCOME_EXPIRED\x10\x05\x12.\n*CHANNEL_ACTION_AUTHORIZATION_OUTCOME_STALE\x10\x06*\x87\x04\n\x1d\x43hannelActionExecutionOutcome\x12\x30\n,CHANNEL_ACTION_EXECUTION_OUTCOME_UNSPECIFIED\x10\x00\x12,\n(CHANNEL_ACTION_EXECUTION_OUTCOME_PENDING\x10\x01\x12.\n*CHANNEL_ACTION_EXECUTION_OUTCOME_SUCCEEDED\x10\x02\x12+\n\'CHANNEL_ACTION_EXECUTION_OUTCOME_FAILED\x10\x03\x12.\n*CHANNEL_ACTION_EXECUTION_OUTCOME_DUPLICATE\x10\x04\x12\x35\n1CHANNEL_ACTION_EXECUTION_OUTCOME_TARGET_NOT_FOUND\x10\x05\x12\x35\n1CHANNEL_ACTION_EXECUTION_OUTCOME_ALREADY_RESOLVED\x10\x06\x12\x31\n-CHANNEL_ACTION_EXECUTION_OUTCOME_UNAUTHORIZED\x10\x07\x12,\n(CHANNEL_ACTION_EXECUTION_OUTCOME_EXPIRED\x10\x08\x12*\n&CHANNEL_ACTION_EXECUTION_OUTCOME_STALE\x10\t*\x88\x02\n\x1c\x43hannelActionDeliveryOutcome\x12/\n+CHANNEL_ACTION_DELIVERY_OUTCOME_UNSPECIFIED\x10\x00\x12\x31\n-CHANNEL_ACTION_DELIVERY_OUTCOME_NOT_ATTEMPTED\x10\x01\x12+\n\'CHANNEL_ACTION_DELIVERY_OUTCOME_UPDATED\x10\x02\x12*\n&CHANNEL_ACTION_DELIVERY_OUTCOME_FAILED\x10\x03\x12+\n\'CHANNEL_ACTION_DELIVERY_OUTCOME_SKIPPED\x10\x04*\xc5\x01\n\x12RuntimeSensitivity\x12#\n\x1fRUNTIME_SENSITIVITY_UNSPECIFIED\x10\x00\x12\x1e\n\x1aRUNTIME_SENSITIVITY_PUBLIC\x10\x01\x12 \n\x1cRUNTIME_SENSITIVITY_INTERNAL\x10\x02\x12$\n RUNTIME_SENSITIVITY_CONFIDENTIAL\x10\x03\x12\"\n\x1eRUNTIME_SENSITIVITY_RESTRICTED\x10\x04*\x82\x02\n\x14RuntimeRedactionKind\x12&\n\"RUNTIME_REDACTION_KIND_UNSPECIFIED\x10\x00\x12\x1e\n\x1aRUNTIME_REDACTION_KIND_PII\x10\x01\x12%\n!RUNTIME_REDACTION_KIND_CREDENTIAL\x10\x02\x12$\n RUNTIME_REDACTION_KIND_TOOL_ARGS\x10\x03\x12(\n$RUNTIME_REDACTION_KIND_POLICY_DETAIL\x10\x04\x12+\n\'RUNTIME_REDACTION_KIND_INTERNAL_CONTEXT\x10\x05*\xa1\x02\n RuntimeVirtualFileRedactionState\x12\x34\n0RUNTIME_VIRTUAL_FILE_REDACTION_STATE_UNSPECIFIED\x10\x00\x12,\n(RUNTIME_VIRTUAL_FILE_REDACTION_STATE_RAW\x10\x01\x12\x31\n-RUNTIME_VIRTUAL_FILE_REDACTION_STATE_REDACTED\x10\x02\x12\x35\n1RUNTIME_VIRTUAL_FILE_REDACTION_STATE_PREVIEW_ONLY\x10\x03\x12/\n+RUNTIME_VIRTUAL_FILE_REDACTION_STATE_DENIED\x10\x04*\xcd\x01\n\x1bRuntimeVirtualFileOperation\x12.\n*RUNTIME_VIRTUAL_FILE_OPERATION_UNSPECIFIED\x10\x00\x12(\n$RUNTIME_VIRTUAL_FILE_OPERATION_WRITE\x10\x01\x12)\n%RUNTIME_VIRTUAL_FILE_OPERATION_DELETE\x10\x02\x12)\n%RUNTIME_VIRTUAL_FILE_OPERATION_RENAME\x10\x03*\x85\x04\n\x1cRuntimeVirtualFileReasonCode\x12\x30\n,RUNTIME_VIRTUAL_FILE_REASON_CODE_UNSPECIFIED\x10\x00\x12.\n*RUNTIME_VIRTUAL_FILE_REASON_CODE_NOT_FOUND\x10\x01\x12\x31\n-RUNTIME_VIRTUAL_FILE_REASON_CODE_FILTERED_OUT\x10\x02\x12;\n7RUNTIME_VIRTUAL_FILE_REASON_CODE_TOTAL_BUDGET_EXHAUSTED\x10\x03\x12\x31\n-RUNTIME_VIRTUAL_FILE_REASON_CODE_PATH_INVALID\x10\x04\x12\x36\n2RUNTIME_VIRTUAL_FILE_REASON_CODE_CAPABILITY_DENIED\x10\x05\x12\x36\n2RUNTIME_VIRTUAL_FILE_REASON_CODE_REVISION_CONFLICT\x10\x06\x12\x32\n.RUNTIME_VIRTUAL_FILE_REASON_CODE_CURSOR_LAGGED\x10\x07\x12<\n8RUNTIME_VIRTUAL_FILE_REASON_CODE_TEMPORARILY_UNAVAILABLE\x10\x08*\x9d\x03\n(RuntimeVirtualFileTransactionApplyStatus\x12=\n9RUNTIME_VIRTUAL_FILE_TRANSACTION_APPLY_STATUS_UNSPECIFIED\x10\x00\x12\x37\n3RUNTIME_VIRTUAL_FILE_TRANSACTION_APPLY_STATUS_CLEAN\x10\x01\x12;\n7RUNTIME_VIRTUAL_FILE_TRANSACTION_APPLY_STATUS_IDENTICAL\x10\x02\x12:\n6RUNTIME_VIRTUAL_FILE_TRANSACTION_APPLY_STATUS_CONFLICT\x10\x03\x12>\n:RUNTIME_VIRTUAL_FILE_TRANSACTION_APPLY_STATUS_MISSING_BASE\x10\x04\x12@\n<RUNTIME_VIRTUAL_FILE_TRANSACTION_APPLY_STATUS_MISSING_TARGET\x10\x05*\xea\x02\n$RuntimeVirtualFileTransactionOutcome\x12\x38\n4RUNTIME_VIRTUAL_FILE_TRANSACTION_OUTCOME_UNSPECIFIED\x10\x00\x12\x32\n.RUNTIME_VIRTUAL_FILE_TRANSACTION_OUTCOME_CLEAN\x10\x01\x12\x34\n0RUNTIME_VIRTUAL_FILE_TRANSACTION_OUTCOME_APPLIED\x10\x02\x12\x34\n0RUNTIME_VIRTUAL_FILE_TRANSACTION_OUTCOME_REBASED\x10\x03\x12\x35\n1RUNTIME_VIRTUAL_FILE_TRANSACTION_OUTCOME_CONFLICT\x10\x04\x12\x31\n-RUNTIME_VIRTUAL_FILE_TRANSACTION_OUTCOME_NOOP\x10\x05\x32\xf8*\n\x13\x41gentRuntimeService\x12\xa9\x01\n\rHandleTrigger\x12%.agentruntime.v1.HandleTriggerRequest\x1a&.agentruntime.v1.HandleTriggerResponse\"I\xca\xf3\x18\x12\x61gentruntime:write\xd2\xf3\x18\x14trigger.workspace_id\xea\xf3\x18\x17trigger.organization_id\x12[\n\x0c\x43laimNextRun\x12$.agentruntime.v1.ClaimNextRunRequest\x1a%.agentruntime.v1.ClaimNextRunResponse\x12[\n\x0cHeartbeatRun\x12$.agentruntime.v1.HeartbeatRunRequest\x1a%.agentruntime.v1.HeartbeatRunResponse\x12^\n\rRenewRunLease\x12%.agentruntime.v1.RenewRunLeaseRequest\x1a&.agentruntime.v1.RenewRunLeaseResponse\x12^\n\rRecordRunStep\x12%.agentruntime.v1.RecordRunStepRequest\x1a&.agentruntime.v1.RecordRunStepResponse\x12p\n\x13RecordRunCheckpoint\x12+.agentruntime.v1.RecordRunCheckpointRequest\x1a,.agentruntime.v1.RecordRunCheckpointResponse\x12j\n\x11RecordRunArtifact\x12).agentruntime.v1.RecordRunArtifactRequest\x1a*.agentruntime.v1.RecordRunArtifactResponse\x12^\n\rRecordRunCost\x12%.agentruntime.v1.RecordRunCostRequest\x1a&.agentruntime.v1.RecordRunCostResponse\x12v\n\x15RecordRunStreamCursor\x12-.agentruntime.v1.RecordRunStreamCursorRequest\x1a..agentruntime.v1.RecordRunStreamCursorResponse\x12\x61\n\x0eRecordRunEvent\x12&.agentruntime.v1.RecordRunEventRequest\x1a\'.agentruntime.v1.RecordRunEventResponse\x12U\n\nControlRun\x12\".agentruntime.v1.ControlRunRequest\x1a#.agentruntime.v1.ControlRunResponse\x12j\n\x11RecordRunWorkItem\x12).agentruntime.v1.RecordRunWorkItemRequest\x1a*.agentruntime.v1.RecordRunWorkItemResponse\x12j\n\x11UpdateRunWorkItem\x12).agentruntime.v1.UpdateRunWorkItemRequest\x1a*.agentruntime.v1.UpdateRunWorkItemResponse\x12g\n\x10ListRunWorkItems\x12(.agentruntime.v1.ListRunWorkItemsRequest\x1a).agentruntime.v1.ListRunWorkItemsResponse\x12O\n\x08YieldRun\x12 .agentruntime.v1.YieldRunRequest\x1a!.agentruntime.v1.YieldRunResponse\x12L\n\x07WaitRun\x12\x1f.agentruntime.v1.WaitRunRequest\x1a .agentruntime.v1.WaitRunResponse\x12R\n\tResumeRun\x12!.agentruntime.v1.ResumeRunRequest\x1a\".agentruntime.v1.ResumeRunResponse\x12X\n\x0b\x43ompleteRun\x12#.agentruntime.v1.CompleteRunRequest\x1a$.agentruntime.v1.CompleteRunResponse\x12L\n\x07\x46\x61ilRun\x12\x1f.agentruntime.v1.FailRunRequest\x1a .agentruntime.v1.FailRunResponse\x12R\n\tCancelRun\x12!.agentruntime.v1.CancelRunRequest\x1a\".agentruntime.v1.CancelRunResponse\x12O\n\x08RetryRun\x12 .agentruntime.v1.RetryRunRequest\x1a!.agentruntime.v1.RetryRunResponse\x12^\n\rDeadLetterRun\x12%.agentruntime.v1.DeadLetterRunRequest\x1a&.agentruntime.v1.DeadLetterRunResponse\x12I\n\x06GetRun\x12\x1e.agentruntime.v1.GetRunRequest\x1a\x1f.agentruntime.v1.GetRunResponse\x12v\n\x15GetTeammateWorkLedger\x12-.agentruntime.v1.GetTeammateWorkLedgerRequest\x1a..agentruntime.v1.GetTeammateWorkLedgerResponse\x12y\n\x16ListRunsByWorkEnvelope\x12..agentruntime.v1.ListRunsByWorkEnvelopeRequest\x1a/.agentruntime.v1.ListRunsByWorkEnvelopeResponse\x12\x7f\n\x18GetChannelThreadAdoption\x12\x30.agentruntime.v1.GetChannelThreadAdoptionRequest\x1a\x31.agentruntime.v1.GetChannelThreadAdoptionResponse\x12\x88\x01\n\x1bRecordChannelThreadAdoption\x12\x33.agentruntime.v1.RecordChannelThreadAdoptionRequest\x1a\x34.agentruntime.v1.RecordChannelThreadAdoptionResponse\x12\x85\x01\n\x1aListChannelThreadAdoptions\x12\x32.agentruntime.v1.ListChannelThreadAdoptionsRequest\x1a\x33.agentruntime.v1.ListChannelThreadAdoptionsResponse\x12[\n\x0cListRunWaits\x12$.agentruntime.v1.ListRunWaitsRequest\x1a%.agentruntime.v1.ListRunWaitsResponse\x12\x85\x01\n\x1aRecordChannelActionReceipt\x12\x32.agentruntime.v1.RecordChannelActionReceiptRequest\x1a\x33.agentruntime.v1.RecordChannelActionReceiptResponse\x12|\n\x17GetChannelActionReceipt\x12/.agentruntime.v1.GetChannelActionReceiptRequest\x1a\x30.agentruntime.v1.GetChannelActionReceiptResponse\x12\x82\x01\n\x19ListChannelActionReceipts\x12\x31.agentruntime.v1.ListChannelActionReceiptsRequest\x1a\x32.agentruntime.v1.ListChannelActionReceiptsResponse\x12^\n\rListRunEvents\x12%.agentruntime.v1.ListRunEventsRequest\x1a&.agentruntime.v1.ListRunEventsResponse\x12p\n\x13ListRunVirtualFiles\x12+.agentruntime.v1.ListRunVirtualFilesRequest\x1a,.agentruntime.v1.ListRunVirtualFilesResponse\x12m\n\x12ReadRunVirtualFile\x12*.agentruntime.v1.ReadRunVirtualFileRequest\x1a+.agentruntime.v1.ReadRunVirtualFileResponse\x12m\n\x12StatRunVirtualFile\x12*.agentruntime.v1.StatRunVirtualFileRequest\x1a+.agentruntime.v1.StatRunVirtualFileResponse\x12u\n\x14WatchRunVirtualFiles\x12,.agentruntime.v1.WatchRunVirtualFilesRequest\x1a-.agentruntime.v1.WatchRunVirtualFilesResponse0\x01\x12\x7f\n\x18\x42\x61tchReadRunVirtualFiles\x12\x30.agentruntime.v1.BatchReadRunVirtualFilesRequest\x1a\x31.agentruntime.v1.BatchReadRunVirtualFilesResponse\x12\x91\x01\n\x1e\x42uildRunVirtualFileContextPack\x12\x36.agentruntime.v1.BuildRunVirtualFileContextPackRequest\x1a\x37.agentruntime.v1.BuildRunVirtualFileContextPackResponse\x12v\n\x15SearchRunVirtualFiles\x12-.agentruntime.v1.SearchRunVirtualFilesRequest\x1a..agentruntime.v1.SearchRunVirtualFilesResponse\x12\x8b\x01\n\x1cRecordRunVirtualFileProposal\x12\x34.agentruntime.v1.RecordRunVirtualFileProposalRequest\x1a\x35.agentruntime.v1.RecordRunVirtualFileProposalResponse\x12\x94\x01\n\x1fRecordRunVirtualFileTransaction\x12\x37.agentruntime.v1.RecordRunVirtualFileTransactionRequest\x1a\x38.agentruntime.v1.RecordRunVirtualFileTransactionResponse\x12\x97\x01\n PromoteRunVirtualFileTransaction\x12\x38.agentruntime.v1.PromoteRunVirtualFileTransactionRequest\x1a\x39.agentruntime.v1.PromoteRunVirtualFileTransactionResponse\x12\x8e\x01\n\x1d\x44iffRunVirtualFileTransaction\x12\x35.agentruntime.v1.DiffRunVirtualFileTransactionRequest\x1a\x36.agentruntime.v1.DiffRunVirtualFileTransactionResponse\x12\x91\x01\n\x1e\x41pplyRunVirtualFileTransaction\x12\x36.agentruntime.v1.ApplyRunVirtualFileTransactionRequest\x1a\x37.agentruntime.v1.ApplyRunVirtualFileTransactionResponse\x12\x94\x01\n\x1fRebaseRunVirtualFileTransaction\x12\x37.agentruntime.v1.RebaseRunVirtualFileTransactionRequest\x1a\x38.agentruntime.v1.RebaseRunVirtualFileTransactionResponse\x12\x85\x01\n\x1aHydrateRunVirtualFileMount\x12\x32.agentruntime.v1.HydrateRunVirtualFileMountRequest\x1a\x33.agentruntime.v1.HydrateRunVirtualFileMountResponse\x12y\n\x16InspectRunVirtualFiles\x12..agentruntime.v1.InspectRunVirtualFilesRequest\x1a/.agentruntime.v1.InspectRunVirtualFilesResponseBCZAgithub.com/evalops/platform/gen/go/agentruntime/v1;agentruntimev1b\x06proto3')
|
|
37
|
+
|
|
38
|
+
_globals = globals()
|
|
39
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
40
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'agentruntime.v1.runtime_pb2', _globals)
|
|
41
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
42
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
43
|
+
_globals['DESCRIPTOR']._serialized_options = b'ZAgithub.com/evalops/platform/gen/go/agentruntime/v1;agentruntimev1'
|
|
44
|
+
_globals['_RUNTIMECHANNELCONTEXT_ATTRIBUTESENTRY']._loaded_options = None
|
|
45
|
+
_globals['_RUNTIMECHANNELCONTEXT_ATTRIBUTESENTRY']._serialized_options = b'8\001'
|
|
46
|
+
_globals['_RUNTIMECHANNELCONTEXT'].fields_by_name['channel_kind']._loaded_options = None
|
|
47
|
+
_globals['_RUNTIMECHANNELCONTEXT'].fields_by_name['channel_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
48
|
+
_globals['_RUNTIMEWORKENVELOPE_ATTRIBUTESENTRY']._loaded_options = None
|
|
49
|
+
_globals['_RUNTIMEWORKENVELOPE_ATTRIBUTESENTRY']._serialized_options = b'8\001'
|
|
50
|
+
_globals['_RUNTIMEWORKENVELOPE'].fields_by_name['id']._loaded_options = None
|
|
51
|
+
_globals['_RUNTIMEWORKENVELOPE'].fields_by_name['id']._serialized_options = b'\272H\004r\002\020\001'
|
|
52
|
+
_globals['_RUNTIMEWORKENVELOPE'].fields_by_name['kind']._loaded_options = None
|
|
53
|
+
_globals['_RUNTIMEWORKENVELOPE'].fields_by_name['kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
54
|
+
_globals['_RUNTIMECEREBROFACTSCONTEXT_RETRIEVALCOUNTSENTRY']._loaded_options = None
|
|
55
|
+
_globals['_RUNTIMECEREBROFACTSCONTEXT_RETRIEVALCOUNTSENTRY']._serialized_options = b'8\001'
|
|
56
|
+
_globals['_RUNTIMECEREBROFACTSCONTEXT'].fields_by_name['retrieval_counts']._loaded_options = None
|
|
57
|
+
_globals['_RUNTIMECEREBROFACTSCONTEXT'].fields_by_name['retrieval_counts']._serialized_options = b'\272H\t\232\001\006*\004\"\002(\000'
|
|
58
|
+
_globals['_RUNTIMEREDACTION'].fields_by_name['kind']._loaded_options = None
|
|
59
|
+
_globals['_RUNTIMEREDACTION'].fields_by_name['kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
60
|
+
_globals['_RUNTIMEVISIBILITYMETADATA_ATTRIBUTESENTRY']._loaded_options = None
|
|
61
|
+
_globals['_RUNTIMEVISIBILITYMETADATA_ATTRIBUTESENTRY']._serialized_options = b'8\001'
|
|
62
|
+
_globals['_RUNTIMEVISIBILITYMETADATA'].fields_by_name['level']._loaded_options = None
|
|
63
|
+
_globals['_RUNTIMEVISIBILITYMETADATA'].fields_by_name['level']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
64
|
+
_globals['_RUNTIMEVISIBILITYMETADATA'].fields_by_name['audiences']._loaded_options = None
|
|
65
|
+
_globals['_RUNTIMEVISIBILITYMETADATA'].fields_by_name['audiences']._serialized_options = b'\272H\n\222\001\007\"\005\202\001\002\020\001'
|
|
66
|
+
_globals['_RUNTIMEVISIBILITYMETADATA'].fields_by_name['sensitivity']._loaded_options = None
|
|
67
|
+
_globals['_RUNTIMEVISIBILITYMETADATA'].fields_by_name['sensitivity']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
68
|
+
_globals['_CHANNELACTIONACTOR_ATTRIBUTESENTRY']._loaded_options = None
|
|
69
|
+
_globals['_CHANNELACTIONACTOR_ATTRIBUTESENTRY']._serialized_options = b'8\001'
|
|
70
|
+
_globals['_CHANNELACTIONACTOR'].fields_by_name['channel_kind']._loaded_options = None
|
|
71
|
+
_globals['_CHANNELACTIONACTOR'].fields_by_name['channel_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
72
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['workspace_id']._loaded_options = None
|
|
73
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
74
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['idempotency_key']._loaded_options = None
|
|
75
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['idempotency_key']._serialized_options = b'\272H\004r\002\020\001'
|
|
76
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['surface_type']._loaded_options = None
|
|
77
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['surface_type']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
78
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['action_kind']._loaded_options = None
|
|
79
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['action_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
80
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['target_kind']._loaded_options = None
|
|
81
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['target_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
82
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['authorization_outcome']._loaded_options = None
|
|
83
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['authorization_outcome']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
84
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['execution_outcome']._loaded_options = None
|
|
85
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['execution_outcome']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
86
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['delivery_outcome']._loaded_options = None
|
|
87
|
+
_globals['_CHANNELACTIONRECEIPT'].fields_by_name['delivery_outcome']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
88
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['workspace_id']._loaded_options = None
|
|
89
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
90
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['agent_id']._loaded_options = None
|
|
91
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
92
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['surface']._loaded_options = None
|
|
93
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['surface']._serialized_options = b'\030\001'
|
|
94
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['idempotency_key']._loaded_options = None
|
|
95
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['idempotency_key']._serialized_options = b'\272H\004r\002\020\001'
|
|
96
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['source_event_type']._loaded_options = None
|
|
97
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['source_event_type']._serialized_options = b'\030\001'
|
|
98
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['surface_type']._loaded_options = None
|
|
99
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['surface_type']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
100
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['trigger_kind']._loaded_options = None
|
|
101
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['trigger_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
102
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['organization_id']._loaded_options = None
|
|
103
|
+
_globals['_NORMALIZEDTRIGGER'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
104
|
+
_globals['_RUNTIMECONTEXT_ATTRIBUTESENTRY']._loaded_options = None
|
|
105
|
+
_globals['_RUNTIMECONTEXT_ATTRIBUTESENTRY']._serialized_options = b'8\001'
|
|
106
|
+
_globals['_RUNTIMEVIRTUALFILE_METADATAENTRY']._loaded_options = None
|
|
107
|
+
_globals['_RUNTIMEVIRTUALFILE_METADATAENTRY']._serialized_options = b'8\001'
|
|
108
|
+
_globals['_RUNTIMEVIRTUALFILE'].fields_by_name['path']._loaded_options = None
|
|
109
|
+
_globals['_RUNTIMEVIRTUALFILE'].fields_by_name['path']._serialized_options = b'\272H\004r\002\020\001'
|
|
110
|
+
_globals['_RUNTIMEVIRTUALFILE'].fields_by_name['sensitivity']._loaded_options = None
|
|
111
|
+
_globals['_RUNTIMEVIRTUALFILE'].fields_by_name['sensitivity']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
112
|
+
_globals['_RUNTIMEVIRTUALFILE'].fields_by_name['redaction_state']._loaded_options = None
|
|
113
|
+
_globals['_RUNTIMEVIRTUALFILE'].fields_by_name['redaction_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
114
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY_METADATAENTRY']._loaded_options = None
|
|
115
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY_METADATAENTRY']._serialized_options = b'8\001'
|
|
116
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['size_bytes']._loaded_options = None
|
|
117
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['size_bytes']._serialized_options = b'\272H\004\"\002(\000'
|
|
118
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['secret_ref_count']._loaded_options = None
|
|
119
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['secret_ref_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
120
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['sensitivity']._loaded_options = None
|
|
121
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['sensitivity']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
122
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['redaction_state']._loaded_options = None
|
|
123
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['redaction_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
124
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['operation']._loaded_options = None
|
|
125
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY'].fields_by_name['operation']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
126
|
+
_globals['_RUNTIMEVIRTUALFILEMATCH'].fields_by_name['line_number']._loaded_options = None
|
|
127
|
+
_globals['_RUNTIMEVIRTUALFILEMATCH'].fields_by_name['line_number']._serialized_options = b'\272H\004\032\002(\000'
|
|
128
|
+
_globals['_RUNTIMEVIRTUALFILEMATCH'].fields_by_name['score']._loaded_options = None
|
|
129
|
+
_globals['_RUNTIMEVIRTUALFILEMATCH'].fields_by_name['score']._serialized_options = b'\272H\004\032\002(\000'
|
|
130
|
+
_globals['_RUNTIMEDEPENDENCY'].fields_by_name['service']._loaded_options = None
|
|
131
|
+
_globals['_RUNTIMEDEPENDENCY'].fields_by_name['service']._serialized_options = b'\272H\004r\002\020\001'
|
|
132
|
+
_globals['_RUNTIMEDEPENDENCY'].fields_by_name['status']._loaded_options = None
|
|
133
|
+
_globals['_RUNTIMEDEPENDENCY'].fields_by_name['status']._serialized_options = b'\030\001'
|
|
134
|
+
_globals['_RUNTIMEDEPENDENCY'].fields_by_name['status_type']._loaded_options = None
|
|
135
|
+
_globals['_RUNTIMEDEPENDENCY'].fields_by_name['status_type']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
136
|
+
_globals['_AGENTRUNSTEP'].fields_by_name['kind']._loaded_options = None
|
|
137
|
+
_globals['_AGENTRUNSTEP'].fields_by_name['kind']._serialized_options = b'\030\001'
|
|
138
|
+
_globals['_AGENTRUNSTEP'].fields_by_name['step_kind']._loaded_options = None
|
|
139
|
+
_globals['_AGENTRUNSTEP'].fields_by_name['step_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
140
|
+
_globals['_AGENTRUNARTIFACT'].fields_by_name['artifact_type']._loaded_options = None
|
|
141
|
+
_globals['_AGENTRUNARTIFACT'].fields_by_name['artifact_type']._serialized_options = b'\030\001'
|
|
142
|
+
_globals['_AGENTRUNARTIFACT'].fields_by_name['artifact_kind']._loaded_options = None
|
|
143
|
+
_globals['_AGENTRUNARTIFACT'].fields_by_name['artifact_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
144
|
+
_globals['_RUNTIMEEVIDENCEGAP'].fields_by_name['reason']._loaded_options = None
|
|
145
|
+
_globals['_RUNTIMEEVIDENCEGAP'].fields_by_name['reason']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
146
|
+
_globals['_RUNTIMEEVIDENCEGAP'].fields_by_name['evidence_state']._loaded_options = None
|
|
147
|
+
_globals['_RUNTIMEEVIDENCEGAP'].fields_by_name['evidence_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
148
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['evidence_state']._loaded_options = None
|
|
149
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['evidence_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
150
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['credential_evidence_state']._loaded_options = None
|
|
151
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['credential_evidence_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
152
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['native_kind']._loaded_options = None
|
|
153
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['native_kind']._serialized_options = b'\272H\004r\002\020\001'
|
|
154
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['source_event_id']._loaded_options = None
|
|
155
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['source_event_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
156
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['workspace_id']._loaded_options = None
|
|
157
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
158
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['agent_run_id']._loaded_options = None
|
|
159
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['agent_run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
160
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['tool_call_id']._loaded_options = None
|
|
161
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['tool_call_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
162
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['tool_name']._loaded_options = None
|
|
163
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['tool_name']._serialized_options = b'\272H\004r\002\020\001'
|
|
164
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['risk_level']._loaded_options = None
|
|
165
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['risk_level']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
166
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['safe_arguments_key_count']._loaded_options = None
|
|
167
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['safe_arguments_key_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
168
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['redaction_count']._loaded_options = None
|
|
169
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['redaction_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
170
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['principal_evidence_state']._loaded_options = None
|
|
171
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['principal_evidence_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
172
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['cost_evidence_state']._loaded_options = None
|
|
173
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE'].fields_by_name['cost_evidence_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
174
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['evidence_state']._loaded_options = None
|
|
175
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['evidence_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
176
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['principal_evidence_state']._loaded_options = None
|
|
177
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['principal_evidence_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
178
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['credential_evidence_state']._loaded_options = None
|
|
179
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['credential_evidence_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
180
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['cost_evidence_state']._loaded_options = None
|
|
181
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['cost_evidence_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
182
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['native_source']._loaded_options = None
|
|
183
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['native_source']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
184
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['native_kind']._loaded_options = None
|
|
185
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['native_kind']._serialized_options = b'\272H\004r\002\020\001'
|
|
186
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['source_event_id']._loaded_options = None
|
|
187
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['source_event_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
188
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['source_event_type']._loaded_options = None
|
|
189
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['source_event_type']._serialized_options = b'\272H\004r\002\020\001'
|
|
190
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['source_event_time']._loaded_options = None
|
|
191
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['source_event_time']._serialized_options = b'\272H\003\310\001\001'
|
|
192
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['workspace_id']._loaded_options = None
|
|
193
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
194
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['agent_run_id']._loaded_options = None
|
|
195
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['agent_run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
196
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['risk_level']._loaded_options = None
|
|
197
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['risk_level']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
198
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['safe_arguments_key_count']._loaded_options = None
|
|
199
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['safe_arguments_key_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
200
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['safe_output_key_count']._loaded_options = None
|
|
201
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['safe_output_key_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
202
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['redaction_count']._loaded_options = None
|
|
203
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['redaction_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
204
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['schema']._loaded_options = None
|
|
205
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE'].fields_by_name['schema']._serialized_options = b'\272H\004r\002\020\001'
|
|
206
|
+
_globals['_AGENTAUTONOMYSESSION'].fields_by_name['work_envelope_kind']._loaded_options = None
|
|
207
|
+
_globals['_AGENTAUTONOMYSESSION'].fields_by_name['work_envelope_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
208
|
+
_globals['_AGENTAUTONOMYSESSION'].fields_by_name['state']._loaded_options = None
|
|
209
|
+
_globals['_AGENTAUTONOMYSESSION'].fields_by_name['state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
210
|
+
_globals['_AGENTAUTONOMYSESSION'].fields_by_name['processing_state']._loaded_options = None
|
|
211
|
+
_globals['_AGENTAUTONOMYSESSION'].fields_by_name['processing_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
212
|
+
_globals['_AGENTWORKITEM'].fields_by_name['kind']._loaded_options = None
|
|
213
|
+
_globals['_AGENTWORKITEM'].fields_by_name['kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
214
|
+
_globals['_AGENTWORKITEM'].fields_by_name['state']._loaded_options = None
|
|
215
|
+
_globals['_AGENTWORKITEM'].fields_by_name['state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
216
|
+
_globals['_HANDLETRIGGERREQUEST'].fields_by_name['trigger']._loaded_options = None
|
|
217
|
+
_globals['_HANDLETRIGGERREQUEST'].fields_by_name['trigger']._serialized_options = b'\272H\003\310\001\001'
|
|
218
|
+
_globals['_CLAIMNEXTRUNREQUEST'].fields_by_name['worker_id']._loaded_options = None
|
|
219
|
+
_globals['_CLAIMNEXTRUNREQUEST'].fields_by_name['worker_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
220
|
+
_globals['_CLAIMNEXTRUNREQUEST'].fields_by_name['lease_seconds']._loaded_options = None
|
|
221
|
+
_globals['_CLAIMNEXTRUNREQUEST'].fields_by_name['lease_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
222
|
+
_globals['_HEARTBEATRUNREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
223
|
+
_globals['_HEARTBEATRUNREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
224
|
+
_globals['_HEARTBEATRUNREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
225
|
+
_globals['_HEARTBEATRUNREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
226
|
+
_globals['_HEARTBEATRUNREQUEST'].fields_by_name['extend_seconds']._loaded_options = None
|
|
227
|
+
_globals['_HEARTBEATRUNREQUEST'].fields_by_name['extend_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
228
|
+
_globals['_RENEWRUNLEASEREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
229
|
+
_globals['_RENEWRUNLEASEREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
230
|
+
_globals['_RENEWRUNLEASEREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
231
|
+
_globals['_RENEWRUNLEASEREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
232
|
+
_globals['_RENEWRUNLEASEREQUEST'].fields_by_name['extend_seconds']._loaded_options = None
|
|
233
|
+
_globals['_RENEWRUNLEASEREQUEST'].fields_by_name['extend_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
234
|
+
_globals['_RECORDRUNSTEPREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
235
|
+
_globals['_RECORDRUNSTEPREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
236
|
+
_globals['_RECORDRUNSTEPREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
237
|
+
_globals['_RECORDRUNSTEPREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
238
|
+
_globals['_RECORDRUNSTEPREQUEST'].fields_by_name['step']._loaded_options = None
|
|
239
|
+
_globals['_RECORDRUNSTEPREQUEST'].fields_by_name['step']._serialized_options = b'\272H\003\310\001\001'
|
|
240
|
+
_globals['_RECORDRUNCHECKPOINTREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
241
|
+
_globals['_RECORDRUNCHECKPOINTREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
242
|
+
_globals['_RECORDRUNCHECKPOINTREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
243
|
+
_globals['_RECORDRUNCHECKPOINTREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
244
|
+
_globals['_RECORDRUNCHECKPOINTREQUEST'].fields_by_name['checkpoint']._loaded_options = None
|
|
245
|
+
_globals['_RECORDRUNCHECKPOINTREQUEST'].fields_by_name['checkpoint']._serialized_options = b'\272H\003\310\001\001'
|
|
246
|
+
_globals['_RECORDRUNARTIFACTREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
247
|
+
_globals['_RECORDRUNARTIFACTREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
248
|
+
_globals['_RECORDRUNARTIFACTREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
249
|
+
_globals['_RECORDRUNARTIFACTREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
250
|
+
_globals['_RECORDRUNARTIFACTREQUEST'].fields_by_name['artifact']._loaded_options = None
|
|
251
|
+
_globals['_RECORDRUNARTIFACTREQUEST'].fields_by_name['artifact']._serialized_options = b'\272H\003\310\001\001'
|
|
252
|
+
_globals['_RECORDRUNCOSTREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
253
|
+
_globals['_RECORDRUNCOSTREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
254
|
+
_globals['_RECORDRUNCOSTREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
255
|
+
_globals['_RECORDRUNCOSTREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
256
|
+
_globals['_RECORDRUNCOSTREQUEST'].fields_by_name['cost']._loaded_options = None
|
|
257
|
+
_globals['_RECORDRUNCOSTREQUEST'].fields_by_name['cost']._serialized_options = b'\272H\003\310\001\001'
|
|
258
|
+
_globals['_RECORDRUNSTREAMCURSORREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
259
|
+
_globals['_RECORDRUNSTREAMCURSORREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
260
|
+
_globals['_RECORDRUNSTREAMCURSORREQUEST'].fields_by_name['cursor']._loaded_options = None
|
|
261
|
+
_globals['_RECORDRUNSTREAMCURSORREQUEST'].fields_by_name['cursor']._serialized_options = b'\272H\003\310\001\001'
|
|
262
|
+
_globals['_RECORDRUNEVENTREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
263
|
+
_globals['_RECORDRUNEVENTREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
264
|
+
_globals['_RECORDRUNEVENTREQUEST'].fields_by_name['type']._loaded_options = None
|
|
265
|
+
_globals['_RECORDRUNEVENTREQUEST'].fields_by_name['type']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
266
|
+
_globals['_RECORDRUNEVENTREQUEST'].fields_by_name['message']._loaded_options = None
|
|
267
|
+
_globals['_RECORDRUNEVENTREQUEST'].fields_by_name['message']._serialized_options = b'\272H\004r\002\020\001'
|
|
268
|
+
_globals['_CONTROLRUNREQUEST'].fields_by_name['mode']._loaded_options = None
|
|
269
|
+
_globals['_CONTROLRUNREQUEST'].fields_by_name['mode']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
270
|
+
_globals['_RECORDRUNWORKITEMREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
271
|
+
_globals['_RECORDRUNWORKITEMREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
272
|
+
_globals['_RECORDRUNWORKITEMREQUEST'].fields_by_name['work_item']._loaded_options = None
|
|
273
|
+
_globals['_RECORDRUNWORKITEMREQUEST'].fields_by_name['work_item']._serialized_options = b'\272H\003\310\001\001'
|
|
274
|
+
_globals['_UPDATERUNWORKITEMREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
275
|
+
_globals['_UPDATERUNWORKITEMREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
276
|
+
_globals['_UPDATERUNWORKITEMREQUEST'].fields_by_name['work_item_id']._loaded_options = None
|
|
277
|
+
_globals['_UPDATERUNWORKITEMREQUEST'].fields_by_name['work_item_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
278
|
+
_globals['_UPDATERUNWORKITEMREQUEST'].fields_by_name['state']._loaded_options = None
|
|
279
|
+
_globals['_UPDATERUNWORKITEMREQUEST'].fields_by_name['state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
280
|
+
_globals['_LISTRUNWORKITEMSREQUEST'].fields_by_name['state']._loaded_options = None
|
|
281
|
+
_globals['_LISTRUNWORKITEMSREQUEST'].fields_by_name['state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
282
|
+
_globals['_LISTRUNWORKITEMSREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
283
|
+
_globals['_LISTRUNWORKITEMSREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
284
|
+
_globals['_YIELDRUNREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
285
|
+
_globals['_YIELDRUNREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
286
|
+
_globals['_YIELDRUNREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
287
|
+
_globals['_YIELDRUNREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
288
|
+
_globals['_YIELDRUNREQUEST'].fields_by_name['continuation']._loaded_options = None
|
|
289
|
+
_globals['_YIELDRUNREQUEST'].fields_by_name['continuation']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
290
|
+
_globals['_YIELDRUNREQUEST'].fields_by_name['yield_budget']._loaded_options = None
|
|
291
|
+
_globals['_YIELDRUNREQUEST'].fields_by_name['yield_budget']._serialized_options = b'\272H\004\032\002(\000'
|
|
292
|
+
_globals['_YIELDRUNRESPONSE'].fields_by_name['yield_count']._loaded_options = None
|
|
293
|
+
_globals['_YIELDRUNRESPONSE'].fields_by_name['yield_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
294
|
+
_globals['_WAITRUNREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
295
|
+
_globals['_WAITRUNREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
296
|
+
_globals['_WAITRUNREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
297
|
+
_globals['_WAITRUNREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
298
|
+
_globals['_WAITRUNREQUEST'].fields_by_name['wait']._loaded_options = None
|
|
299
|
+
_globals['_WAITRUNREQUEST'].fields_by_name['wait']._serialized_options = b'\272H\003\310\001\001'
|
|
300
|
+
_globals['_RESUMERUNREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
301
|
+
_globals['_RESUMERUNREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
302
|
+
_globals['_RESUMERUNREQUEST'].fields_by_name['wait_id']._loaded_options = None
|
|
303
|
+
_globals['_RESUMERUNREQUEST'].fields_by_name['wait_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
304
|
+
_globals['_COMPLETERUNREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
305
|
+
_globals['_COMPLETERUNREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
306
|
+
_globals['_COMPLETERUNREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
307
|
+
_globals['_COMPLETERUNREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
308
|
+
_globals['_FAILRUNREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
309
|
+
_globals['_FAILRUNREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
310
|
+
_globals['_FAILRUNREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
311
|
+
_globals['_FAILRUNREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
312
|
+
_globals['_FAILRUNREQUEST'].fields_by_name['error_message']._loaded_options = None
|
|
313
|
+
_globals['_FAILRUNREQUEST'].fields_by_name['error_message']._serialized_options = b'\272H\004r\002\020\001'
|
|
314
|
+
_globals['_FAILRUNREQUEST'].fields_by_name['retry_delay_seconds']._loaded_options = None
|
|
315
|
+
_globals['_FAILRUNREQUEST'].fields_by_name['retry_delay_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
316
|
+
_globals['_CANCELRUNREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
317
|
+
_globals['_CANCELRUNREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
318
|
+
_globals['_RETRYRUNREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
319
|
+
_globals['_RETRYRUNREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
320
|
+
_globals['_RETRYRUNREQUEST'].fields_by_name['retry_delay_seconds']._loaded_options = None
|
|
321
|
+
_globals['_RETRYRUNREQUEST'].fields_by_name['retry_delay_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
322
|
+
_globals['_DEADLETTERRUNREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
323
|
+
_globals['_DEADLETTERRUNREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
324
|
+
_globals['_GETRUNREQUEST'].fields_by_name['id']._loaded_options = None
|
|
325
|
+
_globals['_GETRUNREQUEST'].fields_by_name['id']._serialized_options = b'\272H\004r\002\020\001'
|
|
326
|
+
_globals['_GETTEAMMATEWORKLEDGERREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
327
|
+
_globals['_GETTEAMMATEWORKLEDGERREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
328
|
+
_globals['_TEAMMATEWORKLEDGER'].fields_by_name['attempt']._loaded_options = None
|
|
329
|
+
_globals['_TEAMMATEWORKLEDGER'].fields_by_name['attempt']._serialized_options = b'\272H\004\032\002(\000'
|
|
330
|
+
_globals['_TEAMMATEWORKLEDGER'].fields_by_name['event_count']._loaded_options = None
|
|
331
|
+
_globals['_TEAMMATEWORKLEDGER'].fields_by_name['event_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
332
|
+
_globals['_TEAMMATEWORKLEDGER'].fields_by_name['active_work_item_count']._loaded_options = None
|
|
333
|
+
_globals['_TEAMMATEWORKLEDGER'].fields_by_name['active_work_item_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
334
|
+
_globals['_TEAMMATEWORKLEDGER'].fields_by_name['blocked_work_item_count']._loaded_options = None
|
|
335
|
+
_globals['_TEAMMATEWORKLEDGER'].fields_by_name['blocked_work_item_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
336
|
+
_globals['_TEAMMATEWORKLEDGERCONNECTORACCESS'].fields_by_name['secret_ref_count']._loaded_options = None
|
|
337
|
+
_globals['_TEAMMATEWORKLEDGERCONNECTORACCESS'].fields_by_name['secret_ref_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
338
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['file_count']._loaded_options = None
|
|
339
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
340
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['mount_count']._loaded_options = None
|
|
341
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['mount_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
342
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['connector_mount_count']._loaded_options = None
|
|
343
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['connector_mount_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
344
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['memory_record_count']._loaded_options = None
|
|
345
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['memory_record_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
346
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['transaction_count']._loaded_options = None
|
|
347
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['transaction_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
348
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['cerebro_index_eligible_file_count']._loaded_options = None
|
|
349
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY'].fields_by_name['cerebro_index_eligible_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
350
|
+
_globals['_TEAMMATEWORKLEDGERCEREBROCONTEXT'].fields_by_name['eligible_file_count']._loaded_options = None
|
|
351
|
+
_globals['_TEAMMATEWORKLEDGERCEREBROCONTEXT'].fields_by_name['eligible_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
352
|
+
_globals['_TEAMMATEWORKLEDGERPROACTIVEPOLICY'].fields_by_name['update_budget']._loaded_options = None
|
|
353
|
+
_globals['_TEAMMATEWORKLEDGERPROACTIVEPOLICY'].fields_by_name['update_budget']._serialized_options = b'\272H\004\032\002(\000'
|
|
354
|
+
_globals['_TEAMMATEWORKLEDGERCHANNELSTATUS'].fields_by_name['processing_state']._loaded_options = None
|
|
355
|
+
_globals['_TEAMMATEWORKLEDGERCHANNELSTATUS'].fields_by_name['processing_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
356
|
+
_globals['_LISTRUNSBYWORKENVELOPEREQUEST'].fields_by_name['workspace_id']._loaded_options = None
|
|
357
|
+
_globals['_LISTRUNSBYWORKENVELOPEREQUEST'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
358
|
+
_globals['_LISTRUNSBYWORKENVELOPEREQUEST'].fields_by_name['work_envelope_id']._loaded_options = None
|
|
359
|
+
_globals['_LISTRUNSBYWORKENVELOPEREQUEST'].fields_by_name['work_envelope_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
360
|
+
_globals['_LISTRUNSBYWORKENVELOPEREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
361
|
+
_globals['_LISTRUNSBYWORKENVELOPEREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
362
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['workspace_id']._loaded_options = None
|
|
363
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
364
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['agent_id']._loaded_options = None
|
|
365
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
366
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['channel_kind']._loaded_options = None
|
|
367
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['channel_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
368
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['channel_id']._loaded_options = None
|
|
369
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['channel_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
370
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['thread_id']._loaded_options = None
|
|
371
|
+
_globals['_CHANNELTHREADADOPTION'].fields_by_name['thread_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
372
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['workspace_id']._loaded_options = None
|
|
373
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
374
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['agent_id']._loaded_options = None
|
|
375
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
376
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['channel_kind']._loaded_options = None
|
|
377
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['channel_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
378
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
379
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['channel_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
380
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['thread_id']._loaded_options = None
|
|
381
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST'].fields_by_name['thread_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
382
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['workspace_id']._loaded_options = None
|
|
383
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
384
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['agent_id']._loaded_options = None
|
|
385
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['agent_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
386
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['channel_kind']._loaded_options = None
|
|
387
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['channel_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
388
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['channel_id']._loaded_options = None
|
|
389
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['channel_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
390
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['thread_id']._loaded_options = None
|
|
391
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST'].fields_by_name['thread_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
392
|
+
_globals['_LISTCHANNELTHREADADOPTIONSREQUEST'].fields_by_name['workspace_id']._loaded_options = None
|
|
393
|
+
_globals['_LISTCHANNELTHREADADOPTIONSREQUEST'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
394
|
+
_globals['_LISTCHANNELTHREADADOPTIONSREQUEST'].fields_by_name['channel_kind']._loaded_options = None
|
|
395
|
+
_globals['_LISTCHANNELTHREADADOPTIONSREQUEST'].fields_by_name['channel_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
396
|
+
_globals['_LISTCHANNELTHREADADOPTIONSREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
397
|
+
_globals['_LISTCHANNELTHREADADOPTIONSREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
398
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['workspace_id']._loaded_options = None
|
|
399
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
400
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['state']._loaded_options = None
|
|
401
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
402
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['type']._loaded_options = None
|
|
403
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['type']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
404
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['audience']._loaded_options = None
|
|
405
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['audience']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
406
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
407
|
+
_globals['_LISTRUNWAITSREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
408
|
+
_globals['_RECORDCHANNELACTIONRECEIPTREQUEST'].fields_by_name['receipt']._loaded_options = None
|
|
409
|
+
_globals['_RECORDCHANNELACTIONRECEIPTREQUEST'].fields_by_name['receipt']._serialized_options = b'\272H\003\310\001\001'
|
|
410
|
+
_globals['_GETCHANNELACTIONRECEIPTREQUEST'].fields_by_name['id']._loaded_options = None
|
|
411
|
+
_globals['_GETCHANNELACTIONRECEIPTREQUEST'].fields_by_name['id']._serialized_options = b'\272H\004r\002\020\001'
|
|
412
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST'].fields_by_name['workspace_id']._loaded_options = None
|
|
413
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST'].fields_by_name['workspace_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
414
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST'].fields_by_name['target_kind']._loaded_options = None
|
|
415
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST'].fields_by_name['target_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
416
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST'].fields_by_name['channel_kind']._loaded_options = None
|
|
417
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST'].fields_by_name['channel_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
418
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
419
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
420
|
+
_globals['_LISTRUNEVENTSREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
421
|
+
_globals['_LISTRUNEVENTSREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
422
|
+
_globals['_LISTRUNEVENTSREQUEST'].fields_by_name['audience']._loaded_options = None
|
|
423
|
+
_globals['_LISTRUNEVENTSREQUEST'].fields_by_name['audience']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
424
|
+
_globals['_LISTRUNEVENTSREQUEST'].fields_by_name['page_size']._loaded_options = None
|
|
425
|
+
_globals['_LISTRUNEVENTSREQUEST'].fields_by_name['page_size']._serialized_options = b'\272H\004\032\002(\000'
|
|
426
|
+
_globals['_LISTRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
427
|
+
_globals['_LISTRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
428
|
+
_globals['_LISTRUNVIRTUALFILESREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
429
|
+
_globals['_LISTRUNVIRTUALFILESREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
430
|
+
_globals['_READRUNVIRTUALFILEREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
431
|
+
_globals['_READRUNVIRTUALFILEREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
432
|
+
_globals['_READRUNVIRTUALFILEREQUEST'].fields_by_name['path']._loaded_options = None
|
|
433
|
+
_globals['_READRUNVIRTUALFILEREQUEST'].fields_by_name['path']._serialized_options = b'\272H\004r\002\020\001'
|
|
434
|
+
_globals['_READRUNVIRTUALFILEREQUEST'].fields_by_name['offset']._loaded_options = None
|
|
435
|
+
_globals['_READRUNVIRTUALFILEREQUEST'].fields_by_name['offset']._serialized_options = b'\272H\004\032\002(\000'
|
|
436
|
+
_globals['_READRUNVIRTUALFILEREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
437
|
+
_globals['_READRUNVIRTUALFILEREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
438
|
+
_globals['_READRUNVIRTUALFILERESPONSE'].fields_by_name['redaction_state']._loaded_options = None
|
|
439
|
+
_globals['_READRUNVIRTUALFILERESPONSE'].fields_by_name['redaction_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
440
|
+
_globals['_STATRUNVIRTUALFILEREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
441
|
+
_globals['_STATRUNVIRTUALFILEREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
442
|
+
_globals['_STATRUNVIRTUALFILEREQUEST'].fields_by_name['path']._loaded_options = None
|
|
443
|
+
_globals['_STATRUNVIRTUALFILEREQUEST'].fields_by_name['path']._serialized_options = b'\272H\004r\002\020\001'
|
|
444
|
+
_globals['_WATCHRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
445
|
+
_globals['_WATCHRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
446
|
+
_globals['_WATCHRUNVIRTUALFILESREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
447
|
+
_globals['_WATCHRUNVIRTUALFILESREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
448
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['offset']._loaded_options = None
|
|
449
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['offset']._serialized_options = b'\272H\004\032\002(\000'
|
|
450
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['next_offset']._loaded_options = None
|
|
451
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['next_offset']._serialized_options = b'\272H\004\032\002(\000'
|
|
452
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['rank']._loaded_options = None
|
|
453
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['rank']._serialized_options = b'\272H\004\032\002(\000'
|
|
454
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['reason_code']._loaded_options = None
|
|
455
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['reason_code']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
456
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['redaction_state']._loaded_options = None
|
|
457
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT'].fields_by_name['redaction_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
458
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
459
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
460
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST'].fields_by_name['per_file_limit']._loaded_options = None
|
|
461
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST'].fields_by_name['per_file_limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
462
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST'].fields_by_name['total_limit']._loaded_options = None
|
|
463
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST'].fields_by_name['total_limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
464
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
465
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
466
|
+
_globals['_BATCHREADRUNVIRTUALFILESRESPONSE'].fields_by_name['total_content_bytes']._loaded_options = None
|
|
467
|
+
_globals['_BATCHREADRUNVIRTUALFILESRESPONSE'].fields_by_name['total_content_bytes']._serialized_options = b'\272H\004\032\002(\000'
|
|
468
|
+
_globals['_BATCHREADRUNVIRTUALFILESRESPONSE'].fields_by_name['skipped_count']._loaded_options = None
|
|
469
|
+
_globals['_BATCHREADRUNVIRTUALFILESRESPONSE'].fields_by_name['skipped_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
470
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
471
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
472
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST'].fields_by_name['per_file_limit']._loaded_options = None
|
|
473
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST'].fields_by_name['per_file_limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
474
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST'].fields_by_name['total_limit']._loaded_options = None
|
|
475
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST'].fields_by_name['total_limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
476
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
477
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
478
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKRESPONSE'].fields_by_name['total_content_bytes']._loaded_options = None
|
|
479
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKRESPONSE'].fields_by_name['total_content_bytes']._serialized_options = b'\272H\004\032\002(\000'
|
|
480
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKRESPONSE'].fields_by_name['skipped_count']._loaded_options = None
|
|
481
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKRESPONSE'].fields_by_name['skipped_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
482
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
483
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
484
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST'].fields_by_name['query']._loaded_options = None
|
|
485
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST'].fields_by_name['query']._serialized_options = b'\272H\004r\002\020\001'
|
|
486
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
487
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
488
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST'].fields_by_name['context_lines']._loaded_options = None
|
|
489
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST'].fields_by_name['context_lines']._serialized_options = b'\272H\004\032\002(\000'
|
|
490
|
+
_globals['_SEARCHRUNVIRTUALFILESRESPONSE'].fields_by_name['total_matches']._loaded_options = None
|
|
491
|
+
_globals['_SEARCHRUNVIRTUALFILESRESPONSE'].fields_by_name['total_matches']._serialized_options = b'\272H\004\032\002(\000'
|
|
492
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST_METADATAENTRY']._loaded_options = None
|
|
493
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
494
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
495
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
496
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
497
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
498
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['path']._loaded_options = None
|
|
499
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['path']._serialized_options = b'\272H\004r\002\020\001'
|
|
500
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['sensitivity']._loaded_options = None
|
|
501
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['sensitivity']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
502
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['redaction_state']._loaded_options = None
|
|
503
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST'].fields_by_name['redaction_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
504
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE_METADATAENTRY']._loaded_options = None
|
|
505
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE_METADATAENTRY']._serialized_options = b'8\001'
|
|
506
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE'].fields_by_name['path']._loaded_options = None
|
|
507
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE'].fields_by_name['path']._serialized_options = b'\272H\004r\002\020\001'
|
|
508
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE'].fields_by_name['sensitivity']._loaded_options = None
|
|
509
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE'].fields_by_name['sensitivity']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
510
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE'].fields_by_name['redaction_state']._loaded_options = None
|
|
511
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE'].fields_by_name['redaction_state']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
512
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE'].fields_by_name['operation']._loaded_options = None
|
|
513
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE'].fields_by_name['operation']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
514
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._loaded_options = None
|
|
515
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
516
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
517
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
518
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
519
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
520
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._loaded_options = None
|
|
521
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
522
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
523
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
524
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
525
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
526
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['transaction_id']._loaded_options = None
|
|
527
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['transaction_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
528
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK'].fields_by_name['old_start_line']._loaded_options = None
|
|
529
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK'].fields_by_name['old_start_line']._serialized_options = b'\272H\004\032\002(\000'
|
|
530
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK'].fields_by_name['old_line_count']._loaded_options = None
|
|
531
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK'].fields_by_name['old_line_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
532
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK'].fields_by_name['new_start_line']._loaded_options = None
|
|
533
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK'].fields_by_name['new_start_line']._serialized_options = b'\272H\004\032\002(\000'
|
|
534
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK'].fields_by_name['new_line_count']._loaded_options = None
|
|
535
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK'].fields_by_name['new_line_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
536
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF'].fields_by_name['operation']._loaded_options = None
|
|
537
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF'].fields_by_name['operation']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
538
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF'].fields_by_name['apply_status']._loaded_options = None
|
|
539
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF'].fields_by_name['apply_status']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
540
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF'].fields_by_name['additions']._loaded_options = None
|
|
541
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF'].fields_by_name['additions']._serialized_options = b'\272H\004\032\002(\000'
|
|
542
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF'].fields_by_name['deletions']._loaded_options = None
|
|
543
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF'].fields_by_name['deletions']._serialized_options = b'\272H\004\032\002(\000'
|
|
544
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONCONFLICT'].fields_by_name['reason_code']._loaded_options = None
|
|
545
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONCONFLICT'].fields_by_name['reason_code']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
546
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONCONFLICT'].fields_by_name['apply_status']._loaded_options = None
|
|
547
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONCONFLICT'].fields_by_name['apply_status']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
548
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['file_count']._loaded_options = None
|
|
549
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
550
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['changed_file_count']._loaded_options = None
|
|
551
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['changed_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
552
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['additions']._loaded_options = None
|
|
553
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['additions']._serialized_options = b'\272H\004\032\002(\000'
|
|
554
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['deletions']._loaded_options = None
|
|
555
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['deletions']._serialized_options = b'\272H\004\032\002(\000'
|
|
556
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['outcome']._loaded_options = None
|
|
557
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF'].fields_by_name['outcome']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
558
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
559
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
560
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['transaction_id']._loaded_options = None
|
|
561
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['transaction_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
562
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['context_lines']._loaded_options = None
|
|
563
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['context_lines']._serialized_options = b'\272H\004\032\002(\000'
|
|
564
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._loaded_options = None
|
|
565
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
566
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
567
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
568
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
569
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
570
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['transaction_id']._loaded_options = None
|
|
571
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['transaction_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
572
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['context_lines']._loaded_options = None
|
|
573
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['context_lines']._serialized_options = b'\272H\004\032\002(\000'
|
|
574
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONRESPONSE'].fields_by_name['outcome']._loaded_options = None
|
|
575
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONRESPONSE'].fields_by_name['outcome']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
576
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._loaded_options = None
|
|
577
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
578
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
579
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
580
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
581
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
582
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['source_transaction_id']._loaded_options = None
|
|
583
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['source_transaction_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
584
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['context_lines']._loaded_options = None
|
|
585
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST'].fields_by_name['context_lines']._serialized_options = b'\272H\004\032\002(\000'
|
|
586
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONRESPONSE'].fields_by_name['outcome']._loaded_options = None
|
|
587
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONRESPONSE'].fields_by_name['outcome']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
588
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST_METADATAENTRY']._loaded_options = None
|
|
589
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
590
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
591
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
592
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST'].fields_by_name['lease_token']._loaded_options = None
|
|
593
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST'].fields_by_name['lease_token']._serialized_options = b'\272H\004r\002\020\001'
|
|
594
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST'].fields_by_name['mount']._loaded_options = None
|
|
595
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST'].fields_by_name['mount']._serialized_options = b'\272H\004r\002\020\001'
|
|
596
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST'].fields_by_name['limit']._loaded_options = None
|
|
597
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST'].fields_by_name['limit']._serialized_options = b'\272H\004\032\002(\000'
|
|
598
|
+
_globals['_INSPECTRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._loaded_options = None
|
|
599
|
+
_globals['_INSPECTRUNVIRTUALFILESREQUEST'].fields_by_name['run_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
600
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['file_count']._loaded_options = None
|
|
601
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
602
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['mount_count']._loaded_options = None
|
|
603
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['mount_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
604
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['transaction_count']._loaded_options = None
|
|
605
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['transaction_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
606
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['lazy_mount_count']._loaded_options = None
|
|
607
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['lazy_mount_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
608
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['hydrated_file_count']._loaded_options = None
|
|
609
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['hydrated_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
610
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['cerebro_candidate_count']._loaded_options = None
|
|
611
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['cerebro_candidate_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
612
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['cerebro_ready_count']._loaded_options = None
|
|
613
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['cerebro_ready_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
614
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['accepted_file_count']._loaded_options = None
|
|
615
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['accepted_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
616
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['content_address_count']._loaded_options = None
|
|
617
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['content_address_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
618
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['hydration_cache_hit_count']._loaded_options = None
|
|
619
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['hydration_cache_hit_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
620
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['stale_transaction_count']._loaded_options = None
|
|
621
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['stale_transaction_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
622
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['shadowed_file_count']._loaded_options = None
|
|
623
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['shadowed_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
624
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['producer_count']._loaded_options = None
|
|
625
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['producer_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
626
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['preview_only_file_count']._loaded_options = None
|
|
627
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['preview_only_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
628
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['denied_file_count']._loaded_options = None
|
|
629
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['denied_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
630
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['restricted_file_count']._loaded_options = None
|
|
631
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['restricted_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
632
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['tombstone_file_count']._loaded_options = None
|
|
633
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['tombstone_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
634
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['delete_file_count']._loaded_options = None
|
|
635
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['delete_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
636
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['rename_file_count']._loaded_options = None
|
|
637
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY'].fields_by_name['rename_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
638
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['file_count']._loaded_options = None
|
|
639
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
640
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['size_bytes']._loaded_options = None
|
|
641
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['size_bytes']._serialized_options = b'\272H\004\"\002(\000'
|
|
642
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['secret_ref_count']._loaded_options = None
|
|
643
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['secret_ref_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
644
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['preview_only_file_count']._loaded_options = None
|
|
645
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['preview_only_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
646
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['denied_file_count']._loaded_options = None
|
|
647
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['denied_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
648
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['restricted_file_count']._loaded_options = None
|
|
649
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT'].fields_by_name['restricted_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
650
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION'].fields_by_name['file_count']._loaded_options = None
|
|
651
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION'].fields_by_name['file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
652
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION'].fields_by_name['tombstone_file_count']._loaded_options = None
|
|
653
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION'].fields_by_name['tombstone_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
654
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION'].fields_by_name['delete_file_count']._loaded_options = None
|
|
655
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION'].fields_by_name['delete_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
656
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION'].fields_by_name['rename_file_count']._loaded_options = None
|
|
657
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION'].fields_by_name['rename_file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
658
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORPRODUCER'].fields_by_name['file_count']._loaded_options = None
|
|
659
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORPRODUCER'].fields_by_name['file_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
660
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORPRODUCER'].fields_by_name['revision_count']._loaded_options = None
|
|
661
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORPRODUCER'].fields_by_name['revision_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
662
|
+
_globals['_AGENTRUNTIMESERVICE'].methods_by_name['HandleTrigger']._loaded_options = None
|
|
663
|
+
_globals['_AGENTRUNTIMESERVICE'].methods_by_name['HandleTrigger']._serialized_options = b'\312\363\030\022agentruntime:write\322\363\030\024trigger.workspace_id\352\363\030\027trigger.organization_id'
|
|
664
|
+
_globals['_AGENTRUNSTATE']._serialized_start=61911
|
|
665
|
+
_globals['_AGENTRUNSTATE']._serialized_end=62230
|
|
666
|
+
_globals['_AGENTRUNSTEPSTATE']._serialized_start=62233
|
|
667
|
+
_globals['_AGENTRUNSTEPSTATE']._serialized_end=62531
|
|
668
|
+
_globals['_AGENTRUNSTEPKIND']._serialized_start=62534
|
|
669
|
+
_globals['_AGENTRUNSTEPKIND']._serialized_end=63021
|
|
670
|
+
_globals['_AGENTRUNWAITTYPE']._serialized_start=63024
|
|
671
|
+
_globals['_AGENTRUNWAITTYPE']._serialized_end=63206
|
|
672
|
+
_globals['_AGENTRUNWAITSTATE']._serialized_start=63209
|
|
673
|
+
_globals['_AGENTRUNWAITSTATE']._serialized_end=63405
|
|
674
|
+
_globals['_AGENTRUNARTIFACTKIND']._serialized_start=63408
|
|
675
|
+
_globals['_AGENTRUNARTIFACTKIND']._serialized_end=63989
|
|
676
|
+
_globals['_RUNTIMEEVENTTYPE']._serialized_start=63992
|
|
677
|
+
_globals['_RUNTIMEEVENTTYPE']._serialized_end=65674
|
|
678
|
+
_globals['_RUNTIMEEVIDENCESTATE']._serialized_start=65677
|
|
679
|
+
_globals['_RUNTIMEEVIDENCESTATE']._serialized_end=65902
|
|
680
|
+
_globals['_NATIVEAGENTEVENTSOURCE']._serialized_start=65905
|
|
681
|
+
_globals['_NATIVEAGENTEVENTSOURCE']._serialized_end=66048
|
|
682
|
+
_globals['_RUNTIMEEVIDENCEGAPREASON']._serialized_start=66051
|
|
683
|
+
_globals['_RUNTIMEEVIDENCEGAPREASON']._serialized_end=66280
|
|
684
|
+
_globals['_RUNCONTROLMODE']._serialized_start=66283
|
|
685
|
+
_globals['_RUNCONTROLMODE']._serialized_end=66517
|
|
686
|
+
_globals['_AUTONOMYPROCESSINGSTATE']._serialized_start=66520
|
|
687
|
+
_globals['_AUTONOMYPROCESSINGSTATE']._serialized_end=67057
|
|
688
|
+
_globals['_AGENTWORKITEMKIND']._serialized_start=67060
|
|
689
|
+
_globals['_AGENTWORKITEMKIND']._serialized_end=67428
|
|
690
|
+
_globals['_AGENTWORKITEMSTATE']._serialized_start=67431
|
|
691
|
+
_globals['_AGENTWORKITEMSTATE']._serialized_end=67738
|
|
692
|
+
_globals['_AUTONOMYSESSIONSTATE']._serialized_start=67741
|
|
693
|
+
_globals['_AUTONOMYSESSIONSTATE']._serialized_end=67980
|
|
694
|
+
_globals['_YIELDCONTINUATION']._serialized_start=67983
|
|
695
|
+
_globals['_YIELDCONTINUATION']._serialized_end=68178
|
|
696
|
+
_globals['_RUNTIMEDEPENDENCYSTATUS']._serialized_start=68181
|
|
697
|
+
_globals['_RUNTIMEDEPENDENCYSTATUS']._serialized_end=68414
|
|
698
|
+
_globals['_RUNTIMEWORKENVELOPEKIND']._serialized_start=68417
|
|
699
|
+
_globals['_RUNTIMEWORKENVELOPEKIND']._serialized_end=68805
|
|
700
|
+
_globals['_RUNTIMECHANNELKIND']._serialized_start=68808
|
|
701
|
+
_globals['_RUNTIMECHANNELKIND']._serialized_end=69239
|
|
702
|
+
_globals['_RUNTIMETRIGGERKIND']._serialized_start=69242
|
|
703
|
+
_globals['_RUNTIMETRIGGERKIND']._serialized_end=70177
|
|
704
|
+
_globals['_RUNTIMEVISIBILITYLEVEL']._serialized_start=70180
|
|
705
|
+
_globals['_RUNTIMEVISIBILITYLEVEL']._serialized_end=70461
|
|
706
|
+
_globals['_RUNTIMEAUDIENCE']._serialized_start=70464
|
|
707
|
+
_globals['_RUNTIMEAUDIENCE']._serialized_end=70705
|
|
708
|
+
_globals['_CHANNELACTIONKIND']._serialized_start=70708
|
|
709
|
+
_globals['_CHANNELACTIONKIND']._serialized_end=71123
|
|
710
|
+
_globals['_CHANNELACTIONTARGETKIND']._serialized_start=71126
|
|
711
|
+
_globals['_CHANNELACTIONTARGETKIND']._serialized_end=71809
|
|
712
|
+
_globals['_CHANNELACTIONAUTHORIZATIONOUTCOME']._serialized_start=71812
|
|
713
|
+
_globals['_CHANNELACTIONAUTHORIZATIONOUTCOME']._serialized_end=72212
|
|
714
|
+
_globals['_CHANNELACTIONEXECUTIONOUTCOME']._serialized_start=72215
|
|
715
|
+
_globals['_CHANNELACTIONEXECUTIONOUTCOME']._serialized_end=72734
|
|
716
|
+
_globals['_CHANNELACTIONDELIVERYOUTCOME']._serialized_start=72737
|
|
717
|
+
_globals['_CHANNELACTIONDELIVERYOUTCOME']._serialized_end=73001
|
|
718
|
+
_globals['_RUNTIMESENSITIVITY']._serialized_start=73004
|
|
719
|
+
_globals['_RUNTIMESENSITIVITY']._serialized_end=73201
|
|
720
|
+
_globals['_RUNTIMEREDACTIONKIND']._serialized_start=73204
|
|
721
|
+
_globals['_RUNTIMEREDACTIONKIND']._serialized_end=73462
|
|
722
|
+
_globals['_RUNTIMEVIRTUALFILEREDACTIONSTATE']._serialized_start=73465
|
|
723
|
+
_globals['_RUNTIMEVIRTUALFILEREDACTIONSTATE']._serialized_end=73754
|
|
724
|
+
_globals['_RUNTIMEVIRTUALFILEOPERATION']._serialized_start=73757
|
|
725
|
+
_globals['_RUNTIMEVIRTUALFILEOPERATION']._serialized_end=73962
|
|
726
|
+
_globals['_RUNTIMEVIRTUALFILEREASONCODE']._serialized_start=73965
|
|
727
|
+
_globals['_RUNTIMEVIRTUALFILEREASONCODE']._serialized_end=74482
|
|
728
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONAPPLYSTATUS']._serialized_start=74485
|
|
729
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONAPPLYSTATUS']._serialized_end=74898
|
|
730
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONOUTCOME']._serialized_start=74901
|
|
731
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONOUTCOME']._serialized_end=75263
|
|
732
|
+
_globals['_RUNTIMECHANNELCONTEXT']._serialized_start=291
|
|
733
|
+
_globals['_RUNTIMECHANNELCONTEXT']._serialized_end=864
|
|
734
|
+
_globals['_RUNTIMECHANNELCONTEXT_ATTRIBUTESENTRY']._serialized_start=803
|
|
735
|
+
_globals['_RUNTIMECHANNELCONTEXT_ATTRIBUTESENTRY']._serialized_end=864
|
|
736
|
+
_globals['_RUNTIMEWORKENVELOPE']._serialized_start=867
|
|
737
|
+
_globals['_RUNTIMEWORKENVELOPE']._serialized_end=1188
|
|
738
|
+
_globals['_RUNTIMEWORKENVELOPE_ATTRIBUTESENTRY']._serialized_start=803
|
|
739
|
+
_globals['_RUNTIMEWORKENVELOPE_ATTRIBUTESENTRY']._serialized_end=864
|
|
740
|
+
_globals['_RUNTIMEPROACTIVESOURCEEVENT']._serialized_start=1191
|
|
741
|
+
_globals['_RUNTIMEPROACTIVESOURCEEVENT']._serialized_end=1437
|
|
742
|
+
_globals['_RUNTIMEPROACTIVEPOLICY']._serialized_start=1440
|
|
743
|
+
_globals['_RUNTIMEPROACTIVEPOLICY']._serialized_end=1652
|
|
744
|
+
_globals['_RUNTIMESOURCEHEALTHSUMMARY']._serialized_start=1655
|
|
745
|
+
_globals['_RUNTIMESOURCEHEALTHSUMMARY']._serialized_end=1811
|
|
746
|
+
_globals['_RUNTIMECEREBROFACTSCONTEXT']._serialized_start=1814
|
|
747
|
+
_globals['_RUNTIMECEREBROFACTSCONTEXT']._serialized_end=2461
|
|
748
|
+
_globals['_RUNTIMECEREBROFACTSCONTEXT_RETRIEVALCOUNTSENTRY']._serialized_start=2395
|
|
749
|
+
_globals['_RUNTIMECEREBROFACTSCONTEXT_RETRIEVALCOUNTSENTRY']._serialized_end=2461
|
|
750
|
+
_globals['_RUNTIMEPROACTIVECONTEXT']._serialized_start=2464
|
|
751
|
+
_globals['_RUNTIMEPROACTIVECONTEXT']._serialized_end=2950
|
|
752
|
+
_globals['_RUNTIMEREDACTION']._serialized_start=2953
|
|
753
|
+
_globals['_RUNTIMEREDACTION']._serialized_end=3129
|
|
754
|
+
_globals['_RUNTIMEVISIBILITYMETADATA']._serialized_start=3132
|
|
755
|
+
_globals['_RUNTIMEVISIBILITYMETADATA']._serialized_end=3649
|
|
756
|
+
_globals['_RUNTIMEVISIBILITYMETADATA_ATTRIBUTESENTRY']._serialized_start=803
|
|
757
|
+
_globals['_RUNTIMEVISIBILITYMETADATA_ATTRIBUTESENTRY']._serialized_end=864
|
|
758
|
+
_globals['_CHANNELACTIONACTOR']._serialized_start=3652
|
|
759
|
+
_globals['_CHANNELACTIONACTOR']._serialized_end=4224
|
|
760
|
+
_globals['_CHANNELACTIONACTOR_ATTRIBUTESENTRY']._serialized_start=803
|
|
761
|
+
_globals['_CHANNELACTIONACTOR_ATTRIBUTESENTRY']._serialized_end=864
|
|
762
|
+
_globals['_CHANNELACTIONRECEIPT']._serialized_start=4227
|
|
763
|
+
_globals['_CHANNELACTIONRECEIPT']._serialized_end=5486
|
|
764
|
+
_globals['_NORMALIZEDTRIGGER']._serialized_start=5489
|
|
765
|
+
_globals['_NORMALIZEDTRIGGER']._serialized_end=6499
|
|
766
|
+
_globals['_RUNTIMECONTEXT']._serialized_start=6502
|
|
767
|
+
_globals['_RUNTIMECONTEXT']._serialized_end=6916
|
|
768
|
+
_globals['_RUNTIMECONTEXT_ATTRIBUTESENTRY']._serialized_start=803
|
|
769
|
+
_globals['_RUNTIMECONTEXT_ATTRIBUTESENTRY']._serialized_end=864
|
|
770
|
+
_globals['_TEAMMATECAPABILITYPROFILE']._serialized_start=6919
|
|
771
|
+
_globals['_TEAMMATECAPABILITYPROFILE']._serialized_end=7838
|
|
772
|
+
_globals['_TEAMMATECAPABILITY']._serialized_start=7841
|
|
773
|
+
_globals['_TEAMMATECAPABILITY']._serialized_end=8142
|
|
774
|
+
_globals['_TEAMMATEEXECUTIONSTEP']._serialized_start=8145
|
|
775
|
+
_globals['_TEAMMATEEXECUTIONSTEP']._serialized_end=8341
|
|
776
|
+
_globals['_RUNTIMEVIRTUALFILE']._serialized_start=8344
|
|
777
|
+
_globals['_RUNTIMEVIRTUALFILE']._serialized_end=9006
|
|
778
|
+
_globals['_RUNTIMEVIRTUALFILE_METADATAENTRY']._serialized_start=8947
|
|
779
|
+
_globals['_RUNTIMEVIRTUALFILE_METADATAENTRY']._serialized_end=9006
|
|
780
|
+
_globals['_RUNTIMEVIRTUALFILEPROVENANCE']._serialized_start=9009
|
|
781
|
+
_globals['_RUNTIMEVIRTUALFILEPROVENANCE']._serialized_end=9631
|
|
782
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY']._serialized_start=9634
|
|
783
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY']._serialized_end=11237
|
|
784
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY_METADATAENTRY']._serialized_start=8947
|
|
785
|
+
_globals['_RUNTIMEVIRTUALFILEENTRY_METADATAENTRY']._serialized_end=9006
|
|
786
|
+
_globals['_RUNTIMEVIRTUALFILEMATCH']._serialized_start=11240
|
|
787
|
+
_globals['_RUNTIMEVIRTUALFILEMATCH']._serialized_end=11637
|
|
788
|
+
_globals['_RUNTIMEDEPENDENCY']._serialized_start=11640
|
|
789
|
+
_globals['_RUNTIMEDEPENDENCY']._serialized_end=11896
|
|
790
|
+
_globals['_AGENTRUNLINKAGE']._serialized_start=11899
|
|
791
|
+
_globals['_AGENTRUNLINKAGE']._serialized_end=12036
|
|
792
|
+
_globals['_RUNTIMETRACECONTEXT']._serialized_start=12039
|
|
793
|
+
_globals['_RUNTIMETRACECONTEXT']._serialized_end=12216
|
|
794
|
+
_globals['_AGENTRUN']._serialized_start=12219
|
|
795
|
+
_globals['_AGENTRUN']._serialized_end=14048
|
|
796
|
+
_globals['_AGENTRUNLEASE']._serialized_start=14051
|
|
797
|
+
_globals['_AGENTRUNLEASE']._serialized_end=14435
|
|
798
|
+
_globals['_AGENTRUNSTEP']._serialized_start=14438
|
|
799
|
+
_globals['_AGENTRUNSTEP']._serialized_end=15156
|
|
800
|
+
_globals['_AGENTRUNCHECKPOINT']._serialized_start=15159
|
|
801
|
+
_globals['_AGENTRUNCHECKPOINT']._serialized_end=15453
|
|
802
|
+
_globals['_AGENTRUNWAIT']._serialized_start=15456
|
|
803
|
+
_globals['_AGENTRUNWAIT']._serialized_end=16183
|
|
804
|
+
_globals['_AGENTRUNARTIFACT']._serialized_start=16186
|
|
805
|
+
_globals['_AGENTRUNARTIFACT']._serialized_end=16685
|
|
806
|
+
_globals['_AGENTRUNCOST']._serialized_start=16688
|
|
807
|
+
_globals['_AGENTRUNCOST']._serialized_end=17130
|
|
808
|
+
_globals['_AGENTRUNSTREAMCURSOR']._serialized_start=17133
|
|
809
|
+
_globals['_AGENTRUNSTREAMCURSOR']._serialized_end=17355
|
|
810
|
+
_globals['_RUNTIMEEVENT']._serialized_start=17358
|
|
811
|
+
_globals['_RUNTIMEEVENT']._serialized_end=18389
|
|
812
|
+
_globals['_RUNTIMEEVIDENCEGAP']._serialized_start=18392
|
|
813
|
+
_globals['_RUNTIMEEVIDENCEGAP']._serialized_end=18781
|
|
814
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE']._serialized_start=18784
|
|
815
|
+
_globals['_NATIVETOOLATTEMPTEVIDENCE']._serialized_end=20707
|
|
816
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE']._serialized_start=20710
|
|
817
|
+
_globals['_NATIVEAGENTEVENTEVIDENCE']._serialized_end=22924
|
|
818
|
+
_globals['_AGENTAUTONOMYSESSION']._serialized_start=22927
|
|
819
|
+
_globals['_AGENTAUTONOMYSESSION']._serialized_end=24029
|
|
820
|
+
_globals['_AGENTWORKITEM']._serialized_start=24032
|
|
821
|
+
_globals['_AGENTWORKITEM']._serialized_end=25122
|
|
822
|
+
_globals['_HANDLETRIGGERREQUEST']._serialized_start=25124
|
|
823
|
+
_globals['_HANDLETRIGGERREQUEST']._serialized_end=25216
|
|
824
|
+
_globals['_HANDLETRIGGERRESPONSE']._serialized_start=25219
|
|
825
|
+
_globals['_HANDLETRIGGERRESPONSE']._serialized_end=25387
|
|
826
|
+
_globals['_CLAIMNEXTRUNREQUEST']._serialized_start=25390
|
|
827
|
+
_globals['_CLAIMNEXTRUNREQUEST']._serialized_end=25530
|
|
828
|
+
_globals['_CLAIMNEXTRUNRESPONSE']._serialized_start=25533
|
|
829
|
+
_globals['_CLAIMNEXTRUNRESPONSE']._serialized_end=25709
|
|
830
|
+
_globals['_HEARTBEATRUNREQUEST']._serialized_start=25712
|
|
831
|
+
_globals['_HEARTBEATRUNREQUEST']._serialized_end=25855
|
|
832
|
+
_globals['_HEARTBEATRUNRESPONSE']._serialized_start=25858
|
|
833
|
+
_globals['_HEARTBEATRUNRESPONSE']._serialized_end=26032
|
|
834
|
+
_globals['_RENEWRUNLEASEREQUEST']._serialized_start=26035
|
|
835
|
+
_globals['_RENEWRUNLEASEREQUEST']._serialized_end=26179
|
|
836
|
+
_globals['_RENEWRUNLEASERESPONSE']._serialized_start=26182
|
|
837
|
+
_globals['_RENEWRUNLEASERESPONSE']._serialized_end=26407
|
|
838
|
+
_globals['_RECORDRUNSTEPREQUEST']._serialized_start=26410
|
|
839
|
+
_globals['_RECORDRUNSTEPREQUEST']._serialized_end=26565
|
|
840
|
+
_globals['_RECORDRUNSTEPRESPONSE']._serialized_start=26568
|
|
841
|
+
_globals['_RECORDRUNSTEPRESPONSE']._serialized_end=26740
|
|
842
|
+
_globals['_RECORDRUNCHECKPOINTREQUEST']._serialized_start=26743
|
|
843
|
+
_globals['_RECORDRUNCHECKPOINTREQUEST']._serialized_end=26922
|
|
844
|
+
_globals['_RECORDRUNCHECKPOINTRESPONSE']._serialized_start=26925
|
|
845
|
+
_globals['_RECORDRUNCHECKPOINTRESPONSE']._serialized_end=27121
|
|
846
|
+
_globals['_RECORDRUNARTIFACTREQUEST']._serialized_start=27124
|
|
847
|
+
_globals['_RECORDRUNARTIFACTREQUEST']._serialized_end=27295
|
|
848
|
+
_globals['_RECORDRUNARTIFACTRESPONSE']._serialized_start=27298
|
|
849
|
+
_globals['_RECORDRUNARTIFACTRESPONSE']._serialized_end=27486
|
|
850
|
+
_globals['_RECORDRUNCOSTREQUEST']._serialized_start=27489
|
|
851
|
+
_globals['_RECORDRUNCOSTREQUEST']._serialized_end=27644
|
|
852
|
+
_globals['_RECORDRUNCOSTRESPONSE']._serialized_start=27647
|
|
853
|
+
_globals['_RECORDRUNCOSTRESPONSE']._serialized_end=27819
|
|
854
|
+
_globals['_RECORDRUNSTREAMCURSORREQUEST']._serialized_start=27822
|
|
855
|
+
_globals['_RECORDRUNSTREAMCURSORREQUEST']._serialized_end=27955
|
|
856
|
+
_globals['_RECORDRUNSTREAMCURSORRESPONSE']._serialized_start=27958
|
|
857
|
+
_globals['_RECORDRUNSTREAMCURSORRESPONSE']._serialized_end=28150
|
|
858
|
+
_globals['_RECORDRUNEVENTREQUEST']._serialized_start=28153
|
|
859
|
+
_globals['_RECORDRUNEVENTREQUEST']._serialized_end=28767
|
|
860
|
+
_globals['_RECORDRUNEVENTRESPONSE']._serialized_start=28769
|
|
861
|
+
_globals['_RECORDRUNEVENTRESPONSE']._serialized_end=28891
|
|
862
|
+
_globals['_CONTROLRUNREQUEST']._serialized_start=28894
|
|
863
|
+
_globals['_CONTROLRUNREQUEST']._serialized_end=29426
|
|
864
|
+
_globals['_CONTROLRUNRESPONSE']._serialized_start=29429
|
|
865
|
+
_globals['_CONTROLRUNRESPONSE']._serialized_end=29652
|
|
866
|
+
_globals['_RECORDRUNWORKITEMREQUEST']._serialized_start=29654
|
|
867
|
+
_globals['_RECORDRUNWORKITEMREQUEST']._serialized_end=29781
|
|
868
|
+
_globals['_RECORDRUNWORKITEMRESPONSE']._serialized_start=29784
|
|
869
|
+
_globals['_RECORDRUNWORKITEMRESPONSE']._serialized_end=29970
|
|
870
|
+
_globals['_UPDATERUNWORKITEMREQUEST']._serialized_start=29973
|
|
871
|
+
_globals['_UPDATERUNWORKITEMREQUEST']._serialized_end=30507
|
|
872
|
+
_globals['_UPDATERUNWORKITEMRESPONSE']._serialized_start=30510
|
|
873
|
+
_globals['_UPDATERUNWORKITEMRESPONSE']._serialized_end=30696
|
|
874
|
+
_globals['_LISTRUNWORKITEMSREQUEST']._serialized_start=30699
|
|
875
|
+
_globals['_LISTRUNWORKITEMSREQUEST']._serialized_end=30972
|
|
876
|
+
_globals['_LISTRUNWORKITEMSRESPONSE']._serialized_start=30974
|
|
877
|
+
_globals['_LISTRUNWORKITEMSRESPONSE']._serialized_end=31063
|
|
878
|
+
_globals['_YIELDRUNREQUEST']._serialized_start=31066
|
|
879
|
+
_globals['_YIELDRUNREQUEST']._serialized_end=31557
|
|
880
|
+
_globals['_YIELDRUNRESPONSE']._serialized_start=31560
|
|
881
|
+
_globals['_YIELDRUNRESPONSE']._serialized_end=32013
|
|
882
|
+
_globals['_WAITRUNREQUEST']._serialized_start=32016
|
|
883
|
+
_globals['_WAITRUNREQUEST']._serialized_end=32234
|
|
884
|
+
_globals['_WAITRUNRESPONSE']._serialized_start=32237
|
|
885
|
+
_globals['_WAITRUNRESPONSE']._serialized_end=32472
|
|
886
|
+
_globals['_RESUMERUNREQUEST']._serialized_start=32475
|
|
887
|
+
_globals['_RESUMERUNREQUEST']._serialized_end=32748
|
|
888
|
+
_globals['_RESUMERUNRESPONSE']._serialized_start=32750
|
|
889
|
+
_globals['_RESUMERUNRESPONSE']._serialized_end=32867
|
|
890
|
+
_globals['_COMPLETERUNREQUEST']._serialized_start=32870
|
|
891
|
+
_globals['_COMPLETERUNREQUEST']._serialized_end=33082
|
|
892
|
+
_globals['_COMPLETERUNRESPONSE']._serialized_start=33085
|
|
893
|
+
_globals['_COMPLETERUNRESPONSE']._serialized_end=33273
|
|
894
|
+
_globals['_FAILRUNREQUEST']._serialized_start=33276
|
|
895
|
+
_globals['_FAILRUNREQUEST']._serialized_end=33499
|
|
896
|
+
_globals['_FAILRUNRESPONSE']._serialized_start=33501
|
|
897
|
+
_globals['_FAILRUNRESPONSE']._serialized_end=33616
|
|
898
|
+
_globals['_CANCELRUNREQUEST']._serialized_start=33618
|
|
899
|
+
_globals['_CANCELRUNREQUEST']._serialized_end=33692
|
|
900
|
+
_globals['_CANCELRUNRESPONSE']._serialized_start=33694
|
|
901
|
+
_globals['_CANCELRUNRESPONSE']._serialized_end=33811
|
|
902
|
+
_globals['_RETRYRUNREQUEST']._serialized_start=33814
|
|
903
|
+
_globals['_RETRYRUNREQUEST']._serialized_end=33944
|
|
904
|
+
_globals['_RETRYRUNRESPONSE']._serialized_start=33946
|
|
905
|
+
_globals['_RETRYRUNRESPONSE']._serialized_end=34062
|
|
906
|
+
_globals['_DEADLETTERRUNREQUEST']._serialized_start=34064
|
|
907
|
+
_globals['_DEADLETTERRUNREQUEST']._serialized_end=34142
|
|
908
|
+
_globals['_DEADLETTERRUNRESPONSE']._serialized_start=34144
|
|
909
|
+
_globals['_DEADLETTERRUNRESPONSE']._serialized_end=34265
|
|
910
|
+
_globals['_GETRUNREQUEST']._serialized_start=34267
|
|
911
|
+
_globals['_GETRUNREQUEST']._serialized_end=34307
|
|
912
|
+
_globals['_GETRUNRESPONSE']._serialized_start=34309
|
|
913
|
+
_globals['_GETRUNRESPONSE']._serialized_end=34370
|
|
914
|
+
_globals['_GETTEAMMATEWORKLEDGERREQUEST']._serialized_start=34372
|
|
915
|
+
_globals['_GETTEAMMATEWORKLEDGERREQUEST']._serialized_end=34434
|
|
916
|
+
_globals['_GETTEAMMATEWORKLEDGERRESPONSE']._serialized_start=34437
|
|
917
|
+
_globals['_GETTEAMMATEWORKLEDGERRESPONSE']._serialized_end=34599
|
|
918
|
+
_globals['_TEAMMATEWORKLEDGER']._serialized_start=34602
|
|
919
|
+
_globals['_TEAMMATEWORKLEDGER']._serialized_end=36119
|
|
920
|
+
_globals['_TEAMMATEWORKLEDGERBLOCKER']._serialized_start=36122
|
|
921
|
+
_globals['_TEAMMATEWORKLEDGERBLOCKER']._serialized_end=36494
|
|
922
|
+
_globals['_TEAMMATEWORKLEDGERWAITRESUMECONTRACT']._serialized_start=36497
|
|
923
|
+
_globals['_TEAMMATEWORKLEDGERWAITRESUMECONTRACT']._serialized_end=37007
|
|
924
|
+
_globals['_TEAMMATEWORKLEDGERCONNECTORACCESS']._serialized_start=37010
|
|
925
|
+
_globals['_TEAMMATEWORKLEDGERCONNECTORACCESS']._serialized_end=37458
|
|
926
|
+
_globals['_TEAMMATEWORKLEDGERMEMORYCITATION']._serialized_start=37461
|
|
927
|
+
_globals['_TEAMMATEWORKLEDGERMEMORYCITATION']._serialized_end=37828
|
|
928
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY']._serialized_start=37831
|
|
929
|
+
_globals['_TEAMMATEWORKLEDGERVFSSUMMARY']._serialized_end=38250
|
|
930
|
+
_globals['_TEAMMATEWORKLEDGERCEREBROCONTEXT']._serialized_start=38253
|
|
931
|
+
_globals['_TEAMMATEWORKLEDGERCEREBROCONTEXT']._serialized_end=38479
|
|
932
|
+
_globals['_TEAMMATEWORKLEDGERPROACTIVEPOLICY']._serialized_start=38482
|
|
933
|
+
_globals['_TEAMMATEWORKLEDGERPROACTIVEPOLICY']._serialized_end=38725
|
|
934
|
+
_globals['_TEAMMATEWORKLEDGERCHANNELSTATUS']._serialized_start=38728
|
|
935
|
+
_globals['_TEAMMATEWORKLEDGERCHANNELSTATUS']._serialized_end=39437
|
|
936
|
+
_globals['_LISTRUNSBYWORKENVELOPEREQUEST']._serialized_start=39440
|
|
937
|
+
_globals['_LISTRUNSBYWORKENVELOPEREQUEST']._serialized_end=39597
|
|
938
|
+
_globals['_LISTRUNSBYWORKENVELOPERESPONSE']._serialized_start=39599
|
|
939
|
+
_globals['_LISTRUNSBYWORKENVELOPERESPONSE']._serialized_end=39678
|
|
940
|
+
_globals['_CHANNELTHREADADOPTION']._serialized_start=39681
|
|
941
|
+
_globals['_CHANNELTHREADADOPTION']._serialized_end=40712
|
|
942
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST']._serialized_start=40715
|
|
943
|
+
_globals['_GETCHANNELTHREADADOPTIONREQUEST']._serialized_end=41081
|
|
944
|
+
_globals['_GETCHANNELTHREADADOPTIONRESPONSE']._serialized_start=41083
|
|
945
|
+
_globals['_GETCHANNELTHREADADOPTIONRESPONSE']._serialized_end=41185
|
|
946
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST']._serialized_start=41188
|
|
947
|
+
_globals['_RECORDCHANNELTHREADADOPTIONREQUEST']._serialized_end=41782
|
|
948
|
+
_globals['_RECORDCHANNELTHREADADOPTIONRESPONSE']._serialized_start=41784
|
|
949
|
+
_globals['_RECORDCHANNELTHREADADOPTIONRESPONSE']._serialized_end=41889
|
|
950
|
+
_globals['_LISTCHANNELTHREADADOPTIONSREQUEST']._serialized_start=41892
|
|
951
|
+
_globals['_LISTCHANNELTHREADADOPTIONSREQUEST']._serialized_end=42306
|
|
952
|
+
_globals['_LISTCHANNELTHREADADOPTIONSRESPONSE']._serialized_start=42308
|
|
953
|
+
_globals['_LISTCHANNELTHREADADOPTIONSRESPONSE']._serialized_end=42414
|
|
954
|
+
_globals['_LISTRUNWAITSREQUEST']._serialized_start=42417
|
|
955
|
+
_globals['_LISTRUNWAITSREQUEST']._serialized_end=42911
|
|
956
|
+
_globals['_AGENTRUNWAITSUMMARY']._serialized_start=42914
|
|
957
|
+
_globals['_AGENTRUNWAITSUMMARY']._serialized_end=43851
|
|
958
|
+
_globals['_LISTRUNWAITSRESPONSE']._serialized_start=43853
|
|
959
|
+
_globals['_LISTRUNWAITSRESPONSE']._serialized_end=43975
|
|
960
|
+
_globals['_RECORDCHANNELACTIONRECEIPTREQUEST']._serialized_start=43977
|
|
961
|
+
_globals['_RECORDCHANNELACTIONRECEIPTREQUEST']._serialized_end=44085
|
|
962
|
+
_globals['_RECORDCHANNELACTIONRECEIPTRESPONSE']._serialized_start=44088
|
|
963
|
+
_globals['_RECORDCHANNELACTIONRECEIPTRESPONSE']._serialized_end=44234
|
|
964
|
+
_globals['_GETCHANNELACTIONRECEIPTREQUEST']._serialized_start=44236
|
|
965
|
+
_globals['_GETCHANNELACTIONRECEIPTREQUEST']._serialized_end=44293
|
|
966
|
+
_globals['_GETCHANNELACTIONRECEIPTRESPONSE']._serialized_start=44295
|
|
967
|
+
_globals['_GETCHANNELACTIONRECEIPTRESPONSE']._serialized_end=44393
|
|
968
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST']._serialized_start=44396
|
|
969
|
+
_globals['_LISTCHANNELACTIONRECEIPTSREQUEST']._serialized_end=45085
|
|
970
|
+
_globals['_LISTCHANNELACTIONRECEIPTSRESPONSE']._serialized_start=45087
|
|
971
|
+
_globals['_LISTCHANNELACTIONRECEIPTSRESPONSE']._serialized_end=45189
|
|
972
|
+
_globals['_LISTRUNEVENTSREQUEST']._serialized_start=45192
|
|
973
|
+
_globals['_LISTRUNEVENTSREQUEST']._serialized_end=45387
|
|
974
|
+
_globals['_LISTRUNEVENTSRESPONSE']._serialized_start=45389
|
|
975
|
+
_globals['_LISTRUNEVENTSRESPONSE']._serialized_end=45507
|
|
976
|
+
_globals['_LISTRUNVIRTUALFILESREQUEST']._serialized_start=45510
|
|
977
|
+
_globals['_LISTRUNVIRTUALFILESREQUEST']._serialized_end=45681
|
|
978
|
+
_globals['_LISTRUNVIRTUALFILESRESPONSE']._serialized_start=45683
|
|
979
|
+
_globals['_LISTRUNVIRTUALFILESRESPONSE']._serialized_end=45780
|
|
980
|
+
_globals['_READRUNVIRTUALFILEREQUEST']._serialized_start=45783
|
|
981
|
+
_globals['_READRUNVIRTUALFILEREQUEST']._serialized_end=45982
|
|
982
|
+
_globals['_READRUNVIRTUALFILERESPONSE']._serialized_start=45985
|
|
983
|
+
_globals['_READRUNVIRTUALFILERESPONSE']._serialized_end=46347
|
|
984
|
+
_globals['_STATRUNVIRTUALFILEREQUEST']._serialized_start=46350
|
|
985
|
+
_globals['_STATRUNVIRTUALFILEREQUEST']._serialized_end=46485
|
|
986
|
+
_globals['_STATRUNVIRTUALFILERESPONSE']._serialized_start=46487
|
|
987
|
+
_globals['_STATRUNVIRTUALFILERESPONSE']._serialized_end=46579
|
|
988
|
+
_globals['_WATCHRUNVIRTUALFILESREQUEST']._serialized_start=46582
|
|
989
|
+
_globals['_WATCHRUNVIRTUALFILESREQUEST']._serialized_end=46806
|
|
990
|
+
_globals['_WATCHRUNVIRTUALFILESRESPONSE']._serialized_start=46808
|
|
991
|
+
_globals['_WATCHRUNVIRTUALFILESRESPONSE']._serialized_end=46907
|
|
992
|
+
_globals['_RUNTIMEVIRTUALFILEWATCHEVENT']._serialized_start=46910
|
|
993
|
+
_globals['_RUNTIMEVIRTUALFILEWATCHEVENT']._serialized_end=47632
|
|
994
|
+
_globals['_RUNTIMEVIRTUALFILESELECTOR']._serialized_start=47635
|
|
995
|
+
_globals['_RUNTIMEVIRTUALFILESELECTOR']._serialized_end=47984
|
|
996
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT']._serialized_start=47987
|
|
997
|
+
_globals['_RUNTIMEVIRTUALFILEREADRESULT']._serialized_end=48628
|
|
998
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST']._serialized_start=48631
|
|
999
|
+
_globals['_BATCHREADRUNVIRTUALFILESREQUEST']._serialized_end=48889
|
|
1000
|
+
_globals['_BATCHREADRUNVIRTUALFILESRESPONSE']._serialized_start=48892
|
|
1001
|
+
_globals['_BATCHREADRUNVIRTUALFILESRESPONSE']._serialized_end=49141
|
|
1002
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST']._serialized_start=49144
|
|
1003
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKREQUEST']._serialized_end=49461
|
|
1004
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKRESPONSE']._serialized_start=49464
|
|
1005
|
+
_globals['_BUILDRUNVIRTUALFILECONTEXTPACKRESPONSE']._serialized_end=49762
|
|
1006
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST']._serialized_start=49765
|
|
1007
|
+
_globals['_SEARCHRUNVIRTUALFILESREQUEST']._serialized_end=50102
|
|
1008
|
+
_globals['_SEARCHRUNVIRTUALFILESRESPONSE']._serialized_start=50105
|
|
1009
|
+
_globals['_SEARCHRUNVIRTUALFILESRESPONSE']._serialized_end=50291
|
|
1010
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST']._serialized_start=50294
|
|
1011
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST']._serialized_end=51001
|
|
1012
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST_METADATAENTRY']._serialized_start=8947
|
|
1013
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALREQUEST_METADATAENTRY']._serialized_end=9006
|
|
1014
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALRESPONSE']._serialized_start=51004
|
|
1015
|
+
_globals['_RECORDRUNVIRTUALFILEPROPOSALRESPONSE']._serialized_end=51260
|
|
1016
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE']._serialized_start=51263
|
|
1017
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE']._serialized_end=51952
|
|
1018
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE_METADATAENTRY']._serialized_start=8947
|
|
1019
|
+
_globals['_RUNTIMEVIRTUALFILECHANGE_METADATAENTRY']._serialized_end=9006
|
|
1020
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST']._serialized_start=51955
|
|
1021
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST']._serialized_end=52424
|
|
1022
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_start=8947
|
|
1023
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_end=9006
|
|
1024
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_start=52427
|
|
1025
|
+
_globals['_RECORDRUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_end=52690
|
|
1026
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST']._serialized_start=52693
|
|
1027
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST']._serialized_end=53113
|
|
1028
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_start=8947
|
|
1029
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_end=9006
|
|
1030
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_start=53116
|
|
1031
|
+
_globals['_PROMOTERUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_end=53380
|
|
1032
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK']._serialized_start=53383
|
|
1033
|
+
_globals['_RUNTIMEVIRTUALFILEDIFFHUNK']._serialized_end=53658
|
|
1034
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF']._serialized_start=53661
|
|
1035
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONFILEDIFF']._serialized_end=54550
|
|
1036
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONCONFLICT']._serialized_start=54553
|
|
1037
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONCONFLICT']._serialized_end=55085
|
|
1038
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF']._serialized_start=55088
|
|
1039
|
+
_globals['_RUNTIMEVIRTUALFILETRANSACTIONDIFF']._serialized_end=55647
|
|
1040
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONREQUEST']._serialized_start=55650
|
|
1041
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONREQUEST']._serialized_end=55814
|
|
1042
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_start=55816
|
|
1043
|
+
_globals['_DIFFRUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_end=55927
|
|
1044
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST']._serialized_start=55930
|
|
1045
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST']._serialized_end=56392
|
|
1046
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_start=8947
|
|
1047
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_end=9006
|
|
1048
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_start=56395
|
|
1049
|
+
_globals['_APPLYRUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_end=56820
|
|
1050
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST']._serialized_start=56823
|
|
1051
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST']._serialized_end=57284
|
|
1052
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_start=8947
|
|
1053
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONREQUEST_METADATAENTRY']._serialized_end=9006
|
|
1054
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_start=57287
|
|
1055
|
+
_globals['_REBASERUNVIRTUALFILETRANSACTIONRESPONSE']._serialized_end=57804
|
|
1056
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST']._serialized_start=57807
|
|
1057
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST']._serialized_end=58266
|
|
1058
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST_METADATAENTRY']._serialized_start=8947
|
|
1059
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTREQUEST_METADATAENTRY']._serialized_end=9006
|
|
1060
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTRESPONSE']._serialized_start=58269
|
|
1061
|
+
_globals['_HYDRATERUNVIRTUALFILEMOUNTRESPONSE']._serialized_end=58527
|
|
1062
|
+
_globals['_INSPECTRUNVIRTUALFILESREQUEST']._serialized_start=58529
|
|
1063
|
+
_globals['_INSPECTRUNVIRTUALFILESREQUEST']._serialized_end=58592
|
|
1064
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY']._serialized_start=58595
|
|
1065
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORSUMMARY']._serialized_end=59696
|
|
1066
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT']._serialized_start=59699
|
|
1067
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORMOUNT']._serialized_end=60500
|
|
1068
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION']._serialized_start=60503
|
|
1069
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORTRANSACTION']._serialized_end=60959
|
|
1070
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORPRODUCER']._serialized_start=60962
|
|
1071
|
+
_globals['_RUNTIMEVIRTUALFILEINSPECTORPRODUCER']._serialized_end=61474
|
|
1072
|
+
_globals['_INSPECTRUNVIRTUALFILESRESPONSE']._serialized_start=61477
|
|
1073
|
+
_globals['_INSPECTRUNVIRTUALFILESRESPONSE']._serialized_end=61908
|
|
1074
|
+
_globals['_AGENTRUNTIMESERVICE']._serialized_start=75266
|
|
1075
|
+
_globals['_AGENTRUNTIMESERVICE']._serialized_end=80762
|
|
1076
|
+
# @@protoc_insertion_point(module_scope)
|