mcp-lp-server 0.1.0__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.
Files changed (271) hide show
  1. codegens/gravi/cms/cms_content_pb2.py +110 -0
  2. codegens/gravi/cms/cms_content_pb2.pyi +231 -0
  3. codegens/gravi/common/gravi_common_pb2.py +44 -0
  4. codegens/gravi/common/gravi_common_pb2.pyi +51 -0
  5. codegens/gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
  6. codegens/gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
  7. codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
  8. codegens/gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
  9. codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
  10. codegens/gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
  11. codegens/gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
  12. codegens/gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
  13. codegens/gravi/gsfile/sketch_gsfile_pb2.py +160 -0
  14. codegens/gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
  15. codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
  16. codegens/gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
  17. codegens/gravi/library/material_library_pb2.py +38 -0
  18. codegens/gravi/library/material_library_pb2.pyi +16 -0
  19. codegens/gravi/localization/localization_pb2.py +51 -0
  20. codegens/gravi/localization/localization_pb2.pyi +71 -0
  21. codegens/gravi/models/bot_export_pb2.py +54 -0
  22. codegens/gravi/models/bot_export_pb2.pyi +77 -0
  23. codegens/gravi/models/gravi_model_pb2.py +322 -0
  24. codegens/gravi/models/gravi_model_pb2.pyi +1450 -0
  25. codegens/gravi/models/notifications_pb2.py +105 -0
  26. codegens/gravi/models/notifications_pb2.pyi +169 -0
  27. codegens/gravi/models/preferences_pb2.py +193 -0
  28. codegens/gravi/models/preferences_pb2.pyi +839 -0
  29. codegens/gravi/models/rhino_compute_pb2.py +54 -0
  30. codegens/gravi/models/rhino_compute_pb2.pyi +57 -0
  31. codegens/gravi/proxy/control_pb2.py +44 -0
  32. codegens/gravi/proxy/control_pb2.pyi +23 -0
  33. codegens/gravi/release/release_pb2.py +45 -0
  34. codegens/gravi/release/release_pb2.pyi +50 -0
  35. codegens/gravi/rest/ai/ask_pb2.py +60 -0
  36. codegens/gravi/rest/ai/ask_pb2.pyi +54 -0
  37. codegens/gravi/rest/ai/image_pb2.py +69 -0
  38. codegens/gravi/rest/ai/image_pb2.pyi +92 -0
  39. codegens/gravi/rest/auth/auth_pb2.py +281 -0
  40. codegens/gravi/rest/auth/auth_pb2.pyi +717 -0
  41. codegens/gravi/rest/common/async_pb2.py +40 -0
  42. codegens/gravi/rest/common/async_pb2.pyi +12 -0
  43. codegens/gravi/rest/doc/comment_pb2.py +92 -0
  44. codegens/gravi/rest/doc/comment_pb2.pyi +172 -0
  45. codegens/gravi/rest/doc/doc_rest_pb2.py +385 -0
  46. codegens/gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
  47. codegens/gravi/rest/doc/export_pb2.py +127 -0
  48. codegens/gravi/rest/doc/export_pb2.pyi +278 -0
  49. codegens/gravi/rest/doc/revision_pb2.py +51 -0
  50. codegens/gravi/rest/doc/revision_pb2.pyi +41 -0
  51. codegens/gravi/rest/doc/room_pb2.py +207 -0
  52. codegens/gravi/rest/doc/room_pb2.pyi +443 -0
  53. codegens/gravi/rest/model/achievement_pb2.py +46 -0
  54. codegens/gravi/rest/model/achievement_pb2.pyi +119 -0
  55. codegens/gravi/rest/model/activate_code_pb2.py +51 -0
  56. codegens/gravi/rest/model/activate_code_pb2.pyi +119 -0
  57. codegens/gravi/rest/model/collab_pb2.py +57 -0
  58. codegens/gravi/rest/model/collab_pb2.pyi +72 -0
  59. codegens/gravi/rest/model/login_pb2.py +49 -0
  60. codegens/gravi/rest/model/login_pb2.pyi +115 -0
  61. codegens/gravi/rest/model/online_sketch_pb2.py +104 -0
  62. codegens/gravi/rest/model/online_sketch_pb2.pyi +208 -0
  63. codegens/gravi/rest/model/organisation_pb2.py +45 -0
  64. codegens/gravi/rest/model/organisation_pb2.pyi +29 -0
  65. codegens/gravi/rest/model/pair_device_pb2.py +81 -0
  66. codegens/gravi/rest/model/pair_device_pb2.pyi +108 -0
  67. codegens/gravi/rest/model/platform_rest_pb2.py +568 -0
  68. codegens/gravi/rest/model/platform_rest_pb2.pyi +2442 -0
  69. codegens/gravi/rest/model/signup_pb2.py +88 -0
  70. codegens/gravi/rest/model/signup_pb2.pyi +177 -0
  71. codegens/gravi/rest/org/invitation_pb2.py +86 -0
  72. codegens/gravi/rest/org/invitation_pb2.pyi +123 -0
  73. codegens/gravi/rest/org/management_pb2.py +68 -0
  74. codegens/gravi/rest/org/management_pb2.pyi +136 -0
  75. codegens/gravi/rest/org/team_member_pb2.py +76 -0
  76. codegens/gravi/rest/org/team_member_pb2.pyi +99 -0
  77. codegens/gravi/rest/org/team_pb2.py +255 -0
  78. codegens/gravi/rest/org/team_pb2.pyi +625 -0
  79. codegens/gravi/rest/sketch/sketch_pb2.py +83 -0
  80. codegens/gravi/rest/sketch/sketch_pb2.pyi +114 -0
  81. codegens/gravi/rest/user/account_pb2.py +47 -0
  82. codegens/gravi/rest/user/account_pb2.pyi +28 -0
  83. codegens/gravi/rest/user/connections_pb2.py +115 -0
  84. codegens/gravi/rest/user/connections_pb2.pyi +199 -0
  85. codegens/gravi/rest/user/profile_pb2.py +98 -0
  86. codegens/gravi/rest/user/profile_pb2.pyi +194 -0
  87. codegens/gravi/rest/user/update_check_pb2.py +46 -0
  88. codegens/gravi/rest/user/update_check_pb2.pyi +64 -0
  89. codegens/gravi/rest/voicechat/transcribe_pb2.py +53 -0
  90. codegens/gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
  91. codegens/gravi/rest/voicechat/voice_pb2.py +69 -0
  92. codegens/gravi/rest/voicechat/voice_pb2.pyi +77 -0
  93. codegens/gravi/rpc/cosketch_rpc_pb2.py +354 -0
  94. codegens/gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
  95. codegens/gravi/rpc/cosketch_serverpush_pb2.py +54 -0
  96. codegens/gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
  97. codegens/gravi/rpc/files/file_upload_pb2.py +43 -0
  98. codegens/gravi/rpc/files/file_upload_pb2.pyi +68 -0
  99. codegens/gravi/rpc/model/collab_tools_pb2.py +111 -0
  100. codegens/gravi/rpc/model/collab_tools_pb2.pyi +199 -0
  101. codegens/gravi/rpc/model/common/sketch_common_pb2.py +161 -0
  102. codegens/gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
  103. codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
  104. codegens/gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
  105. codegens/gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
  106. codegens/gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
  107. codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
  108. codegens/gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
  109. codegens/gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
  110. codegens/gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
  111. codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
  112. codegens/gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
  113. codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
  114. codegens/gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
  115. codegens/gravi/rpc/model/sketch_model_pb2.py +163 -0
  116. codegens/gravi/rpc/model/sketch_model_pb2.pyi +472 -0
  117. codegens/gravi/runtime/config/runtime_config_pb2.py +84 -0
  118. codegens/gravi/runtime/config/runtime_config_pb2.pyi +203 -0
  119. codegens/gravi/ui/model/ui_event_pb2.py +46 -0
  120. codegens/gravi/ui/model/ui_event_pb2.pyi +35 -0
  121. codegens/gravi/ui/model/ui_model_pb2.py +284 -0
  122. codegens/gravi/ui/model/ui_model_pb2.pyi +901 -0
  123. codegens/gravi/unity/analytics/analytics_pb2.py +325 -0
  124. codegens/gravi/unity/analytics/analytics_pb2.pyi +1688 -0
  125. codegens/gravi/unity/gravi_unity_pb2.py +48 -0
  126. codegens/gravi/unity/gravi_unity_pb2.pyi +59 -0
  127. codegens/gravi/unity/unity_log_pb2.py +42 -0
  128. codegens/gravi/unity/unity_log_pb2.pyi +62 -0
  129. codegens/gravi/webanalytics/web_pb2.py +590 -0
  130. codegens/gravi/webanalytics/web_pb2.pyi +1165 -0
  131. codegens/gravi/wrapper/wrappers_pb2.py +72 -0
  132. codegens/gravi/wrapper/wrappers_pb2.pyi +78 -0
  133. codegens/gs_options_pb2.py +60 -0
  134. codegens/gs_options_pb2.pyi +165 -0
  135. gravi/cms/cms_content_pb2.py +110 -0
  136. gravi/cms/cms_content_pb2.pyi +231 -0
  137. gravi/common/gravi_common_pb2.py +44 -0
  138. gravi/common/gravi_common_pb2.pyi +51 -0
  139. gravi/gsfile/asset/persistence/asset_pb2.py +40 -0
  140. gravi/gsfile/asset/persistence/asset_pb2.pyi +16 -0
  141. gravi/gsfile/layergroup/persistence/layer_group_pb2.py +40 -0
  142. gravi/gsfile/layergroup/persistence/layer_group_pb2.pyi +16 -0
  143. gravi/gsfile/legacy/legacy_gsfile_pb2.py +53 -0
  144. gravi/gsfile/legacy/legacy_gsfile_pb2.pyi +58 -0
  145. gravi/gsfile/metadata/persistence/metadata_pb2.py +45 -0
  146. gravi/gsfile/metadata/persistence/metadata_pb2.pyi +32 -0
  147. gravi/gsfile/sketch_gsfile_pb2.py +160 -0
  148. gravi/gsfile/sketch_gsfile_pb2.pyi +546 -0
  149. gravi/gsfile/strokelayer/persistence/layer_pb2.py +41 -0
  150. gravi/gsfile/strokelayer/persistence/layer_pb2.pyi +25 -0
  151. gravi/library/material_library_pb2.py +38 -0
  152. gravi/library/material_library_pb2.pyi +16 -0
  153. gravi/localization/localization_pb2.py +51 -0
  154. gravi/localization/localization_pb2.pyi +71 -0
  155. gravi/models/bot_export_pb2.py +54 -0
  156. gravi/models/bot_export_pb2.pyi +77 -0
  157. gravi/models/gravi_model_pb2.py +322 -0
  158. gravi/models/gravi_model_pb2.pyi +1450 -0
  159. gravi/models/notifications_pb2.py +105 -0
  160. gravi/models/notifications_pb2.pyi +169 -0
  161. gravi/models/preferences_pb2.py +193 -0
  162. gravi/models/preferences_pb2.pyi +839 -0
  163. gravi/models/rhino_compute_pb2.py +54 -0
  164. gravi/models/rhino_compute_pb2.pyi +57 -0
  165. gravi/proxy/control_pb2.py +44 -0
  166. gravi/proxy/control_pb2.pyi +23 -0
  167. gravi/release/release_pb2.py +45 -0
  168. gravi/release/release_pb2.pyi +50 -0
  169. gravi/rest/ai/ask_pb2.py +60 -0
  170. gravi/rest/ai/ask_pb2.pyi +54 -0
  171. gravi/rest/ai/image_pb2.py +69 -0
  172. gravi/rest/ai/image_pb2.pyi +92 -0
  173. gravi/rest/auth/auth_pb2.py +281 -0
  174. gravi/rest/auth/auth_pb2.pyi +717 -0
  175. gravi/rest/common/async_pb2.py +40 -0
  176. gravi/rest/common/async_pb2.pyi +12 -0
  177. gravi/rest/doc/comment_pb2.py +92 -0
  178. gravi/rest/doc/comment_pb2.pyi +172 -0
  179. gravi/rest/doc/doc_rest_pb2.py +385 -0
  180. gravi/rest/doc/doc_rest_pb2.pyi +1005 -0
  181. gravi/rest/doc/export_pb2.py +127 -0
  182. gravi/rest/doc/export_pb2.pyi +278 -0
  183. gravi/rest/doc/revision_pb2.py +51 -0
  184. gravi/rest/doc/revision_pb2.pyi +41 -0
  185. gravi/rest/doc/room_pb2.py +207 -0
  186. gravi/rest/doc/room_pb2.pyi +443 -0
  187. gravi/rest/model/achievement_pb2.py +46 -0
  188. gravi/rest/model/achievement_pb2.pyi +119 -0
  189. gravi/rest/model/activate_code_pb2.py +51 -0
  190. gravi/rest/model/activate_code_pb2.pyi +119 -0
  191. gravi/rest/model/collab_pb2.py +57 -0
  192. gravi/rest/model/collab_pb2.pyi +72 -0
  193. gravi/rest/model/login_pb2.py +49 -0
  194. gravi/rest/model/login_pb2.pyi +115 -0
  195. gravi/rest/model/online_sketch_pb2.py +104 -0
  196. gravi/rest/model/online_sketch_pb2.pyi +208 -0
  197. gravi/rest/model/organisation_pb2.py +45 -0
  198. gravi/rest/model/organisation_pb2.pyi +29 -0
  199. gravi/rest/model/pair_device_pb2.py +81 -0
  200. gravi/rest/model/pair_device_pb2.pyi +108 -0
  201. gravi/rest/model/platform_rest_pb2.py +568 -0
  202. gravi/rest/model/platform_rest_pb2.pyi +2442 -0
  203. gravi/rest/model/signup_pb2.py +88 -0
  204. gravi/rest/model/signup_pb2.pyi +177 -0
  205. gravi/rest/org/invitation_pb2.py +86 -0
  206. gravi/rest/org/invitation_pb2.pyi +123 -0
  207. gravi/rest/org/management_pb2.py +68 -0
  208. gravi/rest/org/management_pb2.pyi +136 -0
  209. gravi/rest/org/team_member_pb2.py +76 -0
  210. gravi/rest/org/team_member_pb2.pyi +99 -0
  211. gravi/rest/org/team_pb2.py +255 -0
  212. gravi/rest/org/team_pb2.pyi +625 -0
  213. gravi/rest/sketch/sketch_pb2.py +83 -0
  214. gravi/rest/sketch/sketch_pb2.pyi +114 -0
  215. gravi/rest/user/account_pb2.py +47 -0
  216. gravi/rest/user/account_pb2.pyi +28 -0
  217. gravi/rest/user/connections_pb2.py +115 -0
  218. gravi/rest/user/connections_pb2.pyi +199 -0
  219. gravi/rest/user/profile_pb2.py +98 -0
  220. gravi/rest/user/profile_pb2.pyi +194 -0
  221. gravi/rest/user/update_check_pb2.py +46 -0
  222. gravi/rest/user/update_check_pb2.pyi +64 -0
  223. gravi/rest/voicechat/transcribe_pb2.py +53 -0
  224. gravi/rest/voicechat/transcribe_pb2.pyi +36 -0
  225. gravi/rest/voicechat/voice_pb2.py +69 -0
  226. gravi/rest/voicechat/voice_pb2.pyi +77 -0
  227. gravi/rpc/cosketch_rpc_pb2.py +354 -0
  228. gravi/rpc/cosketch_rpc_pb2.pyi +1518 -0
  229. gravi/rpc/cosketch_serverpush_pb2.py +54 -0
  230. gravi/rpc/cosketch_serverpush_pb2.pyi +68 -0
  231. gravi/rpc/files/file_upload_pb2.py +43 -0
  232. gravi/rpc/files/file_upload_pb2.pyi +68 -0
  233. gravi/rpc/model/collab_tools_pb2.py +111 -0
  234. gravi/rpc/model/collab_tools_pb2.pyi +199 -0
  235. gravi/rpc/model/common/sketch_common_pb2.py +161 -0
  236. gravi/rpc/model/common/sketch_common_pb2.pyi +647 -0
  237. gravi/rpc/model/common/sketch_configurable_ui_pb2.py +54 -0
  238. gravi/rpc/model/common/sketch_configurable_ui_pb2.pyi +244 -0
  239. gravi/rpc/model/common/sketch_interactions_pb2.py +79 -0
  240. gravi/rpc/model/common/sketch_interactions_pb2.pyi +294 -0
  241. gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.py +40 -0
  242. gravi/rpc/model/deprecated/deprecated_sketch_model_pb2.pyi +33 -0
  243. gravi/rpc/model/extra/sketch_extra_pb2.py +121 -0
  244. gravi/rpc/model/extra/sketch_extra_pb2.pyi +315 -0
  245. gravi/rpc/model/incremental/sketch_incremental_pb2.py +56 -0
  246. gravi/rpc/model/incremental/sketch_incremental_pb2.pyi +76 -0
  247. gravi/rpc/model/inputs/sketch_inputs_pb2.py +79 -0
  248. gravi/rpc/model/inputs/sketch_inputs_pb2.pyi +179 -0
  249. gravi/rpc/model/sketch_model_pb2.py +163 -0
  250. gravi/rpc/model/sketch_model_pb2.pyi +472 -0
  251. gravi/runtime/config/runtime_config_pb2.py +84 -0
  252. gravi/runtime/config/runtime_config_pb2.pyi +203 -0
  253. gravi/ui/model/ui_event_pb2.py +46 -0
  254. gravi/ui/model/ui_event_pb2.pyi +35 -0
  255. gravi/ui/model/ui_model_pb2.py +284 -0
  256. gravi/ui/model/ui_model_pb2.pyi +901 -0
  257. gravi/unity/analytics/analytics_pb2.py +325 -0
  258. gravi/unity/analytics/analytics_pb2.pyi +1688 -0
  259. gravi/unity/gravi_unity_pb2.py +48 -0
  260. gravi/unity/gravi_unity_pb2.pyi +59 -0
  261. gravi/unity/unity_log_pb2.py +42 -0
  262. gravi/unity/unity_log_pb2.pyi +62 -0
  263. gravi/webanalytics/web_pb2.py +590 -0
  264. gravi/webanalytics/web_pb2.pyi +1165 -0
  265. gravi/wrapper/wrappers_pb2.py +72 -0
  266. gravi/wrapper/wrappers_pb2.pyi +78 -0
  267. mcp_lp_server-0.1.0.dist-info/METADATA +42 -0
  268. mcp_lp_server-0.1.0.dist-info/RECORD +271 -0
  269. mcp_lp_server-0.1.0.dist-info/WHEEL +5 -0
  270. mcp_lp_server-0.1.0.dist-info/entry_points.txt +2 -0
  271. mcp_lp_server-0.1.0.dist-info/top_level.txt +2 -0
