raystack-proton 2025.10.8.102837__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.

Potentially problematic release.


This version of raystack-proton might be problematic. Click here for more details.

Files changed (181) hide show
  1. google/__init__.py +0 -0
  2. google/api/__init__.py +0 -0
  3. google/api/annotations_pb2.py +37 -0
  4. google/api/annotations_pb2.pyi +8 -0
  5. google/api/field_behavior_pb2.py +38 -0
  6. google/api/field_behavior_pb2.pyi +27 -0
  7. google/api/http_pb2.py +41 -0
  8. google/api/http_pb2.pyi +47 -0
  9. google/api/httpbody_pb2.py +38 -0
  10. google/api/httpbody_pb2.pyi +18 -0
  11. protoc_gen_openapiv2/__init__.py +0 -0
  12. protoc_gen_openapiv2/options/__init__.py +0 -0
  13. protoc_gen_openapiv2/options/annotations_pb2.py +37 -0
  14. protoc_gen_openapiv2/options/annotations_pb2.pyi +16 -0
  15. protoc_gen_openapiv2/options/openapiv2_pb2.py +142 -0
  16. protoc_gen_openapiv2/options/openapiv2_pb2.pyi +463 -0
  17. raystack/__init__.py +0 -0
  18. raystack/assets/__init__.py +0 -0
  19. raystack/assets/v1beta1/__init__.py +0 -0
  20. raystack/assets/v1beta1/bucket_pb2.py +45 -0
  21. raystack/assets/v1beta1/bucket_pb2.pyi +59 -0
  22. raystack/assets/v1beta1/dashboard_pb2.py +45 -0
  23. raystack/assets/v1beta1/dashboard_pb2.pyi +65 -0
  24. raystack/assets/v1beta1/event_pb2.py +38 -0
  25. raystack/assets/v1beta1/event_pb2.pyi +19 -0
  26. raystack/assets/v1beta1/group_pb2.py +43 -0
  27. raystack/assets/v1beta1/group_pb2.pyi +35 -0
  28. raystack/assets/v1beta1/job_pb2.py +43 -0
  29. raystack/assets/v1beta1/job_pb2.pyi +28 -0
  30. raystack/assets/v1beta1/lineage_pb2.py +38 -0
  31. raystack/assets/v1beta1/lineage_pb2.pyi +16 -0
  32. raystack/assets/v1beta1/ownership_pb2.py +39 -0
  33. raystack/assets/v1beta1/ownership_pb2.pyi +25 -0
  34. raystack/assets/v1beta1/preview_pb2.py +38 -0
  35. raystack/assets/v1beta1/preview_pb2.pyi +16 -0
  36. raystack/assets/v1beta1/properties_pb2.py +42 -0
  37. raystack/assets/v1beta1/properties_pb2.pyi +25 -0
  38. raystack/assets/v1beta1/resource_pb2.py +37 -0
  39. raystack/assets/v1beta1/resource_pb2.pyi +21 -0
  40. raystack/assets/v1beta1/schema_pb2.py +44 -0
  41. raystack/assets/v1beta1/schema_pb2.pyi +58 -0
  42. raystack/assets/v1beta1/table_pb2.py +49 -0
  43. raystack/assets/v1beta1/table_pb2.pyi +63 -0
  44. raystack/assets/v1beta1/timestamp_pb2.py +40 -0
  45. raystack/assets/v1beta1/timestamp_pb2.pyi +25 -0
  46. raystack/assets/v1beta1/topic_pb2.py +46 -0
  47. raystack/assets/v1beta1/topic_pb2.pyi +41 -0
  48. raystack/assets/v1beta1/user_pb2.py +45 -0
  49. raystack/assets/v1beta1/user_pb2.pyi +63 -0
  50. raystack/assets/v1beta2/__init__.py +0 -0
  51. raystack/assets/v1beta2/application_pb2.py +39 -0
  52. raystack/assets/v1beta2/application_pb2.pyi +24 -0
  53. raystack/assets/v1beta2/asset_pb2.py +44 -0
  54. raystack/assets/v1beta2/asset_pb2.pyi +49 -0
  55. raystack/assets/v1beta2/bucket_pb2.py +42 -0
  56. raystack/assets/v1beta2/bucket_pb2.pyi +54 -0
  57. raystack/assets/v1beta2/common_pb2.py +44 -0
  58. raystack/assets/v1beta2/common_pb2.pyi +52 -0
  59. raystack/assets/v1beta2/dashboard_pb2.py +42 -0
  60. raystack/assets/v1beta2/dashboard_pb2.pyi +60 -0
  61. raystack/assets/v1beta2/experiment_pb2.py +41 -0
  62. raystack/assets/v1beta2/experiment_pb2.pyi +40 -0
  63. raystack/assets/v1beta2/feature_table_pb2.py +47 -0
  64. raystack/assets/v1beta2/feature_table_pb2.pyi +59 -0
  65. raystack/assets/v1beta2/group_pb2.py +40 -0
  66. raystack/assets/v1beta2/group_pb2.pyi +26 -0
  67. raystack/assets/v1beta2/job_pb2.py +39 -0
  68. raystack/assets/v1beta2/job_pb2.pyi +20 -0
  69. raystack/assets/v1beta2/metric_pb2.py +39 -0
  70. raystack/assets/v1beta2/metric_pb2.pyi +28 -0
  71. raystack/assets/v1beta2/model_pb2.py +49 -0
  72. raystack/assets/v1beta2/model_pb2.pyi +73 -0
  73. raystack/assets/v1beta2/table_pb2.py +47 -0
  74. raystack/assets/v1beta2/table_pb2.pyi +93 -0
  75. raystack/assets/v1beta2/topic_pb2.py +43 -0
  76. raystack/assets/v1beta2/topic_pb2.pyi +40 -0
  77. raystack/assets/v1beta2/user_pb2.py +43 -0
  78. raystack/assets/v1beta2/user_pb2.pyi +61 -0
  79. raystack/common/__init__.py +0 -0
  80. raystack/common/v1/__init__.py +0 -0
  81. raystack/common/v1/service_connect.py +119 -0
  82. raystack/common/v1/service_pb2.py +48 -0
  83. raystack/common/v1/service_pb2.pyi +39 -0
  84. raystack/compass/__init__.py +0 -0
  85. raystack/compass/v1beta1/__init__.py +0 -0
  86. raystack/compass/v1beta1/service_connect.py +2784 -0
  87. raystack/compass/v1beta1/service_pb2.py +581 -0
  88. raystack/compass/v1beta1/service_pb2.pyi +1055 -0
  89. raystack/entropy/__init__.py +0 -0
  90. raystack/entropy/v1beta1/__init__.py +0 -0
  91. raystack/entropy/v1beta1/module_connect.py +379 -0
  92. raystack/entropy/v1beta1/module_pb2.py +72 -0
  93. raystack/entropy/v1beta1/module_pb2.pyi +88 -0
  94. raystack/entropy/v1beta1/resource_connect.py +574 -0
  95. raystack/entropy/v1beta1/resource_pb2.py +134 -0
  96. raystack/entropy/v1beta1/resource_pb2.pyi +268 -0
  97. raystack/frontier/__init__.py +0 -0
  98. raystack/frontier/v1beta1/__init__.py +0 -0
  99. raystack/frontier/v1beta1/admin_connect.py +4021 -0
  100. raystack/frontier/v1beta1/admin_pb2.py +617 -0
  101. raystack/frontier/v1beta1/admin_pb2.pyi +1151 -0
  102. raystack/frontier/v1beta1/frontier_connect.py +11169 -0
  103. raystack/frontier/v1beta1/frontier_pb2.py +1648 -0
  104. raystack/frontier/v1beta1/frontier_pb2.pyi +2730 -0
  105. raystack/frontier/v1beta1/models_pb2.py +398 -0
  106. raystack/frontier/v1beta1/models_pb2.pyi +1150 -0
  107. raystack/guardian/__init__.py +0 -0
  108. raystack/guardian/v1beta1/__init__.py +0 -0
  109. raystack/guardian/v1beta1/guardian_connect.py +2654 -0
  110. raystack/guardian/v1beta1/guardian_pb2.py +527 -0
  111. raystack/guardian/v1beta1/guardian_pb2.pyi +1257 -0
  112. raystack/optimus/__init__.py +0 -0
  113. raystack/optimus/core/__init__.py +0 -0
  114. raystack/optimus/core/v1beta1/__init__.py +0 -0
  115. raystack/optimus/core/v1beta1/backup_connect.py +249 -0
  116. raystack/optimus/core/v1beta1/backup_pb2.py +70 -0
  117. raystack/optimus/core/v1beta1/backup_pb2.pyi +108 -0
  118. raystack/optimus/core/v1beta1/job_run_connect.py +314 -0
  119. raystack/optimus/core/v1beta1/job_run_pb2.py +88 -0
  120. raystack/optimus/core/v1beta1/job_run_pb2.pyi +164 -0
  121. raystack/optimus/core/v1beta1/job_spec_connect.py +1289 -0
  122. raystack/optimus/core/v1beta1/job_spec_pb2.py +229 -0
  123. raystack/optimus/core/v1beta1/job_spec_pb2.pyi +700 -0
  124. raystack/optimus/core/v1beta1/namespace_connect.py +249 -0
  125. raystack/optimus/core/v1beta1/namespace_pb2.py +63 -0
  126. raystack/optimus/core/v1beta1/namespace_pb2.pyi +66 -0
  127. raystack/optimus/core/v1beta1/project_connect.py +249 -0
  128. raystack/optimus/core/v1beta1/project_pb2.py +63 -0
  129. raystack/optimus/core/v1beta1/project_pb2.pyi +60 -0
  130. raystack/optimus/core/v1beta1/replay_connect.py +314 -0
  131. raystack/optimus/core/v1beta1/replay_pb2.py +72 -0
  132. raystack/optimus/core/v1beta1/replay_pb2.pyi +127 -0
  133. raystack/optimus/core/v1beta1/resource_connect.py +509 -0
  134. raystack/optimus/core/v1beta1/resource_pb2.py +93 -0
  135. raystack/optimus/core/v1beta1/resource_pb2.pyi +182 -0
  136. raystack/optimus/core/v1beta1/runtime_connect.py +119 -0
  137. raystack/optimus/core/v1beta1/runtime_pb2.py +45 -0
  138. raystack/optimus/core/v1beta1/runtime_pb2.pyi +19 -0
  139. raystack/optimus/core/v1beta1/secret_connect.py +314 -0
  140. raystack/optimus/core/v1beta1/secret_pb2.py +66 -0
  141. raystack/optimus/core/v1beta1/secret_pb2.pyi +81 -0
  142. raystack/optimus/core/v1beta1/status_pb2.py +39 -0
  143. raystack/optimus/core/v1beta1/status_pb2.pyi +31 -0
  144. raystack/optimus/integration/__init__.py +0 -0
  145. raystack/optimus/integration/v1beta1/__init__.py +0 -0
  146. raystack/optimus/integration/v1beta1/event_pb2.py +50 -0
  147. raystack/optimus/integration/v1beta1/event_pb2.pyi +94 -0
  148. raystack/optimus/plugins/__init__.py +0 -0
  149. raystack/optimus/plugins/v1beta1/__init__.py +0 -0
  150. raystack/optimus/plugins/v1beta1/dependency_resolver_connect.py +314 -0
  151. raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.py +66 -0
  152. raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.pyi +118 -0
  153. raystack/predator/__init__.py +0 -0
  154. raystack/predator/v1beta1/__init__.py +0 -0
  155. raystack/predator/v1beta1/metrics_log_pb2.py +46 -0
  156. raystack/predator/v1beta1/metrics_log_pb2.pyi +68 -0
  157. raystack/predator/v1beta1/result_log_pb2.py +45 -0
  158. raystack/predator/v1beta1/result_log_pb2.pyi +61 -0
  159. raystack/raccoon/__init__.py +0 -0
  160. raystack/raccoon/v1beta1/__init__.py +0 -0
  161. raystack/raccoon/v1beta1/raccoon_connect.py +119 -0
  162. raystack/raccoon/v1beta1/raccoon_pb2.py +52 -0
  163. raystack/raccoon/v1beta1/raccoon_pb2.pyi +74 -0
  164. raystack/siren/__init__.py +0 -0
  165. raystack/siren/v1beta1/__init__.py +0 -0
  166. raystack/siren/v1beta1/siren_connect.py +2329 -0
  167. raystack/siren/v1beta1/siren_pb2.py +415 -0
  168. raystack/siren/v1beta1/siren_pb2.pyi +890 -0
  169. raystack/stencil/__init__.py +0 -0
  170. raystack/stencil/v1beta1/__init__.py +0 -0
  171. raystack/stencil/v1beta1/stencil_connect.py +1094 -0
  172. raystack/stencil/v1beta1/stencil_pb2.py +158 -0
  173. raystack/stencil/v1beta1/stencil_pb2.pyi +357 -0
  174. raystack_proton-2025.10.8.102837.dist-info/METADATA +101 -0
  175. raystack_proton-2025.10.8.102837.dist-info/RECORD +181 -0
  176. raystack_proton-2025.10.8.102837.dist-info/WHEEL +5 -0
  177. raystack_proton-2025.10.8.102837.dist-info/licenses/LICENSE +201 -0
  178. raystack_proton-2025.10.8.102837.dist-info/top_level.txt +4 -0
  179. validate/__init__.py +0 -0
  180. validate/validate_pb2.py +86 -0
  181. validate/validate_pb2.pyi +497 -0
