sentry-protos 0.1.3__tar.gz

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.
Files changed (55) hide show
  1. sentry_protos-0.1.3/LICENSE.md +105 -0
  2. sentry_protos-0.1.3/MANIFEST.in +4 -0
  3. sentry_protos-0.1.3/PKG-INFO +131 -0
  4. sentry_protos-0.1.3/README.md +11 -0
  5. sentry_protos-0.1.3/pyproject.toml +24 -0
  6. sentry_protos-0.1.3/sentry_protos/__init__.py +1 -0
  7. sentry_protos-0.1.3/sentry_protos/kafka/__init__.py +0 -0
  8. sentry_protos-0.1.3/sentry_protos/kafka/events/__init__.py +0 -0
  9. sentry_protos-0.1.3/sentry_protos/kafka/events/v1/__init__.py +0 -0
  10. sentry_protos-0.1.3/sentry_protos/kafka/events/v1/events_pb2.py +206 -0
  11. sentry_protos-0.1.3/sentry_protos/kafka/events/v1/events_pb2.pyi +1881 -0
  12. sentry_protos-0.1.3/sentry_protos/kafka/events/v1/events_pb2_grpc.py +29 -0
  13. sentry_protos-0.1.3/sentry_protos/kafka/events/v1/events_pb2_grpc.pyi +17 -0
  14. sentry_protos-0.1.3/sentry_protos/options/__init__.py +0 -0
  15. sentry_protos-0.1.3/sentry_protos/options/v1/__init__.py +0 -0
  16. sentry_protos-0.1.3/sentry_protos/options/v1/options_pb2.py +28 -0
  17. sentry_protos-0.1.3/sentry_protos/options/v1/options_pb2.pyi +43 -0
  18. sentry_protos-0.1.3/sentry_protos/options/v1/options_pb2_grpc.py +29 -0
  19. sentry_protos-0.1.3/sentry_protos/options/v1/options_pb2_grpc.pyi +17 -0
  20. sentry_protos-0.1.3/sentry_protos/options/v1/topics_pb2.py +32 -0
  21. sentry_protos-0.1.3/sentry_protos/options/v1/topics_pb2.pyi +87 -0
  22. sentry_protos-0.1.3/sentry_protos/options/v1/topics_pb2_grpc.py +29 -0
  23. sentry_protos-0.1.3/sentry_protos/options/v1/topics_pb2_grpc.pyi +17 -0
  24. sentry_protos-0.1.3/sentry_protos/py.typed +0 -0
  25. sentry_protos-0.1.3/sentry_protos/relay/__init__.py +0 -0
  26. sentry_protos-0.1.3/sentry_protos/relay/v1/__init__.py +0 -0
  27. sentry_protos-0.1.3/sentry_protos/relay/v1/event_pb2.py +299 -0
  28. sentry_protos-0.1.3/sentry_protos/relay/v1/event_pb2.pyi +5938 -0
  29. sentry_protos-0.1.3/sentry_protos/relay/v1/event_pb2_grpc.py +29 -0
  30. sentry_protos-0.1.3/sentry_protos/relay/v1/event_pb2_grpc.pyi +17 -0
  31. sentry_protos-0.1.3/sentry_protos/snuba/__init__.py +0 -0
  32. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/__init__.py +0 -0
  33. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/endpoint_aggregate_bucket_pb2.py +33 -0
  34. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/endpoint_aggregate_bucket_pb2.pyi +102 -0
  35. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/endpoint_aggregate_bucket_pb2_grpc.py +29 -0
  36. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/endpoint_aggregate_bucket_pb2_grpc.pyi +17 -0
  37. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/endpoint_find_trace_pb2.py +30 -0
  38. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/endpoint_find_trace_pb2.pyi +52 -0
  39. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/endpoint_find_trace_pb2_grpc.py +29 -0
  40. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/endpoint_find_trace_pb2_grpc.pyi +17 -0
  41. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/request_common_pb2.py +26 -0
  42. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/request_common_pb2.pyi +40 -0
  43. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/request_common_pb2_grpc.py +29 -0
  44. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/request_common_pb2_grpc.pyi +17 -0
  45. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/trace_item_filter_pb2.py +40 -0
  46. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/trace_item_filter_pb2.pyi +189 -0
  47. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/trace_item_filter_pb2_grpc.py +29 -0
  48. sentry_protos-0.1.3/sentry_protos/snuba/v1alpha/trace_item_filter_pb2_grpc.pyi +17 -0
  49. sentry_protos-0.1.3/sentry_protos.egg-info/PKG-INFO +131 -0
  50. sentry_protos-0.1.3/sentry_protos.egg-info/SOURCES.txt +53 -0
  51. sentry_protos-0.1.3/sentry_protos.egg-info/dependency_links.txt +1 -0
  52. sentry_protos-0.1.3/sentry_protos.egg-info/requires.txt +3 -0
  53. sentry_protos-0.1.3/sentry_protos.egg-info/top_level.txt +1 -0
  54. sentry_protos-0.1.3/setup.cfg +4 -0
  55. sentry_protos-0.1.3/setup.py +4 -0