@@ -0,0 +1,322 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: gravi/models/gravi-model.proto
5
+ # Protobuf Python Version: 6.30.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 30,
16
+ 1,
17
+ '',
18
+ 'gravi/models/gravi-model.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from gravi.common import gravi_common_pb2 as gravi_dot_common_dot_gravi__common__pb2
26
+ from gravi.rpc.model.common import sketch_interactions_pb2 as gravi_dot_rpc_dot_model_dot_common_dot_sketch__interactions__pb2
27
+ import gs_options_pb2 as gs__options__pb2
28
+
29
+
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x1egravi/models/gravi-model.proto\x12\x0cgravi.models\x1a\x1fgravi/common/gravi-common.proto\x1a\x30gravi/rpc/model/common/sketch-interactions.proto\x1a\x10gs-options.proto\"0\n\x08IDTicket\x12\x0e\n\x06\x65xpiry\x18\x0c \x01(\x03\x12\x0e\n\x06stoken\x18\r \x01(\t:\x04\x88\xb5\x18\x01\"\xf8\x01\n\nAuthDetail\x12\x0e\n\x06userId\x18\x01 \x01(\t\x12*\n\tpriceTier\x18\x04 \x01(\x0e\x32\x17.gravi.models.PriceTier\x12\x11\n\tstartTime\x18\x05 \x01(\x03\x12\x12\n\nrenewCount\x18\x06 \x01(\x05\x12\x19\n\x11licenseExpiryTime\x18\x0b \x01(\x03\x12\x16\n\x0eorganizationId\x18\x0c \x01(\t\x12,\n\x0e\x61vailableHosts\x18\x0e \x03(\x0b\x32\x14.gravi.common.HostTO\x12 \n\x18loggedInViaDevicePairing\x18\x0f \x01(\x08:\x04\x88\xb5\x18\x01\"*\n\x0e\x43oSketchTicket\x12\x12\n\nsecretCode\x18\x04 \x01(\t:\x04\x88\xb5\x18\x01\"\x83\x02\n\nDeviceInfo\x12\x12\n\nmacAddress\x18\x01 \x01(\t\x12\x10\n\x08username\x18\x02 \x01(\t\x12\x42\n\x0bmachineName\x18\x03 \x01(\tB-\xa2\xa6\x1d)\xf2>\x18\x64\x65vice_info_machine_name\xfa>\x0bMachineName\x12\x10\n\x08\x64\x65viceId\x18\x04 \x01(\t\x12#\n\x02os\x18\x05 \x01(\tB\x17\xa2\xa6\x1d\x13\xf2>\x07os_name\xfa>\x06OSName\x12\x11\n\tosVersion\x18\x06 \x01(\t\x12#\n\x07\x62rowser\x18\x07 \x01(\tB\x12\xa2\xa6\x1d\x0e\xfa>\x0b\x42rowserName\x12\x16\n\x0e\x62rowserVersion\x18\x08 \x01(\t:\x04\x88\xb5\x18\x01\" \n\tDocIdList\x12\r\n\x05\x64ocId\x18\x01 \x03(\t:\x04\x88\xb5\x18\x01\"\x8a\x01\n\x10MaintenanceFlags\x12\x17\n\x0f\x66ullMaintenance\x18\x01 \x01(\x08\x12\x1d\n\x15\x64ocServiceMaintenance\x18\x02 \x01(\x08\x12\x1b\n\x13\x63osketchMaintenance\x18\x03 \x01(\x08\x12\x1b\n\x12maintenanceMessage\x18\xe8\x07 \x01(\t:\x04\x88\xb5\x18\x01\"2\n\x08\x43lientTO\x12\x0e\n\x06userId\x18\x01 \x01(\t\x12\x10\n\x08username\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"\xb4\x02\n\x16\x43onnectionInvitationTO\x12\x14\n\x0cinvitationId\x18\x01 \x01(\t\x12\x10\n\x08senderId\x18\x02 \x01(\t\x12\x34\n\x10senderPublicInfo\x18\x03 \x01(\x0b\x32\x1a.gravi.models.UserPublicTO\x12\x13\n\x0brecipientId\x18\x04 \x01(\t\x12\x37\n\x13recipientPublicInfo\x18\x05 \x01(\x0b\x32\x1a.gravi.models.UserPublicTO\x12\x42\n\x10invitationStatus\x18\x06 \x01(\x0e\x32(.gravi.models.ConnectionInvitationStatus\x12\x11\n\tcreatedOn\x18\x07 \x01(\x03\x12\x11\n\tupdatedOn\x18\x08 \x01(\x03:\x04\x88\xb5\x18\x01\"2\n\x15\x43ollabUserDisplayInfo\x12\x13\n\x0b\x64isplayName\x18\x01 \x01(\t:\x04\x88\xb5\x18\x01\"\xd2\n\n\x14\x45nvironmentSettingTO\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x15\n\rdeprecatedHDR\x18\x02 \x01(\x05\x12)\n!deprecatedBuiltInReflectionSource\x18\x03 \x01(\x05\x12)\n!deprecatedReflectionSourceSetting\x18\x04 \x01(\x05\x12\x38\n\x10\x65nvironmentScene\x18\x05 \x01(\x0e\x32\x1e.gravi.models.EnvironmentScene\x12\x11\n\tskyColorR\x18\x06 \x01(\x05\x12\x11\n\tskyColorG\x18\x07 \x01(\x05\x12\x11\n\tskyColorB\x18\x08 \x01(\x05\x12\x1f\n\x17\x64\x65precatedShadowSetting\x18\n \x01(\x05\x12\"\n\x1a\x64\x65precatedFloorGridSetting\x18\x0b \x01(\x05\x12?\n\x13\x64\x65precatedColorType\x18\x0c \x01(\x0e\x32\".gravi.models.EnvironmentColorType\x12\x13\n\x0blightAngleX\x18\r \x01(\x02\x12\x13\n\x0blightAngleY\x18\x0e \x01(\x02\x12\x13\n\x0blightAngleZ\x18\x0f \x01(\x02\x12\x13\n\x0blightAngleW\x18\x10 \x01(\x02\x12>\n\x13lightTransformSpace\x18\x11 \x01(\x0e\x32!.gravi.models.LightTransformSpace\x12!\n\x19\x64irectionalLightIntensity\x18\x12 \x01(\x02\x12!\n\x19\x65nvironmentLightIntensity\x18\x13 \x01(\x02\x12\x15\n\rhorizonColorR\x18\x14 \x01(\x05\x12\x15\n\rhorizonColorG\x18\x15 \x01(\x05\x12\x15\n\rhorizonColorB\x18\x16 \x01(\x05\x12\x13\n\x0b\x66loorColorR\x18\x18 \x01(\x05\x12\x13\n\x0b\x66loorColorG\x18\x19 \x01(\x05\x12\x13\n\x0b\x66loorColorB\x18\x1a \x01(\x05\x12\x19\n\x11\x64\x65precatedHdrGuid\x18\x1d \x01(\t\x12\x1d\n\x15\x64\x65precatedHdrFilePath\x18\x1e \x01(\t\x12 \n\x18\x64\x65precatedHdrDisplayName\x18\x1f \x01(\t\x12\x1d\n\x15\x64\x65precatedHdrFileHash\x18 \x01(\t\x12\x1d\n\x15\x64\x65precatedHdrFileSize\x18! \x01(\x03\x12\x1f\n\x17\x62\x61\x63kgroundHdrUseGumdrop\x18\" \x01(\x08\x12\"\n\x1a\x62\x61\x63kgroundHdrGumdropHeight\x18# \x01(\x02\x12\x30\n\x11\x62\x61\x63kgroundHdrData\x18$ \x01(\x0b\x32\x15.gravi.models.HDRData\x12\x30\n\x11reflectionHdrData\x18% \x01(\x0b\x32\x15.gravi.models.HDRData\x12\x45\n\x11\x62\x61\x63kgroundSetting\x18\x32 \x01(\x0e\x32*.gravi.models.EnvironmentBackgroundSetting\x12\x45\n\x11reflectionSetting\x18\x33 \x01(\x0e\x32*.gravi.models.EnvironmentReflectionSetting\x12\x1e\n\x16\x64irectionalLightColorR\x18< \x01(\x05\x12\x1e\n\x16\x64irectionalLightColorG\x18= \x01(\x05\x12\x1e\n\x16\x64irectionalLightColorB\x18> \x01(\x05\x12\x14\n\x0c\x66loorShadows\x18\x46 \x01(\x08\x12\x15\n\rsketchShadows\x18G \x01(\x08:\x04\x88\xb5\x18\x01J\x04\x08\t\x10\n\"R\n\x16\x45nvironmentSettingFile\x12\x38\n\x0c\x65nvironments\x18\x01 \x03(\x0b\x32\".gravi.models.EnvironmentSettingTO\"\xb4\x01\n\rEnvironmentTO\x12\x44\n\x1b\x64\x65precatedEnvironmentPreset\x18\x01 \x01(\x0e\x32\x1f.gravi.models.EnvironmentPreset\x12>\n\x12\x65nvironmentSetting\x18\x02 \x01(\x0b\x32\".gravi.models.EnvironmentSettingTO\x12\x17\n\x0f\x65nvironmentGuid\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"\xe0\x01\n\x07HDRData\x12\x0f\n\x07hdrGuid\x18\x01 \x01(\t\x12\x13\n\x0bhdrFilePath\x18\x02 \x01(\t\x12\x16\n\x0ehdrDisplayName\x18\x03 \x01(\t\x12\x13\n\x0bhdrFileHash\x18\x04 \x01(\t\x12\x13\n\x0bhdrFileSize\x18\x05 \x01(\x03\x12\x14\n\x0chdrRotationX\x18\x06 \x01(\x02\x12\x14\n\x0chdrRotationY\x18\x07 \x01(\x02\x12\x14\n\x0chdrRotationZ\x18\x08 \x01(\x02\x12\x14\n\x0chdrRotationW\x18\t \x01(\x02\x12\x0f\n\x07hdrBlur\x18\n \x01(\x02:\x04\x88\xb5\x18\x01\"\xd2\x04\n\x06UserTO\x12\x0e\n\x06userId\x18\x01 \x01(\t\x12\r\n\x05\x65mail\x18\x04 \x01(\t\x12\x13\n\x0b\x64isplayName\x18\x06 \x01(\t\x12\x14\n\x0c\x65\x61rlyAdopter\x18\x15 \x01(\x08\x12\x11\n\tfirstName\x18\x16 \x01(\t\x12\x10\n\x08lastName\x18\x17 \x01(\t\x12\x13\n\x0b\x63ompanyName\x18\x19 \x01(\t\x12\x17\n\x0fsurveyCompleted\x18\x1b \x01(\x08\x12\x12\n\nmfaEnabled\x18\x1c \x01(\x08\x12>\n\x0eorgMemberships\x18\x1d \x03(\x0b\x32\x1b.gravi.models.OrgMembershipB\t\x8a\xa6\x1d\x05orgId\x12.\n\x0bssoProvider\x18\x1e \x01(\x0e\x32\x19.gravi.models.SSOProvider\x12\x14\n\x0cisOrgAccount\x18\x1f \x01(\x08\x12>\n\x0f\x65nabledFeatures\x18 \x03(\x0e\x32%.gravi.models.SubscriptionFeatureFlag\x12=\n\x13sharedOrganizations\x18! \x03(\x0b\x32 .gravi.models.SharedOrganization\x12\'\n\x06\x62\x61\x64ges\x18\" \x03(\x0e\x32\x17.gravi.models.UserBadge\x12\x42\n\x11studioMemberships\x18# \x03(\x0b\x32\'.gravi.models.CommunityStudioMembership\x12\x13\n\x0bpasswordSet\x18$ \x01(\x08:\x04\x88\xb5\x18\x01J\x04\x08\x05\x10\x06J\x04\x08\x18\x10\x19\"\xfe\x04\n\x0bUserStatsTO\x12\x15\n\rtotalSketchMS\x18\x05 \x01(\x03\x12\x41\n\x0csplineCounts\x18\x06 \x03(\x0b\x32+.gravi.models.UserStatsTO.SplineCountsEntry\x12S\n\x15lifeHourDistributions\x18\x07 \x03(\x0b\x32\x34.gravi.models.UserStatsTO.LifeHourDistributionsEntry\x12\x1e\n\x16\x63urrentMonthFirstUsage\x18\x08 \x01(\x03\x12U\n\x16monthHourDistributions\x18\t \x03(\x0b\x32\x35.gravi.models.UserStatsTO.MonthHourDistributionsEntry\x12S\n\x15weekTimeDistributions\x18\n \x03(\x0b\x32\x34.gravi.models.UserStatsTO.WeekTimeDistributionsEntry\x1a\x33\n\x11SplineCountsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x05:\x02\x38\x01\x1a<\n\x1aLifeHourDistributionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01\x1a=\n\x1bMonthHourDistributionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01\x1a<\n\x1aWeekTimeDistributionsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x03:\x02\x38\x01:\x04\x88\xb5\x18\x01\"\xae\x01\n\x14UserPublicSocialInfo\x12\x34\n\x08provider\x18\x01 \x01(\x0e\x32\".gravi.models.OIDCResourceProvider\x12\x10\n\x08userName\x18\x02 \x01(\t\x12\x13\n\x0b\x64isplayName\x18\x03 \x01(\t\x12\x19\n\x11profilePictureUrl\x18\x04 \x01(\t\x12\x18\n\x10linkToPublicPage\x18\x05 \x01(\t:\x04\x88\xb5\x18\x01\"\xc0\x01\n\x0cUserPublicTO\x12\x13\n\x0b\x64isplayName\x18\x01 \x01(\t\x12\x36\n\nsocialInfo\x18\x02 \x03(\x0b\x32\".gravi.models.UserPublicSocialInfo\x12\x0b\n\x03\x62io\x18\x03 \x01(\t\x12\x31\n\x06status\x18\x04 \x01(\x0e\x32!.gravi.models.PublicProfileStatus\x12\n\n\x02id\x18\x05 \x01(\t\x12\x11\n\tisDeleted\x18\x06 \x01(\x08:\x04\x88\xb5\x18\x01\"\xc8\x02\n\rOrgMembership\x12\r\n\x05orgId\x18\x01 \x01(\t\x12\x0e\n\x06userId\x18\x02 \x01(\t\x12)\n\x04role\x18\x03 \x01(\x0e\x32\x1b.gravi.models.OrgMemberRole\x12-\n\x06status\x18\x04 \x01(\x0e\x32\x1d.gravi.models.OrgMemberStatus\x12\x0f\n\x07orgName\x18\x05 \x01(\t\x12\x41\n\x12orgEnabledFeatures\x18\x06 \x03(\x0e\x32%.gravi.models.SubscriptionFeatureFlag\x12\x34\n\x0eorgLicenseType\x18\x07 \x01(\x0e\x32\x1c.gravi.models.OrgLicenseType\x12.\n\x0borgRoleType\x18\x08 \x01(\x0e\x32\x19.gravi.models.OrgRoleType:\x04\x88\xb5\x18\x01\"\x83\x01\n\x12SharedOrganization\x12\r\n\x05orgId\x18\x01 \x01(\t\x12\x0f\n\x07orgName\x18\x02 \x01(\t\x12-\n\x0esharedSpaceIds\x18\x05 \x03(\x0b\x32\x15.gravi.models.SpaceId\x12\x18\n\x10sharedSpaceNames\x18\x06 \x03(\t:\x04\x88\xb5\x18\x01\"\x88\x01\n\x19\x43ommunityStudioMembership\x12\x10\n\x08studioId\x18\x01 \x01(\t\x12\x12\n\nstudioName\x18\x02 \x01(\t\x12\x0e\n\x06userId\x18\x03 \x01(\t\x12/\n\x04role\x18\x04 \x01(\x0e\x32!.gravi.models.CommunityStudioRole:\x04\x88\xb5\x18\x01\"M\n\x10SharableUserInfo\x12\x0e\n\x06userId\x18\x01 \x01(\t\x12\x11\n\tuserEmail\x18\x02 \x01(\t\x12\x10\n\x08userName\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"\xf3\x07\n\nDocumentTO\x12\x12\n\ndocumentId\x18\x01 \x01(\t\x12+\n\x07\x64ocType\x18\x02 \x01(\x0e\x32\x1a.gravi.models.DocumentType\x12\x0f\n\x07ownerId\x18\x03 \x01(\t\x12\x13\n\x0b\x64ocFullPath\x18\x04 \x01(\t\x12\x16\n\x0elastModifiedBy\x18\x05 \x01(\t\x12\x10\n\x08\x66ileSize\x18\x06 \x01(\x03\x12\x11\n\tcreatedOn\x18\n \x01(\x03\x12\x11\n\tupdatedOn\x18\x0b \x01(\x03\x12\x12\n\nrevisionId\x18\x0c \x01(\t\x12\x0f\n\x07trashed\x18\x0e \x01(\x08\x12\x11\n\ttrashedOn\x18\x0f \x01(\x03\x12&\n\x07spaceId\x18\x10 \x01(\x0b\x32\x15.gravi.models.SpaceId\x12\x17\n\x0frequirePassword\x18\x11 \x01(\x08\x12\x0f\n\x07\x64ocName\x18\x12 \x01(\t\x12\x17\n\x0f\x64ocParentFolder\x18\x13 \x01(\t\x12\x34\n\nccMetadata\x18\x14 \x01(\x0b\x32 .gravi.models.CoCreationMetadata\x12<\n\x0e\x63\x63LiveInstance\x18\x15 \x01(\x0b\x32$.gravi.models.CoCreationLiveInstance\x12\x15\n\rdownloadCount\x18\x16 \x01(\x03\x12\x14\n\x0chasThumbnail\x18\x17 \x01(\x08\x12\x14\n\x0cthumbnailUrl\x18\x18 \x01(\t\x12\x18\n\x10publicAccessible\x18\x19 \x01(\x08\x12\x14\n\x0chasNoContent\x18\x1a \x01(\x08\x12\x14\n\x0cthumbnailTTL\x18\x1b \x01(\x05\x12\x1c\n\x14joinerRequestEnabled\x18\x1c \x01(\x08\x12\x11\n\tcreatedBy\x18\x1d \x01(\t\x12,\n\trevisions\x18\x1e \x03(\x0b\x32\x19.gravi.models.DocRevision\x12\x15\n\rpasswordSetBy\x18\x1f \x01(\t\x12\x1c\n\x14lastAccessedOnByUser\x18 \x01(\x03\x12\x35\n\x0c\x65xplicitRole\x18! \x01(\x0e\x32\x1f.gravi.models.CollaborationRole\x12\x1c\n\x14isIncrementallySaved\x18\" \x01(\x08\x12H\n\x18preProcessedImportStatus\x18# \x01(\x0e\x32&.gravi.models.PreProcessedImportStatus\x12\x1a\n\x12turntableThumbnail\x18$ \x01(\t\x12\x33\n\x0b\x63reatorInfo\x18% \x01(\x0b\x32\x1e.gravi.models.SharableUserInfo:\x04\x88\xb5\x18\x01J\x04\x08\r\x10\x0e\"\x84\x01\n\x12\x43oCreationMetadata\x12\x1e\n\x16lockedByUserForLoading\x18\x01 \x01(\t\x12\x19\n\x11miniClientVersion\x18\x02 \x01(\t\x12\x15\n\ravailableFrom\x18\x03 \x01(\x03\x12\x16\n\x0e\x61vailableUntil\x18\x04 \x01(\x03:\x04\x88\xb5\x18\x01\"\xd5\x01\n\x16\x43oCreationLiveInstance\x12\x30\n\x06status\x18\x01 \x01(\x0e\x32 .gravi.models.CoSketchRoomStatus\x12\x1a\n\x12\x63onnectedUserCount\x18\x02 \x01(\x05\x12\x14\n\x0cmaxUserCount\x18\x03 \x01(\x05\x12\x14\n\x0cownerPresent\x18\x04 \x01(\x08\x12;\n\x0e\x63onnectedUsers\x18\x16 \x03(\x0b\x32#.gravi.models.CollabUserDisplayInfo:\x04\x88\xb5\x18\x01\"U\n\x0b\x44ocRevision\x12\x11\n\tcreatedOn\x18\x01 \x01(\x03\x12\x0c\n\x04hash\x18\x02 \x01(\t\x12\x0c\n\x04size\x18\x03 \x01(\x03\x12\x11\n\tisCurrent\x18\x04 \x01(\x08:\x04\x88\xb5\x18\x01\"\x8f\x01\n\x07SpaceId\x12)\n\x0bownerIdType\x18\x01 \x01(\x0e\x32\x14.gravi.models.IdType\x12\x0f\n\x07ownerId\x18\x02 \x01(\t\x12-\n\x0fpartitionIdType\x18\x03 \x01(\x0e\x32\x14.gravi.models.IdType\x12\x13\n\x0bpartitionId\x18\x04 \x01(\t:\x04\x88\xb5\x18\x01\"\xae\x01\n\x14RecentSketchMetaData\x12\x34\n\x0esketchMetaType\x18\x01 \x01(\x0e\x32\x1c.gravi.models.SketchMetaType\x12\x1c\n\x14timeOfLastOpenOrSave\x18\x02 \x01(\x03\x12\x10\n\x08\x66ilename\x18\x03 \x01(\t\x12*\n\x08\x64ocument\x18\x04 \x01(\x0b\x32\x18.gravi.models.DocumentTO:\x04\x88\xb5\x18\x01\"\xd6\x03\n\x12SubscriptionPackTO\x12\x0f\n\x07ownerId\x18\x01 \x01(\t\x12*\n\tpriceTier\x18\x02 \x01(\x0e\x32\x17.gravi.models.PriceTier\x12\x14\n\x0croomPolicyId\x18\x03 \x01(\t\x12\x17\n\x0flicenseExpiryOn\x18\x0f \x01(\x03\x12\x12\n\nnumOfRooms\x18\x10 \x01(\x05\x12\x16\n\x0espaceAllowance\x18\x11 \x01(\x03\x12>\n\x0f\x65nabledFeatures\x18\x12 \x03(\x0e\x32%.gravi.models.SubscriptionFeatureFlag\x12\x1a\n\x12\x64\x61ysToAutoBinFiles\x18\x13 \x01(\x05\x12*\n\"daysToPermanentlyDeleteBinnedFiles\x18\x14 \x01(\x05\x12\'\n\x1fmonthlyDownloadAllowanceGranted\x18\x15 \x01(\x05\x12\"\n\x1a\x61vailableDownloadAllowance\x18\x16 \x01(\x05\x12)\n!availableDownloadAllowanceVersion\x18\x17 \x01(\t\x12\"\n\x1a\x64ownloadAllowanceRefreshAt\x18\x18 \x01(\x03:\x04\x88\xb5\x18\x01\"h\n\x11UserBehaviourSync\x12!\n\x19inSketchIncrementalTimeMS\x18\x02 \x01(\x05\x12\x1a\n\x12\x63reatedSplineTypes\x18\n \x03(\x05\x12\x14\n\x0csplineCounts\x18\x0b \x03(\x05\"b\n\x11SignUpCacheTicket\x12\x17\n\x0fuserDisplayName\x18\x01 \x01(\t\x12\x14\n\x0csignupExpiry\x18\x0c \x01(\x03\x12\x18\n\x10signupQueryToken\x18\r \x01(\t:\x04\x88\xb5\x18\x01\"|\n\nCachedAuth\x12\x0e\n\x06\x65xpiry\x18\x0c \x01(\x03\x12\x0e\n\x06stoken\x18\r \x01(\t\x12\x32\n\x11lastUsedPriceTier\x18\x0e \x01(\x0e\x32\x17.gravi.models.PriceTier\x12\x14\n\x0c\x65\x61rlyAdopter\x18\x0f \x01(\x08:\x04\x88\xb5\x18\x01\"K\n\x16\x43\x61\x63hedInstallationData\x12\x18\n\x10installationTime\x18\x01 \x01(\x03\x12\x11\n\tinstallId\x18\x02 \x01(\t:\x04\x88\xb5\x18\x01\"\x96\x01\n\x1b\x43loudDocumentMetaLocalCache\x12*\n\x08\x64ocument\x18\x01 \x01(\x0b\x32\x18.gravi.models.DocumentTO\x12\x15\n\reditedLocally\x18\x02 \x01(\x08\x12\x16\n\x0e\x64\x65letedLocally\x18\x03 \x01(\x08\x12\x16\n\x0erenamedLocally\x18\x04 \x01(\x08:\x04\x88\xb5\x18\x01\"3\n\x17\x43loudDocumentIDOrdering\x12\x12\n\nidOrdering\x18\x01 \x03(\t:\x04\x88\xb5\x18\x01\"y\n\x1d\x43\x61\x63hedCloudDocumentProperties\x12R\n\x1f\x63\x61\x63hedCloudDocumentPropertyList\x18\x01 \x03(\x0b\x32).gravi.models.CachedCloudDocumentProperty:\x04\x88\xb5\x18\x01\"_\n\x1b\x43\x61\x63hedCloudDocumentProperty\x12\x12\n\ndocumentId\x18\x01 \x01(\t\x12\x14\n\x0clastOpenTime\x18\x02 \x01(\x03\x12\x10\n\x08\x66ullPath\x18\x03 \x01(\t:\x04\x88\xb5\x18\x01\"\\\n\x17\x43oSketchCachedAssetInfo\x12;\n\x0e\x63\x61\x63hedAssetTOs\x18\x01 \x03(\x0b\x32#.gravi.models.CoSketchCachedAssetTO:\x04\x88\xb5\x18\x01\";\n\x15\x43oSketchCachedAssetTO\x12\x0e\n\x06roomId\x18\x01 \x01(\t\x12\x0c\n\x04size\x18\x02 \x01(\x03:\x04\x88\xb5\x18\x01\"(\n\x10\x42\x61tchedBytesData\x12\x14\n\x0cresponseData\x18\x01 \x03(\x0c\"\xbd\x02\n\x13\x43oSketchRecordingTO\x12\x13\n\x0brecordingId\x18\x01 \x01(\t\x12\x0e\n\x06roomId\x18\x02 \x01(\t\x12\x0f\n\x07ownerId\x18\x03 \x01(\t\x12)\n\x0bqueryIdType\x18\x04 \x01(\x0e\x32\x14.gravi.models.IdType\x12\x1a\n\x12startRecordingTime\x18\x05 \x01(\x03\x12\x18\n\x10\x65ndRecordingTime\x18\x06 \x01(\x03\x12\x16\n\x0e\x65xpiryTimeSecs\x18\x07 \x01(\x03\x12\x38\n\x0creplayStatus\x18\x08 \x01(\x0e\x32\".gravi.models.CoSketchReplayStatus\x12\x1b\n\x13replayLastFlushTime\x18\t \x01(\x03\x12\x1a\n\x12replayFinalCounter\x18\n \x01(\x03:\x04\x88\xb5\x18\x01\"\xc9\x01\n\x0cGSDeepLinkTO\x12.\n\x08linkType\x18\x01 \x01(\x0e\x32\x1c.gravi.models.GSDeepLinkType\x12\x12\n\ndeepLinkId\x18\x02 \x01(\t\x12\x14\n\x0coneTimeToken\x18\x03 \x01(\t\x12<\n\rtargetAppType\x18\x04 \x01(\x0e\x32%.gravi.models.GSDeepLinkTargetAppType\x12\x1b\n\x13\x65nableScreenConsole\x18\n \x01(\x08:\x04\x88\xb5\x18\x01\"\xc6\x01\n\x0f\x43ommunityStudio\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0b\x64isplayName\x18\x02 \x01(\t\x12\x11\n\tcreatedOn\x18\x03 \x01(\x03\x12&\n\x07spaceId\x18\x04 \x01(\x0b\x32\x15.gravi.models.SpaceId\x12\x13\n\x0b\x64\x65scription\x18\x05 \x01(\t\x12<\n\x0bmemberships\x18\x06 \x03(\x0b\x32\'.gravi.models.CommunityStudioMembership:\x04\x88\xb5\x18\x01\"z\n\x0cGSVideoAsset\x12\r\n\x05title\x18\x01 \x01(\t\x12\x13\n\x0b\x64ownloadUrl\x18\x02 \x01(\t\x12\'\n\x05\x64ocTO\x18\x03 \x01(\x0b\x32\x18.gravi.models.DocumentTO\x12\x17\n\x0fisPublicContent\x18\x04 \x01(\x08:\x04\x88\xb5\x18\x01\"L\n\x10GSVideoAssetList\x12\x32\n\x0evideoAssetList\x18\x01 \x03(\x0b\x32\x1a.gravi.models.GSVideoAsset:\x04\x88\xb5\x18\x01\"\xfe\x03\n\x0e\x43oSketchConfig\x12\x11\n\tNetPrefab\x18\x01 \x01(\t\x12\x1a\n\x12SingleplayerPrefab\x18\x02 \x01(\t\x12$\n\x1cReliableRpcTimeoutFrameCount\x18\x04 \x01(\x05\x12\x1c\n\x14ReliableRpcTimeoutMS\x18\x05 \x01(\x05\x12#\n\x1bReliableRpcLatencyWarningMS\x18\x06 \x01(\x05\x12 \n\x18ReliableRpcCheckInterval\x18\x07 \x01(\x05\x12!\n\x19ListRoomRefreshIntervalMS\x18\x08 \x01(\x05\x12\x1d\n\x15PollStrokesIntervalMS\x18\x0c \x01(\x05\x12\x1a\n\x12MinimumOutboundFPS\x18\r \x01(\x05\x12+\n#ReliableRpcLatencyWarningFrameCount\x18\x0e \x01(\x05\x12\x1b\n\x13HeartBeatIntervalMS\x18\x0f \x01(\x05\x12#\n\x1bInitHeartBeatCompensationMS\x18\x10 \x01(\x05\x12\x19\n\x11\x43ollabMaxReadIdle\x18\x11 \x01(\x05\x12#\n\x1bLatencyStatsPrintIntervalMS\x18\x12 \x01(\x05\x12\x1f\n\x17ReliableRpcMaxQueueSize\x18\x13 \x01(\x05:\x04\x88\xb5\x18\x01\"\xd4\x01\n\x12GlobalClientConfig\x12:\n\x11\x43loudLoggerConfig\x18\x02 \x01(\x0b\x32\x1f.gravi.models.CloudLoggerConfig\x12\x36\n\x0f\x41nalyticsConfig\x18\x03 \x01(\x0b\x32\x1d.gravi.models.AnalyticsConfig\x12\x44\n\x16webSocketProbingConfig\x18\x04 \x01(\x0b\x32$.gravi.models.WebSocketProbingConfig:\x04\x88\xb5\x18\x01\"\xb8\x01\n\x11\x43loudLoggerConfig\x12\x19\n\x11\x45nableCloudLogger\x18\x01 \x01(\x08\x12\x10\n\x08\x45ndPoint\x18\x02 \x01(\t\x12\x1c\n\x14\x44\x61taDiscardThreshold\x18\x03 \x01(\x03\x12\x1d\n\x15NormalRetryInternalMS\x18\x04 \x01(\x05\x12\x1b\n\x13LazyRetryInternalMS\x18\x05 \x01(\x05\x12\x16\n\x0eMaxNormalRetry\x18\x06 \x01(\x05:\x04\x88\xb5\x18\x01\"\xac\x01\n\x0f\x41nalyticsConfig\x12\x0f\n\x07\x45nabled\x18\x01 \x01(\x08\x12\x10\n\x08\x45ndPoint\x18\x02 \x01(\t\x12\x1c\n\x14\x44\x61taDiscardThreshold\x18\x03 \x01(\x03\x12\x1d\n\x15NormalRetryInternalMS\x18\x04 \x01(\x05\x12\x1b\n\x13LazyRetryInternalMS\x18\x05 \x01(\x05\x12\x16\n\x0eMaxNormalRetry\x18\x06 \x01(\x05:\x04\x88\xb5\x18\x01\"/\n\x16WebSocketProbingConfig\x12\x0f\n\x07\x65nabled\x18\x01 \x01(\x08:\x04\x88\xb5\x18\x01\"\x8c\x01\n\x16ServerControlledConfig\x12\x34\n\x0e\x43oSketchConfig\x18\x05 \x01(\x0b\x32\x1c.gravi.models.CoSketchConfig\x12\x36\n\x0cGlobalConfig\x18\x06 \x01(\x0b\x32 .gravi.models.GlobalClientConfig:\x04\x88\xb5\x18\x01*\\\n\tPriceTier\x12\n\n\x06Unused\x10\x00\x12\x10\n\x0c\x45\x61rlyAdopter\x10\x01\x12\x07\n\x03Pro\x10\x02\x12\n\n\x06Studio\x10\x04\x12\x0e\n\nEnterprise\x10\x07\x12\x0c\n\x08\x46reemium\x10\x08*\x93\x01\n\x1a\x43onnectionInvitationStatus\x12%\n!ConnectionInvitationStatusPending\x10\x00\x12&\n\"ConnectionInvitationStatusAccepted\x10\x01\x12&\n\"ConnectionInvitationStatusRejected\x10\x02*\x8a\x01\n\x12\x43oSketchRoomStatus\x12\x15\n\x11RoomStatusUnknown\x10\x00\x12\x15\n\x11RoomStatusNotLive\x10\x01\x12\x15\n\x11RoomStatusLoading\x10\x02\x12\x13\n\x0fRoomStatusReady\x10\x03\x12\x1a\n\x16RoomStatusShuttingDown\x10\x04*=\n\x06IdType\x12\n\n\x06UserId\x10\x00\x12\r\n\tOrgTeamId\x10\x01\x12\t\n\x05OrgId\x10\x02\x12\r\n\tCommunity\x10\x03*D\n\x14\x45nvironmentColorType\x12\x13\n\x0f\x45nvironmentFlat\x10\x00\x12\x17\n\x13\x45nvironmentGradient\x10\x01*o\n\x13LightTransformSpace\x12\x1b\n\x17LightTransformSpaceNone\x10\x00\x12\x1d\n\x19LightTransformSpaceSketch\x10\x01\x12\x1c\n\x18LightTransformSpaceWorld\x10\x02*\xd5\x02\n\x11\x45nvironmentPreset\x12\x1e\n\x1a\x45nvironmentPresetUndefined\x10\x00\x12\x1d\n\x19\x45nvironmentPresetGreyRoom\x10\x01\x12\x1e\n\x1a\x45nvironmentPresetBlackRoom\x10\x02\x12\x1e\n\x1a\x45nvironmentPresetWarehouse\x10\x03\x12\x1b\n\x17\x45nvironmentPresetStudio\x10\x04\x12\x1b\n\x17\x45nvironmentPresetCustom\x10\x05\x12,\n(DeprecatedEnvironmentPresetXREnvironment\x10\x06\x12\x1f\n\x1b\x45nvironmentPresetEmptyScene\x10\x07\x12\x1c\n\x18\x45nvironmentPresetGumdrop\x10\x08\x12\x1a\n\x16\x45nvironmentPresetLobby\x10\t*\xac\x01\n\x10\x45nvironmentScene\x12\t\n\x05\x45mpty\x10\x00\x12\x11\n\rInfinitePlane\x10\x01\x12\r\n\tBlackGrid\x10\x02\x12\r\n\tWarehouse\x10\x03\x12\x14\n\x10ReflectionSkybox\x10\x04\x12\x1b\n\x17\x43onfigurableEnvironment\x10\x05\x12\x0b\n\x07Gumdrop\x10\x06\x12\t\n\x05Lobby\x10\x07\x12\x11\n\rProceduralSky\x10\x08*g\n\x1c\x45nvironmentBackgroundSetting\x12\x17\n\x13\x46latColorBackground\x10\x00\x12\x1b\n\x17GradientColorBackground\x10\x01\x12\x11\n\rHDRBackground\x10\x02*\x92\x01\n\x1c\x45nvironmentReflectionSetting\x12\x11\n\rNoReflections\x10\x00\x12\x19\n\x15\x42\x61\x63kgroundReflections\x10\x01\x12\x14\n\x10\x43olorReflections\x10\x02\x12\x18\n\x14\x43ustomHDRReflections\x10\x03\x12\x14\n\x10ZebraReflections\x10\x04*|\n\tUserBadge\x12\x14\n\x10UserBadgeUnknown\x10\x00\x12\x19\n\x15UserBadgeEarlyAdopter\x10\x01\x12\x1e\n\x1aUserBadgeStudentAmbassador\x10\x02\x12\x1e\n\x1aUserBadgeTrainedInstructor\x10\x03*w\n\x13PublicProfileStatus\x12\x1f\n\x1bPublicProfileStatus_Default\x10\x00\x12\x1e\n\x1aPublicProfileStatus_Public\x10\x01\x12\x1f\n\x1bPublicProfileStatus_Private\x10\x02*\xb2\x02\n\rOrgMemberRole\x12\x19\n\x15OrgMemberRoleStandard\x10\x00\x12\x16\n\x12OrgMemberRoleAdmin\x10\x02\x12\x1c\n\x18OrgMemberRoleCoordinator\x10\x03\x12\x19\n\x15OrgMemberRoleReviewer\x10\x04\x12\x17\n\x13OrgMemberRoleViewer\x10\x05\x12\x1e\n\x1aOrgMemberScreenCollabTrial\x10\x06\x12\x19\n\x15OrgMemberGSConsultant\x10\x07\x12\x1e\n\x1aOrgMemberRoleReviewerAdmin\x10\x08\x12\x1c\n\x18OrgMemberRoleViewerAdmin\x10\t\x12#\n\x1fOrgMemberScreenCollabTrialAdmin\x10\n*\xda\x01\n\x0eOrgLicenseType\x12\x1a\n\x16OrgLicenseType_Unknown\x10\x00\x12\x1b\n\x17OrgLicenseType_Creation\x10\x01\x12\x1a\n\x16OrgLicenseType_Trainer\x10\x02\x12\x1f\n\x1bOrgLicenseType_Coordination\x10\x03\x12\x1e\n\x1aOrgLicenseType_ScreenTrial\x10\x04\x12\x19\n\x15OrgLicenseType_Review\x10\x05\x12\x17\n\x13OrgLicenseType_View\x10\x06*U\n\x0bOrgRoleType\x12\x17\n\x13OrgRoleType_Unknown\x10\x00\x12\x16\n\x12OrgRoleType_Member\x10\x01\x12\x15\n\x11OrgRoleType_Admin\x10\x02*q\n\x0fOrgMemberStatus\x12\x1e\n\x1aOrgMemberStatusDeactivated\x10\x00\x12\x1c\n\x18OrgMemberStatusActivated\x10\x01\x12\x1a\n\x16OrgMemberStatusDeleted\x10\x02\"\x04\x08\x03\x10\x03*u\n\x13\x43ommunityStudioRole\x12\x1c\n\x18\x43ommunityStudioRoleUnset\x10\x00\x12\x1d\n\x19\x43ommunityStudioRoleMember\x10\x01\x12!\n\x1d\x43ommunityStudioRoleMaintainer\x10\x02*\'\n\x0c\x44\x61taLocation\x12\x07\n\x03\x41ny\x10\x00\x12\x06\n\x02\x45U\x10\x01\x12\x06\n\x02US\x10\x02*\xfe\x17\n\x17SubscriptionFeatureFlag\x12!\n\x1dSubscriptionFeatureFlagUnused\x10\x00\x12\x34\n0SubscriptionFeatureFlagShareRoomWithExternalUser\x10\x02\x12+\n\'SubscriptionFeatureFlagTrafficRecording\x10\x03\x12\x30\n,SubscriptionFeatureFlagNoScreenshotWatermark\x10\x04\x12/\n+SubscriptionFeatureFlagMiniTrafficRecording\x10\x05\x12$\n SubscriptionFeatureFlagTeamSpace\x10\x06\x12)\n%SubscriptionFeatureFlagCoSketchReplay\x10\x08\x12&\n\"SubscriptionFeatureFlagCloudLogger\x10\t\x12*\n&SubscriptionFeatureFlagDebugFileLogger\x10\n\x12 \n\x1cSubscriptionFeatureFlag2dApp\x10\x0f\x12.\n*SubscriptionFeatureFlagDisableCloudStorage\x10\x10\x12&\n\"SubscriptionFeatureFlagVoiceToText\x10\x12\x12+\n\'SubscriptionFeatureFlagInternalDevTools\x10\x13\x12+\n\'SubscriptionFeatureFlagGrandUnification\x10\x14\x12)\n%SubscriptionFeatureFlagInviteToCollab\x10\x15\x12$\n SubscriptionFeatureFlagScripting\x10\x1a\x12(\n$SubscriptionFeatureFlagJoinerRequest\x10\x1c\x12)\n%SubscriptionFeatureFlagAprilFools2025\x10\x1d\x12,\n(SubscriptionFeatureFlagSocialConnections\x10\x1f\x12<\n8SubscriptionFeatureFlagTrashedAndExpiringDocsEmailDigest\x10!\x12)\n%SubscriptionFeatureFlagCollabHearbeat\x10#\x12+\n\'SubscriptionFeatureFlagEduCertTutorials\x10$\x12-\n)SubscriptionFeatureFlagShareRoomWithinOrg\x10)\x12+\n\'SubscriptionFeatureFlagDebugUserAccount\x10*\x12/\n+SubscriptionFeatureFlagUseNon443GatewayPort\x10+\x12\'\n#SubscriptionFeatureFlagFBXRoundTrip\x10,\x12(\n$SubscriptionFeatureFlagEnablePaywall\x10-\x12*\n&SubscriptionFeatureFlagJailbreakCollab\x10.\x12*\n&SubscriptionFeatureFlagIngressToCollab\x10/\x12\x30\n,SubscriptionFeatureFlagJailbreakScreenCollab\x10\x30\x12,\n(SubscriptionFeatureFlagJailbreakDownload\x10\x31\x12+\n\'SubscriptionFeatureFlagCrossSectionTool\x10\x32\x12>\n:SubscriptionFeatureFlagRefLibFolderNameAndStructureChanged\x10\x33\x12(\n$SubscriptionFeatureFlagLayerGrouping\x10\x34\x12\'\n#SubscriptionFeatureFlagOnlineSketch\x10\x35\x12(\n$SubscriptionFeatureFlagExternalTeams\x10\x36\x12\x38\n4SubscriptionFeatureFlagCollapseMyWorkspaceAndMyFiles\x10\x38\x12\x34\n0SubscriptionFeatureFlagEnableCollabTestConnDebug\x10\x39\x12*\n&SubscriptionFeatureFlagEnablePingTests\x10;\x12/\n+SubscriptionFeatureFlagAssetLibUpdate2024Q2\x10<\x12.\n*SubscriptionFeatureFlagPaidCloudDecimation\x10=\x12\x34\n0SubscriptionFeatureFlagVideoSetAutoplayWithSound\x10>\x12\x36\n2SubscriptionFeatureFlagVideoSetPublicContentSource\x10?\x12*\n&SubscriptionFeatureFlagCloudDecimation\x10@\x12*\n&SubscriptionFeatureFlagRhinoDecimation\x10\x41\x12/\n+SubscriptionFeatureFlagEnableScreenCreation\x10\x46\x12*\n&SubscriptionFeatureFlagWebSocketCollab\x10G\x12+\n\'SubscriptionFeatureFlagWebBrowserCollab\x10H\x12(\n$SubscriptionFeatureFlagScreenConsole\x10P\x12$\n SubscriptionFeatureFlagAppStream\x10Q\x12-\n)SubscriptionFeatureFlagStatelessVoiceChat\x10R\x12\x30\n,SubscriptionFeatureFlagScreenAppReSkinV1Demo\x10Z\x12\x31\n-SubscriptionFeatureFlagStatelessClientSession\x10[\x12#\n\x1fSubscriptionFeatureFlagRoomCode\x10\\\x12\"\n\x1eSubscriptionFeatureFlagProTier\x10]\x12/\n+SubscriptionFeatureFlagCollabSqlPersistence\x10^\x12+\n\'SubscriptionFeatureFlagProTierMessaging\x10_\x12*\n&SubscriptionFeatureFlagRemoveMultiOrgs\x10`\x12\x33\n/SubscriptionFeatureFlagNewServerConnectorStage1\x10\x61\x12:\n6SubscriptionFeatureFlagEnableCollabExperimentsFakeDoor\x10\x62\x12\x33\n/SubscriptionFeatureFlagNewServerConnectorStage2\x10\x63\x12\x35\n1SubscriptionFeatureFlagInternalOnlyAllowMultiOrgs\x10\x64\x12+\n\'SubscriptionFeatureFlagUseGradioWhisper\x10\x65\x12)\n%SubscriptionFeatureFlagUseHttpWhisper\x10\x66\x12$\n SubscriptionFeatureFlagTurntable\x10g\x12$\n SubscriptionFeatureFlagImageTo3D\x10h\"\x04\x08\x11\x10\x11\"\x04\x08\'\x10\'\"\x04\x08\x37\x10\x37*g\n\x0bSSOProvider\x12\x0e\n\nNoProvider\x10\x00\x12\r\n\tMicrosoft\x10\x01\x12\x0b\n\x07Netflix\x10\x02\x12\t\n\x05PAndG\x10\x03\x12\n\n\x06Google\x10\x04\x12\x0b\n\x07Renault\x10\x05\x12\x08\n\x04Okta\x10\x06*3\n\x14OIDCResourceProvider\x12\r\n\tInstagram\x10\x00\x12\x0c\n\x08LinkedIn\x10\x01*\x94\x04\n\x0c\x44ocumentType\x12\x0b\n\x07Unknown\x10\x00\x12\x07\n\x03Grs\x10\x01\x12\t\n\x05Image\x10\x02\x12\x07\n\x03Obj\x10\x03\x12\n\n\x06Sketch\x10\x04\x12\r\n\tSketchZip\x10\x05\x12\x0f\n\x0b\x65xportedObj\x10\x06\x12\x16\n\x12\x65xportedScreenshot\x10\x07\x12\n\n\x06zipObj\x10\x08\x12\x10\n\x0c\x65xportedIGES\x10\t\x12\x0f\n\x0b\x65xportedFBX\x10\n\x12\x0f\n\x0bimportedFBX\x10\x0b\x12\x11\n\rimportedBlend\x10\x0c\x12\x10\n\x0cimportedGLTF\x10\r\x12\x0f\n\x0bimportedSTL\x10\x0e\x12\x13\n\x0fimportedCollada\x10\x0f\x12\x10\n\x0cimportedIGES\x10\x10\x12\x10\n\x0c\x65xportedUSDZ\x10\x14\x12\x0f\n\x0b\x65xportedGLB\x10\x15\x12\x0f\n\x0b\x65xportedMP4\x10\x16\x12\x0f\n\x0bimportedHDR\x10\x19\x12\x07\n\x03svg\x10\x1a\x12\x0f\n\x0bimportedMP4\x10\x1b\x12\x10\n\x0cimportedUSDZ\x10\x1c\x12\x10\n\x0ctrueTypeFont\x10\x1d\x12\x10\n\x0copenTypeFont\x10\x1e\x12\x10\n\x0cOnlineSketch\x10\x1f\x12\x0f\n\x0b\x65xportedGif\x10 \x12\x11\n\rexportedBlend\x10!\x12\x10\n\x0c\x63osketchRoom\x10\x32\x12\n\n\x06\x66older\x10\x64\x12\x10\n\x0c\x65xportPreset\x10\x65*\xce\x01\n\x0eSketchMetaType\x12\x1b\n\x17SketchMetaTypeUndefined\x10\x00\x12\x1a\n\x16SketchMetaTypeAutoSave\x10\x01\x12\x1d\n\x19SketchMetaTypeLocalSketch\x10\x02\x12\"\n\x1eSketchMetaTypeLandingPadSketch\x10\x03\x12 \n\x1cSketchMetaTypeCoCreationRoom\x10\x04\x12\x1e\n\x1aSketchMetaTypeOnlineSketch\x10\x05*\xa5\x01\n\x17\x43ollaborationPermission\x12\x15\n\x11PermissionInValid\x10\x00\x12\x16\n\x12PermissionViewOnly\x10\n\x12\x16\n\x12PermissionComments\x10\x0f\x12\x19\n\x15PermissionSaveToLocal\x10\x14\x12\x13\n\x0fPermissionWrite\x10\x1e\x12\x13\n\x0fPermissionAdmin\x10(*\xa9\x01\n\x11\x43ollaborationRole\x12\x1c\n\x18\x43ollaborationRoleInvalid\x10\x00\x12\x1a\n\x16\x43ollaborationRoleOwner\x10\n\x12\x1b\n\x17\x43ollaborationRoleViewer\x10\x14\x12\x1d\n\x19\x43ollaborationRoleReviewer\x10\x1e\x12\x1e\n\x1a\x43ollaborationRoleCoCreator\x10(*\xb4\x01\n\x18PreProcessedImportStatus\x12#\n\x1fPreProcessedImportStatusInvalid\x10\x00\x12\x18\n\x14NoPreProcessedImport\x10\x01\x12 \n\x1cGeneratingPreProcessedImport\x10\x02\x12\x19\n\x15HasPreProcessedImport\x10\x03\x12\x1c\n\x18\x46\x61iledPreProcessedImport\x10\x04*\xc6\x01\n\x14\x43oSketchReplayStatus\x12\x19\n\x15\x43oSketchReplayUnknown\x10\x00\x12\x1a\n\x16\x43oSketchReplayNoReplay\x10\x01\x12\x1b\n\x17\x43oSketchReplayReplaying\x10\x02\x12\x1e\n\x1a\x43oSketchReplayReplayFailed\x10\x03\x12\x1f\n\x1b\x43oSketchReplayReplaySuccess\x10\x04\x12\x19\n\x15\x43oSketchReplayTimeout\x10\x05*\xe3\x01\n\x0eGSDeepLinkType\x12\x15\n\x11GSDeepLinkUnknown\x10\x00\x12\x18\n\x14GSDeepLinkOpenLinkId\x10\x01\x12\x1d\n\x19GSDeepLinkEnterPublicRoom\x10\x02\x12\x1f\n\x1bGSDeepLinkEnterRoomByRoomId\x10\x03\x12\x1c\n\x18GSDeepLinkOpenSketchFile\x10\x04\x12!\n\x1dGSDeepLinkOpenLocalSketchFile\x10\x05\x12\x1f\n\x1bGSDeepLinkAdminNotification\x10\x06*\x85\x01\n\x12GSDeepLinkLocation\x12\x1d\n\x19GSDeepLinkLocationUnknown\x10\x00\x12\x18\n\x14GSDeepLinkLocation2d\x10\x01\x12\x18\n\x14GSDeepLinkLocationVr\x10\x02\x12\x1c\n\x18GSDeepLinkLocationRemote\x10\x03*~\n\x17GSDeepLinkTargetAppType\x12!\n\x1dGSDeepLinkTargetAppTypeScreen\x10\x00\x12\x1d\n\x19GSDeepLinkTargetAppTypeVR\x10\x01\x12!\n\x1dGSDeepLinkTargetAppTypeStream\x10\x02*\xc4\x01\n\tSourceApp\x12\x12\n\x0eSourceAppUnset\x10\x00\x12\x12\n\x0eSourceAppLPWeb\x10\x01\x12\x0f\n\x0bSourceAppVR\x10\x02\x12\x15\n\x11SourceApp2DScreen\x10\x03\x12\x10\n\x0cSourceAppBot\x10\x04\x12\x16\n\x12SourceAppWebViewer\x10\x05\x12\x13\n\x0fSourceAppPadApp\x10\x06\x12\x10\n\x0cSourceAppCli\x10\x07\x12\x16\n\x12SourceAppOpsPortal\x10\x08*\x95\x04\n\x0bPaywallType\x12\x14\n\x10PaywallTypeUnset\x10\x00\x12&\n\"PaywallTypeMax2InvitedUsersPerRoom\x10\x01\x12%\n!PaywallTypeMax2SharedRoomsPerUser\x10\x02\x12\'\n#PaywallTypeOwnerMustBePresentInRoom\x10\x03\x12\x1e\n\x1aPaywallTypeMax1RoomPerUser\x10\x04\x12%\n!PaywallTypeScreenCollabNotAllowed\x10\x05\x12.\n*PaywallTypeMaxMonthlyDownloadLimitExceeded\x10\x06\x12(\n$PaywallTypeMax3ConcurrentUsersInRoom\x10\x07\x12\x1f\n\x1bPaywallTypeDiscoverBusiness\x10\x08\x12\x1e\n\x1aPaywallTypeCollabRoomLimit\x10\t\x12#\n\x1fPaywallTypeStorageCapFileUpload\x10\n\x12#\n\x1fPaywallTypeStorageCapFileExport\x10\x0b\x12&\n\"PaywallTypeCollabRoomLimitExceeded\x10\x0c\x12$\n PaywallTypeWaitingTimesForExport\x10\r*\xa3\x01\n\rPaywallStatus\x12\x16\n\x12PaywallStatusUnset\x10\x00\x12\x1b\n\x17PaywallStatusNotApplied\x10\x01\x12\x1f\n\x1bPaywallStatusPaywallApplied\x10\x02\x12!\n\x1dPaywallStatusJailbreakApplied\x10\x03\x12\x19\n\x15PaywallStatusGSFriend\x10\x04\x42O\n\x17\x63om.gravitysketch.modelP\x01Z2gravitysketch.com/platform/go/vrproto/gravi/modelsb\x06proto3')
31
+
32
+ _globals = globals()
33
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'gravi.models.gravi_model_pb2', _globals)
35
+ if not _descriptor._USE_C_DESCRIPTORS:
36
+ _globals['DESCRIPTOR']._loaded_options = None
37
+ _globals['DESCRIPTOR']._serialized_options = b'\n\027com.gravitysketch.modelP\001Z2gravitysketch.com/platform/go/vrproto/gravi/models'
38
+ _globals['_IDTICKET']._loaded_options = None
39
+ _globals['_IDTICKET']._serialized_options = b'\210\265\030\001'
40
+ _globals['_AUTHDETAIL']._loaded_options = None
41
+ _globals['_AUTHDETAIL']._serialized_options = b'\210\265\030\001'
42
+ _globals['_COSKETCHTICKET']._loaded_options = None
43
+ _globals['_COSKETCHTICKET']._serialized_options = b'\210\265\030\001'
44
+ _globals['_DEVICEINFO'].fields_by_name['machineName']._loaded_options = None
45
+ _globals['_DEVICEINFO'].fields_by_name['machineName']._serialized_options = b'\242\246\035)\362>\030device_info_machine_name\372>\013MachineName'
46
+ _globals['_DEVICEINFO'].fields_by_name['os']._loaded_options = None
47
+ _globals['_DEVICEINFO'].fields_by_name['os']._serialized_options = b'\242\246\035\023\362>\007os_name\372>\006OSName'
48
+ _globals['_DEVICEINFO'].fields_by_name['browser']._loaded_options = None
49
+ _globals['_DEVICEINFO'].fields_by_name['browser']._serialized_options = b'\242\246\035\016\372>\013BrowserName'
50
+ _globals['_DEVICEINFO']._loaded_options = None
51
+ _globals['_DEVICEINFO']._serialized_options = b'\210\265\030\001'
52
+ _globals['_DOCIDLIST']._loaded_options = None
53
+ _globals['_DOCIDLIST']._serialized_options = b'\210\265\030\001'
54
+ _globals['_MAINTENANCEFLAGS']._loaded_options = None
55
+ _globals['_MAINTENANCEFLAGS']._serialized_options = b'\210\265\030\001'
56
+ _globals['_CLIENTTO']._loaded_options = None
57
+ _globals['_CLIENTTO']._serialized_options = b'\210\265\030\001'
58
+ _globals['_CONNECTIONINVITATIONTO']._loaded_options = None
59
+ _globals['_CONNECTIONINVITATIONTO']._serialized_options = b'\210\265\030\001'
60
+ _globals['_COLLABUSERDISPLAYINFO']._loaded_options = None
61
+ _globals['_COLLABUSERDISPLAYINFO']._serialized_options = b'\210\265\030\001'
62
+ _globals['_ENVIRONMENTSETTINGTO']._loaded_options = None
63
+ _globals['_ENVIRONMENTSETTINGTO']._serialized_options = b'\210\265\030\001'
64
+ _globals['_ENVIRONMENTTO']._loaded_options = None
65
+ _globals['_ENVIRONMENTTO']._serialized_options = b'\210\265\030\001'
66
+ _globals['_HDRDATA']._loaded_options = None
67
+ _globals['_HDRDATA']._serialized_options = b'\210\265\030\001'
68
+ _globals['_USERTO'].fields_by_name['orgMemberships']._loaded_options = None
69
+ _globals['_USERTO'].fields_by_name['orgMemberships']._serialized_options = b'\212\246\035\005orgId'
70
+ _globals['_USERTO']._loaded_options = None
71
+ _globals['_USERTO']._serialized_options = b'\210\265\030\001'
72
+ _globals['_USERSTATSTO_SPLINECOUNTSENTRY']._loaded_options = None
73
+ _globals['_USERSTATSTO_SPLINECOUNTSENTRY']._serialized_options = b'8\001'
74
+ _globals['_USERSTATSTO_LIFEHOURDISTRIBUTIONSENTRY']._loaded_options = None
75
+ _globals['_USERSTATSTO_LIFEHOURDISTRIBUTIONSENTRY']._serialized_options = b'8\001'
76
+ _globals['_USERSTATSTO_MONTHHOURDISTRIBUTIONSENTRY']._loaded_options = None
77
+ _globals['_USERSTATSTO_MONTHHOURDISTRIBUTIONSENTRY']._serialized_options = b'8\001'
78
+ _globals['_USERSTATSTO_WEEKTIMEDISTRIBUTIONSENTRY']._loaded_options = None
79
+ _globals['_USERSTATSTO_WEEKTIMEDISTRIBUTIONSENTRY']._serialized_options = b'8\001'
80
+ _globals['_USERSTATSTO']._loaded_options = None
81
+ _globals['_USERSTATSTO']._serialized_options = b'\210\265\030\001'
82
+ _globals['_USERPUBLICSOCIALINFO']._loaded_options = None
83
+ _globals['_USERPUBLICSOCIALINFO']._serialized_options = b'\210\265\030\001'
84
+ _globals['_USERPUBLICTO']._loaded_options = None
85
+ _globals['_USERPUBLICTO']._serialized_options = b'\210\265\030\001'
86
+ _globals['_ORGMEMBERSHIP']._loaded_options = None
87
+ _globals['_ORGMEMBERSHIP']._serialized_options = b'\210\265\030\001'
88
+ _globals['_SHAREDORGANIZATION']._loaded_options = None
89
+ _globals['_SHAREDORGANIZATION']._serialized_options = b'\210\265\030\001'
90
+ _globals['_COMMUNITYSTUDIOMEMBERSHIP']._loaded_options = None
91
+ _globals['_COMMUNITYSTUDIOMEMBERSHIP']._serialized_options = b'\210\265\030\001'
92
+ _globals['_SHARABLEUSERINFO']._loaded_options = None
93
+ _globals['_SHARABLEUSERINFO']._serialized_options = b'\210\265\030\001'
94
+ _globals['_DOCUMENTTO']._loaded_options = None
95
+ _globals['_DOCUMENTTO']._serialized_options = b'\210\265\030\001'
96
+ _globals['_COCREATIONMETADATA']._loaded_options = None
97
+ _globals['_COCREATIONMETADATA']._serialized_options = b'\210\265\030\001'
98
+ _globals['_COCREATIONLIVEINSTANCE']._loaded_options = None
99
+ _globals['_COCREATIONLIVEINSTANCE']._serialized_options = b'\210\265\030\001'
100
+ _globals['_DOCREVISION']._loaded_options = None
101
+ _globals['_DOCREVISION']._serialized_options = b'\210\265\030\001'
102
+ _globals['_SPACEID']._loaded_options = None
103
+ _globals['_SPACEID']._serialized_options = b'\210\265\030\001'
104
+ _globals['_RECENTSKETCHMETADATA']._loaded_options = None
105
+ _globals['_RECENTSKETCHMETADATA']._serialized_options = b'\210\265\030\001'
106
+ _globals['_SUBSCRIPTIONPACKTO']._loaded_options = None
107
+ _globals['_SUBSCRIPTIONPACKTO']._serialized_options = b'\210\265\030\001'
108
+ _globals['_SIGNUPCACHETICKET']._loaded_options = None
109
+ _globals['_SIGNUPCACHETICKET']._serialized_options = b'\210\265\030\001'
110
+ _globals['_CACHEDAUTH']._loaded_options = None
111
+ _globals['_CACHEDAUTH']._serialized_options = b'\210\265\030\001'
112
+ _globals['_CACHEDINSTALLATIONDATA']._loaded_options = None
113
+ _globals['_CACHEDINSTALLATIONDATA']._serialized_options = b'\210\265\030\001'
114
+ _globals['_CLOUDDOCUMENTMETALOCALCACHE']._loaded_options = None
115
+ _globals['_CLOUDDOCUMENTMETALOCALCACHE']._serialized_options = b'\210\265\030\001'
116
+ _globals['_CLOUDDOCUMENTIDORDERING']._loaded_options = None
117
+ _globals['_CLOUDDOCUMENTIDORDERING']._serialized_options = b'\210\265\030\001'
118
+ _globals['_CACHEDCLOUDDOCUMENTPROPERTIES']._loaded_options = None
119
+ _globals['_CACHEDCLOUDDOCUMENTPROPERTIES']._serialized_options = b'\210\265\030\001'
120
+ _globals['_CACHEDCLOUDDOCUMENTPROPERTY']._loaded_options = None
121
+ _globals['_CACHEDCLOUDDOCUMENTPROPERTY']._serialized_options = b'\210\265\030\001'
122
+ _globals['_COSKETCHCACHEDASSETINFO']._loaded_options = None
123
+ _globals['_COSKETCHCACHEDASSETINFO']._serialized_options = b'\210\265\030\001'
124
+ _globals['_COSKETCHCACHEDASSETTO']._loaded_options = None
125
+ _globals['_COSKETCHCACHEDASSETTO']._serialized_options = b'\210\265\030\001'
126
+ _globals['_COSKETCHRECORDINGTO']._loaded_options = None
127
+ _globals['_COSKETCHRECORDINGTO']._serialized_options = b'\210\265\030\001'
128
+ _globals['_GSDEEPLINKTO']._loaded_options = None
129
+ _globals['_GSDEEPLINKTO']._serialized_options = b'\210\265\030\001'
130
+ _globals['_COMMUNITYSTUDIO']._loaded_options = None
131
+ _globals['_COMMUNITYSTUDIO']._serialized_options = b'\210\265\030\001'
132
+ _globals['_GSVIDEOASSET']._loaded_options = None
133
+ _globals['_GSVIDEOASSET']._serialized_options = b'\210\265\030\001'
134
+ _globals['_GSVIDEOASSETLIST']._loaded_options = None
135
+ _globals['_GSVIDEOASSETLIST']._serialized_options = b'\210\265\030\001'
136
+ _globals['_COSKETCHCONFIG']._loaded_options = None
137
+ _globals['_COSKETCHCONFIG']._serialized_options = b'\210\265\030\001'
138
+ _globals['_GLOBALCLIENTCONFIG']._loaded_options = None
139
+ _globals['_GLOBALCLIENTCONFIG']._serialized_options = b'\210\265\030\001'
140
+ _globals['_CLOUDLOGGERCONFIG']._loaded_options = None
141
+ _globals['_CLOUDLOGGERCONFIG']._serialized_options = b'\210\265\030\001'
142
+ _globals['_ANALYTICSCONFIG']._loaded_options = None
143
+ _globals['_ANALYTICSCONFIG']._serialized_options = b'\210\265\030\001'
144
+ _globals['_WEBSOCKETPROBINGCONFIG']._loaded_options = None
145
+ _globals['_WEBSOCKETPROBINGCONFIG']._serialized_options = b'\210\265\030\001'
146
+ _globals['_SERVERCONTROLLEDCONFIG']._loaded_options = None
147
+ _globals['_SERVERCONTROLLEDCONFIG']._serialized_options = b'\210\265\030\001'
148
+ _globals['_PRICETIER']._serialized_start=10987
149
+ _globals['_PRICETIER']._serialized_end=11079
150
+ _globals['_CONNECTIONINVITATIONSTATUS']._serialized_start=11082
151
+ _globals['_CONNECTIONINVITATIONSTATUS']._serialized_end=11229
152
+ _globals['_COSKETCHROOMSTATUS']._serialized_start=11232
153
+ _globals['_COSKETCHROOMSTATUS']._serialized_end=11370
154
+ _globals['_IDTYPE']._serialized_start=11372
155
+ _globals['_IDTYPE']._serialized_end=11433
156
+ _globals['_ENVIRONMENTCOLORTYPE']._serialized_start=11435
157
+ _globals['_ENVIRONMENTCOLORTYPE']._serialized_end=11503
158
+ _globals['_LIGHTTRANSFORMSPACE']._serialized_start=11505
159
+ _globals['_LIGHTTRANSFORMSPACE']._serialized_end=11616
160
+ _globals['_ENVIRONMENTPRESET']._serialized_start=11619
161
+ _globals['_ENVIRONMENTPRESET']._serialized_end=11960
162
+ _globals['_ENVIRONMENTSCENE']._serialized_start=11963
163
+ _globals['_ENVIRONMENTSCENE']._serialized_end=12135
164
+ _globals['_ENVIRONMENTBACKGROUNDSETTING']._serialized_start=12137
165
+ _globals['_ENVIRONMENTBACKGROUNDSETTING']._serialized_end=12240
166
+ _globals['_ENVIRONMENTREFLECTIONSETTING']._serialized_start=12243
167
+ _globals['_ENVIRONMENTREFLECTIONSETTING']._serialized_end=12389
168
+ _globals['_USERBADGE']._serialized_start=12391
169
+ _globals['_USERBADGE']._serialized_end=12515
170
+ _globals['_PUBLICPROFILESTATUS']._serialized_start=12517
171
+ _globals['_PUBLICPROFILESTATUS']._serialized_end=12636
172
+ _globals['_ORGMEMBERROLE']._serialized_start=12639
173
+ _globals['_ORGMEMBERROLE']._serialized_end=12945
174
+ _globals['_ORGLICENSETYPE']._serialized_start=12948
175
+ _globals['_ORGLICENSETYPE']._serialized_end=13166
176
+ _globals['_ORGROLETYPE']._serialized_start=13168
177
+ _globals['_ORGROLETYPE']._serialized_end=13253
178
+ _globals['_ORGMEMBERSTATUS']._serialized_start=13255
179
+ _globals['_ORGMEMBERSTATUS']._serialized_end=13368
180
+ _globals['_COMMUNITYSTUDIOROLE']._serialized_start=13370
181
+ _globals['_COMMUNITYSTUDIOROLE']._serialized_end=13487
182
+ _globals['_DATALOCATION']._serialized_start=13489
183
+ _globals['_DATALOCATION']._serialized_end=13528
184
+ _globals['_SUBSCRIPTIONFEATUREFLAG']._serialized_start=13531
185
+ _globals['_SUBSCRIPTIONFEATUREFLAG']._serialized_end=16601
186
+ _globals['_SSOPROVIDER']._serialized_start=16603
187
+ _globals['_SSOPROVIDER']._serialized_end=16706
188
+ _globals['_OIDCRESOURCEPROVIDER']._serialized_start=16708
189
+ _globals['_OIDCRESOURCEPROVIDER']._serialized_end=16759
190
+ _globals['_DOCUMENTTYPE']._serialized_start=16762
191
+ _globals['_DOCUMENTTYPE']._serialized_end=17294
192
+ _globals['_SKETCHMETATYPE']._serialized_start=17297
193
+ _globals['_SKETCHMETATYPE']._serialized_end=17503
194
+ _globals['_COLLABORATIONPERMISSION']._serialized_start=17506
195
+ _globals['_COLLABORATIONPERMISSION']._serialized_end=17671
196
+ _globals['_COLLABORATIONROLE']._serialized_start=17674
197
+ _globals['_COLLABORATIONROLE']._serialized_end=17843
198
+ _globals['_PREPROCESSEDIMPORTSTATUS']._serialized_start=17846
199
+ _globals['_PREPROCESSEDIMPORTSTATUS']._serialized_end=18026
200
+ _globals['_COSKETCHREPLAYSTATUS']._serialized_start=18029
201
+ _globals['_COSKETCHREPLAYSTATUS']._serialized_end=18227
202
+ _globals['_GSDEEPLINKTYPE']._serialized_start=18230
203
+ _globals['_GSDEEPLINKTYPE']._serialized_end=18457
204
+ _globals['_GSDEEPLINKLOCATION']._serialized_start=18460
205
+ _globals['_GSDEEPLINKLOCATION']._serialized_end=18593
206
+ _globals['_GSDEEPLINKTARGETAPPTYPE']._serialized_start=18595
207
+ _globals['_GSDEEPLINKTARGETAPPTYPE']._serialized_end=18721
208
+ _globals['_SOURCEAPP']._serialized_start=18724
209
+ _globals['_SOURCEAPP']._serialized_end=18920
210
+ _globals['_PAYWALLTYPE']._serialized_start=18923
211
+ _globals['_PAYWALLTYPE']._serialized_end=19456
212
+ _globals['_PAYWALLSTATUS']._serialized_start=19459
213
+ _globals['_PAYWALLSTATUS']._serialized_end=19622
214
+ _globals['_IDTICKET']._serialized_start=149
215
+ _globals['_IDTICKET']._serialized_end=197
216
+ _globals['_AUTHDETAIL']._serialized_start=200
217
+ _globals['_AUTHDETAIL']._serialized_end=448
218
+ _globals['_COSKETCHTICKET']._serialized_start=450
219
+ _globals['_COSKETCHTICKET']._serialized_end=492
220
+ _globals['_DEVICEINFO']._serialized_start=495
221
+ _globals['_DEVICEINFO']._serialized_end=754
222
+ _globals['_DOCIDLIST']._serialized_start=756
223
+ _globals['_DOCIDLIST']._serialized_end=788
224
+ _globals['_MAINTENANCEFLAGS']._serialized_start=791
225
+ _globals['_MAINTENANCEFLAGS']._serialized_end=929
226
+ _globals['_CLIENTTO']._serialized_start=931
227
+ _globals['_CLIENTTO']._serialized_end=981
228
+ _globals['_CONNECTIONINVITATIONTO']._serialized_start=984
229
+ _globals['_CONNECTIONINVITATIONTO']._serialized_end=1292
230
+ _globals['_COLLABUSERDISPLAYINFO']._serialized_start=1294
231
+ _globals['_COLLABUSERDISPLAYINFO']._serialized_end=1344
232
+ _globals['_ENVIRONMENTSETTINGTO']._serialized_start=1347
233
+ _globals['_ENVIRONMENTSETTINGTO']._serialized_end=2709
234
+ _globals['_ENVIRONMENTSETTINGFILE']._serialized_start=2711
235
+ _globals['_ENVIRONMENTSETTINGFILE']._serialized_end=2793
236
+ _globals['_ENVIRONMENTTO']._serialized_start=2796
237
+ _globals['_ENVIRONMENTTO']._serialized_end=2976
238
+ _globals['_HDRDATA']._serialized_start=2979
239
+ _globals['_HDRDATA']._serialized_end=3203
240
+ _globals['_USERTO']._serialized_start=3206
241
+ _globals['_USERTO']._serialized_end=3800
242
+ _globals['_USERSTATSTO']._serialized_start=3803
243
+ _globals['_USERSTATSTO']._serialized_end=4441
244
+ _globals['_USERSTATSTO_SPLINECOUNTSENTRY']._serialized_start=4197
245
+ _globals['_USERSTATSTO_SPLINECOUNTSENTRY']._serialized_end=4248
246
+ _globals['_USERSTATSTO_LIFEHOURDISTRIBUTIONSENTRY']._serialized_start=4250
247
+ _globals['_USERSTATSTO_LIFEHOURDISTRIBUTIONSENTRY']._serialized_end=4310
248
+ _globals['_USERSTATSTO_MONTHHOURDISTRIBUTIONSENTRY']._serialized_start=4312
249
+ _globals['_USERSTATSTO_MONTHHOURDISTRIBUTIONSENTRY']._serialized_end=4373
250
+ _globals['_USERSTATSTO_WEEKTIMEDISTRIBUTIONSENTRY']._serialized_start=4375
251
+ _globals['_USERSTATSTO_WEEKTIMEDISTRIBUTIONSENTRY']._serialized_end=4435
252
+ _globals['_USERPUBLICSOCIALINFO']._serialized_start=4444
253
+ _globals['_USERPUBLICSOCIALINFO']._serialized_end=4618
254
+ _globals['_USERPUBLICTO']._serialized_start=4621
255
+ _globals['_USERPUBLICTO']._serialized_end=4813
256
+ _globals['_ORGMEMBERSHIP']._serialized_start=4816
257
+ _globals['_ORGMEMBERSHIP']._serialized_end=5144
258
+ _globals['_SHAREDORGANIZATION']._serialized_start=5147
259
+ _globals['_SHAREDORGANIZATION']._serialized_end=5278
260
+ _globals['_COMMUNITYSTUDIOMEMBERSHIP']._serialized_start=5281
261
+ _globals['_COMMUNITYSTUDIOMEMBERSHIP']._serialized_end=5417
262
+ _globals['_SHARABLEUSERINFO']._serialized_start=5419
263
+ _globals['_SHARABLEUSERINFO']._serialized_end=5496
264
+ _globals['_DOCUMENTTO']._serialized_start=5499
265
+ _globals['_DOCUMENTTO']._serialized_end=6510
266
+ _globals['_COCREATIONMETADATA']._serialized_start=6513
267
+ _globals['_COCREATIONMETADATA']._serialized_end=6645
268
+ _globals['_COCREATIONLIVEINSTANCE']._serialized_start=6648
269
+ _globals['_COCREATIONLIVEINSTANCE']._serialized_end=6861
270
+ _globals['_DOCREVISION']._serialized_start=6863
271
+ _globals['_DOCREVISION']._serialized_end=6948
272
+ _globals['_SPACEID']._serialized_start=6951
273
+ _globals['_SPACEID']._serialized_end=7094
274
+ _globals['_RECENTSKETCHMETADATA']._serialized_start=7097
275
+ _globals['_RECENTSKETCHMETADATA']._serialized_end=7271
276
+ _globals['_SUBSCRIPTIONPACKTO']._serialized_start=7274
277
+ _globals['_SUBSCRIPTIONPACKTO']._serialized_end=7744
278
+ _globals['_USERBEHAVIOURSYNC']._serialized_start=7746
279
+ _globals['_USERBEHAVIOURSYNC']._serialized_end=7850
280
+ _globals['_SIGNUPCACHETICKET']._serialized_start=7852
281
+ _globals['_SIGNUPCACHETICKET']._serialized_end=7950
282
+ _globals['_CACHEDAUTH']._serialized_start=7952
283
+ _globals['_CACHEDAUTH']._serialized_end=8076
284
+ _globals['_CACHEDINSTALLATIONDATA']._serialized_start=8078
285
+ _globals['_CACHEDINSTALLATIONDATA']._serialized_end=8153
286
+ _globals['_CLOUDDOCUMENTMETALOCALCACHE']._serialized_start=8156
287
+ _globals['_CLOUDDOCUMENTMETALOCALCACHE']._serialized_end=8306
288
+ _globals['_CLOUDDOCUMENTIDORDERING']._serialized_start=8308
289
+ _globals['_CLOUDDOCUMENTIDORDERING']._serialized_end=8359
290
+ _globals['_CACHEDCLOUDDOCUMENTPROPERTIES']._serialized_start=8361
291
+ _globals['_CACHEDCLOUDDOCUMENTPROPERTIES']._serialized_end=8482
292
+ _globals['_CACHEDCLOUDDOCUMENTPROPERTY']._serialized_start=8484
293
+ _globals['_CACHEDCLOUDDOCUMENTPROPERTY']._serialized_end=8579
294
+ _globals['_COSKETCHCACHEDASSETINFO']._serialized_start=8581
295
+ _globals['_COSKETCHCACHEDASSETINFO']._serialized_end=8673
296
+ _globals['_COSKETCHCACHEDASSETTO']._serialized_start=8675
297
+ _globals['_COSKETCHCACHEDASSETTO']._serialized_end=8734
298
+ _globals['_BATCHEDBYTESDATA']._serialized_start=8736
299
+ _globals['_BATCHEDBYTESDATA']._serialized_end=8776
300
+ _globals['_COSKETCHRECORDINGTO']._serialized_start=8779
301
+ _globals['_COSKETCHRECORDINGTO']._serialized_end=9096
302
+ _globals['_GSDEEPLINKTO']._serialized_start=9099
303
+ _globals['_GSDEEPLINKTO']._serialized_end=9300
304
+ _globals['_COMMUNITYSTUDIO']._serialized_start=9303
305
+ _globals['_COMMUNITYSTUDIO']._serialized_end=9501
306
+ _globals['_GSVIDEOASSET']._serialized_start=9503
307
+ _globals['_GSVIDEOASSET']._serialized_end=9625
308
+ _globals['_GSVIDEOASSETLIST']._serialized_start=9627
309
+ _globals['_GSVIDEOASSETLIST']._serialized_end=9703
310
+ _globals['_COSKETCHCONFIG']._serialized_start=9706
311
+ _globals['_COSKETCHCONFIG']._serialized_end=10216
312
+ _globals['_GLOBALCLIENTCONFIG']._serialized_start=10219
313
+ _globals['_GLOBALCLIENTCONFIG']._serialized_end=10431
314
+ _globals['_CLOUDLOGGERCONFIG']._serialized_start=10434
315
+ _globals['_CLOUDLOGGERCONFIG']._serialized_end=10618
316
+ _globals['_ANALYTICSCONFIG']._serialized_start=10621
317
+ _globals['_ANALYTICSCONFIG']._serialized_end=10793
318
+ _globals['_WEBSOCKETPROBINGCONFIG']._serialized_start=10795
319
+ _globals['_WEBSOCKETPROBINGCONFIG']._serialized_end=10842
320
+ _globals['_SERVERCONTROLLEDCONFIG']._serialized_start=10845
321
+ _globals['_SERVERCONTROLLEDCONFIG']._serialized_end=10985
322
+ # @@protoc_insertion_point(module_scope)