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,71 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: catalogs/v1/catalogs.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
|
+
'catalogs/v1/catalogs.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from events.v1 import cloudevent_pb2 as events_dot_v1_dot_cloudevent__pb2
|
|
26
|
+
_ = events_dot_v1_dot_cloudevent__pb2
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1a\x63\x61talogs/v1/catalogs.proto\x12\x0b\x63\x61talogs.v1\x1a\x1a\x65vents/v1/cloudevent.proto\"\xae\x01\n\x13\x44\x65scriptionsCatalog\x12V\n\x0c\x64\x65scriptions\x18\x01 \x03(\x0b\x32\x32.catalogs.v1.DescriptionsCatalog.DescriptionsEntryR\x0c\x64\x65scriptions\x1a?\n\x11\x44\x65scriptionsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\"\xfa\x02\n\x10\x45ventTypeCatalog\x12N\n\x0b\x65vent_types\x18\x01 \x03(\x0b\x32-.catalogs.v1.EventTypeCatalog.EventTypesEntryR\neventTypes\x12i\n\x14subscription_filters\x18\x02 \x03(\x0b\x32\x36.catalogs.v1.EventTypeCatalog.SubscriptionFiltersEntryR\x13subscriptionFilters\x1a=\n\x0f\x45ventTypesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\tR\x05value:\x02\x38\x01\x1al\n\x18SubscriptionFiltersEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12:\n\x05value\x18\x02 \x01(\x0b\x32$.catalogs.v1.EventSubscriptionFilterR\x05value:\x02\x38\x01\"o\n\x17\x45ventSubscriptionFilter\x12\x1d\n\nevent_type\x18\x01 \x01(\tR\teventType\x12\x35\n\x06\x66ilter\x18\x02 \x01(\x0b\x32\x1d.events.v1.SubscriptionFilterR\x06\x66ilter\"\xb6\x01\n\x12NATSSubjectCatalog\x12I\n\x08subjects\x18\x01 \x03(\x0b\x32-.catalogs.v1.NATSSubjectCatalog.SubjectsEntryR\x08subjects\x1aU\n\rSubjectsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x18.catalogs.v1.NATSSubjectR\x05value:\x02\x38\x01\"\xc1\x03\n\x0bNATSSubject\x12!\n\tpublisher\x18\x01 \x01(\tH\x00R\tpublisher\x88\x01\x01\x12\x1b\n\x06schema\x18\x02 \x01(\tH\x01R\x06schema\x88\x01\x01\x12!\n\ttransport\x18\x03 \x01(\tH\x02R\ttransport\x88\x01\x01\x12\x1b\n\x06stream\x18\x04 \x01(\tH\x03R\x06stream\x88\x01\x01\x12!\n\tretention\x18\x05 \x01(\tH\x04R\tretention\x88\x01\x01\x12!\n\tconsumers\x18\x06 \x01(\tH\x05R\tconsumers\x88\x01\x01\x12\x1b\n\x06status\x18\x07 \x01(\tH\x06R\x06status\x88\x01\x01\x12\x1f\n\x08priority\x18\x08 \x01(\tH\x07R\x08priority\x88\x01\x01\x12\x19\n\x05issue\x18\t \x01(\tH\x08R\x05issue\x88\x01\x01\x12\x19\n\x05notes\x18\n \x01(\tH\tR\x05notes\x88\x01\x01\x42\x0c\n\n_publisherB\t\n\x07_schemaB\x0c\n\n_transportB\t\n\x07_streamB\x0c\n\n_retentionB\x0c\n\n_consumersB\t\n\x07_statusB\x0b\n\t_priorityB\x08\n\x06_issueB\x08\n\x06_notes\"\xb2\x01\n\x0fSchemaOwnership\x12\x46\n\x08services\x18\x01 \x03(\x0b\x32*.catalogs.v1.SchemaOwnership.ServicesEntryR\x08services\x1aW\n\rServicesEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x30\n\x05value\x18\x02 \x01(\x0b\x32\x1a.catalogs.v1.ServiceTablesR\x05value:\x02\x38\x01\"C\n\rServiceTables\x12\x16\n\x06tables\x18\x01 \x03(\tR\x06tables\x12\x1a\n\x08patterns\x18\x02 \x03(\tR\x08patternsB;Z9github.com/evalops/platform/gen/go/catalogs/v1;catalogsv1b\x06proto3')
|
|
30
|
+
|
|
31
|
+
_globals = globals()
|
|
32
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
33
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'catalogs.v1.catalogs_pb2', _globals)
|
|
34
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
35
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
36
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z9github.com/evalops/platform/gen/go/catalogs/v1;catalogsv1'
|
|
37
|
+
_globals['_DESCRIPTIONSCATALOG_DESCRIPTIONSENTRY']._loaded_options = None
|
|
38
|
+
_globals['_DESCRIPTIONSCATALOG_DESCRIPTIONSENTRY']._serialized_options = b'8\001'
|
|
39
|
+
_globals['_EVENTTYPECATALOG_EVENTTYPESENTRY']._loaded_options = None
|
|
40
|
+
_globals['_EVENTTYPECATALOG_EVENTTYPESENTRY']._serialized_options = b'8\001'
|
|
41
|
+
_globals['_EVENTTYPECATALOG_SUBSCRIPTIONFILTERSENTRY']._loaded_options = None
|
|
42
|
+
_globals['_EVENTTYPECATALOG_SUBSCRIPTIONFILTERSENTRY']._serialized_options = b'8\001'
|
|
43
|
+
_globals['_NATSSUBJECTCATALOG_SUBJECTSENTRY']._loaded_options = None
|
|
44
|
+
_globals['_NATSSUBJECTCATALOG_SUBJECTSENTRY']._serialized_options = b'8\001'
|
|
45
|
+
_globals['_SCHEMAOWNERSHIP_SERVICESENTRY']._loaded_options = None
|
|
46
|
+
_globals['_SCHEMAOWNERSHIP_SERVICESENTRY']._serialized_options = b'8\001'
|
|
47
|
+
_globals['_DESCRIPTIONSCATALOG']._serialized_start=72
|
|
48
|
+
_globals['_DESCRIPTIONSCATALOG']._serialized_end=246
|
|
49
|
+
_globals['_DESCRIPTIONSCATALOG_DESCRIPTIONSENTRY']._serialized_start=183
|
|
50
|
+
_globals['_DESCRIPTIONSCATALOG_DESCRIPTIONSENTRY']._serialized_end=246
|
|
51
|
+
_globals['_EVENTTYPECATALOG']._serialized_start=249
|
|
52
|
+
_globals['_EVENTTYPECATALOG']._serialized_end=627
|
|
53
|
+
_globals['_EVENTTYPECATALOG_EVENTTYPESENTRY']._serialized_start=456
|
|
54
|
+
_globals['_EVENTTYPECATALOG_EVENTTYPESENTRY']._serialized_end=517
|
|
55
|
+
_globals['_EVENTTYPECATALOG_SUBSCRIPTIONFILTERSENTRY']._serialized_start=519
|
|
56
|
+
_globals['_EVENTTYPECATALOG_SUBSCRIPTIONFILTERSENTRY']._serialized_end=627
|
|
57
|
+
_globals['_EVENTSUBSCRIPTIONFILTER']._serialized_start=629
|
|
58
|
+
_globals['_EVENTSUBSCRIPTIONFILTER']._serialized_end=740
|
|
59
|
+
_globals['_NATSSUBJECTCATALOG']._serialized_start=743
|
|
60
|
+
_globals['_NATSSUBJECTCATALOG']._serialized_end=925
|
|
61
|
+
_globals['_NATSSUBJECTCATALOG_SUBJECTSENTRY']._serialized_start=840
|
|
62
|
+
_globals['_NATSSUBJECTCATALOG_SUBJECTSENTRY']._serialized_end=925
|
|
63
|
+
_globals['_NATSSUBJECT']._serialized_start=928
|
|
64
|
+
_globals['_NATSSUBJECT']._serialized_end=1377
|
|
65
|
+
_globals['_SCHEMAOWNERSHIP']._serialized_start=1380
|
|
66
|
+
_globals['_SCHEMAOWNERSHIP']._serialized_end=1558
|
|
67
|
+
_globals['_SCHEMAOWNERSHIP_SERVICESENTRY']._serialized_start=1471
|
|
68
|
+
_globals['_SCHEMAOWNERSHIP_SERVICESENTRY']._serialized_end=1558
|
|
69
|
+
_globals['_SERVICETABLES']._serialized_start=1560
|
|
70
|
+
_globals['_SERVICETABLES']._serialized_end=1627
|
|
71
|
+
# @@protoc_insertion_point(module_scope)
|
|
@@ -0,0 +1,373 @@
|
|
|
1
|
+
# -*- coding: utf-8 -*-
|
|
2
|
+
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
|
+
# NO CHECKED-IN PROTOBUF GENCODE
|
|
4
|
+
# source: chronicle/v1/chronicle.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
|
+
'chronicle/v1/chronicle.proto'
|
|
19
|
+
)
|
|
20
|
+
# @@protoc_insertion_point(imports)
|
|
21
|
+
|
|
22
|
+
_sym_db = _symbol_database.Default()
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
from buf.validate import validate_pb2 as buf_dot_validate_dot_validate__pb2
|
|
26
|
+
from common.v1 import analytics_pb2 as common_dot_v1_dot_analytics__pb2
|
|
27
|
+
from common.v1 import risk_pb2 as common_dot_v1_dot_risk__pb2
|
|
28
|
+
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
|
29
|
+
from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
|
|
30
|
+
from memory.v1 import memory_pb2 as memory_dot_v1_dot_memory__pb2
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1c\x63hronicle/v1/chronicle.proto\x12\x0c\x63hronicle.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x19\x63ommon/v1/analytics.proto\x1a\x14\x63ommon/v1/risk.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x16memory/v1/memory.proto\"\xc6\x04\n\x06\x44\x65vice\x12\x1b\n\tdevice_id\x18\x01 \x01(\tR\x08\x64\x65viceId\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12!\n\x0cworkspace_id\x18\x03 \x01(\tR\x0bworkspaceId\x12\x17\n\x07user_id\x18\x04 \x01(\tR\x06userId\x12\x1a\n\x08hostname\x18\x05 \x01(\tR\x08hostname\x12\x1f\n\x0b\x61pp_version\x18\x06 \x01(\tR\nappVersion\x12<\n\x0c\x63\x61pture_mode\x18\x07 \x01(\x0e\x32\x19.chronicle.v1.CaptureModeR\x0b\x63\x61ptureMode\x12\x16\n\x06paused\x18\x08 \x01(\x08R\x06paused\x12!\n\x0cpause_reason\x18\t \x01(\tR\x0bpauseReason\x12?\n\rregistered_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0cregisteredAt\x12\x46\n\x11last_heartbeat_at\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0flastHeartbeatAt\x12>\n\x08metadata\x18\x0c \x03(\x0b\x32\".chronicle.v1.Device.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\"\xf4\x02\n\x15RegisterDeviceRequest\x12$\n\tdevice_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08\x64\x65viceId\x12\x30\n\x0forganization_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12!\n\x0cworkspace_id\x18\x03 \x01(\tR\x0bworkspaceId\x12\x17\n\x07user_id\x18\x04 \x01(\tR\x06userId\x12\x1a\n\x08hostname\x18\x05 \x01(\tR\x08hostname\x12\x1f\n\x0b\x61pp_version\x18\x06 \x01(\tR\nappVersion\x12M\n\x08metadata\x18\x07 \x03(\x0b\x32\x31.chronicle.v1.RegisterDeviceRequest.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\"{\n\x16RegisterDeviceResponse\x12,\n\x06\x64\x65vice\x18\x01 \x01(\x0b\x32\x14.chronicle.v1.DeviceR\x06\x64\x65vice\x12\x33\n\x06policy\x18\x02 \x01(\x0b\x32\x1b.chronicle.v1.CapturePolicyR\x06policy\"\x8c\x02\n\x10HeartbeatRequest\x12$\n\tdevice_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08\x64\x65viceId\x12\x30\n\x0forganization_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12\x37\n\x13pending_frame_count\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11pendingFrameCount\x12,\n\rpending_bytes\x18\x04 \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0cpendingBytes\x12\x16\n\x06paused\x18\x05 \x01(\x08R\x06paused\x12!\n\x0cpause_reason\x18\x06 \x01(\tR\x0bpauseReason\"v\n\x11HeartbeatResponse\x12,\n\x06\x64\x65vice\x18\x01 \x01(\x0b\x32\x14.chronicle.v1.DeviceR\x06\x64\x65vice\x12\x33\n\x06policy\x18\x02 \x01(\x0b\x32\x1b.chronicle.v1.CapturePolicyR\x06policy\"\xb7\x01\n\x13PauseSessionRequest\x12$\n\tdevice_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08\x64\x65viceId\x12\x30\n\x0forganization_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason\x12\x30\n\x05until\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x05until\"D\n\x14PauseSessionResponse\x12,\n\x06\x64\x65vice\x18\x01 \x01(\x0b\x32\x14.chronicle.v1.DeviceR\x06\x64\x65vice\"\x86\x01\n\x14ResumeSessionRequest\x12$\n\tdevice_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08\x64\x65viceId\x12\x30\n\x0forganization_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason\"E\n\x15ResumeSessionResponse\x12,\n\x06\x64\x65vice\x18\x01 \x01(\x0b\x32\x14.chronicle.v1.DeviceR\x06\x64\x65vice\"\x92\x02\n\x12SubmitBatchRequest\x12.\n\x05\x62\x61tch\x18\x01 \x01(\x0b\x32\x18.chronicle.v1.FrameBatchR\x05\x62\x61tch\x12\x1d\n\nlocal_only\x18\x02 \x01(\x08R\tlocalOnly\x12=\n\x1bsecret_broker_session_token\x18\x03 \x01(\tR\x18secretBrokerSessionToken\x12\x39\n\x19secret_broker_artifact_id\x18\x04 \x01(\tR\x16secretBrokerArtifactId\x12\x33\n\x16secret_broker_grant_id\x18\x05 \x01(\tR\x13secretBrokerGrantId\"\xbf\x02\n\x13SubmitBatchResponse\x12\x19\n\x08\x62\x61tch_id\x18\x01 \x01(\tR\x07\x62\x61tchId\x12\x1f\n\x0b\x61rtifact_id\x18\x02 \x01(\tR\nartifactId\x12\x30\n\x14\x61\x63\x63\x65pted_frame_count\x18\x03 \x01(\x05R\x12\x61\x63\x63\x65ptedFrameCount\x12.\n\x13\x64ropped_frame_count\x18\x04 \x01(\x05R\x11\x64roppedFrameCount\x12\x36\n\x08receipts\x18\x05 \x03(\x0b\x32\x1a.chronicle.v1.FrameReceiptR\x08receipts\x12\x1d\n\nmemory_ids\x18\x06 \x03(\tR\tmemoryIds\x12\x33\n\x06policy\x18\x07 \x01(\x0b\x32\x1b.chronicle.v1.CapturePolicyR\x06policy\"\x9d\x07\n\nFrameBatch\x12\"\n\x08\x62\x61tch_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x07\x62\x61tchId\x12$\n\tdevice_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08\x64\x65viceId\x12\x30\n\x0forganization_id\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12!\n\x0cworkspace_id\x18\x04 \x01(\tR\x0bworkspaceId\x12\x17\n\x07user_id\x18\x05 \x01(\tR\x06userId\x12\x1d\n\nproject_id\x18\x06 \x01(\tR\tprojectId\x12\x1e\n\nrepository\x18\x07 \x01(\tR\nrepository\x12;\n\x0e\x63\x61pture_window\x18\x0e \x01(\x0b\x32\x14.common.v1.TimeRangeR\rcaptureWindow\x12\x39\n\nstarted_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12\x35\n\x08\x65nded_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x65ndedAt\x12\x33\n\x06\x66rames\x18\n \x03(\x0b\x32\x1b.chronicle.v1.CapturedFrameR\x06\x66rames\x12?\n\x0e\x64ropped_counts\x18\x0b \x01(\x0b\x32\x18.chronicle.v1.DropCountsR\rdroppedCounts\x12=\n\nrisk_level\x18\x0c \x01(\x0e\x32\x14.common.v1.RiskLevelB\x08\xbaH\x05\x82\x01\x02\x10\x01R\triskLevel\x12\x33\n\x08metadata\x18\r \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12\x42\n\x0e\x65mitted_counts\x18\x0f \x01(\x0b\x32\x1b.chronicle.v1.EmittedCountsR\remittedCounts\x12s\n\x15\x64ropped_reason_counts\x18\x10 \x03(\x0b\x32\x31.chronicle.v1.FrameBatch.DroppedReasonCountsEntryB\x0c\xbaH\t\x9a\x01\x06*\x04\x1a\x02(\x00R\x13\x64roppedReasonCounts\x1a\x46\n\x18\x44roppedReasonCountsEntry\x12\x10\n\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n\x05value\x18\x02 \x01(\x05R\x05value:\x02\x38\x01\"\xf1\x06\n\rCapturedFrame\x12&\n\nframe_hash\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\tframeHash\x12\'\n\x0fperceptual_hash\x18\x02 \x01(\x04R\x0eperceptualHash\x12;\n\x0b\x63\x61ptured_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\ncapturedAt\x12$\n\tbundle_id\x18\x04 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08\x62undleId\x12\x19\n\x08\x61pp_name\x18\x05 \x01(\tR\x07\x61ppName\x12!\n\x0cwindow_title\x18\x06 \x01(\tR\x0bwindowTitle\x12#\n\rdocument_path\x18\x07 \x01(\tR\x0c\x64ocumentPath\x12\x19\n\x08ocr_text\x18\x08 \x01(\tR\x07ocrText\x12%\n\x0eocr_confidence\x18\t \x01(\x02R\rocrConfidence\x12\"\n\x08width_px\x18\n \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x07widthPx\x12$\n\theight_px\x18\x0b \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x08heightPx\x12$\n\tbytes_png\x18\x0c \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x08\x62ytesPng\x12\x33\n\x08metadata\x18\r \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12\x37\n\x04tier\x18\x0e \x01(\x0e\x32\x19.chronicle.v1.CaptureTierB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04tier\x12+\n\x0fsafe_to_persist\x18\x0f \x01(\x08H\x00R\rsafeToPersist\x88\x01\x01\x12>\n\x1bpersistence_decision_reason\x18\x10 \x01(\tR\x19persistenceDecisionReason\x12X\n\x14observed_affordances\x18\x11 \x03(\x0b\x32%.chronicle.v1.VisualContextAffordanceR\x13observedAffordances\x12N\n\x0e\x65lement_states\x18\x12 \x03(\x0b\x32\'.chronicle.v1.VisualContextElementStateR\relementStatesB\x12\n\x10_safe_to_persist\"\xa6\x01\n\nDropCounts\x12\x1f\n\x06secret\x18\x01 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x06secret\x12%\n\tduplicate\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tduplicate\x12&\n\ndenied_app\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\tdeniedApp\x12(\n\x0b\x64\x65nied_path\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\ndeniedPath\"\x98\x04\n\rEmittedCounts\x12\x32\n\x10\x64istinct_bundles\x18\x01 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64istinctBundles\x12\x32\n\x10\x64istinct_domains\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64istinctDomains\x12?\n\x17\x64istinct_document_paths\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x15\x64istinctDocumentPaths\x12\x37\n\x13\x64istinct_github_prs\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11\x64istinctGithubPrs\x12\x36\n\x12\x66oreground_changes\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11\x66oregroundChanges\x12\x32\n\x10\x64ocument_changes\x18\x06 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64ocumentChanges\x12\x35\n\x12work_leisure_flips\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x10workLeisureFlips\x12K\n\x1dlongest_uninterrupted_seconds\x18\x08 \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x1blongestUninterruptedSeconds\x12\x35\n\x12thrash_event_count\x18\t \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x10thrashEventCount\"\x9b\x02\n\x0c\x46rameReceipt\x12\x1d\n\nframe_hash\x18\x01 \x01(\tR\tframeHash\x12\x39\n\x08\x64\x65\x63ision\x18\x02 \x01(\x0e\x32\x1d.chronicle.v1.CaptureDecisionR\x08\x64\x65\x63ision\x12\x16\n\x06reason\x18\x03 \x01(\tR\x06reason\x12\x1b\n\tmemory_id\x18\x04 \x01(\tR\x08memoryId\x12\x32\n\x08\x65vidence\x18\x05 \x01(\x0b\x32\x16.common.v1.EvidenceRefR\x08\x65vidence\x12H\n\raccepted_tier\x18\x06 \x01(\x0e\x32\x19.chronicle.v1.CaptureTierB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0c\x61\x63\x63\x65ptedTier\"\x9c\x07\n\x14VisualContextRequest\x12&\n\nrequest_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\trequestId\x12\x30\n\x0forganization_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12!\n\x0cworkspace_id\x18\x03 \x01(\tR\x0bworkspaceId\x12\x17\n\x07user_id\x18\x04 \x01(\tR\x06userId\x12\x1d\n\nproject_id\x18\x05 \x01(\tR\tprojectId\x12\x1b\n\tdevice_id\x18\x06 \x01(\tR\x08\x64\x65viceId\x12,\n\x06window\x18\x07 \x01(\x0b\x32\x14.common.v1.TimeRangeR\x06window\x12*\n\x11source_memory_ids\x18\x08 \x03(\tR\x0fsourceMemoryIds\x12(\n\x10source_batch_ids\x18\t \x03(\tR\x0esourceBatchIds\x12.\n\x13source_frame_hashes\x18\n \x03(\tR\x11sourceFrameHashes\x12.\n\x13source_artifact_ids\x18\x0b \x03(\tR\x11sourceArtifactIds\x12)\n\x10\x61\x63tive_artifacts\x18\x0c \x03(\tR\x0f\x61\x63tiveArtifacts\x12G\n\x13\x61gentd_work_context\x18\r \x01(\x0b\x32\x17.google.protobuf.StructR\x11\x61gentdWorkContext\x12\x1d\n\nlocal_only\x18\x0e \x01(\x08R\tlocalOnly\x12\x1d\n\npolicy_ref\x18\x0f \x01(\tR\tpolicyRef\x12=\n\x0crequested_at\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0brequestedAt\x12\x33\n\x08metadata\x18\x11 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12X\n\x14observed_affordances\x18\x12 \x03(\x0b\x32%.chronicle.v1.VisualContextAffordanceR\x13observedAffordances\x12N\n\x0e\x65lement_states\x18\x13 \x03(\x0b\x32\'.chronicle.v1.VisualContextElementStateR\relementStates\"\x83\x0c\n\x14VisualContextSummary\x12&\n\nsummary_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\tsummaryId\x12\x1d\n\nrequest_id\x18\x02 \x01(\tR\trequestId\x12\x30\n\x0forganization_id\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12!\n\x0cworkspace_id\x18\x04 \x01(\tR\x0bworkspaceId\x12\x17\n\x07user_id\x18\x05 \x01(\tR\x06userId\x12\x1d\n\nproject_id\x18\x06 \x01(\tR\tprojectId\x12\x1b\n\tdevice_id\x18\x07 \x01(\tR\x08\x64\x65viceId\x12,\n\x06window\x18\x08 \x01(\x0b\x32\x14.common.v1.TimeRangeR\x06window\x12!\n\x0csummary_text\x18\t \x01(\tR\x0bsummaryText\x12J\n\x0cobservations\x18\n \x03(\x0b\x32&.chronicle.v1.VisualContextObservationR\x0cobservations\x12\x1a\n\x08warnings\x18\x0b \x03(\tR\x08warnings\x12\x32\n\x08\x65vidence\x18\x0c \x03(\x0b\x32\x16.common.v1.EvidenceRefR\x08\x65vidence\x12*\n\x11source_memory_ids\x18\r \x03(\tR\x0fsourceMemoryIds\x12(\n\x10source_batch_ids\x18\x0e \x03(\tR\x0esourceBatchIds\x12.\n\x13source_frame_hashes\x18\x0f \x03(\tR\x11sourceFrameHashes\x12.\n\x13source_artifact_ids\x18\x10 \x03(\tR\x11sourceArtifactIds\x12)\n\x10\x61\x63tive_artifacts\x18\x11 \x03(\tR\x0f\x61\x63tiveArtifacts\x12\x1f\n\x0bprompt_name\x18\x12 \x01(\tR\npromptName\x12%\n\x0eprompt_version\x18\x13 \x01(\tR\rpromptVersion\x12\x14\n\x05model\x18\x14 \x01(\tR\x05model\x12\x1a\n\x08provider\x18\x15 \x01(\tR\x08provider\x12\x1d\n\npolicy_ref\x18\x16 \x01(\tR\tpolicyRef\x12$\n\x0e\x61udit_event_id\x18\x17 \x01(\tR\x0c\x61uditEventId\x12$\n\x0emeter_event_id\x18\x18 \x01(\tR\x0cmeterEventId\x12-\n\x13\x66\x65rmata_eval_run_id\x18\x19 \x01(\tR\x10\x66\x65rmataEvalRunId\x12H\n\tredaction\x18\x1a \x01(\x0b\x32*.chronicle.v1.VisualContextRedactionReportR\tredaction\x12=\n\x0cgenerated_at\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0bgeneratedAt\x12\x39\n\nexpires_at\x18\x1c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\x12\x37\n\nconfidence\x18\x1d \x01(\x01\x42\x17\xbaH\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\xf0?)\x00\x00\x00\x00\x00\x00\x00\x00R\nconfidence\x12\x33\n\x08metadata\x18\x1e \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12G\n\x0b\x61\x66\x66ordances\x18\x1f \x03(\x0b\x32%.chronicle.v1.VisualContextAffordanceR\x0b\x61\x66\x66ordances\x12N\n\x0e\x65lement_states\x18 \x03(\x0b\x32\'.chronicle.v1.VisualContextElementStateR\relementStates\x12M\n\rverifications\x18! \x03(\x0b\x32\'.chronicle.v1.VisualContextVerificationR\rverifications\"\xb7\x04\n\x18VisualContextObservation\x12I\n\x04kind\x18\x01 \x01(\x0e\x32+.chronicle.v1.VisualContextObservation.KindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04kind\x12\x12\n\x04text\x18\x02 \x01(\tR\x04text\x12\x37\n\nconfidence\x18\x03 \x01(\x01\x42\x17\xbaH\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\xf0?)\x00\x00\x00\x00\x00\x00\x00\x00R\nconfidence\x12!\n\x0c\x65vidence_ids\x18\x04 \x03(\tR\x0b\x65videnceIds\x12;\n\x0bobserved_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nobservedAt\x12\x39\n\nexpires_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\texpiresAt\x12\x33\n\x08metadata\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xb2\x01\n\x04Kind\x12\x14\n\x10KIND_UNSPECIFIED\x10\x00\x12\x16\n\x12KIND_CURRENT_FOCUS\x10\x01\x12\x18\n\x14KIND_ACTIVE_ARTIFACT\x10\x02\x12\x10\n\x0cKIND_BLOCKER\x10\x03\x12\x1b\n\x17KIND_PERMISSION_WARNING\x10\x04\x12\x15\n\x11KIND_RISK_WARNING\x10\x05\x12\x1c\n\x18KIND_NEXT_ACTION_CONTEXT\x10\x06\"\xd0\x02\n\x1cVisualContextRedactionReport\x12.\n\x13raw_frames_excluded\x18\x01 \x01(\x08R\x11rawFramesExcluded\x12*\n\x11\x62ulk_ocr_excluded\x18\x02 \x01(\x08R\x0f\x62ulkOcrExcluded\x12<\n\x1a\x65ncrypted_batches_excluded\x18\x03 \x01(\x08R\x18\x65ncryptedBatchesExcluded\x12,\n\rexcerpt_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0c\x65xcerptCount\x12;\n\x15redacted_secret_count\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x13redactedSecretCount\x12+\n\x11redaction_reasons\x18\x06 \x03(\tR\x10redactionReasons\"\xf1\x01\n\x0cScreenBounds\x12\x0c\n\x01x\x18\x01 \x01(\x05R\x01x\x12\x0c\n\x01y\x18\x02 \x01(\x05R\x01y\x12\x1d\n\x05width\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05width\x12\x1f\n\x06height\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x06height\x12\x31\n\x10\x64isplay_width_px\x18\x05 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0e\x64isplayWidthPx\x12\x33\n\x11\x64isplay_height_px\x18\x06 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64isplayHeightPx\x12\x1d\n\ndisplay_id\x18\x07 \x01(\tR\tdisplayId\"\x8b\x08\n\x17VisualContextAffordance\x12,\n\raffordance_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0c\x61\x66\x66ordanceId\x12H\n\x04kind\x18\x02 \x01(\x0e\x32*.chronicle.v1.VisualContextAffordance.KindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04kind\x12\x14\n\x05label\x18\x03 \x01(\tR\x05label\x12\x12\n\x04text\x18\x04 \x01(\tR\x04text\x12\x12\n\x04role\x18\x05 \x01(\tR\x04role\x12\"\n\rapp_bundle_id\x18\x06 \x01(\tR\x0b\x61ppBundleId\x12!\n\x0cwindow_title\x18\x07 \x01(\tR\x0bwindowTitle\x12\x32\n\x06\x62ounds\x18\x08 \x01(\x0b\x32\x1a.chronicle.v1.ScreenBoundsR\x06\x62ounds\x12\x37\n\nconfidence\x18\t \x01(\x01\x42\x17\xbaH\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\xf0?)\x00\x00\x00\x00\x00\x00\x00\x00R\nconfidence\x12!\n\x0c\x65vidence_ids\x18\n \x03(\tR\x0b\x65videnceIds\x12+\n\x0fsafe_to_persist\x18\x0b \x01(\x08H\x00R\rsafeToPersist\x88\x01\x01\x12>\n\x1bpersistence_decision_reason\x18\x0c \x01(\tR\x19persistenceDecisionReason\x12\x33\n\x08metadata\x18\r \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12U\n\x10\x61\x63tion_grounding\x18\x0e \x01(\x0b\x32*.chronicle.v1.VisualContextActionGroundingR\x0f\x61\x63tionGrounding\x12*\n\x11stable_element_id\x18\x0f \x01(\tR\x0fstableElementId\x12K\n\x0cverification\x18\x10 \x01(\x0b\x32\'.chronicle.v1.VisualContextVerificationR\x0cverification\"\xdc\x01\n\x04Kind\x12\x14\n\x10KIND_UNSPECIFIED\x10\x00\x12\x0f\n\x0bKIND_BUTTON\x10\x01\x12\x13\n\x0fKIND_TEXT_FIELD\x10\x02\x12\r\n\tKIND_LINK\x10\x03\x12\x12\n\x0eKIND_MENU_ITEM\x10\x04\x12\x0c\n\x08KIND_TAB\x10\x05\x12\x0f\n\x0bKIND_WINDOW\x10\x06\x12\r\n\tKIND_TEXT\x10\x07\x12\x0e\n\nKIND_IMAGE\x10\x08\x12\x14\n\x10KIND_CODE_EDITOR\x10\t\x12\x11\n\rKIND_TERMINAL\x10\n\x12\x0e\n\nKIND_OTHER\x10\x0b\x42\x12\n\x10_safe_to_persist\"\x80\x06\n\x1cVisualContextActionGrounding\x12`\n\x0b\x61\x63tion_kind\x18\x01 \x01(\x0e\x32\x35.chronicle.v1.VisualContextActionGrounding.ActionKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\nactionKind\x12#\n\rtarget_action\x18\x02 \x01(\tR\x0ctargetAction\x12\x38\n\x15requires_confirmation\x18\x03 \x01(\x08H\x00R\x14requiresConfirmation\x88\x01\x01\x12%\n\x0b\x64\x65structive\x18\x04 \x01(\x08H\x01R\x0b\x64\x65structive\x88\x01\x01\x12\x1f\n\x08\x64isabled\x18\x05 \x01(\x08H\x02R\x08\x64isabled\x88\x01\x01\x12\'\n\x0f\x64isabled_reason\x18\x06 \x01(\tR\x0e\x64isabledReason\x12+\n\x11verification_hint\x18\x07 \x01(\tR\x10verificationHint\x12)\n\x10guardrail_reason\x18\x08 \x01(\tR\x0fguardrailReason\x12\x33\n\x08metadata\x18\t \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xe9\x01\n\nActionKind\x12\x1b\n\x17\x41\x43TION_KIND_UNSPECIFIED\x10\x00\x12\x14\n\x10\x41\x43TION_KIND_NONE\x10\x01\x12\x15\n\x11\x41\x43TION_KIND_CLICK\x10\x02\x12\x19\n\x15\x41\x43TION_KIND_TYPE_TEXT\x10\x03\x12\x16\n\x12\x41\x43TION_KIND_SELECT\x10\x04\x12\x16\n\x12\x41\x43TION_KIND_SUBMIT\x10\x05\x12\x14\n\x10\x41\x43TION_KIND_OPEN\x10\x06\x12\x17\n\x13\x41\x43TION_KIND_CONFIRM\x10\x07\x12\x17\n\x13\x41\x43TION_KIND_DISMISS\x10\x08\x42\x18\n\x16_requires_confirmationB\x0e\n\x0c_destructiveB\x0b\n\t_disabled\"\xb4\x07\n\x19VisualContextElementState\x12\x33\n\x11stable_element_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0fstableElementId\x12#\n\raffordance_id\x18\x02 \x01(\tR\x0c\x61\x66\x66ordanceId\x12\\\n\ntransition\x18\x03 \x01(\x0e\x32\x32.chronicle.v1.VisualContextElementState.TransitionB\x08\xbaH\x05\x82\x01\x02\x10\x01R\ntransition\x12\x45\n\naffordance\x18\x04 \x01(\x0b\x32%.chronicle.v1.VisualContextAffordanceR\naffordance\x12;\n\x0bobserved_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nobservedAt\x12L\n\x14previous_observed_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x12previousObservedAt\x12!\n\x0c\x65vidence_ids\x18\x07 \x03(\tR\x0b\x65videnceIds\x12U\n\x10\x61\x63tion_grounding\x18\x08 \x01(\x0b\x32*.chronicle.v1.VisualContextActionGroundingR\x0f\x61\x63tionGrounding\x12+\n\x0fsafe_to_persist\x18\t \x01(\x08H\x00R\rsafeToPersist\x88\x01\x01\x12>\n\x1bpersistence_decision_reason\x18\n \x01(\tR\x19persistenceDecisionReason\x12\x33\n\x08metadata\x18\x0b \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12K\n\x0cverification\x18\x0c \x01(\x0b\x32\'.chronicle.v1.VisualContextVerificationR\x0cverification\"\x8f\x01\n\nTransition\x12\x1a\n\x16TRANSITION_UNSPECIFIED\x10\x00\x12\x17\n\x13TRANSITION_APPEARED\x10\x01\x12\x16\n\x12TRANSITION_UPDATED\x10\x02\x12\x18\n\x14TRANSITION_UNCHANGED\x10\x03\x12\x1a\n\x16TRANSITION_DISAPPEARED\x10\x04\x42\x12\n\x10_safe_to_persist\"\xf5\x06\n\x19VisualContextVerification\x12\x30\n\x0fverification_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0everificationId\x12*\n\x11stable_element_id\x18\x02 \x01(\tR\x0fstableElementId\x12#\n\raffordance_id\x18\x03 \x01(\tR\x0c\x61\x66\x66ordanceId\x12P\n\x06result\x18\x04 \x01(\x0e\x32..chronicle.v1.VisualContextVerification.ResultB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x06result\x12\x39\n\nchecked_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcheckedAt\x12!\n\x0c\x65vidence_ids\x18\x06 \x03(\tR\x0b\x65videnceIds\x12\x1f\n\x0bverifier_id\x18\x07 \x01(\tR\nverifierId\x12\x37\n\nconfidence\x18\x08 \x01(\x01\x42\x17\xbaH\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\xf0?)\x00\x00\x00\x00\x00\x00\x00\x00R\nconfidence\x12\x32\n\x15\x63urrent_frame_checked\x18\t \x01(\x08R\x13\x63urrentFrameChecked\x12\x1e\n\x0bsafe_to_act\x18\n \x01(\x08R\tsafeToAct\x12)\n\x10guardrail_reason\x18\x0b \x01(\tR\x0fguardrailReason\x12\'\n\x0fmismatch_reason\x18\x0c \x01(\tR\x0emismatchReason\x12U\n\x10\x61\x63tion_grounding\x18\r \x01(\x0b\x32*.chronicle.v1.VisualContextActionGroundingR\x0f\x61\x63tionGrounding\x12\x33\n\x08metadata\x18\x0e \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\x96\x01\n\x06Result\x12\x16\n\x12RESULT_UNSPECIFIED\x10\x00\x12\x12\n\x0eRESULT_PRESENT\x10\x01\x12\x11\n\rRESULT_ABSENT\x10\x02\x12\x12\n\x0eRESULT_CHANGED\x10\x03\x12\x13\n\x0fRESULT_DISABLED\x10\x04\x12\x12\n\x0eRESULT_BLOCKED\x10\x05\x12\x10\n\x0cRESULT_STALE\x10\x06\"\x8c\n\n\x12VisualAgentEpisode\x12&\n\nepisode_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\tepisodeId\x12\x30\n\x0forganization_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12!\n\x0cworkspace_id\x18\x03 \x01(\tR\x0bworkspaceId\x12\x17\n\x07user_id\x18\x04 \x01(\tR\x06userId\x12\x1d\n\nproject_id\x18\x05 \x01(\tR\tprojectId\x12\x1b\n\tdevice_id\x18\x06 \x01(\tR\x08\x64\x65viceId\x12,\n\x06window\x18\x07 \x01(\x0b\x32\x14.common.v1.TimeRangeR\x06window\x12 \n\x0binstruction\x18\x08 \x01(\tR\x0binstruction\x12\x19\n\x08\x61gent_id\x18\t \x01(\tR\x07\x61gentId\x12\x14\n\x05model\x18\n \x01(\tR\x05model\x12\x1a\n\x08provider\x18\x0b \x01(\tR\x08provider\x12\x1d\n\npolicy_ref\x18\x0c \x01(\tR\tpolicyRef\x12\x1d\n\nsummary_id\x18\r \x01(\tR\tsummaryId\x12*\n\x11source_memory_ids\x18\x0e \x03(\tR\x0fsourceMemoryIds\x12(\n\x10source_batch_ids\x18\x0f \x03(\tR\x0esourceBatchIds\x12.\n\x13source_frame_hashes\x18\x10 \x03(\tR\x11sourceFrameHashes\x12.\n\x13source_artifact_ids\x18\x11 \x03(\tR\x11sourceArtifactIds\x12)\n\x10\x61\x63tive_artifacts\x18\x12 \x03(\tR\x0f\x61\x63tiveArtifacts\x12H\n\tredaction\x18\x13 \x01(\x0b\x32*.chronicle.v1.VisualContextRedactionReportR\tredaction\x12\x33\n\x05steps\x18\x14 \x03(\x0b\x32\x1d.chronicle.v1.VisualAgentStepR\x05steps\x12:\n\x07outcome\x18\x15 \x01(\x0b\x32 .chronicle.v1.VisualAgentOutcomeR\x07outcome\x12J\n\raction_ledger\x18\x16 \x03(\x0b\x32%.chronicle.v1.VisualActionLedgerEntryR\x0c\x61\x63tionLedger\x12$\n\x0e\x61udit_event_id\x18\x17 \x01(\tR\x0c\x61uditEventId\x12$\n\x0emeter_event_id\x18\x18 \x01(\tR\x0cmeterEventId\x12-\n\x13\x66\x65rmata_eval_run_id\x18\x19 \x01(\tR\x10\x66\x65rmataEvalRunId\x12\x39\n\nstarted_at\x18\x1a \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tstartedAt\x12=\n\x0c\x63ompleted_at\x18\x1b \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63ompletedAt\x12\x37\n\nconfidence\x18\x1c \x01(\x01\x42\x17\xbaH\x14\x12\x12\x19\x00\x00\x00\x00\x00\x00\xf0?)\x00\x00\x00\x00\x00\x00\x00\x00R\nconfidence\x12\x33\n\x08metadata\x18\x1d \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\x8d\t\n\x0fVisualAgentStep\x12\x17\n\x07step_id\x18\x01 \x01(\tR\x06stepId\x12\x1d\n\x05index\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x05index\x12@\n\x04kind\x18\x03 \x01(\x0e\x32\".chronicle.v1.VisualAgentStep.KindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04kind\x12\x1d\n\nsummary_id\x18\x04 \x01(\tR\tsummaryId\x12*\n\x11stable_element_id\x18\x05 \x01(\tR\x0fstableElementId\x12#\n\raffordance_id\x18\x06 \x01(\tR\x0c\x61\x66\x66ordanceId\x12\'\n\x0fverification_id\x18\x07 \x01(\tR\x0everificationId\x12`\n\x0b\x61\x63tion_kind\x18\x08 \x01(\x0e\x32\x35.chronicle.v1.VisualContextActionGrounding.ActionKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\nactionKind\x12#\n\rtarget_action\x18\t \x01(\tR\x0ctargetAction\x12\x33\n\x15requires_confirmation\x18\n \x01(\x08R\x14requiresConfirmation\x12%\n\x0euser_confirmed\x18\x0b \x01(\x08R\ruserConfirmed\x12\x32\n\x15\x63urrent_frame_checked\x18\x0c \x01(\x08R\x13\x63urrentFrameChecked\x12\x1e\n\x0bsafe_to_act\x18\r \x01(\x08R\tsafeToAct\x12U\n\x10\x61\x63tion_grounding\x18\x0e \x01(\x0b\x32*.chronicle.v1.VisualContextActionGroundingR\x0f\x61\x63tionGrounding\x12K\n\x0cverification\x18\x0f \x01(\x0b\x32\'.chronicle.v1.VisualContextVerificationR\x0cverification\x12!\n\x0c\x65vidence_ids\x18\x10 \x03(\tR\x0b\x65videnceIds\x12;\n\x0bobserved_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nobservedAt\x12\x16\n\x06reason\x18\x12 \x01(\tR\x06reason\x12H\n\tredaction\x18\x13 \x01(\x0b\x32*.chronicle.v1.VisualContextRedactionReportR\tredaction\x12\x33\n\x08metadata\x18\x14 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\x94\x01\n\x04Kind\x12\x14\n\x10KIND_UNSPECIFIED\x10\x00\x12\x10\n\x0cKIND_OBSERVE\x10\x01\x12\x0f\n\x0bKIND_GROUND\x10\x02\x12\x0f\n\x0bKIND_VERIFY\x10\x03\x12\x10\n\x0cKIND_PROPOSE\x10\x04\x12\x0c\n\x08KIND_ACT\x10\x05\x12\x10\n\x0cKIND_OUTCOME\x10\x06\x12\x10\n\x0cKIND_ABSTAIN\x10\x07\"\xc4\x06\n\x12VisualAgentOutcome\x12I\n\x06result\x18\x01 \x01(\x0e\x32\'.chronicle.v1.VisualAgentOutcome.ResultB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x06result\x12*\n\x11stable_element_id\x18\x02 \x01(\tR\x0fstableElementId\x12#\n\raffordance_id\x18\x03 \x01(\tR\x0c\x61\x66\x66ordanceId\x12\'\n\x0fverification_id\x18\x04 \x01(\tR\x0everificationId\x12`\n\x0b\x61\x63tion_kind\x18\x05 \x01(\x0e\x32\x35.chronicle.v1.VisualContextActionGrounding.ActionKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\nactionKind\x12#\n\rtarget_action\x18\x06 \x01(\tR\x0ctargetAction\x12<\n\x1arequires_user_confirmation\x18\x07 \x01(\x08R\x18requiresUserConfirmation\x12%\n\x0euser_confirmed\x18\x08 \x01(\x08R\ruserConfirmed\x12*\n\x11outcome_event_ids\x18\t \x03(\tR\x0foutcomeEventIds\x12(\n\x10outcome_fact_ids\x18\n \x03(\tR\x0eoutcomeFactIds\x12)\n\x10guardrail_reason\x18\x0b \x01(\tR\x0fguardrailReason\x12\x39\n\nchecked_at\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcheckedAt\x12\x33\n\x08metadata\x18\r \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\x8b\x01\n\x06Result\x12\x16\n\x12RESULT_UNSPECIFIED\x10\x00\x12\x14\n\x10RESULT_NO_ACTION\x10\x01\x12\x1a\n\x16RESULT_PROPOSED_ACTION\x10\x02\x12\x10\n\x0cRESULT_ACTED\x10\x03\x12\x12\n\x0eRESULT_BLOCKED\x10\x04\x12\x11\n\rRESULT_FAILED\x10\x05\"\x8f\t\n\x17VisualActionLedgerEntry\x12/\n\x0fledger_entry_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\rledgerEntryId\x12\x1d\n\nepisode_id\x18\x02 \x01(\tR\tepisodeId\x12\x1b\n\taction_id\x18\x03 \x01(\tR\x08\x61\x63tionId\x12*\n\x11stable_element_id\x18\x04 \x01(\tR\x0fstableElementId\x12#\n\raffordance_id\x18\x05 \x01(\tR\x0c\x61\x66\x66ordanceId\x12`\n\x0b\x61\x63tion_kind\x18\x06 \x01(\x0e\x32\x35.chronicle.v1.VisualContextActionGrounding.ActionKindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\nactionKind\x12#\n\rtarget_action\x18\x07 \x01(\tR\x0ctargetAction\x12\'\n\x0fverification_id\x18\x08 \x01(\tR\x0everificationId\x12\x32\n\x15\x63urrent_frame_checked\x18\t \x01(\x08R\x13\x63urrentFrameChecked\x12\x1e\n\x0bsafe_to_act\x18\n \x01(\x08R\tsafeToAct\x12<\n\x1arequires_user_confirmation\x18\x0b \x01(\x08R\x18requiresUserConfirmation\x12%\n\x0euser_confirmed\x18\x0c \x01(\x08R\ruserConfirmed\x12\'\n\x0f\x63onfirmation_id\x18\r \x01(\tR\x0e\x63onfirmationId\x12)\n\x10\x61uthorization_id\x18\x0e \x01(\tR\x0f\x61uthorizationId\x12;\n\x0bproposed_at\x18\x0f \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nproposedAt\x12;\n\x0bverified_at\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\nverifiedAt\x12=\n\x0c\x63onfirmed_at\x18\x11 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x0b\x63onfirmedAt\x12\x35\n\x08\x61\x63ted_at\x18\x12 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x07\x61\x63tedAt\x12:\n\x07outcome\x18\x13 \x01(\x0b\x32 .chronicle.v1.VisualAgentOutcomeR\x07outcome\x12!\n\x0c\x65vidence_ids\x18\x14 \x03(\tR\x0b\x65videnceIds\x12$\n\x0e\x61udit_event_id\x18\x15 \x01(\tR\x0c\x61uditEventId\x12$\n\x0emeter_event_id\x18\x16 \x01(\tR\x0cmeterEventId\x12)\n\x10guardrail_reason\x18\x17 \x01(\tR\x0fguardrailReason\x12\x33\n\x08metadata\x18\x18 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xbd\x05\n\x19VerifyVisualActionRequest\x12\x30\n\x0forganization_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12!\n\x0cworkspace_id\x18\x02 \x01(\tR\x0bworkspaceId\x12\x17\n\x07user_id\x18\x03 \x01(\tR\x06userId\x12\x1d\n\nproject_id\x18\x04 \x01(\tR\tprojectId\x12\x1b\n\tdevice_id\x18\x05 \x01(\tR\x08\x64\x65viceId\x12\x1d\n\nepisode_id\x18\x06 \x01(\tR\tepisodeId\x12\x1d\n\nsummary_id\x18\x07 \x01(\tR\tsummaryId\x12*\n\x11stable_element_id\x18\x08 \x01(\tR\x0fstableElementId\x12#\n\raffordance_id\x18\t \x01(\tR\x0c\x61\x66\x66ordanceId\x12S\n\x0fintended_action\x18\n \x01(\x0b\x32*.chronicle.v1.VisualContextActionGroundingR\x0eintendedAction\x12K\n\x0cverification\x18\x0b \x01(\x0b\x32\'.chronicle.v1.VisualContextVerificationR\x0cverification\x12%\n\x0euser_confirmed\x18\x0c \x01(\x08R\ruserConfirmed\x12\'\n\x0f\x63onfirmation_id\x18\r \x01(\tR\x0e\x63onfirmationId\x12\x1d\n\npolicy_ref\x18\x0e \x01(\tR\tpolicyRef\x12!\n\x0c\x65vidence_ids\x18\x0f \x03(\tR\x0b\x65videnceIds\x12\x33\n\x08metadata\x18\x10 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\"\xea\x03\n\x1aVerifyVisualActionResponse\x12K\n\x0cverification\x18\x01 \x01(\x0b\x32\'.chronicle.v1.VisualContextVerificationR\x0cverification\x12\x1e\n\x0bsafe_to_act\x18\x02 \x01(\x08R\tsafeToAct\x12<\n\x1arequires_user_confirmation\x18\x03 \x01(\x08R\x18requiresUserConfirmation\x12%\n\x0euser_confirmed\x18\x04 \x01(\x08R\ruserConfirmed\x12)\n\x10guardrail_reason\x18\x05 \x01(\tR\x0fguardrailReason\x12H\n\x0cledger_entry\x18\x06 \x01(\x0b\x32%.chronicle.v1.VisualActionLedgerEntryR\x0bledgerEntry\x12$\n\x0e\x61udit_event_id\x18\x07 \x01(\tR\x0c\x61uditEventId\x12$\n\x0emeter_event_id\x18\x08 \x01(\tR\x0cmeterEventId\x12\x39\n\nchecked_at\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampR\tcheckedAt\"\xfd\x01\n\x18\x41\x63knowledgeMemoryRequest\x12$\n\tmemory_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x08memoryId\x12\x30\n\x0forganization_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12\x1b\n\tdevice_id\x18\x03 \x01(\tR\x08\x64\x65viceId\x12\x19\n\x08\x62\x61tch_id\x18\x04 \x01(\tR\x07\x62\x61tchId\x12\x1d\n\nframe_hash\x18\x05 \x01(\tR\tframeHash\x12\x1a\n\x08\x61\x63\x63\x65pted\x18\x06 \x01(\x08R\x08\x61\x63\x63\x65pted\x12\x16\n\x06reason\x18\x07 \x01(\tR\x06reason\"\\\n\x19\x41\x63knowledgeMemoryResponse\x12\x1b\n\tmemory_id\x18\x01 \x01(\tR\x08memoryId\x12\"\n\x0c\x61\x63knowledged\x18\x02 \x01(\x08R\x0c\x61\x63knowledged\"\x85\x02\n\x13ListMemoriesRequest\x12\x30\n\x0forganization_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12\x14\n\x05query\x18\x02 \x01(\tR\x05query\x12\x30\n\x05scope\x18\x03 \x01(\x0e\x32\x10.memory.v1.ScopeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x05scope\x12\x1d\n\nproject_id\x18\x04 \x01(\tR\tprojectId\x12\x1e\n\nrepository\x18\x05 \x01(\tR\nrepository\x12\x17\n\x07user_id\x18\x06 \x01(\tR\x06userId\x12\x1c\n\x05top_k\x18\x07 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x04topK\"I\n\x14ListMemoriesResponse\x12\x31\n\x07results\x18\x01 \x03(\x0b\x32\x17.memory.v1.RecallResultR\x07results\"\x8d\x02\n\x12RevokeFrameRequest\x12\x30\n\x0forganization_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12\x1d\n\nframe_hash\x18\x02 \x01(\tR\tframeHash\x12\x19\n\x08\x62\x61tch_id\x18\x03 \x01(\tR\x07\x62\x61tchId\x12\x1f\n\x0b\x61rtifact_id\x18\x04 \x01(\tR\nartifactId\x12\x1d\n\nmemory_ids\x18\x05 \x03(\tR\tmemoryIds\x12\x16\n\x06reason\x18\x06 \x01(\tR\x06reason\x12\x33\n\x16secret_broker_grant_id\x18\x07 \x01(\tR\x13secretBrokerGrantId\"\xab\x02\n\x13RevokeFrameResponse\x12\x1d\n\nframe_hash\x18\x01 \x01(\tR\tframeHash\x12,\n\x12revoked_memory_ids\x18\x02 \x03(\tR\x10revokedMemoryIds\x12$\n\x0e\x61udit_event_id\x18\x03 \x01(\tR\x0c\x61uditEventId\x12\x1f\n\x0b\x61rtifact_id\x18\x04 \x01(\tR\nartifactId\x12\x33\n\x16secret_broker_grant_id\x18\x05 \x01(\tR\x13secretBrokerGrantId\x12\x33\n\x08metadata\x18\x06 \x01(\x0b\x32\x17.google.protobuf.StructR\x08metadata\x12\x16\n\x06reason\x18\x07 \x01(\tR\x06reason\"\xc3\x01\n\x17GetCapturePolicyRequest\x12\x1b\n\tdevice_id\x18\x01 \x01(\tR\x08\x64\x65viceId\x12\x30\n\x0forganization_id\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12!\n\x0cworkspace_id\x18\x03 \x01(\tR\x0bworkspaceId\x12\x17\n\x07user_id\x18\x04 \x01(\tR\x06userId\x12\x1d\n\nproject_id\x18\x05 \x01(\tR\tprojectId\"O\n\x18GetCapturePolicyResponse\x12\x33\n\x06policy\x18\x01 \x01(\x0b\x32\x1b.chronicle.v1.CapturePolicyR\x06policy\"\x8e\x02\n\x17SetCapturePolicyRequest\x12\x30\n\x0forganization_id\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\x0eorganizationId\x12!\n\x0cworkspace_id\x18\x02 \x01(\tR\x0bworkspaceId\x12&\n\nproject_id\x18\x03 \x01(\tB\x07\xbaH\x04r\x02\x10\x01R\tprojectId\x12;\n\x06policy\x18\x04 \x01(\x0b\x32\x1b.chronicle.v1.CapturePolicyB\x06\xbaH\x03\xc8\x01\x01R\x06policy\x12\x16\n\x06reason\x18\x05 \x01(\tR\x06reason\x12!\n\x0crequested_by\x18\x06 \x01(\tR\x0brequestedBy\"\xa6\x01\n\x18SetCapturePolicyResponse\x12\x33\n\x06policy\x18\x01 \x01(\x0b\x32\x1b.chronicle.v1.CapturePolicyR\x06policy\x12.\n\x13\x61pproval_request_id\x18\x02 \x01(\tR\x11\x61pprovalRequestId\x12%\n\x0e\x61pproval_state\x18\x03 \x01(\tR\rapprovalState\"\x95\x05\n\rCapturePolicy\x12%\n\x0epolicy_version\x18\x01 \x01(\tR\rpolicyVersion\x12\x46\n\x0c\x63\x61pture_mode\x18\x02 \x01(\x0e\x32\x19.chronicle.v1.CaptureModeB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x0b\x63\x61ptureMode\x12,\n\x12\x61llowed_bundle_ids\x18\x03 \x03(\tR\x10\x61llowedBundleIds\x12*\n\x11\x64\x65nied_bundle_ids\x18\x04 \x03(\tR\x0f\x64\x65niedBundleIds\x12\x30\n\x14\x64\x65nied_path_prefixes\x18\x05 \x03(\tR\x12\x64\x65niedPathPrefixes\x12=\n\x1bpause_window_title_patterns\x18\x06 \x03(\tR\x18pauseWindowTitlePatterns\x12\'\n\x0fsecret_patterns\x18\x07 \x03(\tR\x0esecretPatterns\x12\x38\n\x18\x63loud_consolidation_tier\x18\x08 \x01(\tR\x16\x63loudConsolidationTier\x12\x44\n\x1amin_batch_interval_seconds\x18\t \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x17minBatchIntervalSeconds\x12\x38\n\x14max_frames_per_batch\x18\n \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11maxFramesPerBatch\x12*\n\x11source_policy_ref\x18\x0b \x01(\tR\x0fsourcePolicyRef\x12;\n\x0c\x64omain_tiers\x18\x10 \x03(\x0b\x32\x18.chronicle.v1.DomainTierR\x0b\x64omainTiers\"_\n\nDomainTier\x12\x18\n\x07pattern\x18\x01 \x01(\tR\x07pattern\x12\x37\n\x04tier\x18\x02 \x01(\x0e\x32\x19.chronicle.v1.CaptureTierB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04tier\"\xf3\x02\n\x04Slab\x12\x17\n\x07slab_id\x18\x01 \x01(\tR\x06slabId\x12\'\n\x0forganization_id\x18\x02 \x01(\tR\x0eorganizationId\x12\x1b\n\tdevice_id\x18\x03 \x01(\tR\x08\x64\x65viceId\x12\x1d\n\nproject_id\x18\x04 \x01(\tR\tprojectId\x12,\n\x06window\x18\x05 \x01(\x0b\x32\x14.common.v1.TimeRangeR\x06window\x12\x37\n\x04tier\x18\x06 \x01(\x0e\x32\x19.chronicle.v1.CaptureTierB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04tier\x12*\n\x11source_memory_ids\x18\x07 \x03(\tR\x0fsourceMemoryIds\x12(\n\x10source_batch_ids\x18\x08 \x03(\tR\x0esourceBatchIds\x12\x30\n\x06rollup\x18\t \x01(\x0b\x32\x18.chronicle.v1.SlabRollupR\x06rollup\"\xda\x04\n\nSlabRollup\x12\x32\n\x10\x64istinct_bundles\x18\x01 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64istinctBundles\x12\x32\n\x10\x64istinct_domains\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0f\x64istinctDomains\x12?\n\x17\x64istinct_document_paths\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x15\x64istinctDocumentPaths\x12\x35\n\x12work_leisure_flips\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x10workLeisureFlips\x12K\n\x1dlongest_uninterrupted_seconds\x18\x05 \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x1blongestUninterruptedSeconds\x12\x39\n\nper_domain\x18\x06 \x03(\x0b\x32\x1a.chronicle.v1.DomainRollupR\tperDomain\x12\x39\n\nper_bundle\x18\x07 \x03(\x0b\x32\x1a.chronicle.v1.BundleRollupR\tperBundle\x12)\n\x10\x61\x63tive_artifacts\x18\x08 \x03(\tR\x0f\x61\x63tiveArtifacts\x12>\n\rderived_facts\x18\t \x03(\x0b\x32\x19.chronicle.v1.DerivedFactR\x0c\x64\x65rivedFacts\x12>\n\rthrash_events\x18\n \x03(\x0b\x32\x19.chronicle.v1.ThrashEventR\x0cthrashEvents\"\xf2\x01\n\x0c\x44omainRollup\x12\x12\n\x04host\x18\x01 \x01(\tR\x04host\x12\x32\n\x10\x64uration_seconds\x18\x02 \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0f\x64urationSeconds\x12(\n\x0b\x66rame_count\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\nframeCount\x12\x37\n\x13\x64istinct_path_count\x18\x04 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x11\x64istinctPathCount\x12\x37\n\x04tier\x18\x05 \x01(\x0e\x32\x19.chronicle.v1.CaptureTierB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04tier\"\x89\x01\n\x0c\x42undleRollup\x12\x1b\n\tbundle_id\x18\x01 \x01(\tR\x08\x62undleId\x12\x32\n\x10\x64uration_seconds\x18\x02 \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0f\x64urationSeconds\x12(\n\x0b\x66rame_count\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\nframeCount\"\x84\x03\n\x0b\x44\x65rivedFact\x12<\n\x04kind\x18\x01 \x01(\x0e\x32\x1e.chronicle.v1.DerivedFact.KindB\x08\xbaH\x05\x82\x01\x02\x10\x01R\x04kind\x12\x1a\n\x08\x61rtifact\x18\x02 \x01(\tR\x08\x61rtifact\x12\x30\n\x0f\x64istinct_visits\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\x0e\x64istinctVisits\x12,\n\rtotal_seconds\x18\x04 \x01(\x03\x42\x07\xbaH\x04\"\x02(\x00R\x0ctotalSeconds\x12!\n\x0c\x66rame_hashes\x18\x05 \x03(\tR\x0b\x66rameHashes\"\x97\x01\n\x04Kind\x12\x14\n\x10KIND_UNSPECIFIED\x10\x00\x12\x12\n\x0eKIND_VIEWED_PR\x10\x01\x12\x15\n\x11KIND_VIEWED_ISSUE\x10\x02\x12\x14\n\x10KIND_OPENED_FILE\x10\x03\x12\x1d\n\x19KIND_RAN_TERMINAL_COMMAND\x10\x04\x12\x19\n\x15KIND_VIEWED_DASHBOARD\x10\x05\"\xa4\x01\n\x0bThrashEvent\x12\x12\n\x04rule\x18\x01 \x01(\tR\x04rule\x12.\n\x0e\x64istinct_count\x18\x02 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\rdistinctCount\x12.\n\x0ewindow_seconds\x18\x03 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00R\rwindowSeconds\x12!\n\x0csample_paths\x18\x04 \x03(\tR\x0bsamplePaths*\x92\x01\n\x0b\x43\x61ptureMode\x12\x1c\n\x18\x43\x41PTURE_MODE_UNSPECIFIED\x10\x00\x12\x1b\n\x17\x43\x41PTURE_MODE_LOCAL_ONLY\x10\x01\x12\x17\n\x13\x43\x41PTURE_MODE_HYBRID\x10\x02\x12\x16\n\x12\x43\x41PTURE_MODE_CLOUD\x10\x03\x12\x17\n\x13\x43\x41PTURE_MODE_PAUSED\x10\x04*\x9e\x02\n\x0f\x43\x61ptureDecision\x12 \n\x1c\x43\x41PTURE_DECISION_UNSPECIFIED\x10\x00\x12\x1d\n\x19\x43\x41PTURE_DECISION_ACCEPTED\x10\x01\x12\'\n#CAPTURE_DECISION_DROPPED_DENIED_APP\x10\x02\x12(\n$CAPTURE_DECISION_DROPPED_DENIED_PATH\x10\x03\x12#\n\x1f\x43\x41PTURE_DECISION_DROPPED_SECRET\x10\x04\x12*\n&CAPTURE_DECISION_DROPPED_PAUSED_WINDOW\x10\x05\x12&\n\"CAPTURE_DECISION_DROPPED_DUPLICATE\x10\x06*u\n\x0b\x43\x61ptureTier\x12\x1c\n\x18\x43\x41PTURE_TIER_UNSPECIFIED\x10\x00\x12\x15\n\x11\x43\x41PTURE_TIER_DENY\x10\x01\x12\x16\n\x12\x43\x41PTURE_TIER_AUDIT\x10\x02\x12\x19\n\x15\x43\x41PTURE_TIER_EVIDENCE\x10\x03\x32\x82\x08\n\x10\x43hronicleService\x12[\n\x0eRegisterDevice\x12#.chronicle.v1.RegisterDeviceRequest\x1a$.chronicle.v1.RegisterDeviceResponse\x12L\n\tHeartbeat\x12\x1e.chronicle.v1.HeartbeatRequest\x1a\x1f.chronicle.v1.HeartbeatResponse\x12U\n\x0cPauseSession\x12!.chronicle.v1.PauseSessionRequest\x1a\".chronicle.v1.PauseSessionResponse\x12X\n\rResumeSession\x12\".chronicle.v1.ResumeSessionRequest\x1a#.chronicle.v1.ResumeSessionResponse\x12R\n\x0bSubmitBatch\x12 .chronicle.v1.SubmitBatchRequest\x1a!.chronicle.v1.SubmitBatchResponse\x12\x64\n\x11\x41\x63knowledgeMemory\x12&.chronicle.v1.AcknowledgeMemoryRequest\x1a\'.chronicle.v1.AcknowledgeMemoryResponse\x12U\n\x0cListMemories\x12!.chronicle.v1.ListMemoriesRequest\x1a\".chronicle.v1.ListMemoriesResponse\x12R\n\x0bRevokeFrame\x12 .chronicle.v1.RevokeFrameRequest\x1a!.chronicle.v1.RevokeFrameResponse\x12\x61\n\x10GetCapturePolicy\x12%.chronicle.v1.GetCapturePolicyRequest\x1a&.chronicle.v1.GetCapturePolicyResponse\x12\x61\n\x10SetCapturePolicy\x12%.chronicle.v1.SetCapturePolicyRequest\x1a&.chronicle.v1.SetCapturePolicyResponse\x12g\n\x12VerifyVisualAction\x12\'.chronicle.v1.VerifyVisualActionRequest\x1a(.chronicle.v1.VerifyVisualActionResponseB=Z;github.com/evalops/platform/gen/go/chronicle/v1;chroniclev1b\x06proto3')
|
|
34
|
+
|
|
35
|
+
_globals = globals()
|
|
36
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
37
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'chronicle.v1.chronicle_pb2', _globals)
|
|
38
|
+
if not _descriptor._USE_C_DESCRIPTORS:
|
|
39
|
+
_globals['DESCRIPTOR']._loaded_options = None
|
|
40
|
+
_globals['DESCRIPTOR']._serialized_options = b'Z;github.com/evalops/platform/gen/go/chronicle/v1;chroniclev1'
|
|
41
|
+
_globals['_DEVICE_METADATAENTRY']._loaded_options = None
|
|
42
|
+
_globals['_DEVICE_METADATAENTRY']._serialized_options = b'8\001'
|
|
43
|
+
_globals['_REGISTERDEVICEREQUEST_METADATAENTRY']._loaded_options = None
|
|
44
|
+
_globals['_REGISTERDEVICEREQUEST_METADATAENTRY']._serialized_options = b'8\001'
|
|
45
|
+
_globals['_REGISTERDEVICEREQUEST'].fields_by_name['device_id']._loaded_options = None
|
|
46
|
+
_globals['_REGISTERDEVICEREQUEST'].fields_by_name['device_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
47
|
+
_globals['_REGISTERDEVICEREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
48
|
+
_globals['_REGISTERDEVICEREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
49
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['device_id']._loaded_options = None
|
|
50
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['device_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
51
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
52
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
53
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['pending_frame_count']._loaded_options = None
|
|
54
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['pending_frame_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
55
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['pending_bytes']._loaded_options = None
|
|
56
|
+
_globals['_HEARTBEATREQUEST'].fields_by_name['pending_bytes']._serialized_options = b'\272H\004\"\002(\000'
|
|
57
|
+
_globals['_PAUSESESSIONREQUEST'].fields_by_name['device_id']._loaded_options = None
|
|
58
|
+
_globals['_PAUSESESSIONREQUEST'].fields_by_name['device_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
59
|
+
_globals['_PAUSESESSIONREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
60
|
+
_globals['_PAUSESESSIONREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
61
|
+
_globals['_RESUMESESSIONREQUEST'].fields_by_name['device_id']._loaded_options = None
|
|
62
|
+
_globals['_RESUMESESSIONREQUEST'].fields_by_name['device_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
63
|
+
_globals['_RESUMESESSIONREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
64
|
+
_globals['_RESUMESESSIONREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
65
|
+
_globals['_FRAMEBATCH_DROPPEDREASONCOUNTSENTRY']._loaded_options = None
|
|
66
|
+
_globals['_FRAMEBATCH_DROPPEDREASONCOUNTSENTRY']._serialized_options = b'8\001'
|
|
67
|
+
_globals['_FRAMEBATCH'].fields_by_name['batch_id']._loaded_options = None
|
|
68
|
+
_globals['_FRAMEBATCH'].fields_by_name['batch_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
69
|
+
_globals['_FRAMEBATCH'].fields_by_name['device_id']._loaded_options = None
|
|
70
|
+
_globals['_FRAMEBATCH'].fields_by_name['device_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
71
|
+
_globals['_FRAMEBATCH'].fields_by_name['organization_id']._loaded_options = None
|
|
72
|
+
_globals['_FRAMEBATCH'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
73
|
+
_globals['_FRAMEBATCH'].fields_by_name['risk_level']._loaded_options = None
|
|
74
|
+
_globals['_FRAMEBATCH'].fields_by_name['risk_level']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
75
|
+
_globals['_FRAMEBATCH'].fields_by_name['dropped_reason_counts']._loaded_options = None
|
|
76
|
+
_globals['_FRAMEBATCH'].fields_by_name['dropped_reason_counts']._serialized_options = b'\272H\t\232\001\006*\004\032\002(\000'
|
|
77
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['frame_hash']._loaded_options = None
|
|
78
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['frame_hash']._serialized_options = b'\272H\004r\002\020\001'
|
|
79
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['bundle_id']._loaded_options = None
|
|
80
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['bundle_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
81
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['width_px']._loaded_options = None
|
|
82
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['width_px']._serialized_options = b'\272H\004\032\002(\000'
|
|
83
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['height_px']._loaded_options = None
|
|
84
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['height_px']._serialized_options = b'\272H\004\032\002(\000'
|
|
85
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['bytes_png']._loaded_options = None
|
|
86
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['bytes_png']._serialized_options = b'\272H\004\"\002(\000'
|
|
87
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['tier']._loaded_options = None
|
|
88
|
+
_globals['_CAPTUREDFRAME'].fields_by_name['tier']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
89
|
+
_globals['_DROPCOUNTS'].fields_by_name['secret']._loaded_options = None
|
|
90
|
+
_globals['_DROPCOUNTS'].fields_by_name['secret']._serialized_options = b'\272H\004\032\002(\000'
|
|
91
|
+
_globals['_DROPCOUNTS'].fields_by_name['duplicate']._loaded_options = None
|
|
92
|
+
_globals['_DROPCOUNTS'].fields_by_name['duplicate']._serialized_options = b'\272H\004\032\002(\000'
|
|
93
|
+
_globals['_DROPCOUNTS'].fields_by_name['denied_app']._loaded_options = None
|
|
94
|
+
_globals['_DROPCOUNTS'].fields_by_name['denied_app']._serialized_options = b'\272H\004\032\002(\000'
|
|
95
|
+
_globals['_DROPCOUNTS'].fields_by_name['denied_path']._loaded_options = None
|
|
96
|
+
_globals['_DROPCOUNTS'].fields_by_name['denied_path']._serialized_options = b'\272H\004\032\002(\000'
|
|
97
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['distinct_bundles']._loaded_options = None
|
|
98
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['distinct_bundles']._serialized_options = b'\272H\004\032\002(\000'
|
|
99
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['distinct_domains']._loaded_options = None
|
|
100
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['distinct_domains']._serialized_options = b'\272H\004\032\002(\000'
|
|
101
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['distinct_document_paths']._loaded_options = None
|
|
102
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['distinct_document_paths']._serialized_options = b'\272H\004\032\002(\000'
|
|
103
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['distinct_github_prs']._loaded_options = None
|
|
104
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['distinct_github_prs']._serialized_options = b'\272H\004\032\002(\000'
|
|
105
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['foreground_changes']._loaded_options = None
|
|
106
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['foreground_changes']._serialized_options = b'\272H\004\032\002(\000'
|
|
107
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['document_changes']._loaded_options = None
|
|
108
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['document_changes']._serialized_options = b'\272H\004\032\002(\000'
|
|
109
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['work_leisure_flips']._loaded_options = None
|
|
110
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['work_leisure_flips']._serialized_options = b'\272H\004\032\002(\000'
|
|
111
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['longest_uninterrupted_seconds']._loaded_options = None
|
|
112
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['longest_uninterrupted_seconds']._serialized_options = b'\272H\004\"\002(\000'
|
|
113
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['thrash_event_count']._loaded_options = None
|
|
114
|
+
_globals['_EMITTEDCOUNTS'].fields_by_name['thrash_event_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
115
|
+
_globals['_FRAMERECEIPT'].fields_by_name['accepted_tier']._loaded_options = None
|
|
116
|
+
_globals['_FRAMERECEIPT'].fields_by_name['accepted_tier']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
117
|
+
_globals['_VISUALCONTEXTREQUEST'].fields_by_name['request_id']._loaded_options = None
|
|
118
|
+
_globals['_VISUALCONTEXTREQUEST'].fields_by_name['request_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
119
|
+
_globals['_VISUALCONTEXTREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
120
|
+
_globals['_VISUALCONTEXTREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
121
|
+
_globals['_VISUALCONTEXTSUMMARY'].fields_by_name['summary_id']._loaded_options = None
|
|
122
|
+
_globals['_VISUALCONTEXTSUMMARY'].fields_by_name['summary_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
123
|
+
_globals['_VISUALCONTEXTSUMMARY'].fields_by_name['organization_id']._loaded_options = None
|
|
124
|
+
_globals['_VISUALCONTEXTSUMMARY'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
125
|
+
_globals['_VISUALCONTEXTSUMMARY'].fields_by_name['confidence']._loaded_options = None
|
|
126
|
+
_globals['_VISUALCONTEXTSUMMARY'].fields_by_name['confidence']._serialized_options = b'\272H\024\022\022\031\000\000\000\000\000\000\360?)\000\000\000\000\000\000\000\000'
|
|
127
|
+
_globals['_VISUALCONTEXTOBSERVATION'].fields_by_name['kind']._loaded_options = None
|
|
128
|
+
_globals['_VISUALCONTEXTOBSERVATION'].fields_by_name['kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
129
|
+
_globals['_VISUALCONTEXTOBSERVATION'].fields_by_name['confidence']._loaded_options = None
|
|
130
|
+
_globals['_VISUALCONTEXTOBSERVATION'].fields_by_name['confidence']._serialized_options = b'\272H\024\022\022\031\000\000\000\000\000\000\360?)\000\000\000\000\000\000\000\000'
|
|
131
|
+
_globals['_VISUALCONTEXTREDACTIONREPORT'].fields_by_name['excerpt_count']._loaded_options = None
|
|
132
|
+
_globals['_VISUALCONTEXTREDACTIONREPORT'].fields_by_name['excerpt_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
133
|
+
_globals['_VISUALCONTEXTREDACTIONREPORT'].fields_by_name['redacted_secret_count']._loaded_options = None
|
|
134
|
+
_globals['_VISUALCONTEXTREDACTIONREPORT'].fields_by_name['redacted_secret_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
135
|
+
_globals['_SCREENBOUNDS'].fields_by_name['width']._loaded_options = None
|
|
136
|
+
_globals['_SCREENBOUNDS'].fields_by_name['width']._serialized_options = b'\272H\004\032\002(\000'
|
|
137
|
+
_globals['_SCREENBOUNDS'].fields_by_name['height']._loaded_options = None
|
|
138
|
+
_globals['_SCREENBOUNDS'].fields_by_name['height']._serialized_options = b'\272H\004\032\002(\000'
|
|
139
|
+
_globals['_SCREENBOUNDS'].fields_by_name['display_width_px']._loaded_options = None
|
|
140
|
+
_globals['_SCREENBOUNDS'].fields_by_name['display_width_px']._serialized_options = b'\272H\004\032\002(\000'
|
|
141
|
+
_globals['_SCREENBOUNDS'].fields_by_name['display_height_px']._loaded_options = None
|
|
142
|
+
_globals['_SCREENBOUNDS'].fields_by_name['display_height_px']._serialized_options = b'\272H\004\032\002(\000'
|
|
143
|
+
_globals['_VISUALCONTEXTAFFORDANCE'].fields_by_name['affordance_id']._loaded_options = None
|
|
144
|
+
_globals['_VISUALCONTEXTAFFORDANCE'].fields_by_name['affordance_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
145
|
+
_globals['_VISUALCONTEXTAFFORDANCE'].fields_by_name['kind']._loaded_options = None
|
|
146
|
+
_globals['_VISUALCONTEXTAFFORDANCE'].fields_by_name['kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
147
|
+
_globals['_VISUALCONTEXTAFFORDANCE'].fields_by_name['confidence']._loaded_options = None
|
|
148
|
+
_globals['_VISUALCONTEXTAFFORDANCE'].fields_by_name['confidence']._serialized_options = b'\272H\024\022\022\031\000\000\000\000\000\000\360?)\000\000\000\000\000\000\000\000'
|
|
149
|
+
_globals['_VISUALCONTEXTACTIONGROUNDING'].fields_by_name['action_kind']._loaded_options = None
|
|
150
|
+
_globals['_VISUALCONTEXTACTIONGROUNDING'].fields_by_name['action_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
151
|
+
_globals['_VISUALCONTEXTELEMENTSTATE'].fields_by_name['stable_element_id']._loaded_options = None
|
|
152
|
+
_globals['_VISUALCONTEXTELEMENTSTATE'].fields_by_name['stable_element_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
153
|
+
_globals['_VISUALCONTEXTELEMENTSTATE'].fields_by_name['transition']._loaded_options = None
|
|
154
|
+
_globals['_VISUALCONTEXTELEMENTSTATE'].fields_by_name['transition']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
155
|
+
_globals['_VISUALCONTEXTVERIFICATION'].fields_by_name['verification_id']._loaded_options = None
|
|
156
|
+
_globals['_VISUALCONTEXTVERIFICATION'].fields_by_name['verification_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
157
|
+
_globals['_VISUALCONTEXTVERIFICATION'].fields_by_name['result']._loaded_options = None
|
|
158
|
+
_globals['_VISUALCONTEXTVERIFICATION'].fields_by_name['result']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
159
|
+
_globals['_VISUALCONTEXTVERIFICATION'].fields_by_name['confidence']._loaded_options = None
|
|
160
|
+
_globals['_VISUALCONTEXTVERIFICATION'].fields_by_name['confidence']._serialized_options = b'\272H\024\022\022\031\000\000\000\000\000\000\360?)\000\000\000\000\000\000\000\000'
|
|
161
|
+
_globals['_VISUALAGENTEPISODE'].fields_by_name['episode_id']._loaded_options = None
|
|
162
|
+
_globals['_VISUALAGENTEPISODE'].fields_by_name['episode_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
163
|
+
_globals['_VISUALAGENTEPISODE'].fields_by_name['organization_id']._loaded_options = None
|
|
164
|
+
_globals['_VISUALAGENTEPISODE'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
165
|
+
_globals['_VISUALAGENTEPISODE'].fields_by_name['confidence']._loaded_options = None
|
|
166
|
+
_globals['_VISUALAGENTEPISODE'].fields_by_name['confidence']._serialized_options = b'\272H\024\022\022\031\000\000\000\000\000\000\360?)\000\000\000\000\000\000\000\000'
|
|
167
|
+
_globals['_VISUALAGENTSTEP'].fields_by_name['index']._loaded_options = None
|
|
168
|
+
_globals['_VISUALAGENTSTEP'].fields_by_name['index']._serialized_options = b'\272H\004\032\002(\000'
|
|
169
|
+
_globals['_VISUALAGENTSTEP'].fields_by_name['kind']._loaded_options = None
|
|
170
|
+
_globals['_VISUALAGENTSTEP'].fields_by_name['kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
171
|
+
_globals['_VISUALAGENTSTEP'].fields_by_name['action_kind']._loaded_options = None
|
|
172
|
+
_globals['_VISUALAGENTSTEP'].fields_by_name['action_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
173
|
+
_globals['_VISUALAGENTOUTCOME'].fields_by_name['result']._loaded_options = None
|
|
174
|
+
_globals['_VISUALAGENTOUTCOME'].fields_by_name['result']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
175
|
+
_globals['_VISUALAGENTOUTCOME'].fields_by_name['action_kind']._loaded_options = None
|
|
176
|
+
_globals['_VISUALAGENTOUTCOME'].fields_by_name['action_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
177
|
+
_globals['_VISUALACTIONLEDGERENTRY'].fields_by_name['ledger_entry_id']._loaded_options = None
|
|
178
|
+
_globals['_VISUALACTIONLEDGERENTRY'].fields_by_name['ledger_entry_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
179
|
+
_globals['_VISUALACTIONLEDGERENTRY'].fields_by_name['action_kind']._loaded_options = None
|
|
180
|
+
_globals['_VISUALACTIONLEDGERENTRY'].fields_by_name['action_kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
181
|
+
_globals['_VERIFYVISUALACTIONREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
182
|
+
_globals['_VERIFYVISUALACTIONREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
183
|
+
_globals['_ACKNOWLEDGEMEMORYREQUEST'].fields_by_name['memory_id']._loaded_options = None
|
|
184
|
+
_globals['_ACKNOWLEDGEMEMORYREQUEST'].fields_by_name['memory_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
185
|
+
_globals['_ACKNOWLEDGEMEMORYREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
186
|
+
_globals['_ACKNOWLEDGEMEMORYREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
187
|
+
_globals['_LISTMEMORIESREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
188
|
+
_globals['_LISTMEMORIESREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
189
|
+
_globals['_LISTMEMORIESREQUEST'].fields_by_name['scope']._loaded_options = None
|
|
190
|
+
_globals['_LISTMEMORIESREQUEST'].fields_by_name['scope']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
191
|
+
_globals['_LISTMEMORIESREQUEST'].fields_by_name['top_k']._loaded_options = None
|
|
192
|
+
_globals['_LISTMEMORIESREQUEST'].fields_by_name['top_k']._serialized_options = b'\272H\004\032\002(\000'
|
|
193
|
+
_globals['_REVOKEFRAMEREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
194
|
+
_globals['_REVOKEFRAMEREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
195
|
+
_globals['_GETCAPTUREPOLICYREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
196
|
+
_globals['_GETCAPTUREPOLICYREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
197
|
+
_globals['_SETCAPTUREPOLICYREQUEST'].fields_by_name['organization_id']._loaded_options = None
|
|
198
|
+
_globals['_SETCAPTUREPOLICYREQUEST'].fields_by_name['organization_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
199
|
+
_globals['_SETCAPTUREPOLICYREQUEST'].fields_by_name['project_id']._loaded_options = None
|
|
200
|
+
_globals['_SETCAPTUREPOLICYREQUEST'].fields_by_name['project_id']._serialized_options = b'\272H\004r\002\020\001'
|
|
201
|
+
_globals['_SETCAPTUREPOLICYREQUEST'].fields_by_name['policy']._loaded_options = None
|
|
202
|
+
_globals['_SETCAPTUREPOLICYREQUEST'].fields_by_name['policy']._serialized_options = b'\272H\003\310\001\001'
|
|
203
|
+
_globals['_CAPTUREPOLICY'].fields_by_name['capture_mode']._loaded_options = None
|
|
204
|
+
_globals['_CAPTUREPOLICY'].fields_by_name['capture_mode']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
205
|
+
_globals['_CAPTUREPOLICY'].fields_by_name['min_batch_interval_seconds']._loaded_options = None
|
|
206
|
+
_globals['_CAPTUREPOLICY'].fields_by_name['min_batch_interval_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
207
|
+
_globals['_CAPTUREPOLICY'].fields_by_name['max_frames_per_batch']._loaded_options = None
|
|
208
|
+
_globals['_CAPTUREPOLICY'].fields_by_name['max_frames_per_batch']._serialized_options = b'\272H\004\032\002(\000'
|
|
209
|
+
_globals['_DOMAINTIER'].fields_by_name['tier']._loaded_options = None
|
|
210
|
+
_globals['_DOMAINTIER'].fields_by_name['tier']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
211
|
+
_globals['_SLAB'].fields_by_name['tier']._loaded_options = None
|
|
212
|
+
_globals['_SLAB'].fields_by_name['tier']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
213
|
+
_globals['_SLABROLLUP'].fields_by_name['distinct_bundles']._loaded_options = None
|
|
214
|
+
_globals['_SLABROLLUP'].fields_by_name['distinct_bundles']._serialized_options = b'\272H\004\032\002(\000'
|
|
215
|
+
_globals['_SLABROLLUP'].fields_by_name['distinct_domains']._loaded_options = None
|
|
216
|
+
_globals['_SLABROLLUP'].fields_by_name['distinct_domains']._serialized_options = b'\272H\004\032\002(\000'
|
|
217
|
+
_globals['_SLABROLLUP'].fields_by_name['distinct_document_paths']._loaded_options = None
|
|
218
|
+
_globals['_SLABROLLUP'].fields_by_name['distinct_document_paths']._serialized_options = b'\272H\004\032\002(\000'
|
|
219
|
+
_globals['_SLABROLLUP'].fields_by_name['work_leisure_flips']._loaded_options = None
|
|
220
|
+
_globals['_SLABROLLUP'].fields_by_name['work_leisure_flips']._serialized_options = b'\272H\004\032\002(\000'
|
|
221
|
+
_globals['_SLABROLLUP'].fields_by_name['longest_uninterrupted_seconds']._loaded_options = None
|
|
222
|
+
_globals['_SLABROLLUP'].fields_by_name['longest_uninterrupted_seconds']._serialized_options = b'\272H\004\"\002(\000'
|
|
223
|
+
_globals['_DOMAINROLLUP'].fields_by_name['duration_seconds']._loaded_options = None
|
|
224
|
+
_globals['_DOMAINROLLUP'].fields_by_name['duration_seconds']._serialized_options = b'\272H\004\"\002(\000'
|
|
225
|
+
_globals['_DOMAINROLLUP'].fields_by_name['frame_count']._loaded_options = None
|
|
226
|
+
_globals['_DOMAINROLLUP'].fields_by_name['frame_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
227
|
+
_globals['_DOMAINROLLUP'].fields_by_name['distinct_path_count']._loaded_options = None
|
|
228
|
+
_globals['_DOMAINROLLUP'].fields_by_name['distinct_path_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
229
|
+
_globals['_DOMAINROLLUP'].fields_by_name['tier']._loaded_options = None
|
|
230
|
+
_globals['_DOMAINROLLUP'].fields_by_name['tier']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
231
|
+
_globals['_BUNDLEROLLUP'].fields_by_name['duration_seconds']._loaded_options = None
|
|
232
|
+
_globals['_BUNDLEROLLUP'].fields_by_name['duration_seconds']._serialized_options = b'\272H\004\"\002(\000'
|
|
233
|
+
_globals['_BUNDLEROLLUP'].fields_by_name['frame_count']._loaded_options = None
|
|
234
|
+
_globals['_BUNDLEROLLUP'].fields_by_name['frame_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
235
|
+
_globals['_DERIVEDFACT'].fields_by_name['kind']._loaded_options = None
|
|
236
|
+
_globals['_DERIVEDFACT'].fields_by_name['kind']._serialized_options = b'\272H\005\202\001\002\020\001'
|
|
237
|
+
_globals['_DERIVEDFACT'].fields_by_name['distinct_visits']._loaded_options = None
|
|
238
|
+
_globals['_DERIVEDFACT'].fields_by_name['distinct_visits']._serialized_options = b'\272H\004\032\002(\000'
|
|
239
|
+
_globals['_DERIVEDFACT'].fields_by_name['total_seconds']._loaded_options = None
|
|
240
|
+
_globals['_DERIVEDFACT'].fields_by_name['total_seconds']._serialized_options = b'\272H\004\"\002(\000'
|
|
241
|
+
_globals['_THRASHEVENT'].fields_by_name['distinct_count']._loaded_options = None
|
|
242
|
+
_globals['_THRASHEVENT'].fields_by_name['distinct_count']._serialized_options = b'\272H\004\032\002(\000'
|
|
243
|
+
_globals['_THRASHEVENT'].fields_by_name['window_seconds']._loaded_options = None
|
|
244
|
+
_globals['_THRASHEVENT'].fields_by_name['window_seconds']._serialized_options = b'\272H\004\032\002(\000'
|
|
245
|
+
_globals['_CAPTUREMODE']._serialized_start=23163
|
|
246
|
+
_globals['_CAPTUREMODE']._serialized_end=23309
|
|
247
|
+
_globals['_CAPTUREDECISION']._serialized_start=23312
|
|
248
|
+
_globals['_CAPTUREDECISION']._serialized_end=23598
|
|
249
|
+
_globals['_CAPTURETIER']._serialized_start=23600
|
|
250
|
+
_globals['_CAPTURETIER']._serialized_end=23717
|
|
251
|
+
_globals['_DEVICE']._serialized_start=212
|
|
252
|
+
_globals['_DEVICE']._serialized_end=794
|
|
253
|
+
_globals['_DEVICE_METADATAENTRY']._serialized_start=735
|
|
254
|
+
_globals['_DEVICE_METADATAENTRY']._serialized_end=794
|
|
255
|
+
_globals['_REGISTERDEVICEREQUEST']._serialized_start=797
|
|
256
|
+
_globals['_REGISTERDEVICEREQUEST']._serialized_end=1169
|
|
257
|
+
_globals['_REGISTERDEVICEREQUEST_METADATAENTRY']._serialized_start=735
|
|
258
|
+
_globals['_REGISTERDEVICEREQUEST_METADATAENTRY']._serialized_end=794
|
|
259
|
+
_globals['_REGISTERDEVICERESPONSE']._serialized_start=1171
|
|
260
|
+
_globals['_REGISTERDEVICERESPONSE']._serialized_end=1294
|
|
261
|
+
_globals['_HEARTBEATREQUEST']._serialized_start=1297
|
|
262
|
+
_globals['_HEARTBEATREQUEST']._serialized_end=1565
|
|
263
|
+
_globals['_HEARTBEATRESPONSE']._serialized_start=1567
|
|
264
|
+
_globals['_HEARTBEATRESPONSE']._serialized_end=1685
|
|
265
|
+
_globals['_PAUSESESSIONREQUEST']._serialized_start=1688
|
|
266
|
+
_globals['_PAUSESESSIONREQUEST']._serialized_end=1871
|
|
267
|
+
_globals['_PAUSESESSIONRESPONSE']._serialized_start=1873
|
|
268
|
+
_globals['_PAUSESESSIONRESPONSE']._serialized_end=1941
|
|
269
|
+
_globals['_RESUMESESSIONREQUEST']._serialized_start=1944
|
|
270
|
+
_globals['_RESUMESESSIONREQUEST']._serialized_end=2078
|
|
271
|
+
_globals['_RESUMESESSIONRESPONSE']._serialized_start=2080
|
|
272
|
+
_globals['_RESUMESESSIONRESPONSE']._serialized_end=2149
|
|
273
|
+
_globals['_SUBMITBATCHREQUEST']._serialized_start=2152
|
|
274
|
+
_globals['_SUBMITBATCHREQUEST']._serialized_end=2426
|
|
275
|
+
_globals['_SUBMITBATCHRESPONSE']._serialized_start=2429
|
|
276
|
+
_globals['_SUBMITBATCHRESPONSE']._serialized_end=2748
|
|
277
|
+
_globals['_FRAMEBATCH']._serialized_start=2751
|
|
278
|
+
_globals['_FRAMEBATCH']._serialized_end=3676
|
|
279
|
+
_globals['_FRAMEBATCH_DROPPEDREASONCOUNTSENTRY']._serialized_start=3606
|
|
280
|
+
_globals['_FRAMEBATCH_DROPPEDREASONCOUNTSENTRY']._serialized_end=3676
|
|
281
|
+
_globals['_CAPTUREDFRAME']._serialized_start=3679
|
|
282
|
+
_globals['_CAPTUREDFRAME']._serialized_end=4560
|
|
283
|
+
_globals['_DROPCOUNTS']._serialized_start=4563
|
|
284
|
+
_globals['_DROPCOUNTS']._serialized_end=4729
|
|
285
|
+
_globals['_EMITTEDCOUNTS']._serialized_start=4732
|
|
286
|
+
_globals['_EMITTEDCOUNTS']._serialized_end=5268
|
|
287
|
+
_globals['_FRAMERECEIPT']._serialized_start=5271
|
|
288
|
+
_globals['_FRAMERECEIPT']._serialized_end=5554
|
|
289
|
+
_globals['_VISUALCONTEXTREQUEST']._serialized_start=5557
|
|
290
|
+
_globals['_VISUALCONTEXTREQUEST']._serialized_end=6481
|
|
291
|
+
_globals['_VISUALCONTEXTSUMMARY']._serialized_start=6484
|
|
292
|
+
_globals['_VISUALCONTEXTSUMMARY']._serialized_end=8023
|
|
293
|
+
_globals['_VISUALCONTEXTOBSERVATION']._serialized_start=8026
|
|
294
|
+
_globals['_VISUALCONTEXTOBSERVATION']._serialized_end=8593
|
|
295
|
+
_globals['_VISUALCONTEXTOBSERVATION_KIND']._serialized_start=8415
|
|
296
|
+
_globals['_VISUALCONTEXTOBSERVATION_KIND']._serialized_end=8593
|
|
297
|
+
_globals['_VISUALCONTEXTREDACTIONREPORT']._serialized_start=8596
|
|
298
|
+
_globals['_VISUALCONTEXTREDACTIONREPORT']._serialized_end=8932
|
|
299
|
+
_globals['_SCREENBOUNDS']._serialized_start=8935
|
|
300
|
+
_globals['_SCREENBOUNDS']._serialized_end=9176
|
|
301
|
+
_globals['_VISUALCONTEXTAFFORDANCE']._serialized_start=9179
|
|
302
|
+
_globals['_VISUALCONTEXTAFFORDANCE']._serialized_end=10214
|
|
303
|
+
_globals['_VISUALCONTEXTAFFORDANCE_KIND']._serialized_start=9974
|
|
304
|
+
_globals['_VISUALCONTEXTAFFORDANCE_KIND']._serialized_end=10194
|
|
305
|
+
_globals['_VISUALCONTEXTACTIONGROUNDING']._serialized_start=10217
|
|
306
|
+
_globals['_VISUALCONTEXTACTIONGROUNDING']._serialized_end=10985
|
|
307
|
+
_globals['_VISUALCONTEXTACTIONGROUNDING_ACTIONKIND']._serialized_start=10697
|
|
308
|
+
_globals['_VISUALCONTEXTACTIONGROUNDING_ACTIONKIND']._serialized_end=10930
|
|
309
|
+
_globals['_VISUALCONTEXTELEMENTSTATE']._serialized_start=10988
|
|
310
|
+
_globals['_VISUALCONTEXTELEMENTSTATE']._serialized_end=11936
|
|
311
|
+
_globals['_VISUALCONTEXTELEMENTSTATE_TRANSITION']._serialized_start=11773
|
|
312
|
+
_globals['_VISUALCONTEXTELEMENTSTATE_TRANSITION']._serialized_end=11916
|
|
313
|
+
_globals['_VISUALCONTEXTVERIFICATION']._serialized_start=11939
|
|
314
|
+
_globals['_VISUALCONTEXTVERIFICATION']._serialized_end=12824
|
|
315
|
+
_globals['_VISUALCONTEXTVERIFICATION_RESULT']._serialized_start=12674
|
|
316
|
+
_globals['_VISUALCONTEXTVERIFICATION_RESULT']._serialized_end=12824
|
|
317
|
+
_globals['_VISUALAGENTEPISODE']._serialized_start=12827
|
|
318
|
+
_globals['_VISUALAGENTEPISODE']._serialized_end=14119
|
|
319
|
+
_globals['_VISUALAGENTSTEP']._serialized_start=14122
|
|
320
|
+
_globals['_VISUALAGENTSTEP']._serialized_end=15287
|
|
321
|
+
_globals['_VISUALAGENTSTEP_KIND']._serialized_start=15139
|
|
322
|
+
_globals['_VISUALAGENTSTEP_KIND']._serialized_end=15287
|
|
323
|
+
_globals['_VISUALAGENTOUTCOME']._serialized_start=15290
|
|
324
|
+
_globals['_VISUALAGENTOUTCOME']._serialized_end=16126
|
|
325
|
+
_globals['_VISUALAGENTOUTCOME_RESULT']._serialized_start=15987
|
|
326
|
+
_globals['_VISUALAGENTOUTCOME_RESULT']._serialized_end=16126
|
|
327
|
+
_globals['_VISUALACTIONLEDGERENTRY']._serialized_start=16129
|
|
328
|
+
_globals['_VISUALACTIONLEDGERENTRY']._serialized_end=17296
|
|
329
|
+
_globals['_VERIFYVISUALACTIONREQUEST']._serialized_start=17299
|
|
330
|
+
_globals['_VERIFYVISUALACTIONREQUEST']._serialized_end=18000
|
|
331
|
+
_globals['_VERIFYVISUALACTIONRESPONSE']._serialized_start=18003
|
|
332
|
+
_globals['_VERIFYVISUALACTIONRESPONSE']._serialized_end=18493
|
|
333
|
+
_globals['_ACKNOWLEDGEMEMORYREQUEST']._serialized_start=18496
|
|
334
|
+
_globals['_ACKNOWLEDGEMEMORYREQUEST']._serialized_end=18749
|
|
335
|
+
_globals['_ACKNOWLEDGEMEMORYRESPONSE']._serialized_start=18751
|
|
336
|
+
_globals['_ACKNOWLEDGEMEMORYRESPONSE']._serialized_end=18843
|
|
337
|
+
_globals['_LISTMEMORIESREQUEST']._serialized_start=18846
|
|
338
|
+
_globals['_LISTMEMORIESREQUEST']._serialized_end=19107
|
|
339
|
+
_globals['_LISTMEMORIESRESPONSE']._serialized_start=19109
|
|
340
|
+
_globals['_LISTMEMORIESRESPONSE']._serialized_end=19182
|
|
341
|
+
_globals['_REVOKEFRAMEREQUEST']._serialized_start=19185
|
|
342
|
+
_globals['_REVOKEFRAMEREQUEST']._serialized_end=19454
|
|
343
|
+
_globals['_REVOKEFRAMERESPONSE']._serialized_start=19457
|
|
344
|
+
_globals['_REVOKEFRAMERESPONSE']._serialized_end=19756
|
|
345
|
+
_globals['_GETCAPTUREPOLICYREQUEST']._serialized_start=19759
|
|
346
|
+
_globals['_GETCAPTUREPOLICYREQUEST']._serialized_end=19954
|
|
347
|
+
_globals['_GETCAPTUREPOLICYRESPONSE']._serialized_start=19956
|
|
348
|
+
_globals['_GETCAPTUREPOLICYRESPONSE']._serialized_end=20035
|
|
349
|
+
_globals['_SETCAPTUREPOLICYREQUEST']._serialized_start=20038
|
|
350
|
+
_globals['_SETCAPTUREPOLICYREQUEST']._serialized_end=20308
|
|
351
|
+
_globals['_SETCAPTUREPOLICYRESPONSE']._serialized_start=20311
|
|
352
|
+
_globals['_SETCAPTUREPOLICYRESPONSE']._serialized_end=20477
|
|
353
|
+
_globals['_CAPTUREPOLICY']._serialized_start=20480
|
|
354
|
+
_globals['_CAPTUREPOLICY']._serialized_end=21141
|
|
355
|
+
_globals['_DOMAINTIER']._serialized_start=21143
|
|
356
|
+
_globals['_DOMAINTIER']._serialized_end=21238
|
|
357
|
+
_globals['_SLAB']._serialized_start=21241
|
|
358
|
+
_globals['_SLAB']._serialized_end=21612
|
|
359
|
+
_globals['_SLABROLLUP']._serialized_start=21615
|
|
360
|
+
_globals['_SLABROLLUP']._serialized_end=22217
|
|
361
|
+
_globals['_DOMAINROLLUP']._serialized_start=22220
|
|
362
|
+
_globals['_DOMAINROLLUP']._serialized_end=22462
|
|
363
|
+
_globals['_BUNDLEROLLUP']._serialized_start=22465
|
|
364
|
+
_globals['_BUNDLEROLLUP']._serialized_end=22602
|
|
365
|
+
_globals['_DERIVEDFACT']._serialized_start=22605
|
|
366
|
+
_globals['_DERIVEDFACT']._serialized_end=22993
|
|
367
|
+
_globals['_DERIVEDFACT_KIND']._serialized_start=22842
|
|
368
|
+
_globals['_DERIVEDFACT_KIND']._serialized_end=22993
|
|
369
|
+
_globals['_THRASHEVENT']._serialized_start=22996
|
|
370
|
+
_globals['_THRASHEVENT']._serialized_end=23160
|
|
371
|
+
_globals['_CHRONICLESERVICE']._serialized_start=23720
|
|
372
|
+
_globals['_CHRONICLESERVICE']._serialized_end=24746
|
|
373
|
+
# @@protoc_insertion_point(module_scope)
|