@@ -0,0 +1,181 @@
1
+ google/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ google/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ google/api/annotations_pb2.py,sha256=is9fMgwsZp9gZa9b1XR4rf3YSi3NnvoY9HzUguVEuLg,1836
4
+ google/api/annotations_pb2.pyi,sha256=XQR-6MEpd-_0BPZiz-AE5ahzSX7Xj1jLCx2VZbz9hpU,310
5
+ google/api/field_behavior_pb2.py,sha256=mValwWLrhmt7Fpqj0X2NB3uj2KHI-JMQPzCt_Q6KmG8,2178
6
+ google/api/field_behavior_pb2.pyi,sha256=L6Zrs3pZVbw-l2NZ5jZflP5DSJnTU0qSOQOJcQae86A,1036
7
+ google/api/http_pb2.py,sha256=2xe4mRZzlGLxQlTwlKlTiBgl21jMucSzXNnyPlfNhzE,2727
8
+ google/api/http_pb2.pyi,sha256=lERcLYr8cK-rbhu46cf2JnCSLOqsHMH0G6yiEkJexAw,2310
9
+ google/api/httpbody_pb2.py,sha256=BLt08ogSLFSwGYiX_jSvyVeFLXh2Xg9jA_tHnoQQLAk,1902
10
+ google/api/httpbody_pb2.pyi,sha256=EHDkbpNmc1xwz5Ll_CtvjKEh9_gy1SoY6CqpywpJC2g,909
11
+ protoc_gen_openapiv2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
12
+ protoc_gen_openapiv2/options/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
+ protoc_gen_openapiv2/options/annotations_pb2.py,sha256=-nVoPREmfIZ0M_v9YvmxF3dGtzTv2lHWZ04hDLXiA6k,2579
14
+ protoc_gen_openapiv2/options/annotations_pb2.pyi,sha256=U_xdFb88b-9GRyVZLYPAmdOVi4j0Z1pXszbsBw6qal8,730
15
+ protoc_gen_openapiv2/options/openapiv2_pb2.py,sha256=pOOJA2IJ5uNqsBreqMkT391gzRV1Nx5tD6rzK-Dt7ng,20430
16
+ protoc_gen_openapiv2/options/openapiv2_pb2.pyi,sha256=-z4zWUrTVgN0Fe62aSKoV6puXEypH0oGclvWih4SsY8,23912
17
+ raystack/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
18
+ raystack/assets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
+ raystack/assets/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
20
+ raystack/assets/v1beta1/bucket_pb2.py,sha256=6bxsuleVASChmABbgmBtwZuBAu4JXZ3pSYnh2A1kNDo,3888
21
+ raystack/assets/v1beta1/bucket_pb2.pyi,sha256=688BznhaANNSnz_EoHdEFcsEX9Jfwx8j9Hoi-Lx8y2w,3528
22
+ raystack/assets/v1beta1/dashboard_pb2.py,sha256=Mx1qqyP3bHeucLzhNNC6MsDJOreXuiEJ-1zqjSWCa4w,4188
23
+ raystack/assets/v1beta1/dashboard_pb2.pyi,sha256=AxN0Q2_DJzrZ86oDJSpfKnh62f9gV7eEwx_mThGV3v4,3909
24
+ raystack/assets/v1beta1/event_pb2.py,sha256=L066B2r3DTTq03-OxiwAoH6ctoewqveYng3zDWC6jWY,1902
25
+ raystack/assets/v1beta1/event_pb2.pyi,sha256=VanzzqiYl30mEl3nqH-QQONKYPQEI8SLXLE8L7vlE8E,832
26
+ raystack/assets/v1beta1/group_pb2.py,sha256=mquE8ZBQAO_uiU0fhrqAxpDGJxIWZ77rKHuog6z_48Q,2843
27
+ raystack/assets/v1beta1/group_pb2.pyi,sha256=aHFE5qiNg8e5XlEF216vbd8-NnBZCHKoYj-wyj7lK0c,1880
28
+ raystack/assets/v1beta1/job_pb2.py,sha256=N3VxIbRMU5v0Q11QhO2jL-CdM0LBPB1d6-T8LrBfG84,2962
29
+ raystack/assets/v1beta1/job_pb2.pyi,sha256=gMOnwlZG2BBaVtTvpYw3BDMEKqgeSX8e05GcPucVgVY,1714
30
+ raystack/assets/v1beta1/lineage_pb2.py,sha256=qDNrDOWi1fAQ7y2qmlC2dvoatM3Rw1jfMwW9p5g4IAc,1930
31
+ raystack/assets/v1beta1/lineage_pb2.pyi,sha256=OYeZF2HbzhzI65Tnso_UnxrItnAn3oent6lCWvMLkf4,958
32
+ raystack/assets/v1beta1/ownership_pb2.py,sha256=NxUX-SlGB-MIhqKm8DLyuCYLakaHjsB2PNTkHhasH0E,1968
33
+ raystack/assets/v1beta1/ownership_pb2.pyi,sha256=doDIauvcFC24_pLFMi5BMv7VS0VlWcGmXKwM9TmjF3Y,1058
34
+ raystack/assets/v1beta1/preview_pb2.py,sha256=JicuNiL14gW9hGiQiQYJrg1LoyaKm1VHCxtDaPw7jdQ,1831
35
+ raystack/assets/v1beta1/preview_pb2.pyi,sha256=AvbrxVW3Cwn7FDgX67rfj8zxVMmSZnimCR_7jWPq2CQ,789
36
+ raystack/assets/v1beta1/properties_pb2.py,sha256=VUO0hJ6ziPGT6hw_V5Qu4dThkQyyKEAoOXNMt9br2Bk,2335
37
+ raystack/assets/v1beta1/properties_pb2.pyi,sha256=AAE9ZqxiUSqO7gIat8L5hkvtv1cgQZpFECKkcHSHMZg,1235
38
+ raystack/assets/v1beta1/resource_pb2.py,sha256=h5wm55McFjW_zO5XlfI43CMKKIURxfkzdvMUlUFqwEk,1884
39
+ raystack/assets/v1beta1/resource_pb2.pyi,sha256=8SChiY4nkkDoifZqw64ob7IlTJd0TcR4m866j69nf_s,854
40
+ raystack/assets/v1beta1/schema_pb2.py,sha256=QfRa551D5vXYITyqZOSfF_LImp7Gj4aiTgp_YcLIKAc,3061
41
+ raystack/assets/v1beta1/schema_pb2.pyi,sha256=kkc0qYEQHH4339cVK8T2b4fPv80UM6Xs6FduZ1FNzhQ,2629
42
+ raystack/assets/v1beta1/table_pb2.py,sha256=L3QI7q1_rz__gczbMadm-cy_sJZPi-3RPFo0v_yv9Mc,4251
43
+ raystack/assets/v1beta1/table_pb2.pyi,sha256=zxzIWF30Az9_HvsGJA8EbxpbkU7sqGqXjaOUHuTfRg8,3684
44
+ raystack/assets/v1beta1/timestamp_pb2.py,sha256=9cmvcHD6QW6q2CtQJX16c3v0td-9yJSextr6l52zttA,2202
45
+ raystack/assets/v1beta1/timestamp_pb2.pyi,sha256=cUYRJ_dGwkOCiFphCogfwM54q0OsF4LPDFYMEi7VtFs,1291
46
+ raystack/assets/v1beta1/topic_pb2.py,sha256=yzSONgbmoTLQEMG0vRyKimCJ20CHkuvzVwcjqhB7PZ8,3534
47
+ raystack/assets/v1beta1/topic_pb2.pyi,sha256=nUnnJKvyFFE3IbLnQCunxvmHsIl72I9nvTc5GwqVCgU,2424
48
+ raystack/assets/v1beta1/user_pb2.py,sha256=uPfdQhTT50DoYLonNLphBTJ9nyOjhIfJg4ruwEZZ08k,3594
49
+ raystack/assets/v1beta1/user_pb2.pyi,sha256=hmxjaczF8BDalyJYDRQLwFhubKnLXZlHKOHu_enkmyI,3389
50
+ raystack/assets/v1beta2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
+ raystack/assets/v1beta2/application_pb2.py,sha256=Ie8VQZcvm5tUDBbASq0Dwab_jvOiFFMIsxF98DXJ6ms,2224
52
+ raystack/assets/v1beta2/application_pb2.pyi,sha256=HC0UIgddj9uPn7haVoAbbSXC-0KRS5IlUi-40hacFGc,1223
53
+ raystack/assets/v1beta2/asset_pb2.py,sha256=StsxjQ5YHoT-MoidqUjAELKK5_d0apv_zLO4mp4MIbU,3203
54
+ raystack/assets/v1beta2/asset_pb2.pyi,sha256=Eu_imUbEZ-nqzR_ee8zEO9ERpHEOkTRvVWwfvq-zEEM,2622
55
+ raystack/assets/v1beta2/bucket_pb2.py,sha256=Oyo2C3uHBTWvwqnsslJ55YHEzCwpA9P8ng9pCtIdtso,3301
56
+ raystack/assets/v1beta2/bucket_pb2.pyi,sha256=ENdfDIUHILB0tTeRBXLUKIiLD-OxV3xU9WAYloAdLfc,3284
57
+ raystack/assets/v1beta2/common_pb2.py,sha256=BYgNHQuKj4S3oM6TAz505mDCrmWznhgjLRznU8kGtC8,2774
58
+ raystack/assets/v1beta2/common_pb2.pyi,sha256=Qbva198hJMqW2HRYba1Ei4X-qc3CEqE3HNt7m1EWRuQ,2282
59
+ raystack/assets/v1beta2/dashboard_pb2.py,sha256=4GmT-k1TLkdyZd7md5epqdmWyNNOqDlUcVUdKk-9wGM,3494
60
+ raystack/assets/v1beta2/dashboard_pb2.pyi,sha256=Tcic2W0LZklJK5Pr8e3s-K-TRPajDCDU1ai5IVXlCZE,3524
61
+ raystack/assets/v1beta2/experiment_pb2.py,sha256=J7vk714W_cWZP8YOy3emfbhGP9VlUgyWYwKuWYop3z8,2771
62
+ raystack/assets/v1beta2/experiment_pb2.pyi,sha256=isCrii1gfQ5qRL-wioFl-2Wn04JHbn559KJVWY55XCY,2322
63
+ raystack/assets/v1beta2/feature_table_pb2.py,sha256=f6-PgI53N5kkodFTLXE_dDgnkE06qBjd4xtCjFkcrXs,3590
64
+ raystack/assets/v1beta2/feature_table_pb2.pyi,sha256=EAfv4bGluY7lJoT0U9bm_uxlXHFgOT_NSwaPIGwMjPY,3192
65
+ raystack/assets/v1beta2/group_pb2.py,sha256=rfreJBDMf1DdB-zoeg4uzH5_X-8LBRis4RF3zQTO7EI,2095
66
+ raystack/assets/v1beta2/group_pb2.pyi,sha256=skUcXjoaI6f7GqmhmPWjcovR3rOEQrOz11joDOx2v1I,1186
67
+ raystack/assets/v1beta2/job_pb2.py,sha256=ElpnqbUf0aSADED5BCaW9ghXfm9xCgoEgP7UDv__vJ0,2056
68
+ raystack/assets/v1beta2/job_pb2.pyi,sha256=Clh1ZihkUnxIveC_RS2mTb0z4MVw2QhvN2LCSm6LG60,1035
69
+ raystack/assets/v1beta2/metric_pb2.py,sha256=JwxYWxDNSmuMuSbz9M0hHTNmdMKr9nb6OjJ9Gg7KOmU,2284
70
+ raystack/assets/v1beta2/metric_pb2.pyi,sha256=yO1HuVjBk_PHBNFq_349oZS-Ew6Vv3F7Cl4Jw2vnmX4,1470
71
+ raystack/assets/v1beta2/model_pb2.py,sha256=F_zbtbyBAueBrL3u1DpDZ2TnrJefYdg_eGrZE5w5WDo,4054
72
+ raystack/assets/v1beta2/model_pb2.pyi,sha256=JaARPSSH0k95QxkErl_Y8hwllYreQK-3ZSJD7T8sSd0,4133
73
+ raystack/assets/v1beta2/table_pb2.py,sha256=QsQKKyFeqy_DoyK_wtZ5hL3C74TxO0jgX_fYsDBVSsg,4290
74
+ raystack/assets/v1beta2/table_pb2.pyi,sha256=NMFnZH6e9tf2cvjaguJN9MwiUsvE-OZtK9mD3hR8C8I,4976
75
+ raystack/assets/v1beta2/topic_pb2.py,sha256=ZFMA6xc-0kcF3GWYib6vyISTkqIbR-i1FV8kuhAx5Rs,2711
76
+ raystack/assets/v1beta2/topic_pb2.pyi,sha256=i-dPXkj0m5hVSS1VW0UvqeYrcSZtMOOEo90dJgRLd6U,1958
77
+ raystack/assets/v1beta2/user_pb2.py,sha256=r_HZEh4Er75-ZAvEMvnpOecSeA8DM40lwm5sjFHFQC8,3148
78
+ raystack/assets/v1beta2/user_pb2.pyi,sha256=LG1-C9Pf44hdQAiBME9hufDD2PTTUJTuBVhEtv3PZ1w,3162
79
+ raystack/common/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
80
+ raystack/common/v1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
81
+ raystack/common/v1/service_connect.py,sha256=OhUNhM_GFtbl3kbWQ0PoH74dqXEFpssC06u9TSOGZDo,5327
82
+ raystack/common/v1/service_pb2.py,sha256=tsFAAXtxSOi9Xv9D6QdGYzj2XE7xAb-eWfHqkPEQ10A,3424
83
+ raystack/common/v1/service_pb2.pyi,sha256=xR9FfxaWoKuxNiGDgoEb1xAJLKrsqzh6eJyLBIBTxCA,1721
84
+ raystack/compass/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
85
+ raystack/compass/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
86
+ raystack/compass/v1beta1/service_connect.py,sha256=bEULp3aYb7x5R2Unch3TujPubEtHvNiSSX2UAz1pWyE,153116
87
+ raystack/compass/v1beta1/service_pb2.py,sha256=bdSW8t6Z33DY8FWg8ZPwaJrbufdjhYNEDL1OkZ59oqI,97687
88
+ raystack/compass/v1beta1/service_pb2.pyi,sha256=xX0BHCYjiXdtvBbkORrT8kuECzI2dGHQ7bxLLLfe7t0,48559
89
+ raystack/entropy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
90
+ raystack/entropy/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
91
+ raystack/entropy/v1beta1/module_connect.py,sha256=ozFp4lZg9Yk3XNqMMxKW0n7-4kn3FGUeOa5BRp55mFU,19394
92
+ raystack/entropy/v1beta1/module_pb2.py,sha256=Uw5PZ9LpHc7Uw3C3xfClEWNZ7qOoMaM5-eKk2DLu36E,6723
93
+ raystack/entropy/v1beta1/module_pb2.pyi,sha256=Rh-js8t-JfCAik-ChQsQnWNgUqEH4aWqvQDcR8wlBn0,3588
94
+ raystack/entropy/v1beta1/resource_connect.py,sha256=OtL8c0U66VkzRHi5O0Vfmy0ei1eXZdSoVCNsMiIegcs,30635
95
+ raystack/entropy/v1beta1/resource_pb2.py,sha256=Y3KIbfNxheM56ofVczSCYJPjf3ZQhy9Ma1WmDgXoAn0,15573
96
+ raystack/entropy/v1beta1/resource_pb2.pyi,sha256=SFQZru0_TzU9ZQfpglL8fCNPsEnjBi0Z3d7QX68KofI,11809
97
+ raystack/frontier/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
98
+ raystack/frontier/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
99
+ raystack/frontier/v1beta1/admin_connect.py,sha256=KIkYFMCHjKLgED8HA_qGt633LPv5Ykw56rPys8G9S3M,224460
100
+ raystack/frontier/v1beta1/admin_pb2.py,sha256=D8KaL4c9JCL7XAvHGknM1A3vwz8d9CwccbshZ2-r50A,125922
101
+ raystack/frontier/v1beta1/admin_pb2.pyi,sha256=yEUNoALs-QQkuZCRwJfQiwcr336Ux8DkF6h03kvJdck,58681
102
+ raystack/frontier/v1beta1/frontier_connect.py,sha256=jAykGHbfbadTbenAV84_e7FaKWyUYoVEM9bIb-8Iiso,638163
103
+ raystack/frontier/v1beta1/frontier_pb2.py,sha256=jrHS2Yhf1YNIylj38G7UVmGSDT6pyUjOjPPo6WOoUWY,329654
104
+ raystack/frontier/v1beta1/frontier_pb2.pyi,sha256=D8_53mJuZfMuamrAJDVm7Ctu-qZ0s77fElJKr5lIUF0,120093
105
+ raystack/frontier/v1beta1/models_pb2.py,sha256=Ifv2VfJNYtD8Csz6nst6kZAc1RU0MN2OxHfuh-JBtoQ,69535
106
+ raystack/frontier/v1beta1/models_pb2.pyi,sha256=LZ3SFs1MV12wkR17kn9esiNhC3qJBYqwSKkT3jSccRQ,61649
107
+ raystack/guardian/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
108
+ raystack/guardian/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
109
+ raystack/guardian/v1beta1/guardian_connect.py,sha256=TGbqx3Sb37jLrmm2VGHwVr949l0_rX3P22Mm6NSM3a4,145748
110
+ raystack/guardian/v1beta1/guardian_pb2.py,sha256=-vF4j5m3WQaFEJjA694-hNaRVk90sioWSwHDk13bQQU,100575
111
+ raystack/guardian/v1beta1/guardian_pb2.pyi,sha256=ax-wOxYSjGGEZ0wAUT6MyJ-wlH0KSiXBaXhYfmRz_o0,65439
112
+ raystack/optimus/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
113
+ raystack/optimus/core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
114
+ raystack/optimus/core/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
115
+ raystack/optimus/core/v1beta1/backup_connect.py,sha256=ewvpyE5Uf_MztIqdpVTLpM5ogV5XsWA5bllDSEddlfk,12955
116
+ raystack/optimus/core/v1beta1/backup_pb2.py,sha256=xurneNuJyXdvOm2XtIsFZK5tFDCahMppnNugM8Sm3oM,7656
117
+ raystack/optimus/core/v1beta1/backup_pb2.pyi,sha256=RoqrWhbaJ6kwjajKY71V1qd0m6pU05leGdXk1LA8_nc,5306
118
+ raystack/optimus/core/v1beta1/job_run_connect.py,sha256=DMsg-3HLB3PItDUxB6zZmUaEx1fj3jyuWSVHM3HIHK8,16942
119
+ raystack/optimus/core/v1beta1/job_run_pb2.py,sha256=5KOC62j-fWFpzJ02Pb4ZAllJ-ts00rz5AwCS3gAJoxY,10340
120
+ raystack/optimus/core/v1beta1/job_run_pb2.pyi,sha256=FrimkAcEzjQE2Q0w5v6pctIM356m0gCSoYdgdkSLo0w,8075
121
+ raystack/optimus/core/v1beta1/job_spec_connect.py,sha256=oSgJVYs_XEBJYobo3hzC1IlolJNxM1O1EBzRtNs35oY,77598
122
+ raystack/optimus/core/v1beta1/job_spec_pb2.py,sha256=6aoe_ZZKVlOpM2D9grR2Y1hU26bPVLU80Mah2X8Jp6E,38324
123
+ raystack/optimus/core/v1beta1/job_spec_pb2.pyi,sha256=bWhfC8ovZpBHiq5eFEcOlsC3dgqQBPmQ_U65V1hBQSc,35895
124
+ raystack/optimus/core/v1beta1/namespace_connect.py,sha256=-8HLIpWQGoLGqaPIyDGf3uKfiqmcAjhlk1FySglQ2nY,13904
125
+ raystack/optimus/core/v1beta1/namespace_pb2.py,sha256=_p-rLZWKxKo6XsqHSg1LlhZd-Wn3bxWhUJ7xxwNlDrg,6073
126
+ raystack/optimus/core/v1beta1/namespace_pb2.pyi,sha256=X0tVWztw3ucx3reCKqUS25J8egMWWletTLXhP6CSVco,3002
127
+ raystack/optimus/core/v1beta1/project_connect.py,sha256=c5KAIlUkU6Jz9-d03Ue7oeVGC8YYPFpqHBieXFbGNxY,13174
128
+ raystack/optimus/core/v1beta1/project_pb2.py,sha256=GWs8-HrwZHxdlYZbTblB2mSzf7tJpAMPx_08MNn9Vyk,5540
129
+ raystack/optimus/core/v1beta1/project_pb2.pyi,sha256=-6VgbiaMTE5LaCWgYIIrgrlgWK-s3SsVLFjQ-meAhtM,2559
130
+ raystack/optimus/core/v1beta1/replay_connect.py,sha256=Vv6J67JRtXdmyABx_0vVVBCjGQwX0L4ah_DZndc3HXI,16428
131
+ raystack/optimus/core/v1beta1/replay_pb2.py,sha256=AOpmqofNrPCwx6eb9Bx4rqpzw28SPr7YqRXA960QmJo,8085
132
+ raystack/optimus/core/v1beta1/replay_pb2.pyi,sha256=WArXIufakIMxzqRU_7jDsx4-xiHwoLPbKPeOlqjkdwg,6468
133
+ raystack/optimus/core/v1beta1/resource_connect.py,sha256=xGnLnv9m2NKXTtuJEc5yfyHXxoD2nnv5ppZBvgX7rr0,29461
134
+ raystack/optimus/core/v1beta1/resource_pb2.py,sha256=43FCTZ5omUgYyB6i32fT1DyTOIWjMYUIpp4BTSH4MZM,12889
135
+ raystack/optimus/core/v1beta1/resource_pb2.pyi,sha256=5rBpOmw-79F6WPan9psebXbKU34KV--uB5zi53I47_M,9050
136
+ raystack/optimus/core/v1beta1/runtime_connect.py,sha256=p1-AIAenUYN5Hoh8YoWuVswAKHENqgImdg441RbzsV0,5618
137
+ raystack/optimus/core/v1beta1/runtime_pb2.py,sha256=6X5i19xyAvkOXDyu7LG94ScsafFgd_SrQp6SepWUrCA,2904
138
+ raystack/optimus/core/v1beta1/runtime_pb2.pyi,sha256=1jHWNzBwsDCcJr6RgUDs4dOnEZzeIVcBnKt3AZAQis4,727
139
+ raystack/optimus/core/v1beta1/secret_connect.py,sha256=W7u-yMBsiKRyHiaJLj1qsCMj41HNE5Kq_TU97YURiR4,16764
140
+ raystack/optimus/core/v1beta1/secret_pb2.py,sha256=oaiE9ka7TSjn6lefWP5Yym8DXkP84f7431aJuhcv8bE,6519
141
+ raystack/optimus/core/v1beta1/secret_pb2.pyi,sha256=e9Zztq7TKdKQmF7zmS6kKkbnFsF2QjsyWUQOw4xtVrw,3606
142
+ raystack/optimus/core/v1beta1/status_pb2.py,sha256=Sv_VNpzTT2IGjEBmi1zcNs4873K6Yl6021vP7PzzCL0,2053
143
+ raystack/optimus/core/v1beta1/status_pb2.pyi,sha256=gGdGragAhBgSRuIYSlDCr5T_Iov7DznIzWzARm9sh1E,1061
144
+ raystack/optimus/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
+ raystack/optimus/integration/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
146
+ raystack/optimus/integration/v1beta1/event_pb2.py,sha256=ozXb4tYbMzgokM0Pduf0SNaLnTGOoCv9Cx3LJmVAc5M,4997
147
+ raystack/optimus/integration/v1beta1/event_pb2.pyi,sha256=MZzTLYSjerutbefEe1498os3Z_aBSsjdopWo7LuUZiI,5461
148
+ raystack/optimus/plugins/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
149
+ raystack/optimus/plugins/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
150
+ raystack/optimus/plugins/v1beta1/dependency_resolver_connect.py,sha256=MSSwLPdPik8PNeiYs842wHASeUEQGzhVyqz57ry92GI,18769
151
+ raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.py,sha256=qUCqrMNQrkwHJacsOyd-UTy_36yCZCdM_mfk_JeyUyI,6690
152
+ raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.pyi,sha256=LG2Qzn_oPIfhSnaalrol5wJpudk-WKepiwsWe7iCl0o,5324
153
+ raystack/predator/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
154
+ raystack/predator/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
155
+ raystack/predator/v1beta1/metrics_log_pb2.py,sha256=t6X5Gsd6UgBvtrFQZrvmfhgIuUFiAJrLeaNK7LbqNNA,3422
156
+ raystack/predator/v1beta1/metrics_log_pb2.pyi,sha256=Jf39TmAbiLiQID8u-Ke0nbbd0e_AiQVJdeql-7wZpFo,3217
157
+ raystack/predator/v1beta1/result_log_pb2.py,sha256=vaHQUDWO--FlMLqUZQ76tzVvpkA57AeHDWgPdggl1hY,3336
158
+ raystack/predator/v1beta1/result_log_pb2.pyi,sha256=Midq0vGSNyri67dmjGBfhTaBXvIOGTf4fQLbkdeo1x0,3005
159
+ raystack/raccoon/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
160
+ raystack/raccoon/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
161
+ raystack/raccoon/v1beta1/raccoon_connect.py,sha256=Q11PZkaQ_mrip_GagJvhCEEH2MPPAU84VlAabQDhsrQ,5445
162
+ raystack/raccoon/v1beta1/raccoon_pb2.py,sha256=JeT6Jq8HSetdX_-jopyKgd7GgLBi0Uf-nh2RXW4wlnc,3917
163
+ raystack/raccoon/v1beta1/raccoon_pb2.pyi,sha256=8d2cJgHvQfYR1f8Whs3aQqm1vjiG2wPpTOjB0OXJ6Oc,3072
164
+ raystack/siren/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
165
+ raystack/siren/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
166
+ raystack/siren/v1beta1/siren_connect.py,sha256=LHn6dayWYEy1DkBVXZ2vnLQn6Pvjho2IIEXq0YQtA1w,123799
167
+ raystack/siren/v1beta1/siren_pb2.py,sha256=A1F9CsOB0Ld9ZnixqGy6I1DVLvjmlXEm-ky-7GIpAK4,62845
168
+ raystack/siren/v1beta1/siren_pb2.pyi,sha256=eJ-9YJO0LY_KXdBaBtzBCC9lFqGJFluplxt18Xfu05Q,40117
169
+ raystack/stencil/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
170
+ raystack/stencil/v1beta1/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
171
+ raystack/stencil/v1beta1/stencil_connect.py,sha256=lmXH5mKpF_FvW9dJdDxRRDOuvCabdr_F3p2JidHt92I,59000
172
+ raystack/stencil/v1beta1/stencil_pb2.py,sha256=YPBtMdCnVGof8nNk7uvVN7VGHzYoe934zk68dzOYQnI,23396
173
+ raystack/stencil/v1beta1/stencil_pb2.pyi,sha256=mgBKRHoldXbdnm2A8FtQBXDUHBEPNVqpGXRYri6K83U,16483
174
+ raystack_proton-2025.10.8.102837.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
175
+ validate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
176
+ validate/validate_pb2.py,sha256=Ualum21O6djm8CdGtZupluEBUgn7WHIOIw1dOeT-ph0,15845
177
+ validate/validate_pb2.pyi,sha256=WEOmR0S6RXk9HM94Ge02F0Hpr5_8AeQNP4UHHnS5b0U,23796
178
+ raystack_proton-2025.10.8.102837.dist-info/METADATA,sha256=-ef5Kkt5857GPexkbu8l_-QObcRbGEuWN4rSAU0cHsY,2455
179
+ raystack_proton-2025.10.8.102837.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
180
+ raystack_proton-2025.10.8.102837.dist-info/top_level.txt,sha256=HsC4SuxDXS4_Pk3llEIbx2QQfL17osQAkqp1zjz3QjA,46
181
+ raystack_proton-2025.10.8.102837.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (80.9.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,201 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work
38
+ (an example is provided in the Appendix below).
39
+
40
+ "Derivative Works" shall mean any work, whether in Source or Object
41
+ form, that is based on (or derived from) the Work and for which the
42
+ editorial revisions, annotations, elaborations, or other modifications
43
+ represent, as a whole, an original work of authorship. For the purposes
44
+ of this License, Derivative Works shall not include works that remain
45
+ separable from, or merely link (or bind by name) to the interfaces of,
46
+ the Work and Derivative Works thereof.
47
+
48
+ "Contribution" shall mean any work of authorship, including
49
+ the original version of the Work and any modifications or additions
50
+ to that Work or Derivative Works thereof, that is intentionally
51
+ submitted to Licensor for inclusion in the Work by the copyright owner
52
+ or by an individual or Legal Entity authorized to submit on behalf of
53
+ the copyright owner. For the purposes of this definition, "submitted"
54
+ means any form of electronic, verbal, or written communication sent
55
+ to the Licensor or its representatives, including but not limited to
56
+ communication on electronic mailing lists, source code control systems,
57
+ and issue tracking systems that are managed by, or on behalf of, the
58
+ Licensor for the purpose of discussing and improving the Work, but
59
+ excluding communication that is conspicuously marked or otherwise
60
+ designated in writing by the copyright owner as "Not a Contribution."
61
+
62
+ "Contributor" shall mean Licensor and any individual or Legal Entity
63
+ on behalf of whom a Contribution has been received by Licensor and
64
+ subsequently incorporated within the Work.
65
+
66
+ 2. Grant of Copyright License. Subject to the terms and conditions of
67
+ this License, each Contributor hereby grants to You a perpetual,
68
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
69
+ copyright license to reproduce, prepare Derivative Works of,
70
+ publicly display, publicly perform, sublicense, and distribute the
71
+ Work and such Derivative Works in Source or Object form.
72
+
73
+ 3. Grant of Patent License. Subject to the terms and conditions of
74
+ this License, each Contributor hereby grants to You a perpetual,
75
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
76
+ (except as stated in this section) patent license to make, have made,
77
+ use, offer to sell, sell, import, and otherwise transfer the Work,
78
+ where such license applies only to those patent claims licensable
79
+ by such Contributor that are necessarily infringed by their
80
+ Contribution(s) alone or by combination of their Contribution(s)
81
+ with the Work to which such Contribution(s) was submitted. If You
82
+ institute patent litigation against any entity (including a
83
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
84
+ or a Contribution incorporated within the Work constitutes direct
85
+ or contributory patent infringement, then any patent licenses
86
+ granted to You under this License for that Work shall terminate
87
+ as of the date such litigation is filed.
88
+
89
+ 4. Redistribution. You may reproduce and distribute copies of the
90
+ Work or Derivative Works thereof in any medium, with or without
91
+ modifications, and in Source or Object form, provided that You
92
+ meet the following conditions:
93
+
94
+ (a) You must give any other recipients of the Work or
95
+ Derivative Works a copy of this License; and
96
+
97
+ (b) You must cause any modified files to carry prominent notices
98
+ stating that You changed the files; and
99
+
100
+ (c) You must retain, in the Source form of any Derivative Works
101
+ that You distribute, all copyright, patent, trademark, and
102
+ attribution notices from the Source form of the Work,
103
+ excluding those notices that do not pertain to any part of
104
+ the Derivative Works; and
105
+
106
+ (d) If the Work includes a "NOTICE" text file as part of its
107
+ distribution, then any Derivative Works that You distribute must
108
+ include a readable copy of the attribution notices contained
109
+ within such NOTICE file, excluding those notices that do not
110
+ pertain to any part of the Derivative Works, in at least one
111
+ of the following places: within a NOTICE text file distributed
112
+ as part of the Derivative Works; within the Source form or
113
+ documentation, if provided along with the Derivative Works; or,
114
+ within a display generated by the Derivative Works, if and
115
+ wherever such third-party notices normally appear. The contents
116
+ of the NOTICE file are for informational purposes only and
117
+ do not modify the License. You may add Your own attribution
118
+ notices within Derivative Works that You distribute, alongside
119
+ or as an addendum to the NOTICE text from the Work, provided
120
+ that such additional attribution notices cannot be construed
121
+ as modifying the License.
122
+
123
+ You may add Your own copyright statement to Your modifications and
124
+ may provide additional or different license terms and conditions
125
+ for use, reproduction, or distribution of Your modifications, or
126
+ for any such Derivative Works as a whole, provided Your use,
127
+ reproduction, and distribution of the Work otherwise complies with
128
+ the conditions stated in this License.
129
+
130
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
131
+ any Contribution intentionally submitted for inclusion in the Work
132
+ by You to the Licensor shall be under the terms and conditions of
133
+ this License, without any additional terms or conditions.
134
+ Notwithstanding the above, nothing herein shall supersede or modify
135
+ the terms of any separate license agreement you may have executed
136
+ with Licensor regarding such Contributions.
137
+
138
+ 6. Trademarks. This License does not grant permission to use the trade
139
+ names, trademarks, service marks, or product names of the Licensor,
140
+ except as required for reasonable and customary use in describing the
141
+ origin of the Work and reproducing the content of the NOTICE file.
142
+
143
+ 7. Disclaimer of Warranty. Unless required by applicable law or
144
+ agreed to in writing, Licensor provides the Work (and each
145
+ Contributor provides its Contributions) on an "AS IS" BASIS,
146
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
147
+ implied, including, without limitation, any warranties or conditions
148
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
149
+ PARTICULAR PURPOSE. You are solely responsible for determining the
150
+ appropriateness of using or redistributing the Work and assume any
151
+ risks associated with Your exercise of permissions under this License.
152
+
153
+ 8. Limitation of Liability. In no event and under no legal theory,
154
+ whether in tort (including negligence), contract, or otherwise,
155
+ unless required by applicable law (such as deliberate and grossly
156
+ negligent acts) or agreed to in writing, shall any Contributor be
157
+ liable to You for damages, including any direct, indirect, special,
158
+ incidental, or consequential damages of any character arising as a
159
+ result of this License or out of the use or inability to use the
160
+ Work (including but not limited to damages for loss of goodwill,
161
+ work stoppage, computer failure or malfunction, or any and all
162
+ other commercial damages or losses), even if such Contributor
163
+ has been advised of the possibility of such damages.
164
+
165
+ 9. Accepting Warranty or Additional Liability. While redistributing
166
+ the Work or Derivative Works thereof, You may choose to offer,
167
+ and charge a fee for, acceptance of support, warranty, indemnity,
168
+ or other liability obligations and/or rights consistent with this
169
+ License. However, in accepting such obligations, You may act only
170
+ on Your own behalf and on Your sole responsibility, not on behalf
171
+ of any other Contributor, and only if You agree to indemnify,
172
+ defend, and hold each Contributor harmless for any liability
173
+ incurred by, or claims asserted against, such Contributor by reason
174
+ of your accepting any such warranty or additional liability.
175
+
176
+ END OF TERMS AND CONDITIONS
177
+
178
+ APPENDIX: How to apply the Apache License to your work.
179
+
180
+ To apply the Apache License to your work, attach the following
181
+ boilerplate notice, with the fields enclosed by brackets "[]"
182
+ replaced with your own identifying information. (Don't include
183
+ the brackets!) The text should be enclosed in the appropriate
184
+ comment syntax for the file format. We also recommend that a
185
+ file or class name and description of purpose be included on the
186
+ same "printed page" as the copyright notice for easier
187
+ identification within third-party archives.
188
+
189
+ Copyright [yyyy] [name of copyright owner]
190
+
191
+ Licensed under the Apache License, Version 2.0 (the "License");
192
+ you may not use this file except in compliance with the License.
193
+ You may obtain a copy of the License at
194
+
195
+ http://www.apache.org/licenses/LICENSE-2.0
196
+
197
+ Unless required by applicable law or agreed to in writing, software
198
+ distributed under the License is distributed on an "AS IS" BASIS,
199
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
200
+ See the License for the specific language governing permissions and
201
+ limitations under the License.
@@ -0,0 +1,4 @@
1
+ google
2
+ protoc_gen_openapiv2
3
+ raystack
4
+ validate
validate/__init__.py ADDED
File without changes
@@ -0,0 +1,86 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: validate/validate.proto
5
+ # Protobuf Python Version: 6.32.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
+ 32,
16
+ 1,
17
+ '',
18
+ 'validate/validate.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
26
+ from google.protobuf import duration_pb2 as google_dot_protobuf_dot_duration__pb2
27
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
28
+
29
+
30
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x17validate/validate.proto\x12\x08validate\x1a google/protobuf/descriptor.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xc8\x08\n\nFieldRules\x12\x30\n\x07message\x18\x11 \x01(\x0b\x32\x16.validate.MessageRulesR\x07message\x12,\n\x05\x66loat\x18\x01 \x01(\x0b\x32\x14.validate.FloatRulesH\x00R\x05\x66loat\x12/\n\x06\x64ouble\x18\x02 \x01(\x0b\x32\x15.validate.DoubleRulesH\x00R\x06\x64ouble\x12,\n\x05int32\x18\x03 \x01(\x0b\x32\x14.validate.Int32RulesH\x00R\x05int32\x12,\n\x05int64\x18\x04 \x01(\x0b\x32\x14.validate.Int64RulesH\x00R\x05int64\x12/\n\x06uint32\x18\x05 \x01(\x0b\x32\x15.validate.UInt32RulesH\x00R\x06uint32\x12/\n\x06uint64\x18\x06 \x01(\x0b\x32\x15.validate.UInt64RulesH\x00R\x06uint64\x12/\n\x06sint32\x18\x07 \x01(\x0b\x32\x15.validate.SInt32RulesH\x00R\x06sint32\x12/\n\x06sint64\x18\x08 \x01(\x0b\x32\x15.validate.SInt64RulesH\x00R\x06sint64\x12\x32\n\x07\x66ixed32\x18\t \x01(\x0b\x32\x16.validate.Fixed32RulesH\x00R\x07\x66ixed32\x12\x32\n\x07\x66ixed64\x18\n \x01(\x0b\x32\x16.validate.Fixed64RulesH\x00R\x07\x66ixed64\x12\x35\n\x08sfixed32\x18\x0b \x01(\x0b\x32\x17.validate.SFixed32RulesH\x00R\x08sfixed32\x12\x35\n\x08sfixed64\x18\x0c \x01(\x0b\x32\x17.validate.SFixed64RulesH\x00R\x08sfixed64\x12)\n\x04\x62ool\x18\r \x01(\x0b\x32\x13.validate.BoolRulesH\x00R\x04\x62ool\x12/\n\x06string\x18\x0e \x01(\x0b\x32\x15.validate.StringRulesH\x00R\x06string\x12,\n\x05\x62ytes\x18\x0f \x01(\x0b\x32\x14.validate.BytesRulesH\x00R\x05\x62ytes\x12)\n\x04\x65num\x18\x10 \x01(\x0b\x32\x13.validate.EnumRulesH\x00R\x04\x65num\x12\x35\n\x08repeated\x18\x12 \x01(\x0b\x32\x17.validate.RepeatedRulesH\x00R\x08repeated\x12&\n\x03map\x18\x13 \x01(\x0b\x32\x12.validate.MapRulesH\x00R\x03map\x12&\n\x03\x61ny\x18\x14 \x01(\x0b\x32\x12.validate.AnyRulesH\x00R\x03\x61ny\x12\x35\n\x08\x64uration\x18\x15 \x01(\x0b\x32\x17.validate.DurationRulesH\x00R\x08\x64uration\x12\x38\n\ttimestamp\x18\x16 \x01(\x0b\x32\x18.validate.TimestampRulesH\x00R\ttimestampB\x06\n\x04type\"\xb0\x01\n\nFloatRules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x02R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x02R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x02R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x02R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x02R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x02R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x02R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb1\x01\n\x0b\x44oubleRules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x01R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x01R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x01R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x01R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x01R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x01R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x01R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb0\x01\n\nInt32Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x05R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x05R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x05R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x05R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x05R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x05R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x05R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb0\x01\n\nInt64Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x03R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x03R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x03R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x03R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x03R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x03R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x03R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb1\x01\n\x0bUInt32Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\rR\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\rR\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\rR\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\rR\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\rR\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\rR\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\rR\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb1\x01\n\x0bUInt64Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x04R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x04R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x04R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x04R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x04R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x04R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x04R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb1\x01\n\x0bSInt32Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x11R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x11R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x11R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x11R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x11R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x11R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x11R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb1\x01\n\x0bSInt64Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x12R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x12R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x12R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x12R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x12R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x12R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x12R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb2\x01\n\x0c\x46ixed32Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x07R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x07R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x07R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x07R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x07R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x07R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x07R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb2\x01\n\x0c\x46ixed64Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x06R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x06R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x06R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x06R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x06R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x06R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x06R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb3\x01\n\rSFixed32Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x0fR\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x0fR\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x0fR\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x0fR\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x0fR\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x0fR\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x0fR\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"\xb3\x01\n\rSFixed64Rules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x10R\x05\x63onst\x12\x0e\n\x02lt\x18\x02 \x01(\x10R\x02lt\x12\x10\n\x03lte\x18\x03 \x01(\x10R\x03lte\x12\x0e\n\x02gt\x18\x04 \x01(\x10R\x02gt\x12\x10\n\x03gte\x18\x05 \x01(\x10R\x03gte\x12\x0e\n\x02in\x18\x06 \x03(\x10R\x02in\x12\x15\n\x06not_in\x18\x07 \x03(\x10R\x05notIn\x12!\n\x0cignore_empty\x18\x08 \x01(\x08R\x0bignoreEmpty\"!\n\tBoolRules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x08R\x05\x63onst\"\xd4\x05\n\x0bStringRules\x12\x14\n\x05\x63onst\x18\x01 \x01(\tR\x05\x63onst\x12\x10\n\x03len\x18\x13 \x01(\x04R\x03len\x12\x17\n\x07min_len\x18\x02 \x01(\x04R\x06minLen\x12\x17\n\x07max_len\x18\x03 \x01(\x04R\x06maxLen\x12\x1b\n\tlen_bytes\x18\x14 \x01(\x04R\x08lenBytes\x12\x1b\n\tmin_bytes\x18\x04 \x01(\x04R\x08minBytes\x12\x1b\n\tmax_bytes\x18\x05 \x01(\x04R\x08maxBytes\x12\x18\n\x07pattern\x18\x06 \x01(\tR\x07pattern\x12\x16\n\x06prefix\x18\x07 \x01(\tR\x06prefix\x12\x16\n\x06suffix\x18\x08 \x01(\tR\x06suffix\x12\x1a\n\x08\x63ontains\x18\t \x01(\tR\x08\x63ontains\x12!\n\x0cnot_contains\x18\x17 \x01(\tR\x0bnotContains\x12\x0e\n\x02in\x18\n \x03(\tR\x02in\x12\x15\n\x06not_in\x18\x0b \x03(\tR\x05notIn\x12\x16\n\x05\x65mail\x18\x0c \x01(\x08H\x00R\x05\x65mail\x12\x1c\n\x08hostname\x18\r \x01(\x08H\x00R\x08hostname\x12\x10\n\x02ip\x18\x0e \x01(\x08H\x00R\x02ip\x12\x14\n\x04ipv4\x18\x0f \x01(\x08H\x00R\x04ipv4\x12\x14\n\x04ipv6\x18\x10 \x01(\x08H\x00R\x04ipv6\x12\x12\n\x03uri\x18\x11 \x01(\x08H\x00R\x03uri\x12\x19\n\x07uri_ref\x18\x12 \x01(\x08H\x00R\x06uriRef\x12\x1a\n\x07\x61\x64\x64ress\x18\x15 \x01(\x08H\x00R\x07\x61\x64\x64ress\x12\x14\n\x04uuid\x18\x16 \x01(\x08H\x00R\x04uuid\x12@\n\x10well_known_regex\x18\x18 \x01(\x0e\x32\x14.validate.KnownRegexH\x00R\x0ewellKnownRegex\x12\x1c\n\x06strict\x18\x19 \x01(\x08:\x04trueR\x06strict\x12!\n\x0cignore_empty\x18\x1a \x01(\x08R\x0bignoreEmptyB\x0c\n\nwell_known\"\xe2\x02\n\nBytesRules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x0cR\x05\x63onst\x12\x10\n\x03len\x18\r \x01(\x04R\x03len\x12\x17\n\x07min_len\x18\x02 \x01(\x04R\x06minLen\x12\x17\n\x07max_len\x18\x03 \x01(\x04R\x06maxLen\x12\x18\n\x07pattern\x18\x04 \x01(\tR\x07pattern\x12\x16\n\x06prefix\x18\x05 \x01(\x0cR\x06prefix\x12\x16\n\x06suffix\x18\x06 \x01(\x0cR\x06suffix\x12\x1a\n\x08\x63ontains\x18\x07 \x01(\x0cR\x08\x63ontains\x12\x0e\n\x02in\x18\x08 \x03(\x0cR\x02in\x12\x15\n\x06not_in\x18\t \x03(\x0cR\x05notIn\x12\x10\n\x02ip\x18\n \x01(\x08H\x00R\x02ip\x12\x14\n\x04ipv4\x18\x0b \x01(\x08H\x00R\x04ipv4\x12\x14\n\x04ipv6\x18\x0c \x01(\x08H\x00R\x04ipv6\x12!\n\x0cignore_empty\x18\x0e \x01(\x08R\x0bignoreEmptyB\x0c\n\nwell_known\"k\n\tEnumRules\x12\x14\n\x05\x63onst\x18\x01 \x01(\x05R\x05\x63onst\x12!\n\x0c\x64\x65\x66ined_only\x18\x02 \x01(\x08R\x0b\x64\x65\x66inedOnly\x12\x0e\n\x02in\x18\x03 \x03(\x05R\x02in\x12\x15\n\x06not_in\x18\x04 \x03(\x05R\x05notIn\">\n\x0cMessageRules\x12\x12\n\x04skip\x18\x01 \x01(\x08R\x04skip\x12\x1a\n\x08required\x18\x02 \x01(\x08R\x08required\"\xb0\x01\n\rRepeatedRules\x12\x1b\n\tmin_items\x18\x01 \x01(\x04R\x08minItems\x12\x1b\n\tmax_items\x18\x02 \x01(\x04R\x08maxItems\x12\x16\n\x06unique\x18\x03 \x01(\x08R\x06unique\x12*\n\x05items\x18\x04 \x01(\x0b\x32\x14.validate.FieldRulesR\x05items\x12!\n\x0cignore_empty\x18\x05 \x01(\x08R\x0bignoreEmpty\"\xdc\x01\n\x08MapRules\x12\x1b\n\tmin_pairs\x18\x01 \x01(\x04R\x08minPairs\x12\x1b\n\tmax_pairs\x18\x02 \x01(\x04R\x08maxPairs\x12\x1b\n\tno_sparse\x18\x03 \x01(\x08R\x08noSparse\x12(\n\x04keys\x18\x04 \x01(\x0b\x32\x14.validate.FieldRulesR\x04keys\x12,\n\x06values\x18\x05 \x01(\x0b\x32\x14.validate.FieldRulesR\x06values\x12!\n\x0cignore_empty\x18\x06 \x01(\x08R\x0bignoreEmpty\"M\n\x08\x41nyRules\x12\x1a\n\x08required\x18\x01 \x01(\x08R\x08required\x12\x0e\n\x02in\x18\x02 \x03(\tR\x02in\x12\x15\n\x06not_in\x18\x03 \x03(\tR\x05notIn\"\xe9\x02\n\rDurationRules\x12\x1a\n\x08required\x18\x01 \x01(\x08R\x08required\x12/\n\x05\x63onst\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationR\x05\x63onst\x12)\n\x02lt\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationR\x02lt\x12+\n\x03lte\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationR\x03lte\x12)\n\x02gt\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationR\x02gt\x12+\n\x03gte\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationR\x03gte\x12)\n\x02in\x18\x07 \x03(\x0b\x32\x19.google.protobuf.DurationR\x02in\x12\x30\n\x06not_in\x18\x08 \x03(\x0b\x32\x19.google.protobuf.DurationR\x05notIn\"\xf3\x02\n\x0eTimestampRules\x12\x1a\n\x08required\x18\x01 \x01(\x08R\x08required\x12\x30\n\x05\x63onst\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x05\x63onst\x12*\n\x02lt\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x02lt\x12,\n\x03lte\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x03lte\x12*\n\x02gt\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x02gt\x12,\n\x03gte\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampR\x03gte\x12\x15\n\x06lt_now\x18\x07 \x01(\x08R\x05ltNow\x12\x15\n\x06gt_now\x18\x08 \x01(\x08R\x05gtNow\x12\x31\n\x06within\x18\t \x01(\x0b\x32\x19.google.protobuf.DurationR\x06within*F\n\nKnownRegex\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x14\n\x10HTTP_HEADER_NAME\x10\x01\x12\x15\n\x11HTTP_HEADER_VALUE\x10\x02:<\n\x08\x64isabled\x12\x1f.google.protobuf.MessageOptions\x18\xaf\x08 \x01(\x08R\x08\x64isabled::\n\x07ignored\x12\x1f.google.protobuf.MessageOptions\x18\xb0\x08 \x01(\x08R\x07ignored::\n\x08required\x12\x1d.google.protobuf.OneofOptions\x18\xaf\x08 \x01(\x08R\x08required:J\n\x05rules\x12\x1d.google.protobuf.FieldOptions\x18\xaf\x08 \x01(\x0b\x32\x14.validate.FieldRulesR\x05rulesBP\n\x1aio.envoyproxy.pgv.validateZ2github.com/envoyproxy/protoc-gen-validate/validate')
31
+
32
+ _globals = globals()
33
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'validate.validate_pb2', _globals)
35
+ if not _descriptor._USE_C_DESCRIPTORS:
36
+ _globals['DESCRIPTOR']._loaded_options = None
37
+ _globals['DESCRIPTOR']._serialized_options = b'\n\032io.envoyproxy.pgv.validateZ2github.com/envoyproxy/protoc-gen-validate/validate'
38
+ _globals['_KNOWNREGEX']._serialized_start=5909
39
+ _globals['_KNOWNREGEX']._serialized_end=5979
40
+ _globals['_FIELDRULES']._serialized_start=137
41
+ _globals['_FIELDRULES']._serialized_end=1233
42
+ _globals['_FLOATRULES']._serialized_start=1236
43
+ _globals['_FLOATRULES']._serialized_end=1412
44
+ _globals['_DOUBLERULES']._serialized_start=1415
45
+ _globals['_DOUBLERULES']._serialized_end=1592
46
+ _globals['_INT32RULES']._serialized_start=1595
47
+ _globals['_INT32RULES']._serialized_end=1771
48
+ _globals['_INT64RULES']._serialized_start=1774
49
+ _globals['_INT64RULES']._serialized_end=1950
50
+ _globals['_UINT32RULES']._serialized_start=1953
51
+ _globals['_UINT32RULES']._serialized_end=2130
52
+ _globals['_UINT64RULES']._serialized_start=2133
53
+ _globals['_UINT64RULES']._serialized_end=2310
54
+ _globals['_SINT32RULES']._serialized_start=2313
55
+ _globals['_SINT32RULES']._serialized_end=2490
56
+ _globals['_SINT64RULES']._serialized_start=2493
57
+ _globals['_SINT64RULES']._serialized_end=2670
58
+ _globals['_FIXED32RULES']._serialized_start=2673
59
+ _globals['_FIXED32RULES']._serialized_end=2851
60
+ _globals['_FIXED64RULES']._serialized_start=2854
61
+ _globals['_FIXED64RULES']._serialized_end=3032
62
+ _globals['_SFIXED32RULES']._serialized_start=3035
63
+ _globals['_SFIXED32RULES']._serialized_end=3214
64
+ _globals['_SFIXED64RULES']._serialized_start=3217
65
+ _globals['_SFIXED64RULES']._serialized_end=3396
66
+ _globals['_BOOLRULES']._serialized_start=3398
67
+ _globals['_BOOLRULES']._serialized_end=3431
68
+ _globals['_STRINGRULES']._serialized_start=3434
69
+ _globals['_STRINGRULES']._serialized_end=4158
70
+ _globals['_BYTESRULES']._serialized_start=4161
71
+ _globals['_BYTESRULES']._serialized_end=4515
72
+ _globals['_ENUMRULES']._serialized_start=4517
73
+ _globals['_ENUMRULES']._serialized_end=4624
74
+ _globals['_MESSAGERULES']._serialized_start=4626
75
+ _globals['_MESSAGERULES']._serialized_end=4688
76
+ _globals['_REPEATEDRULES']._serialized_start=4691
77
+ _globals['_REPEATEDRULES']._serialized_end=4867
78
+ _globals['_MAPRULES']._serialized_start=4870
79
+ _globals['_MAPRULES']._serialized_end=5090
80
+ _globals['_ANYRULES']._serialized_start=5092
81
+ _globals['_ANYRULES']._serialized_end=5169
82
+ _globals['_DURATIONRULES']._serialized_start=5172
83
+ _globals['_DURATIONRULES']._serialized_end=5533
84
+ _globals['_TIMESTAMPRULES']._serialized_start=5536
85
+ _globals['_TIMESTAMPRULES']._serialized_end=5907
86
+ # @@protoc_insertion_point(module_scope)