@@ -0,0 +1,105 @@
1
+ # Functional Source License, Version 1.1, Apache 2.0 Future License
2
+
3
+ ## Abbreviation
4
+
5
+ FSL-1.1-Apache-2.0
6
+
7
+ ## Notice
8
+
9
+ Copyright 2020-2024 Functional Software, Inc. dba Sentry
10
+
11
+ ## Terms and Conditions
12
+
13
+ ### Licensor ("We")
14
+
15
+ The party offering the Software under these Terms and Conditions.
16
+
17
+ ### The Software
18
+
19
+ The "Software" is each version of the software that we make available under
20
+ these Terms and Conditions, as indicated by our inclusion of these Terms and
21
+ Conditions with the Software.
22
+
23
+ ### License Grant
24
+
25
+ Subject to your compliance with this License Grant and the Patents,
26
+ Redistribution and Trademark clauses below, we hereby grant you the right to
27
+ use, copy, modify, create derivative works, publicly perform, publicly display
28
+ and redistribute the Software for any Permitted Purpose identified below.
29
+
30
+ ### Permitted Purpose
31
+
32
+ A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
33
+ means making the Software available to others in a commercial product or
34
+ service that:
35
+
36
+ 1. substitutes for the Software;
37
+
38
+ 2. substitutes for any other product or service we offer using the Software
39
+ that exists as of the date we make the Software available; or
40
+
41
+ 3. offers the same or substantially similar functionality as the Software.
42
+
43
+ Permitted Purposes specifically include using the Software:
44
+
45
+ 1. for your internal use and access;
46
+
47
+ 2. for non-commercial education;
48
+
49
+ 3. for non-commercial research; and
50
+
51
+ 4. in connection with professional services that you provide to a licensee
52
+ using the Software in accordance with these Terms and Conditions.
53
+
54
+ ### Patents
55
+
56
+ To the extent your use for a Permitted Purpose would necessarily infringe our
57
+ patents, the license grant above includes a license under our patents. If you
58
+ make a claim against any party that the Software infringes or contributes to
59
+ the infringement of any patent, then your patent license to the Software ends
60
+ immediately.
61
+
62
+ ### Redistribution
63
+
64
+ The Terms and Conditions apply to all copies, modifications and derivatives of
65
+ the Software.
66
+
67
+ If you redistribute any copies, modifications or derivatives of the Software,
68
+ you must include a copy of or a link to these Terms and Conditions and not
69
+ remove any copyright notices provided in or with the Software.
70
+
71
+ ### Disclaimer
72
+
73
+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
74
+ IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
75
+ PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
76
+
77
+ IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
78
+ SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
79
+ EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
80
+
81
+ ### Trademarks
82
+
83
+ Except for displaying the License Details and identifying us as the origin of
84
+ the Software, you have no right under these Terms and Conditions to use our
85
+ trademarks, trade names, service marks or product names.
86
+
87
+ ## Grant of Future License
88
+
89
+ We hereby irrevocably grant you an additional license to use the Software under
90
+ the Apache License, Version 2.0 that is effective on the second anniversary of
91
+ the date we make the Software available. On or after that date, you may use the
92
+ Software under the Apache License, Version 2.0, in which case the following
93
+ will apply:
94
+
95
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
96
+ this file except in compliance with the License.
97
+
98
+ You may obtain a copy of the License at
99
+
100
+ http://www.apache.org/licenses/LICENSE-2.0
101
+
102
+ Unless required by applicable law or agreed to in writing, software distributed
103
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
104
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the
105
+ specific language governing permissions and limitations under the License.
@@ -0,0 +1,4 @@
1
+ include README.md LICENSE pyproject.toml
2
+ recursive-include sentry_protos *.py
3
+ recursive-include sentry_protos py.typed
4
+ global-exclude *~
@@ -0,0 +1,131 @@
1
+ Metadata-Version: 2.1
2
+ Name: sentry-protos
3
+ Version: 0.1.3
4
+ Summary: Generated python code for sentry-protos
5
+ License: # Functional Source License, Version 1.1, Apache 2.0 Future License
6
+
7
+ ## Abbreviation
8
+
9
+ FSL-1.1-Apache-2.0
10
+
11
+ ## Notice
12
+
13
+ Copyright 2020-2024 Functional Software, Inc. dba Sentry
14
+
15
+ ## Terms and Conditions
16
+
17
+ ### Licensor ("We")
18
+
19
+ The party offering the Software under these Terms and Conditions.
20
+
21
+ ### The Software
22
+
23
+ The "Software" is each version of the software that we make available under
24
+ these Terms and Conditions, as indicated by our inclusion of these Terms and
25
+ Conditions with the Software.
26
+
27
+ ### License Grant
28
+
29
+ Subject to your compliance with this License Grant and the Patents,
30
+ Redistribution and Trademark clauses below, we hereby grant you the right to
31
+ use, copy, modify, create derivative works, publicly perform, publicly display
32
+ and redistribute the Software for any Permitted Purpose identified below.
33
+
34
+ ### Permitted Purpose
35
+
36
+ A Permitted Purpose is any purpose other than a Competing Use. A Competing Use
37
+ means making the Software available to others in a commercial product or
38
+ service that:
39
+
40
+ 1. substitutes for the Software;
41
+
42
+ 2. substitutes for any other product or service we offer using the Software
43
+ that exists as of the date we make the Software available; or
44
+
45
+ 3. offers the same or substantially similar functionality as the Software.
46
+
47
+ Permitted Purposes specifically include using the Software:
48
+
49
+ 1. for your internal use and access;
50
+
51
+ 2. for non-commercial education;
52
+
53
+ 3. for non-commercial research; and
54
+
55
+ 4. in connection with professional services that you provide to a licensee
56
+ using the Software in accordance with these Terms and Conditions.
57
+
58
+ ### Patents
59
+
60
+ To the extent your use for a Permitted Purpose would necessarily infringe our
61
+ patents, the license grant above includes a license under our patents. If you
62
+ make a claim against any party that the Software infringes or contributes to
63
+ the infringement of any patent, then your patent license to the Software ends
64
+ immediately.
65
+
66
+ ### Redistribution
67
+
68
+ The Terms and Conditions apply to all copies, modifications and derivatives of
69
+ the Software.
70
+
71
+ If you redistribute any copies, modifications or derivatives of the Software,
72
+ you must include a copy of or a link to these Terms and Conditions and not
73
+ remove any copyright notices provided in or with the Software.
74
+
75
+ ### Disclaimer
76
+
77
+ THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR
78
+ IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR
79
+ PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT.
80
+
81
+ IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE
82
+ SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES,
83
+ EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE.
84
+
85
+ ### Trademarks
86
+
87
+ Except for displaying the License Details and identifying us as the origin of
88
+ the Software, you have no right under these Terms and Conditions to use our
89
+ trademarks, trade names, service marks or product names.
90
+
91
+ ## Grant of Future License
92
+
93
+ We hereby irrevocably grant you an additional license to use the Software under
94
+ the Apache License, Version 2.0 that is effective on the second anniversary of
95
+ the date we make the Software available. On or after that date, you may use the
96
+ Software under the Apache License, Version 2.0, in which case the following
97
+ will apply:
98
+
99
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use
100
+ this file except in compliance with the License.
101
+
102
+ You may obtain a copy of the License at
103
+
104
+ http://www.apache.org/licenses/LICENSE-2.0
105
+
106
+ Unless required by applicable law or agreed to in writing, software distributed
107
+ under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
108
+ CONDITIONS OF ANY KIND, either express or implied. See the License for the
109
+ specific language governing permissions and limitations under the License.
110
+
111
+ Project-URL: Homepage, https://sentry.io
112
+ Project-URL: Repository, https://github.com/getsentry/sentry-protos
113
+ Project-URL: Changelog, https://github.com/getsentry/sentry-protos/tree/main/CHANGELOG.md
114
+ Requires-Python: >3.10
115
+ Description-Content-Type: text/markdown
116
+ License-File: LICENSE.md
117
+ Requires-Dist: protobuf<6,>=5.27.3
118
+ Requires-Dist: grpcio<2,>=1.59
119
+ Requires-Dist: grpc-stubs<2,>=1.53
120
+
121
+ # sentry-protos python clients
122
+
123
+ This package contains the generated code from the sentry-protos project for python.
124
+
125
+ :warning: All code within `py/sentry_protos` is generated by tooling in the containing project and should not be modified by hand. :warning:
126
+
127
+ ## Installation
128
+
129
+ ```bash
130
+ pip install sentry-protos
131
+ ```
@@ -0,0 +1,11 @@
1
+ # sentry-protos python clients
2
+
3
+ This package contains the generated code from the sentry-protos project for python.
4
+
5
+ :warning: All code within `py/sentry_protos` is generated by tooling in the containing project and should not be modified by hand. :warning:
6
+
7
+ ## Installation
8
+
9
+ ```bash
10
+ pip install sentry-protos
11
+ ```
@@ -0,0 +1,24 @@
1
+ [build-system]
2
+ requires = ["setuptools"]
3
+ build-backend = "setuptools.build_meta"
4
+
5
+ [project]
6
+ name = "sentry-protos"
7
+ dynamic = ["version"]
8
+ description = "Generated python code for sentry-protos"
9
+ readme = "README.md"
10
+ license = {file = "LICENSE.md"}
11
+ requires-python = ">3.10"
12
+ dependencies = [
13
+ "protobuf>=5.27.3,<6",
14
+ "grpcio>=1.59,<2",
15
+ "grpc-stubs>=1.53,<2"
16
+ ]
17
+
18
+ [project.urls]
19
+ Homepage = "https://sentry.io"
20
+ Repository = "https://github.com/getsentry/sentry-protos"
21
+ Changelog = "https://github.com/getsentry/sentry-protos/tree/main/CHANGELOG.md"
22
+
23
+ [tool.setuptools.dynamic]
24
+ version = {attr = "sentry_protos.__version__"}
@@ -0,0 +1 @@
1
+ __version__ = "0.1.3"
File without changes
@@ -0,0 +1,206 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # source: sentry_protos/kafka/events/v1/events.proto
4
+ # Protobuf Python Version: 5.26.1
5
+ """Generated protocol buffer code."""
6
+ from google.protobuf import descriptor as _descriptor
7
+ from google.protobuf import descriptor_pool as _descriptor_pool
8
+ from google.protobuf import symbol_database as _symbol_database
9
+ from google.protobuf.internal import builder as _builder
10
+ # @@protoc_insertion_point(imports)
11
+
12
+ _sym_db = _symbol_database.Default()
13
+
14
+
15
+ from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
16
+ from sentry_protos.options.v1 import options_pb2 as sentry__protos_dot_options_dot_v1_dot_options__pb2
17
+
18
+
19
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n*sentry_protos/kafka/events/v1/events.proto\x12\x1dsentry_protos.kafka.events.v1\x1a\x1cgoogle/protobuf/struct.proto\x1a&sentry_protos/options/v1/options.proto\"\xeb\t\n\x12\x45ventStreamMessage\x12O\n\x12inserteventmessage\x18\x01 \x01(\x0b\x32\x31.sentry_protos.kafka.events.v1.InserteventmessageH\x00\x12[\n\x18startdeletegroupsmessage\x18\x02 \x01(\x0b\x32\x37.sentry_protos.kafka.events.v1.StartdeletegroupsmessageH\x00\x12M\n\x11startmergemessage\x18\x03 \x01(\x0b\x32\x30.sentry_protos.kafka.events.v1.StartmergemessageH\x00\x12Q\n\x13startunmergemessage\x18\x04 \x01(\x0b\x32\x32.sentry_protos.kafka.events.v1.StartunmergemessageH\x00\x12i\n\x1fstartunmergehierarchicalmessage\x18\x05 \x01(\x0b\x32>.sentry_protos.kafka.events.v1.StartunmergehierarchicalmessageH\x00\x12U\n\x15startdeletetagmessage\x18\x06 \x01(\x0b\x32\x34.sentry_protos.kafka.events.v1.StartdeletetagmessageH\x00\x12W\n\x16\x65nddeletegroupsmessage\x18\x07 \x01(\x0b\x32\x35.sentry_protos.kafka.events.v1.EnddeletegroupsmessageH\x00\x12I\n\x0f\x65ndmergemessage\x18\x08 \x01(\x0b\x32..sentry_protos.kafka.events.v1.EndmergemessageH\x00\x12M\n\x11\x65ndunmergemessage\x18\t \x01(\x0b\x32\x30.sentry_protos.kafka.events.v1.EndunmergemessageH\x00\x12\x65\n\x1d\x65ndunmergehierarchicalmessage\x18\n \x01(\x0b\x32<.sentry_protos.kafka.events.v1.EndunmergehierarchicalmessageH\x00\x12Q\n\x13\x65nddeletetagmessage\x18\x0b \x01(\x0b\x32\x32.sentry_protos.kafka.events.v1.EnddeletetagmessageH\x00\x12W\n\x16tombstoneeventsmessage\x18\x0c \x01(\x0b\x32\x35.sentry_protos.kafka.events.v1.TombstoneeventsmessageH\x00\x12Q\n\x13replacegroupmessage\x18\r \x01(\x0b\x32\x32.sentry_protos.kafka.events.v1.ReplacegroupmessageH\x00\x12S\n\x14\x65xcludegroupsmessage\x18\x0e \x01(\x0b\x32\x33.sentry_protos.kafka.events.v1.ExcludegroupsmessageH\x00:\x0c\xc2\xb7\x04\x08\n\x06\x65rrorsB\x07\n\x05value\"\x96\x02\n\x11Startmergemessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12\x1d\n\x02\x61\x31\x18\x02 \x01(\tB\x11\xc2\xb7\x04\r\x12\x0bstart_merge\x12O\n\x02\x61\x32\x18\x03 \x01(\x0b\x32\x43.sentry_protos.kafka.events.v1.Startmergemessage.Startmergemessage2\x1a\x84\x01\n\x12Startmergemessage2\x12\x16\n\x0etransaction_id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x1a\n\x12previous_group_ids\x18\x03 \x03(\x03\x12\x14\n\x0cnew_group_id\x18\x04 \x01(\x03\x12\x10\n\x08\x64\x61tetime\x18\x05 \x01(\t\"\x8c\x02\n\x0f\x45ndmergemessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12\x1b\n\x02\x61\x31\x18\x02 \x01(\tB\x0f\xc2\xb7\x04\x0b\x12\tend_merge\x12K\n\x02\x61\x32\x18\x03 \x01(\x0b\x32?.sentry_protos.kafka.events.v1.Endmergemessage.Endmergemessage2\x1a\x82\x01\n\x10\x45ndmergemessage2\x12\x16\n\x0etransaction_id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x1a\n\x12previous_group_ids\x18\x03 \x03(\x03\x12\x14\n\x0cnew_group_id\x18\x04 \x01(\x03\x12\x10\n\x08\x64\x61tetime\x18\x05 \x01(\t\"\x9a\x02\n\x18Startdeletegroupsmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12%\n\x02\x61\x31\x18\x02 \x01(\tB\x19\xc2\xb7\x04\x15\x12\x13start_delete_groups\x12]\n\x02\x61\x32\x18\x03 \x01(\x0b\x32Q.sentry_protos.kafka.events.v1.Startdeletegroupsmessage.Startdeletegroupsmessage2\x1al\n\x19Startdeletegroupsmessage2\x12\x16\n\x0etransaction_id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x11\n\tgroup_ids\x18\x03 \x03(\x03\x12\x10\n\x08\x64\x61tetime\x18\x04 \x01(\t\"\x90\x02\n\x16\x45nddeletegroupsmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12#\n\x02\x61\x31\x18\x02 \x01(\tB\x17\xc2\xb7\x04\x13\x12\x11\x65nd_delete_groups\x12Y\n\x02\x61\x32\x18\x03 \x01(\x0b\x32M.sentry_protos.kafka.events.v1.Enddeletegroupsmessage.Enddeletegroupsmessage2\x1aj\n\x17\x45nddeletegroupsmessage2\x12\x16\n\x0etransaction_id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x11\n\tgroup_ids\x18\x03 \x03(\x03\x12\x10\n\x08\x64\x61tetime\x18\x04 \x01(\t\"\xc3\x01\n\x13Startunmergemessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12\x1f\n\x02\x61\x31\x18\x02 \x01(\tB\x13\xc2\xb7\x04\x0f\x12\rstart_unmerge\x12S\n\x02\x61\x32\x18\x03 \x01(\x0b\x32G.sentry_protos.kafka.events.v1.Startunmergemessage.Startunmergemessage2\x1a*\n\x14Startunmergemessage2\x12\x12\n\nproject_id\x18\x01 \x01(\x03\"\x80\x02\n\x1fStartunmergehierarchicalmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12,\n\x02\x61\x31\x18\x02 \x01(\tB \xc2\xb7\x04\x1c\x12\x1astart_unmerge_hierarchical\x12k\n\x02\x61\x32\x18\x03 \x01(\x0b\x32_.sentry_protos.kafka.events.v1.Startunmergehierarchicalmessage.Startunmergehierarchicalmessage2\x1a\x36\n Startunmergehierarchicalmessage2\x12\x12\n\nproject_id\x18\x01 \x01(\x03\"\xce\x01\n\x15Startdeletetagmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12\"\n\x02\x61\x31\x18\x02 \x01(\tB\x16\xc2\xb7\x04\x12\x12\x10start_delete_tag\x12W\n\x02\x61\x32\x18\x03 \x01(\x0b\x32K.sentry_protos.kafka.events.v1.Startdeletetagmessage.Startdeletetagmessage2\x1a,\n\x16Startdeletetagmessage2\x12\x12\n\nproject_id\x18\x01 \x01(\x03\"\xa5\x02\n\x11\x45ndunmergemessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12\x1d\n\x02\x61\x31\x18\x02 \x01(\tB\x11\xc2\xb7\x04\r\x12\x0b\x65nd_unmerge\x12O\n\x02\x61\x32\x18\x03 \x01(\x0b\x32\x43.sentry_protos.kafka.events.v1.Endunmergemessage.Endunmergemessage2\x1a\x93\x01\n\x12\x45ndunmergemessage2\x12\x16\n\x0etransaction_id\x18\x01 \x01(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x19\n\x11previous_group_id\x18\x03 \x01(\x03\x12\x14\n\x0cnew_group_id\x18\x04 \x01(\x03\x12\x0e\n\x06hashes\x18\x05 \x03(\t\x12\x10\n\x08\x64\x61tetime\x18\x06 \x01(\t\"\xeb\x02\n\x1d\x45ndunmergehierarchicalmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12*\n\x02\x61\x31\x18\x02 \x01(\tB\x1e\xc2\xb7\x04\x1a\x12\x18\x65nd_unmerge_hierarchical\x12g\n\x02\x61\x32\x18\x03 \x01(\x0b\x32[.sentry_protos.kafka.events.v1.Endunmergehierarchicalmessage.Endunmergehierarchicalmessage2\x1a\xa8\x01\n\x1e\x45ndunmergehierarchicalmessage2\x12\x12\n\nproject_id\x18\x01 \x01(\x03\x12\x19\n\x11previous_group_id\x18\x02 \x01(\x03\x12\x14\n\x0cnew_group_id\x18\x03 \x01(\x03\x12\x14\n\x0cprimary_hash\x18\x04 \x01(\t\x12\x19\n\x11hierarchical_hash\x18\x05 \x01(\t\x12\x10\n\x08\x64\x61tetime\x18\x06 \x01(\t\"\xe3\x01\n\x13\x45nddeletetagmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12 \n\x02\x61\x31\x18\x02 \x01(\tB\x14\xc2\xb7\x04\x10\x12\x0e\x65nd_delete_tag\x12S\n\x02\x61\x32\x18\x03 \x01(\x0b\x32G.sentry_protos.kafka.events.v1.Enddeletetagmessage.Enddeletetagmessage2\x1aI\n\x14\x45nddeletetagmessage2\x12\x0b\n\x03tag\x18\x01 \x01(\t\x12\x10\n\x08\x64\x61tetime\x18\x02 \x01(\t\x12\x12\n\nproject_id\x18\x03 \x01(\x03\"\xda\x02\n\x16Tombstoneeventsmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12\"\n\x02\x61\x31\x18\x02 \x01(\tB\x16\xc2\xb7\x04\x12\x12\x10tombstone_events\x12Y\n\x02\x61\x32\x18\x03 \x01(\x0b\x32M.sentry_protos.kafka.events.v1.Tombstoneeventsmessage.Tombstoneeventsmessage2\x1a\xb4\x01\n\x17Tombstoneeventsmessage2\x12\x12\n\nproject_id\x18\x01 \x01(\x03\x12\x11\n\tevent_ids\x18\x02 \x03(\t\x12\x1a\n\x10old_primary_hash\x18\x03 \x01(\tH\x00\x12\x16\n\x0e\x66rom_timestamp\x18\x04 \x01(\t\x12\x14\n\x0cto_timestamp\x18\x05 \x01(\t\x12\x10\n\x08\x64\x61tetime\x18\x06 \x01(\tB\x16\n\x14has_old_primary_hash\"\xc5\x02\n\x13Replacegroupmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12\x1f\n\x02\x61\x31\x18\x02 \x01(\tB\x13\xc2\xb7\x04\x0f\x12\rreplace_group\x12S\n\x02\x61\x32\x18\x03 \x01(\x0b\x32G.sentry_protos.kafka.events.v1.Replacegroupmessage.Replacegroupmessage2\x1a\xab\x01\n\x14Replacegroupmessage2\x12\x11\n\tevent_ids\x18\x01 \x03(\t\x12\x12\n\nproject_id\x18\x02 \x01(\x03\x12\x16\n\x0e\x66rom_timestamp\x18\x03 \x01(\t\x12\x14\n\x0cto_timestamp\x18\x04 \x01(\t\x12\x16\n\x0etransaction_id\x18\x05 \x01(\t\x12\x10\n\x08\x64\x61tetime\x18\x06 \x01(\t\x12\x14\n\x0cnew_group_id\x18\x07 \x01(\x03\"\xdb\x01\n\x14\x45xcludegroupsmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12 \n\x02\x61\x31\x18\x02 \x01(\tB\x14\xc2\xb7\x04\x10\x12\x0e\x65xclude_groups\x12U\n\x02\x61\x32\x18\x03 \x01(\x0b\x32I.sentry_protos.kafka.events.v1.Excludegroupsmessage.Excludegroupsmessage2\x1a>\n\x15\x45xcludegroupsmessage2\x12\x12\n\nproject_id\x18\x01 \x01(\x03\x12\x11\n\tgroup_ids\x18\x02 \x03(\x03\"\xe8\x02\n\x08\x43ontexts\x12H\n\x06replay\x18\x01 \x01(\x0b\x32\x36.sentry_protos.kafka.events.v1.Contexts.ContextsReplayH\x00\x12\x46\n\x05trace\x18\x02 \x01(\x0b\x32\x35.sentry_protos.kafka.events.v1.Contexts.ContextsTraceH\x01\x1a\x36\n\x0e\x43ontextsReplay\x12\x13\n\treplay_id\x18\x01 \x01(\tH\x00\x42\x0f\n\rhas_replay_id\x1aw\n\rContextsTrace\x12\x11\n\x07sampled\x18\x01 \x01(\x08H\x00\x12\x11\n\x07span_id\x18\x02 \x01(\tH\x01\x12\x12\n\x08trace_id\x18\x03 \x01(\tH\x02\x42\r\n\x0bhas_sampledB\r\n\x0bhas_span_idB\x0e\n\x0chas_trace_idB\x0c\n\nhas_replayB\x0b\n\thas_trace\"\xbd\x1d\n\tErrordata\x12N\n\x08\x63ontexts\x18\x01 \x01(\x0b\x32:.sentry_protos.kafka.events.v1.Errordata.ErrordataContextsH\x00\x12\'\n\x07\x63ulprit\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x12&\n\x06\x65rrors\x18\x03 \x03(\x0b\x32\x16.google.protobuf.Value\x12P\n\texception\x18\x04 \x01(\x0b\x32;.sentry_protos.kafka.events.v1.Errordata.ErrordataExceptionH\x01\x12\x1b\n\x13hierarchical_hashes\x18\x05 \x03(\t\x12\x12\n\x08location\x18\x06 \x01(\tH\x02\x12\x46\n\x07modules\x18\x07 \x03(\x0b\x32\x35.sentry_protos.kafka.events.v1.Errordata.ModulesEntry\x12\x10\n\x08received\x18\x08 \x01(\x01\x12L\n\x07request\x18\t \x01(\x0b\x32\x39.sentry_protos.kafka.events.v1.Errordata.ErrordataRequestH\x03\x12\x44\n\x03sdk\x18\n \x01(\x0b\x32\x35.sentry_protos.kafka.events.v1.Errordata.ErrordataSdkH\x04\x12\x44\n\x04tags\x18\x0b \x03(\x0b\x32\x36.sentry_protos.kafka.events.v1.Errordata.ErrordataTags\x12L\n\x07threads\x18\x0c \x01(\x0b\x32\x39.sentry_protos.kafka.events.v1.Errordata.ErrordataThreadsH\x05\x12%\n\x05title\x18\r \x01(\x0b\x32\x16.google.protobuf.Value\x12$\n\x04type\x18\x0e \x01(\x0b\x32\x16.google.protobuf.Value\x12\x46\n\x04user\x18\x0f \x01(\x0b\x32\x36.sentry_protos.kafka.events.v1.Errordata.ErrordataUserH\x06\x12\x11\n\x07version\x18\x10 \x01(\tH\x07\x1a\xbc\x03\n\x11\x45rrordataContexts\x12\x64\n\x06replay\x18\x01 \x01(\x0b\x32R.sentry_protos.kafka.events.v1.Errordata.ErrordataContexts.ErrordataContextsReplayH\x00\x12\x62\n\x05trace\x18\x02 \x01(\x0b\x32Q.sentry_protos.kafka.events.v1.Errordata.ErrordataContexts.ErrordataContextsTraceH\x01\x1a?\n\x17\x45rrordataContextsReplay\x12\x13\n\treplay_id\x18\x01 \x01(\tH\x00\x42\x0f\n\rhas_replay_id\x1a\x80\x01\n\x16\x45rrordataContextsTrace\x12\x11\n\x07sampled\x18\x01 \x01(\x08H\x00\x12\x11\n\x07span_id\x18\x02 \x01(\tH\x01\x12\x12\n\x08trace_id\x18\x03 \x01(\tH\x02\x42\r\n\x0bhas_sampledB\r\n\x0bhas_span_idB\x0e\n\x0chas_trace_idB\x0c\n\nhas_replayB\x0b\n\thas_trace\x1a\x8c\n\n\x12\x45rrordataException\x12\x64\n\x06values\x18\x01 \x03(\x0b\x32T.sentry_protos.kafka.events.v1.Errordata.ErrordataException.ErrordataExceptionValues\x1a\x8f\t\n\x18\x45rrordataExceptionValues\x12\x8b\x01\n\tmechanism\x18\x01 \x01(\x0b\x32v.sentry_protos.kafka.events.v1.Errordata.ErrordataException.ErrordataExceptionValues.ErrordataExceptionValuesMechanismH\x00\x12\x8d\x01\n\nstacktrace\x18\x02 \x01(\x0b\x32w.sentry_protos.kafka.events.v1.Errordata.ErrordataException.ErrordataExceptionValues.ErrordataExceptionValuesStacktraceH\x01\x12+\n\tthread_id\x18\x03 \x01(\x0b\x32\x16.google.protobuf.ValueH\x02\x12$\n\x04type\x18\x04 \x01(\x0b\x32\x16.google.protobuf.Value\x12%\n\x05value\x18\x05 \x01(\x0b\x32\x16.google.protobuf.Value\x1ar\n!ErrordataExceptionValuesMechanism\x12\'\n\x07handled\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12$\n\x04type\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x1a\xb2\x04\n\"ErrordataExceptionValuesStacktrace\x12\xb1\x01\n\x06\x66rames\x18\x01 \x03(\x0b\x32\xa0\x01.sentry_protos.kafka.events.v1.Errordata.ErrordataException.ErrordataExceptionValues.ErrordataExceptionValuesStacktrace.ErrordataExceptionValuesStacktraceFrames\x1a\xd7\x02\n(ErrordataExceptionValuesStacktraceFrames\x12(\n\x08\x61\x62s_path\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x0f\n\x05\x63olno\x18\x02 \x01(\x03H\x00\x12(\n\x08\x66ilename\x18\x03 \x01(\x0b\x32\x16.google.protobuf.Value\x12(\n\x08\x66unction\x18\x04 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x10\n\x06in_app\x18\x05 \x01(\x08H\x01\x12\x10\n\x06lineno\x18\x06 \x01(\x03H\x02\x12&\n\x06module\x18\x07 \x01(\x0b\x32\x16.google.protobuf.Value\x12\'\n\x07package\x18\x08 \x01(\x0b\x32\x16.google.protobuf.ValueB\x0b\n\thas_colnoB\x0c\n\nhas_in_appB\x0c\n\nhas_linenoB\x0f\n\rhas_mechanismB\x10\n\x0ehas_stacktraceB\x0f\n\rhas_thread_id\x1a\xe9\x01\n\x10\x45rrordataRequest\x12\x62\n\x07headers\x18\x01 \x03(\x0b\x32Q.sentry_protos.kafka.events.v1.Errordata.ErrordataRequest.ErrordataRequestHeaders\x12&\n\x06method\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x1aI\n\x17\x45rrordataRequestHeaders\x12\n\n\x02\x61\x30\x18\x01 \x01(\t\x12\"\n\x02\x61\x31\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x1a\x8b\x01\n\x0c\x45rrordataSdk\x12,\n\x0cintegrations\x18\x01 \x03(\x0b\x32\x16.google.protobuf.Value\x12$\n\x04name\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x12\'\n\x07version\x18\x03 \x01(\x0b\x32\x16.google.protobuf.Value\x1aW\n\rErrordataTags\x12\"\n\x02\x61\x30\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12\"\n\x02\x61\x31\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x1a\xda\x01\n\x10\x45rrordataThreads\x12`\n\x06values\x18\x01 \x03(\x0b\x32P.sentry_protos.kafka.events.v1.Errordata.ErrordataThreads.ErrordataThreadsValues\x1a\x64\n\x16\x45rrordataThreadsValues\x12$\n\x02id\x18\x01 \x01(\x0b\x32\x16.google.protobuf.ValueH\x00\x12\x0e\n\x04main\x18\x02 \x01(\x08H\x01\x42\x08\n\x06has_idB\n\n\x08has_main\x1a\xbe\x02\n\rErrordataUser\x12%\n\x05\x65mail\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12L\n\x03geo\x18\x02 \x03(\x0b\x32?.sentry_protos.kafka.events.v1.Errordata.ErrordataUser.GeoEntry\x12\"\n\x02id\x18\x03 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x14\n\nip_address\x18\x04 \x01(\tH\x00\x12(\n\x08username\x18\x05 \x01(\x0b\x32\x16.google.protobuf.Value\x1a\x42\n\x08GeoEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value:\x02\x38\x01\x42\x10\n\x0ehas_ip_address\x1a.\n\x0cModulesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0chas_contextsB\x0f\n\rhas_exceptionB\x0e\n\x0chas_locationB\r\n\x0bhas_requestB\t\n\x07has_sdkB\r\n\x0bhas_threadsB\n\n\x08has_userB\r\n\x0bhas_version\"\x8b\x02\n\x0c\x45rrormessage\x12\x36\n\x04\x64\x61ta\x18\x01 \x01(\x0b\x32(.sentry_protos.kafka.events.v1.Errordata\x12\x10\n\x08\x64\x61tetime\x18\x02 \x01(\t\x12\x10\n\x08\x65vent_id\x18\x03 \x01(\t\x12\x10\n\x08group_id\x18\x04 \x01(\x03\x12\x0f\n\x07message\x18\x05 \x01(\t\x12\x12\n\x08platform\x18\x06 \x01(\tH\x00\x12\x14\n\x0cprimary_hash\x18\x07 \x01(\t\x12\x12\n\nproject_id\x18\x08 \x01(\x03\x12\x18\n\x0eretention_days\x18\t \x01(\x03H\x01\x42\x0e\n\x0chas_platformB\x14\n\x12has_retention_days\"\xc8\x08\n\tException\x12H\n\x06values\x18\x01 \x03(\x0b\x32\x38.sentry_protos.kafka.events.v1.Exception.ExceptionValues\x1a\xf0\x07\n\x0f\x45xceptionValues\x12\x66\n\tmechanism\x18\x01 \x01(\x0b\x32Q.sentry_protos.kafka.events.v1.Exception.ExceptionValues.ExceptionValuesMechanismH\x00\x12h\n\nstacktrace\x18\x02 \x01(\x0b\x32R.sentry_protos.kafka.events.v1.Exception.ExceptionValues.ExceptionValuesStacktraceH\x01\x12+\n\tthread_id\x18\x03 \x01(\x0b\x32\x16.google.protobuf.ValueH\x02\x12$\n\x04type\x18\x04 \x01(\x0b\x32\x16.google.protobuf.Value\x12%\n\x05value\x18\x05 \x01(\x0b\x32\x16.google.protobuf.Value\x1ai\n\x18\x45xceptionValuesMechanism\x12\'\n\x07handled\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12$\n\x04type\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x1a\xf1\x03\n\x19\x45xceptionValuesStacktrace\x12\x82\x01\n\x06\x66rames\x18\x01 \x03(\x0b\x32r.sentry_protos.kafka.events.v1.Exception.ExceptionValues.ExceptionValuesStacktrace.ExceptionValuesStacktraceFrames\x1a\xce\x02\n\x1f\x45xceptionValuesStacktraceFrames\x12(\n\x08\x61\x62s_path\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x0f\n\x05\x63olno\x18\x02 \x01(\x03H\x00\x12(\n\x08\x66ilename\x18\x03 \x01(\x0b\x32\x16.google.protobuf.Value\x12(\n\x08\x66unction\x18\x04 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x10\n\x06in_app\x18\x05 \x01(\x08H\x01\x12\x10\n\x06lineno\x18\x06 \x01(\x03H\x02\x12&\n\x06module\x18\x07 \x01(\x0b\x32\x16.google.protobuf.Value\x12\'\n\x07package\x18\x08 \x01(\x0b\x32\x16.google.protobuf.ValueB\x0b\n\thas_colnoB\x0c\n\nhas_in_appB\x0c\n\nhas_linenoB\x0f\n\rhas_mechanismB\x10\n\x0ehas_stacktraceB\x0f\n\rhas_thread_id\"c\n\x12\x45xceptionmechanism\x12\'\n\x07handled\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12$\n\x04type\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\"\xc6\x07\n\x0e\x45xceptionvalue\x12Z\n\tmechanism\x18\x01 \x01(\x0b\x32\x45.sentry_protos.kafka.events.v1.Exceptionvalue.ExceptionvalueMechanismH\x00\x12\\\n\nstacktrace\x18\x02 \x01(\x0b\x32\x46.sentry_protos.kafka.events.v1.Exceptionvalue.ExceptionvalueStacktraceH\x01\x12+\n\tthread_id\x18\x03 \x01(\x0b\x32\x16.google.protobuf.ValueH\x02\x12$\n\x04type\x18\x04 \x01(\x0b\x32\x16.google.protobuf.Value\x12%\n\x05value\x18\x05 \x01(\x0b\x32\x16.google.protobuf.Value\x1ah\n\x17\x45xceptionvalueMechanism\x12\'\n\x07handled\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12$\n\x04type\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x1a\xe1\x03\n\x18\x45xceptionvalueStacktrace\x12u\n\x06\x66rames\x18\x01 \x03(\x0b\x32\x65.sentry_protos.kafka.events.v1.Exceptionvalue.ExceptionvalueStacktrace.ExceptionvalueStacktraceFrames\x1a\xcd\x02\n\x1e\x45xceptionvalueStacktraceFrames\x12(\n\x08\x61\x62s_path\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x0f\n\x05\x63olno\x18\x02 \x01(\x03H\x00\x12(\n\x08\x66ilename\x18\x03 \x01(\x0b\x32\x16.google.protobuf.Value\x12(\n\x08\x66unction\x18\x04 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x10\n\x06in_app\x18\x05 \x01(\x08H\x01\x12\x10\n\x06lineno\x18\x06 \x01(\x03H\x02\x12&\n\x06module\x18\x07 \x01(\x0b\x32\x16.google.protobuf.Value\x12\'\n\x07package\x18\x08 \x01(\x0b\x32\x16.google.protobuf.ValueB\x0b\n\thas_colnoB\x0c\n\nhas_in_appB\x0c\n\nhas_linenoB\x0f\n\rhas_mechanismB\x10\n\x0ehas_stacktraceB\x0f\n\rhas_thread_id\"\x89\x01\n\x12Inserteventmessage\x12\n\n\x02\x61\x30\x18\x01 \x01(\x03\x12\n\n\x02\x61\x31\x18\x02 \x01(\t\x12\x37\n\x02\x61\x32\x18\x03 \x01(\x0b\x32+.sentry_protos.kafka.events.v1.Errormessage\x12\"\n\x02\x61\x33\x18\x04 \x01(\x0b\x32\x16.google.protobuf.Value\"5\n\rReplaycontext\x12\x13\n\treplay_id\x18\x01 \x01(\tH\x00\x42\x0f\n\rhas_replay_id\"\xbb\x01\n\x07Request\x12\x46\n\x07headers\x18\x01 \x03(\x0b\x32\x35.sentry_protos.kafka.events.v1.Request.RequestHeaders\x12&\n\x06method\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x1a@\n\x0eRequestHeaders\x12\n\n\x02\x61\x30\x18\x01 \x01(\t\x12\"\n\x02\x61\x31\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\"\x82\x01\n\x03Sdk\x12,\n\x0cintegrations\x18\x01 \x03(\x0b\x32\x16.google.protobuf.Value\x12$\n\x04name\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value\x12\'\n\x07version\x18\x03 \x01(\x0b\x32\x16.google.protobuf.Value\"\xb9\x02\n\nStackframe\x12(\n\x08\x61\x62s_path\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x0f\n\x05\x63olno\x18\x02 \x01(\x03H\x00\x12(\n\x08\x66ilename\x18\x03 \x01(\x0b\x32\x16.google.protobuf.Value\x12(\n\x08\x66unction\x18\x04 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x10\n\x06in_app\x18\x05 \x01(\x08H\x01\x12\x10\n\x06lineno\x18\x06 \x01(\x03H\x02\x12&\n\x06module\x18\x07 \x01(\x0b\x32\x16.google.protobuf.Value\x12\'\n\x07package\x18\x08 \x01(\x0b\x32\x16.google.protobuf.ValueB\x0b\n\thas_colnoB\x0c\n\nhas_in_appB\x0c\n\nhas_lineno\"\x9a\x03\n\nStacktrace\x12J\n\x06\x66rames\x18\x01 \x03(\x0b\x32:.sentry_protos.kafka.events.v1.Stacktrace.StacktraceFrames\x1a\xbf\x02\n\x10StacktraceFrames\x12(\n\x08\x61\x62s_path\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x0f\n\x05\x63olno\x18\x02 \x01(\x03H\x00\x12(\n\x08\x66ilename\x18\x03 \x01(\x0b\x32\x16.google.protobuf.Value\x12(\n\x08\x66unction\x18\x04 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x10\n\x06in_app\x18\x05 \x01(\x08H\x01\x12\x10\n\x06lineno\x18\x06 \x01(\x03H\x02\x12&\n\x06module\x18\x07 \x01(\x0b\x32\x16.google.protobuf.Value\x12\'\n\x07package\x18\x08 \x01(\x0b\x32\x16.google.protobuf.ValueB\x0b\n\thas_colnoB\x0c\n\nhas_in_appB\x0c\n\nhas_lineno\"\xa8\x01\n\x06Thread\x12\x42\n\x06values\x18\x01 \x03(\x0b\x32\x32.sentry_protos.kafka.events.v1.Thread.ThreadValues\x1aZ\n\x0cThreadValues\x12$\n\x02id\x18\x01 \x01(\x0b\x32\x16.google.protobuf.ValueH\x00\x12\x0e\n\x04main\x18\x02 \x01(\x08H\x01\x42\x08\n\x06has_idB\n\n\x08has_main\"Y\n\x0bThreadvalue\x12$\n\x02id\x18\x01 \x01(\x0b\x32\x16.google.protobuf.ValueH\x00\x12\x0e\n\x04main\x18\x02 \x01(\x08H\x01\x42\x08\n\x06has_idB\n\n\x08has_main\"v\n\x0cTracecontext\x12\x11\n\x07sampled\x18\x01 \x01(\x08H\x00\x12\x11\n\x07span_id\x18\x02 \x01(\tH\x01\x12\x12\n\x08trace_id\x18\x03 \x01(\tH\x02\x42\r\n\x0bhas_sampledB\r\n\x0bhas_span_idB\x0e\n\x0chas_trace_id\"\xa2\x02\n\x04User\x12%\n\x05\x65mail\x18\x01 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x39\n\x03geo\x18\x02 \x03(\x0b\x32,.sentry_protos.kafka.events.v1.User.GeoEntry\x12\"\n\x02id\x18\x03 \x01(\x0b\x32\x16.google.protobuf.Value\x12\x14\n\nip_address\x18\x04 \x01(\tH\x00\x12(\n\x08username\x18\x05 \x01(\x0b\x32\x16.google.protobuf.Value\x1a\x42\n\x08GeoEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12%\n\x05value\x18\x02 \x01(\x0b\x32\x16.google.protobuf.Value:\x02\x38\x01\x42\x10\n\x0ehas_ip_addressb\x06proto3')
20
+
21
+ _globals = globals()
22
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
23
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'sentry_protos.kafka.events.v1.events_pb2', _globals)
24
+ if not _descriptor._USE_C_DESCRIPTORS:
25
+ DESCRIPTOR._loaded_options = None
26
+ _globals['_EVENTSTREAMMESSAGE']._loaded_options = None
27
+ _globals['_EVENTSTREAMMESSAGE']._serialized_options = b'\302\267\004\010\n\006errors'
28
+ _globals['_STARTMERGEMESSAGE'].fields_by_name['a1']._loaded_options = None
29
+ _globals['_STARTMERGEMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\r\022\013start_merge'
30
+ _globals['_ENDMERGEMESSAGE'].fields_by_name['a1']._loaded_options = None
31
+ _globals['_ENDMERGEMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\013\022\tend_merge'
32
+ _globals['_STARTDELETEGROUPSMESSAGE'].fields_by_name['a1']._loaded_options = None
33
+ _globals['_STARTDELETEGROUPSMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\025\022\023start_delete_groups'
34
+ _globals['_ENDDELETEGROUPSMESSAGE'].fields_by_name['a1']._loaded_options = None
35
+ _globals['_ENDDELETEGROUPSMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\023\022\021end_delete_groups'
36
+ _globals['_STARTUNMERGEMESSAGE'].fields_by_name['a1']._loaded_options = None
37
+ _globals['_STARTUNMERGEMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\017\022\rstart_unmerge'
38
+ _globals['_STARTUNMERGEHIERARCHICALMESSAGE'].fields_by_name['a1']._loaded_options = None
39
+ _globals['_STARTUNMERGEHIERARCHICALMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\034\022\032start_unmerge_hierarchical'
40
+ _globals['_STARTDELETETAGMESSAGE'].fields_by_name['a1']._loaded_options = None
41
+ _globals['_STARTDELETETAGMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\022\022\020start_delete_tag'
42
+ _globals['_ENDUNMERGEMESSAGE'].fields_by_name['a1']._loaded_options = None
43
+ _globals['_ENDUNMERGEMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\r\022\013end_unmerge'
44
+ _globals['_ENDUNMERGEHIERARCHICALMESSAGE'].fields_by_name['a1']._loaded_options = None
45
+ _globals['_ENDUNMERGEHIERARCHICALMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\032\022\030end_unmerge_hierarchical'
46
+ _globals['_ENDDELETETAGMESSAGE'].fields_by_name['a1']._loaded_options = None
47
+ _globals['_ENDDELETETAGMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\020\022\016end_delete_tag'
48
+ _globals['_TOMBSTONEEVENTSMESSAGE'].fields_by_name['a1']._loaded_options = None
49
+ _globals['_TOMBSTONEEVENTSMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\022\022\020tombstone_events'
50
+ _globals['_REPLACEGROUPMESSAGE'].fields_by_name['a1']._loaded_options = None
51
+ _globals['_REPLACEGROUPMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\017\022\rreplace_group'
52
+ _globals['_EXCLUDEGROUPSMESSAGE'].fields_by_name['a1']._loaded_options = None
53
+ _globals['_EXCLUDEGROUPSMESSAGE'].fields_by_name['a1']._serialized_options = b'\302\267\004\020\022\016exclude_groups'
54
+ _globals['_ERRORDATA_ERRORDATAUSER_GEOENTRY']._loaded_options = None
55
+ _globals['_ERRORDATA_ERRORDATAUSER_GEOENTRY']._serialized_options = b'8\001'
56
+ _globals['_ERRORDATA_MODULESENTRY']._loaded_options = None
57
+ _globals['_ERRORDATA_MODULESENTRY']._serialized_options = b'8\001'
58
+ _globals['_USER_GEOENTRY']._loaded_options = None
59
+ _globals['_USER_GEOENTRY']._serialized_options = b'8\001'
60
+ _globals['_EVENTSTREAMMESSAGE']._serialized_start=148
61
+ _globals['_EVENTSTREAMMESSAGE']._serialized_end=1407
62
+ _globals['_STARTMERGEMESSAGE']._serialized_start=1410
63
+ _globals['_STARTMERGEMESSAGE']._serialized_end=1688
64
+ _globals['_STARTMERGEMESSAGE_STARTMERGEMESSAGE2']._serialized_start=1556
65
+ _globals['_STARTMERGEMESSAGE_STARTMERGEMESSAGE2']._serialized_end=1688
66
+ _globals['_ENDMERGEMESSAGE']._serialized_start=1691
67
+ _globals['_ENDMERGEMESSAGE']._serialized_end=1959
68
+ _globals['_ENDMERGEMESSAGE_ENDMERGEMESSAGE2']._serialized_start=1829
69
+ _globals['_ENDMERGEMESSAGE_ENDMERGEMESSAGE2']._serialized_end=1959
70
+ _globals['_STARTDELETEGROUPSMESSAGE']._serialized_start=1962
71
+ _globals['_STARTDELETEGROUPSMESSAGE']._serialized_end=2244
72
+ _globals['_STARTDELETEGROUPSMESSAGE_STARTDELETEGROUPSMESSAGE2']._serialized_start=2136
73
+ _globals['_STARTDELETEGROUPSMESSAGE_STARTDELETEGROUPSMESSAGE2']._serialized_end=2244
74
+ _globals['_ENDDELETEGROUPSMESSAGE']._serialized_start=2247
75
+ _globals['_ENDDELETEGROUPSMESSAGE']._serialized_end=2519
76
+ _globals['_ENDDELETEGROUPSMESSAGE_ENDDELETEGROUPSMESSAGE2']._serialized_start=2413
77
+ _globals['_ENDDELETEGROUPSMESSAGE_ENDDELETEGROUPSMESSAGE2']._serialized_end=2519
78
+ _globals['_STARTUNMERGEMESSAGE']._serialized_start=2522
79
+ _globals['_STARTUNMERGEMESSAGE']._serialized_end=2717
80
+ _globals['_STARTUNMERGEMESSAGE_STARTUNMERGEMESSAGE2']._serialized_start=2675
81
+ _globals['_STARTUNMERGEMESSAGE_STARTUNMERGEMESSAGE2']._serialized_end=2717
82
+ _globals['_STARTUNMERGEHIERARCHICALMESSAGE']._serialized_start=2720
83
+ _globals['_STARTUNMERGEHIERARCHICALMESSAGE']._serialized_end=2976
84
+ _globals['_STARTUNMERGEHIERARCHICALMESSAGE_STARTUNMERGEHIERARCHICALMESSAGE2']._serialized_start=2922
85
+ _globals['_STARTUNMERGEHIERARCHICALMESSAGE_STARTUNMERGEHIERARCHICALMESSAGE2']._serialized_end=2976
86
+ _globals['_STARTDELETETAGMESSAGE']._serialized_start=2979
87
+ _globals['_STARTDELETETAGMESSAGE']._serialized_end=3185
88
+ _globals['_STARTDELETETAGMESSAGE_STARTDELETETAGMESSAGE2']._serialized_start=3141
89
+ _globals['_STARTDELETETAGMESSAGE_STARTDELETETAGMESSAGE2']._serialized_end=3185
90
+ _globals['_ENDUNMERGEMESSAGE']._serialized_start=3188
91
+ _globals['_ENDUNMERGEMESSAGE']._serialized_end=3481
92
+ _globals['_ENDUNMERGEMESSAGE_ENDUNMERGEMESSAGE2']._serialized_start=3334
93
+ _globals['_ENDUNMERGEMESSAGE_ENDUNMERGEMESSAGE2']._serialized_end=3481
94
+ _globals['_ENDUNMERGEHIERARCHICALMESSAGE']._serialized_start=3484
95
+ _globals['_ENDUNMERGEHIERARCHICALMESSAGE']._serialized_end=3847
96
+ _globals['_ENDUNMERGEHIERARCHICALMESSAGE_ENDUNMERGEHIERARCHICALMESSAGE2']._serialized_start=3679
97
+ _globals['_ENDUNMERGEHIERARCHICALMESSAGE_ENDUNMERGEHIERARCHICALMESSAGE2']._serialized_end=3847
98
+ _globals['_ENDDELETETAGMESSAGE']._serialized_start=3850
99
+ _globals['_ENDDELETETAGMESSAGE']._serialized_end=4077
100
+ _globals['_ENDDELETETAGMESSAGE_ENDDELETETAGMESSAGE2']._serialized_start=4004
101
+ _globals['_ENDDELETETAGMESSAGE_ENDDELETETAGMESSAGE2']._serialized_end=4077
102
+ _globals['_TOMBSTONEEVENTSMESSAGE']._serialized_start=4080
103
+ _globals['_TOMBSTONEEVENTSMESSAGE']._serialized_end=4426
104
+ _globals['_TOMBSTONEEVENTSMESSAGE_TOMBSTONEEVENTSMESSAGE2']._serialized_start=4246
105
+ _globals['_TOMBSTONEEVENTSMESSAGE_TOMBSTONEEVENTSMESSAGE2']._serialized_end=4426
106
+ _globals['_REPLACEGROUPMESSAGE']._serialized_start=4429
107
+ _globals['_REPLACEGROUPMESSAGE']._serialized_end=4754
108
+ _globals['_REPLACEGROUPMESSAGE_REPLACEGROUPMESSAGE2']._serialized_start=4583
109
+ _globals['_REPLACEGROUPMESSAGE_REPLACEGROUPMESSAGE2']._serialized_end=4754
110
+ _globals['_EXCLUDEGROUPSMESSAGE']._serialized_start=4757
111
+ _globals['_EXCLUDEGROUPSMESSAGE']._serialized_end=4976
112
+ _globals['_EXCLUDEGROUPSMESSAGE_EXCLUDEGROUPSMESSAGE2']._serialized_start=4914
113
+ _globals['_EXCLUDEGROUPSMESSAGE_EXCLUDEGROUPSMESSAGE2']._serialized_end=4976
114
+ _globals['_CONTEXTS']._serialized_start=4979
115
+ _globals['_CONTEXTS']._serialized_end=5339
116
+ _globals['_CONTEXTS_CONTEXTSREPLAY']._serialized_start=5137
117
+ _globals['_CONTEXTS_CONTEXTSREPLAY']._serialized_end=5191
118
+ _globals['_CONTEXTS_CONTEXTSTRACE']._serialized_start=5193
119
+ _globals['_CONTEXTS_CONTEXTSTRACE']._serialized_end=5312
120
+ _globals['_ERRORDATA']._serialized_start=5342
121
+ _globals['_ERRORDATA']._serialized_end=9115
122
+ _globals['_ERRORDATA_ERRORDATACONTEXTS']._serialized_start=6202
123
+ _globals['_ERRORDATA_ERRORDATACONTEXTS']._serialized_end=6646
124
+ _globals['_ERRORDATA_ERRORDATACONTEXTS_ERRORDATACONTEXTSREPLAY']._serialized_start=6425
125
+ _globals['_ERRORDATA_ERRORDATACONTEXTS_ERRORDATACONTEXTSREPLAY']._serialized_end=6488
126
+ _globals['_ERRORDATA_ERRORDATACONTEXTS_ERRORDATACONTEXTSTRACE']._serialized_start=6491
127
+ _globals['_ERRORDATA_ERRORDATACONTEXTS_ERRORDATACONTEXTSTRACE']._serialized_end=6619
128
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION']._serialized_start=6649
129
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION']._serialized_end=7941
130
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION_ERRORDATAEXCEPTIONVALUES']._serialized_start=6774
131
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION_ERRORDATAEXCEPTIONVALUES']._serialized_end=7941
132
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION_ERRORDATAEXCEPTIONVALUES_ERRORDATAEXCEPTIONVALUESMECHANISM']._serialized_start=7210
133
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION_ERRORDATAEXCEPTIONVALUES_ERRORDATAEXCEPTIONVALUESMECHANISM']._serialized_end=7324
134
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION_ERRORDATAEXCEPTIONVALUES_ERRORDATAEXCEPTIONVALUESSTACKTRACE']._serialized_start=7327
135
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION_ERRORDATAEXCEPTIONVALUES_ERRORDATAEXCEPTIONVALUESSTACKTRACE']._serialized_end=7889
136
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION_ERRORDATAEXCEPTIONVALUES_ERRORDATAEXCEPTIONVALUESSTACKTRACE_ERRORDATAEXCEPTIONVALUESSTACKTRACEFRAMES']._serialized_start=7546
137
+ _globals['_ERRORDATA_ERRORDATAEXCEPTION_ERRORDATAEXCEPTIONVALUES_ERRORDATAEXCEPTIONVALUESSTACKTRACE_ERRORDATAEXCEPTIONVALUESSTACKTRACEFRAMES']._serialized_end=7889
138
+ _globals['_ERRORDATA_ERRORDATAREQUEST']._serialized_start=7944
139
+ _globals['_ERRORDATA_ERRORDATAREQUEST']._serialized_end=8177
140
+ _globals['_ERRORDATA_ERRORDATAREQUEST_ERRORDATAREQUESTHEADERS']._serialized_start=8104
141
+ _globals['_ERRORDATA_ERRORDATAREQUEST_ERRORDATAREQUESTHEADERS']._serialized_end=8177
142
+ _globals['_ERRORDATA_ERRORDATASDK']._serialized_start=8180
143
+ _globals['_ERRORDATA_ERRORDATASDK']._serialized_end=8319
144
+ _globals['_ERRORDATA_ERRORDATATAGS']._serialized_start=8321
145
+ _globals['_ERRORDATA_ERRORDATATAGS']._serialized_end=8408
146
+ _globals['_ERRORDATA_ERRORDATATHREADS']._serialized_start=8411
147
+ _globals['_ERRORDATA_ERRORDATATHREADS']._serialized_end=8629
148
+ _globals['_ERRORDATA_ERRORDATATHREADS_ERRORDATATHREADSVALUES']._serialized_start=8529
149
+ _globals['_ERRORDATA_ERRORDATATHREADS_ERRORDATATHREADSVALUES']._serialized_end=8629
150
+ _globals['_ERRORDATA_ERRORDATAUSER']._serialized_start=8632
151
+ _globals['_ERRORDATA_ERRORDATAUSER']._serialized_end=8950
152
+ _globals['_ERRORDATA_ERRORDATAUSER_GEOENTRY']._serialized_start=8866
153
+ _globals['_ERRORDATA_ERRORDATAUSER_GEOENTRY']._serialized_end=8932
154
+ _globals['_ERRORDATA_MODULESENTRY']._serialized_start=8952
155
+ _globals['_ERRORDATA_MODULESENTRY']._serialized_end=8998
156
+ _globals['_ERRORMESSAGE']._serialized_start=9118
157
+ _globals['_ERRORMESSAGE']._serialized_end=9385
158
+ _globals['_EXCEPTION']._serialized_start=9388
159
+ _globals['_EXCEPTION']._serialized_end=10484
160
+ _globals['_EXCEPTION_EXCEPTIONVALUES']._serialized_start=9476
161
+ _globals['_EXCEPTION_EXCEPTIONVALUES']._serialized_end=10484
162
+ _globals['_EXCEPTION_EXCEPTIONVALUES_EXCEPTIONVALUESMECHANISM']._serialized_start=9827
163
+ _globals['_EXCEPTION_EXCEPTIONVALUES_EXCEPTIONVALUESMECHANISM']._serialized_end=9932
164
+ _globals['_EXCEPTION_EXCEPTIONVALUES_EXCEPTIONVALUESSTACKTRACE']._serialized_start=9935
165
+ _globals['_EXCEPTION_EXCEPTIONVALUES_EXCEPTIONVALUESSTACKTRACE']._serialized_end=10432
166
+ _globals['_EXCEPTION_EXCEPTIONVALUES_EXCEPTIONVALUESSTACKTRACE_EXCEPTIONVALUESSTACKTRACEFRAMES']._serialized_start=10098
167
+ _globals['_EXCEPTION_EXCEPTIONVALUES_EXCEPTIONVALUESSTACKTRACE_EXCEPTIONVALUESSTACKTRACEFRAMES']._serialized_end=10432
168
+ _globals['_EXCEPTIONMECHANISM']._serialized_start=10486
169
+ _globals['_EXCEPTIONMECHANISM']._serialized_end=10585
170
+ _globals['_EXCEPTIONVALUE']._serialized_start=10588
171
+ _globals['_EXCEPTIONVALUE']._serialized_end=11554
172
+ _globals['_EXCEPTIONVALUE_EXCEPTIONVALUEMECHANISM']._serialized_start=10914
173
+ _globals['_EXCEPTIONVALUE_EXCEPTIONVALUEMECHANISM']._serialized_end=11018
174
+ _globals['_EXCEPTIONVALUE_EXCEPTIONVALUESTACKTRACE']._serialized_start=11021
175
+ _globals['_EXCEPTIONVALUE_EXCEPTIONVALUESTACKTRACE']._serialized_end=11502
176
+ _globals['_EXCEPTIONVALUE_EXCEPTIONVALUESTACKTRACE_EXCEPTIONVALUESTACKTRACEFRAMES']._serialized_start=11169
177
+ _globals['_EXCEPTIONVALUE_EXCEPTIONVALUESTACKTRACE_EXCEPTIONVALUESTACKTRACEFRAMES']._serialized_end=11502
178
+ _globals['_INSERTEVENTMESSAGE']._serialized_start=11557
179
+ _globals['_INSERTEVENTMESSAGE']._serialized_end=11694
180
+ _globals['_REPLAYCONTEXT']._serialized_start=11696
181
+ _globals['_REPLAYCONTEXT']._serialized_end=11749
182
+ _globals['_REQUEST']._serialized_start=11752
183
+ _globals['_REQUEST']._serialized_end=11939
184
+ _globals['_REQUEST_REQUESTHEADERS']._serialized_start=11875
185
+ _globals['_REQUEST_REQUESTHEADERS']._serialized_end=11939
186
+ _globals['_SDK']._serialized_start=11942
187
+ _globals['_SDK']._serialized_end=12072
188
+ _globals['_STACKFRAME']._serialized_start=12075
189
+ _globals['_STACKFRAME']._serialized_end=12388
190
+ _globals['_STACKTRACE']._serialized_start=12391
191
+ _globals['_STACKTRACE']._serialized_end=12801
192
+ _globals['_STACKTRACE_STACKTRACEFRAMES']._serialized_start=12482
193
+ _globals['_STACKTRACE_STACKTRACEFRAMES']._serialized_end=12801
194
+ _globals['_THREAD']._serialized_start=12804
195
+ _globals['_THREAD']._serialized_end=12972
196
+ _globals['_THREAD_THREADVALUES']._serialized_start=12882
197
+ _globals['_THREAD_THREADVALUES']._serialized_end=12972
198
+ _globals['_THREADVALUE']._serialized_start=12974
199
+ _globals['_THREADVALUE']._serialized_end=13063
200
+ _globals['_TRACECONTEXT']._serialized_start=13065
201
+ _globals['_TRACECONTEXT']._serialized_end=13183
202
+ _globals['_USER']._serialized_start=13186
203
+ _globals['_USER']._serialized_end=13476
204
+ _globals['_USER_GEOENTRY']._serialized_start=8866
205
+ _globals['_USER_GEOENTRY']._serialized_end=8932
206
+ # @@protoc_insertion_point(module_scope)