raystack-proton 2025.11.5.35259__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 (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 +10974 -0
  103. raystack/frontier/v1beta1/frontier_pb2.py +1612 -0
  104. raystack/frontier/v1beta1/frontier_pb2.pyi +2666 -0
  105. raystack/frontier/v1beta1/models_pb2.py +400 -0
  106. raystack/frontier/v1beta1/models_pb2.pyi +1160 -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.11.5.35259.dist-info/METADATA +103 -0
  175. raystack_proton-2025.11.5.35259.dist-info/RECORD +181 -0
  176. raystack_proton-2025.11.5.35259.dist-info/WHEEL +5 -0
  177. raystack_proton-2025.11.5.35259.dist-info/licenses/LICENSE +201 -0
  178. raystack_proton-2025.11.5.35259.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=g98c07Jydv6ExCCIdJykPDbdBF7iwbZ2r22Mhpo8qXs,1836
4
+ google/api/annotations_pb2.pyi,sha256=XQR-6MEpd-_0BPZiz-AE5ahzSX7Xj1jLCx2VZbz9hpU,310
5
+ google/api/field_behavior_pb2.py,sha256=dQop7R9yNCIlA6-feyhKKQ_05XSCT4CUHJit2yGMFU4,2178
6
+ google/api/field_behavior_pb2.pyi,sha256=L6Zrs3pZVbw-l2NZ5jZflP5DSJnTU0qSOQOJcQae86A,1036
7
+ google/api/http_pb2.py,sha256=RPQfX2GWQDLkYmZkXZeMIurzX6hvN_Aczn1sYz01BOk,2727
8
+ google/api/http_pb2.pyi,sha256=gY1WnJapxKWTjzsSvADpk_209PMAOjCWCIb_Y6qDpls,2145
9
+ google/api/httpbody_pb2.py,sha256=Axx2rP9TGUilc9j4gq6pkVSbDsIWPztjJyEagHNZagA,1902
10
+ google/api/httpbody_pb2.pyi,sha256=FdQpgNpdak9qTLhyuE3p2su_f813fxISvJF8-W7f_KM,873
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=l-wLJ5mVqCJfiXEpWM3jXrseHDbUFTaqFScDZnyXv7Q,2579
14
+ protoc_gen_openapiv2/options/annotations_pb2.pyi,sha256=U_xdFb88b-9GRyVZLYPAmdOVi4j0Z1pXszbsBw6qal8,730
15
+ protoc_gen_openapiv2/options/openapiv2_pb2.py,sha256=3428LNmILtsBZ9NjvcfxX0IW-b-K_Ppgx9C9Afr_dFQ,20430
16
+ protoc_gen_openapiv2/options/openapiv2_pb2.pyi,sha256=TQOxnnDb0Euktl469NUxsz0oanOKpsNDJq5A-BIbK7A,22440
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=cGi_G1agfCpl3vUc8HoTtrlsAoCOFWRV_Ij34hm0Gco,3888
21
+ raystack/assets/v1beta1/bucket_pb2.pyi,sha256=HxxglMdduMnY4gQi_PKQp3z2ulHFMwwBNTWe1OuX6ZE,3314
22
+ raystack/assets/v1beta1/dashboard_pb2.py,sha256=d-RVUpu1td_c80RFY2MV_blA6smXhGAoy_EFN9pBlKM,4188
23
+ raystack/assets/v1beta1/dashboard_pb2.pyi,sha256=mVKETyjUBFNhGTSqg6SGIe5GbWSqnkYvB6QS1duaZco,3649
24
+ raystack/assets/v1beta1/event_pb2.py,sha256=epwzXxqfOhJnZXnyMmXKUUdJjbjh1_2ypgNMQ69ZghM,1902
25
+ raystack/assets/v1beta1/event_pb2.pyi,sha256=xsUk345ftk6WlBLPNkQsjUKa35GsIAptiC3-nDIXGII,796
26
+ raystack/assets/v1beta1/group_pb2.py,sha256=UK5p_7H7gIrLN1kbgUYmpIce_ekzbKr-fflyv2ypIuQ,2843
27
+ raystack/assets/v1beta1/group_pb2.pyi,sha256=fcOacuouxAIBuEpXdxHkfiAV31BX0LOqN-2n778Z7nk,1800
28
+ raystack/assets/v1beta1/job_pb2.py,sha256=ASaJZdQWJYh3MlLcLgT-diH4weSE9lvrVEDrmUxaEKY,2962
29
+ raystack/assets/v1beta1/job_pb2.pyi,sha256=Ylz36HQ3CylgngB5dKAMCqfJ2rxGOQrlI2eUY6T3kqE,1643
30
+ raystack/assets/v1beta1/lineage_pb2.py,sha256=oSWDDwkc9Np2Rxemu2_bTq_f_yecs78yxIp5zMQwY0c,1930
31
+ raystack/assets/v1beta1/lineage_pb2.pyi,sha256=CxCy301WRPUV0LD0DdPf35cA0Qplb-21p75bo3MjJ1k,932
32
+ raystack/assets/v1beta1/ownership_pb2.py,sha256=L9pd39x0-s_FYXSZNT0Tgtv2xem_GvwSxtD85NLWnyc,1968
33
+ raystack/assets/v1beta1/ownership_pb2.pyi,sha256=ZyRnb8iEkxXoj_OMuA975MWsrt7c4NfH2RTSf6MAB5g,1019
34
+ raystack/assets/v1beta1/preview_pb2.py,sha256=vryKMl_zv0i1c2NGUMxdRMeK3Cl6tBeijl_B29yo7do,1831
35
+ raystack/assets/v1beta1/preview_pb2.pyi,sha256=XZvCC-N-srQZpJ47pVk-Gb2MHMuFkXhS8YlFrvlO9dY,773
36
+ raystack/assets/v1beta1/properties_pb2.py,sha256=AgCQT4So1RS9idwW8trGrNipIkL9Xjp1xWRnO5WscNE,2335
37
+ raystack/assets/v1beta1/properties_pb2.pyi,sha256=SoPeEpgq3DApTjhQvvD8EahSm495dpqSdgIF7bOZkoM,1191
38
+ raystack/assets/v1beta1/resource_pb2.py,sha256=636e60cQWqvSveV0P_R5ic55X56jEbK4P4dfQkpxwj4,1884
39
+ raystack/assets/v1beta1/resource_pb2.pyi,sha256=BHk_dKnx-XujyYz4TljKtqHxuSO99toE7XPG5-IRNAk,800
40
+ raystack/assets/v1beta1/schema_pb2.py,sha256=xHDsq-tlJe73ltPNC6o32etna8te9j-JIZ6FrNLOXzE,3061
41
+ raystack/assets/v1beta1/schema_pb2.pyi,sha256=WvlxQGVrLVrFmzLj4XT60LHjmJaWrh8OnoqXC1FXOz0,2461
42
+ raystack/assets/v1beta1/table_pb2.py,sha256=bve8HUNhwIjL1CjoDkjgxU2w2wu0TSy3iETL35zBVHA,4251
43
+ raystack/assets/v1beta1/table_pb2.pyi,sha256=1XP6yEWn3WChGMzCT85P2ejkInt_Sm9KeXPaY9pskj4,3470
44
+ raystack/assets/v1beta1/timestamp_pb2.py,sha256=fVOEtgZSwochNC2-hJ1nd5Af9c8NpsiyzWrmqOJqXs8,2202
45
+ raystack/assets/v1beta1/timestamp_pb2.pyi,sha256=ggu7hc63Mk2d0MVrZiZc_xfCgcMTsvn_pgjoNQWvl3s,1239
46
+ raystack/assets/v1beta1/topic_pb2.py,sha256=0DkqFdsJmnzD69a_1gmqjoiC5g0LVNQEVLo5pgr1rss,3534
47
+ raystack/assets/v1beta1/topic_pb2.pyi,sha256=R09jAE4F5JmduiJG2h3cYMmjHRPXvqCMsnYcuPZJVwA,2296
48
+ raystack/assets/v1beta1/user_pb2.py,sha256=mE5Y554usrt_HkkljPQCfdEDSTmv9hTfKfwSslFTTnI,3594
49
+ raystack/assets/v1beta1/user_pb2.pyi,sha256=s9FWio_BYEed8P7E4x1D2lez9AvN2n0Q4Xc9MSPMlRo,3160
50
+ raystack/assets/v1beta2/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
+ raystack/assets/v1beta2/application_pb2.py,sha256=SJq--uzBiVjiW9fTwec0vH_GL-91njjH7yQE1Caadg8,2224
52
+ raystack/assets/v1beta2/application_pb2.pyi,sha256=57n7XLIJm7O8LXDa08QQkRVpwC32ZtpEg33EM5fNbEE,1164
53
+ raystack/assets/v1beta2/asset_pb2.py,sha256=ZQWO_j6Laz7ISBj-ednvFk2sblojdpfqxuaezoKVmqI,3203
54
+ raystack/assets/v1beta2/asset_pb2.pyi,sha256=wXvQeiai721vPBPElMw9lmx6VGsVw0a_AHWYyaFUIj4,2476
55
+ raystack/assets/v1beta2/bucket_pb2.py,sha256=Vdii1G1sSWYmiJbGKomZumib--1WiFk9QfLrjVwXRsM,3301
56
+ raystack/assets/v1beta2/bucket_pb2.pyi,sha256=LgYN6JufnO6KPeAg3jf9SuWY0SBtYKNiy8pV2A8_Ndw,3072
57
+ raystack/assets/v1beta2/common_pb2.py,sha256=_i2Q2F0n41IPYk8laQLDC5tD4N8SgNdieDAe1JMqZ8g,2774
58
+ raystack/assets/v1beta2/common_pb2.pyi,sha256=9CvS8HUbeXKiYV6AQ4SfqeZd9Hme99SamndIS49yH98,2158
59
+ raystack/assets/v1beta2/dashboard_pb2.py,sha256=z80OUhmZOtW7yjpdsL1X1Ee8aZKBObC3iC69vpXEhts,3494
60
+ raystack/assets/v1beta2/dashboard_pb2.pyi,sha256=c7uAD6dOXQ7OVdeuhyuAvNYpNYd9fcAW3OE4vDghgpc,3280
61
+ raystack/assets/v1beta2/experiment_pb2.py,sha256=hULIZ_la8P0Syj8TU3iTwsnB91hZTsbtazwr_exbiAs,2771
62
+ raystack/assets/v1beta2/experiment_pb2.pyi,sha256=UUwCcTZmO5kS20YFJ05OQ74RoBIciXCjizstkSvzirk,2171
63
+ raystack/assets/v1beta2/feature_table_pb2.py,sha256=px1zW1t1S-FPkwyWJP0nK1L0U2-Qbii-oaN_m7Gltd0,3590
64
+ raystack/assets/v1beta2/feature_table_pb2.pyi,sha256=5LkuMLndbq3m7-Na3vAHkzfD1AdJ00Zp3JVeElKqmmQ,3000
65
+ raystack/assets/v1beta2/group_pb2.py,sha256=mSGehXIxx33SztWPULADd728a5X3l4bcoAB8S3AVAqc,2095
66
+ raystack/assets/v1beta2/group_pb2.pyi,sha256=_wZPskb-LE7Ajh9a9wiDPRc3PY_19s227Mql9uovur0,1141
67
+ raystack/assets/v1beta2/job_pb2.py,sha256=IVGz15_9oIrzTsORY0feUwVDQCRzuphkJyIM6o7rdDw,2056
68
+ raystack/assets/v1beta2/job_pb2.pyi,sha256=m40B8METH9iG-TwVnP-DOdOxPTZGl6fBGJwuKKP7nBc,993
69
+ raystack/assets/v1beta2/metric_pb2.py,sha256=i8UA6Ij4k-rzgerE3LBtWFz3MWDMJQ8-UzXpv0dgiVo,2284
70
+ raystack/assets/v1beta2/metric_pb2.pyi,sha256=-SZuBhuUlCyqJ183mpU117mW9pgmW6SzWtJH02yayCs,1376
71
+ raystack/assets/v1beta2/model_pb2.py,sha256=QPe3_5m8GFGG5fA7ouJjmAUeee3sI7OzNvdwxvVlNT4,4054
72
+ raystack/assets/v1beta2/model_pb2.pyi,sha256=qYWxNMEf9IXtRUQnC4YwJEIEIAPNPFUaqFbMEhxc99A,3886
73
+ raystack/assets/v1beta2/table_pb2.py,sha256=qebinczNc0DEJptzRhbQ-fRlqRuttUUSooOFgrAkkMA,4290
74
+ raystack/assets/v1beta2/table_pb2.pyi,sha256=IKSSqWa5uR-suJt304HHfEhejQ83lafqIfwGetyqcGg,4613
75
+ raystack/assets/v1beta2/topic_pb2.py,sha256=RbBanIJEtZ_yvgWeAgzFRtchWhLMrjwwWXYB5T2BR5o,2711
76
+ raystack/assets/v1beta2/topic_pb2.pyi,sha256=NuOYtIbfQFFM3HIIosxEgPFS7csT6fdApFpiWb0qVyk,1837
77
+ raystack/assets/v1beta2/user_pb2.py,sha256=pFzttJWt_TlsMeLxMp9oyZ6RneJZHfQmEgWNiii2CMo,3148
78
+ raystack/assets/v1beta2/user_pb2.pyi,sha256=rklbWfui1c0gXa8bEEyuKnkrKtrizkTxqxam1rH3AYc,2938
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=UCXxOQfqDQZ1yvsIWhgeTIxPYbPKm6b_oIo9QdlV-jg,3424
83
+ raystack/common/v1/service_pb2.pyi,sha256=J5N7clLNBLmDZdLCIoMtsRW7PxDnbUyd8S5ACUu9Jpg,1632
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=x54JA4YmZwp1jfbl_n5H2XIBR5h42HZrnYpsC4ZYCmQ,97687
88
+ raystack/compass/v1beta1/service_pb2.pyi,sha256=S5GGZ7w8jugT_mb6TETNWkMsynGsAt6MXKO2sQJRlyk,45502
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=ElbjGkGUVA6GwCcYiLa3hhlpFLG8GAUmOyLEFKAb3us,6723
93
+ raystack/entropy/v1beta1/module_pb2.pyi,sha256=eWf9GCFOeTQNB4gwoaZtpFIZggT147NfuCVZyCjRcpc,3441
94
+ raystack/entropy/v1beta1/resource_connect.py,sha256=OtL8c0U66VkzRHi5O0Vfmy0ei1eXZdSoVCNsMiIegcs,30635
95
+ raystack/entropy/v1beta1/resource_pb2.py,sha256=rYQoqTWjIWUZwp55fh9K_RYsrKVsBysevqzanfT0eZI,15573
96
+ raystack/entropy/v1beta1/resource_pb2.pyi,sha256=awa5LaliSuIxKcNQ2ZMyOvP9F6zTKo9xpC6zpIusciI,11250
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=f-HGNuX_BTWiE4YEaEGX_2uPNb2-UvGVcaEjXqLOy7Y,125922
101
+ raystack/frontier/v1beta1/admin_pb2.pyi,sha256=Iy3UGso1TWVO-qwoXBrlXe5uOwURE9DTvy77SHU0fWA,55226
102
+ raystack/frontier/v1beta1/frontier_connect.py,sha256=tBOdcs72RV1Yiqzs9SuBrTE0q8unyfYc_Bn0AfzsPWw,626352
103
+ raystack/frontier/v1beta1/frontier_pb2.py,sha256=kcSEA8wU1cofpIxPBeCa86DIVAeIkmpxJakbNLAvdOg,322694
104
+ raystack/frontier/v1beta1/frontier_pb2.pyi,sha256=rPYvhudtnt0ErtcrEjT2qeH-MWnGu-VAHH98CZkWqzo,111095
105
+ raystack/frontier/v1beta1/models_pb2.py,sha256=Ygs4JOPzf8Jw3Xpmg76DIL-PrPC2REsyEKrIZnlOnjI,69829
106
+ raystack/frontier/v1beta1/models_pb2.pyi,sha256=pfAhbFfNidWE-YbGuJmpVKHXQuXHpLxSC_beE7J57fc,57578
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=Bz07GW3gZ5hKBCZ9HBPyJLyTHSX83b1dvRT4CUA6pRQ,100575
111
+ raystack/guardian/v1beta1/guardian_pb2.pyi,sha256=mtvf2RpHkd471jt95SmoHRKWWczX_98LlO5pMeEqF0A,60846
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=_fb-CcGVOQNrrpgmk6IhIbquyakJTDLq8C8ynxwfq2U,7656
117
+ raystack/optimus/core/v1beta1/backup_pb2.pyi,sha256=j4zwoZr6Qqaemf0TBuFs-bSz-k0qdS4i-JNI9pRx6rI,4935
118
+ raystack/optimus/core/v1beta1/job_run_connect.py,sha256=DMsg-3HLB3PItDUxB6zZmUaEx1fj3jyuWSVHM3HIHK8,16942
119
+ raystack/optimus/core/v1beta1/job_run_pb2.py,sha256=XjiYB1ujTnkHnA8L3mvWGl9-EtEluko-6tgOLGdEcOA,10340
120
+ raystack/optimus/core/v1beta1/job_run_pb2.pyi,sha256=hJ2rmBer32t80-smvNz320GbGnNSmQJssnH5J5AOeQk,7635
121
+ raystack/optimus/core/v1beta1/job_spec_connect.py,sha256=oSgJVYs_XEBJYobo3hzC1IlolJNxM1O1EBzRtNs35oY,77598
122
+ raystack/optimus/core/v1beta1/job_spec_pb2.py,sha256=YYtu1K9G8R9BBOLAIFInxnadPnkheTNPh5cDcDbBuxo,38324
123
+ raystack/optimus/core/v1beta1/job_spec_pb2.pyi,sha256=wmFAmuvJKNSHjtVXFH1uJ6c7f5IyUdIwRItiMWtTOFw,33566
124
+ raystack/optimus/core/v1beta1/namespace_connect.py,sha256=-8HLIpWQGoLGqaPIyDGf3uKfiqmcAjhlk1FySglQ2nY,13904
125
+ raystack/optimus/core/v1beta1/namespace_pb2.py,sha256=auaRhEVXr8e7D73n3Qn0-rpO4uJDHVz8bZef5ZJpxVI,6073
126
+ raystack/optimus/core/v1beta1/namespace_pb2.pyi,sha256=aA1r9BvnccxBfVqV5goi3990HIfzs8QS-zCIHVRJmtA,2853
127
+ raystack/optimus/core/v1beta1/project_connect.py,sha256=c5KAIlUkU6Jz9-d03Ue7oeVGC8YYPFpqHBieXFbGNxY,13174
128
+ raystack/optimus/core/v1beta1/project_pb2.py,sha256=lZjZdP1B23--UYXulYwcMVhrmMU0OoHoieKco_fQ49w,5540
129
+ raystack/optimus/core/v1beta1/project_pb2.pyi,sha256=OSRPISQMX452XhVjWX5JZ8KhAuNDRpPjsKmx9uUMeIA,2463
130
+ raystack/optimus/core/v1beta1/replay_connect.py,sha256=Vv6J67JRtXdmyABx_0vVVBCjGQwX0L4ah_DZndc3HXI,16428
131
+ raystack/optimus/core/v1beta1/replay_pb2.py,sha256=4aiFW5X9vtWxtL9aN5JX2t_e9RN0yWQc-xbBhwvzsoM,8085
132
+ raystack/optimus/core/v1beta1/replay_pb2.pyi,sha256=dcCf_XIB_2OwOsEZGBzFAyFltuu4wVsc-XQRU0-3OWI,6014
133
+ raystack/optimus/core/v1beta1/resource_connect.py,sha256=xGnLnv9m2NKXTtuJEc5yfyHXxoD2nnv5ppZBvgX7rr0,29461
134
+ raystack/optimus/core/v1beta1/resource_pb2.py,sha256=9OLJNKe5zfS7CsONn0GGV8PjPWNZlHtkyomwiqHhccw,12889
135
+ raystack/optimus/core/v1beta1/resource_pb2.pyi,sha256=_QN8UYtREXsx9Vm_5AFwfZwyApSfCHQ36ilF7yBXA2A,8365
136
+ raystack/optimus/core/v1beta1/runtime_connect.py,sha256=p1-AIAenUYN5Hoh8YoWuVswAKHENqgImdg441RbzsV0,5618
137
+ raystack/optimus/core/v1beta1/runtime_pb2.py,sha256=lUYGStmPN5r4RVtXD3jZ3Kk1xpJEH0KTD7aUIbXlKmg,2904
138
+ raystack/optimus/core/v1beta1/runtime_pb2.pyi,sha256=uhQSOcxSLeg2-yKMI4SGhQWIX2-4I-hoaY1hU7sLZ2E,709
139
+ raystack/optimus/core/v1beta1/secret_connect.py,sha256=W7u-yMBsiKRyHiaJLj1qsCMj41HNE5Kq_TU97YURiR4,16764
140
+ raystack/optimus/core/v1beta1/secret_pb2.py,sha256=fawJGlVKmS7FfJOEZO5E5idk5cgiGNhTqIPtTNLCDpw,6519
141
+ raystack/optimus/core/v1beta1/secret_pb2.pyi,sha256=6IPmPXseyXZm5zb0ahpIVWSEeA_Ofno5Lr6Af2V_PiY,3379
142
+ raystack/optimus/core/v1beta1/status_pb2.py,sha256=xf0rwxOG7y9yWh4Bflk6E0G8nW6T7szQ3fqBV7j8H28,2053
143
+ raystack/optimus/core/v1beta1/status_pb2.pyi,sha256=rmsoTTlNwgr5ofxyauQtvY7EoiV7yUjwdeaYaFbB1LI,1043
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=IiBAfMfZX9NUTrzeqhU1LBJsWDp5vVOAHdof1DKE4Xg,4997
147
+ raystack/optimus/integration/v1beta1/event_pb2.pyi,sha256=_Ao1QUzp_QRQISKuoMwo0_8a4GXemIeJGWFh0mUbKI8,5201
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=SXJA2tAJZSjkzhGOR5tNBKyxbQimVzCY5fofn00MPZw,6690
152
+ raystack/optimus/plugins/v1beta1/dependency_resolver_pb2.pyi,sha256=dZFRQTvsvgSsAg3v3j9f-tfxc0wS-6sHXgk3VWqe3Xs,5047
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=GmUbP6HHSoAPQquuOJqbRL0FFKMytwEenXbv1acoFM8,3422
156
+ raystack/predator/v1beta1/metrics_log_pb2.pyi,sha256=suIfHYc_43e4vrYCfccm-G1aAKFVPgeuneHDlpbUnaw,3025
157
+ raystack/predator/v1beta1/result_log_pb2.py,sha256=1aHYgYk2MqUPOqgASy8eMJmKFto6VaSeFt5Q617Bpmw,3336
158
+ raystack/predator/v1beta1/result_log_pb2.pyi,sha256=oVRYrxD565Nl7gQfeVobH3YewRW1QMjwN4NsZtZVqEQ,2832
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=z-nmoNueALta330PRiuHkkG92d-0D0zVYGpabo43Gbo,3917
163
+ raystack/raccoon/v1beta1/raccoon_pb2.pyi,sha256=VTZg3JehgGUg62PJLFxXFqIdnSSYIL2PiL3s-Bi7Zt0,2957
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=e7_1nYoIrJrB4M6XfOHNDUHpYciVIBsVsXBALnlkcyI,62845
168
+ raystack/siren/v1beta1/siren_pb2.pyi,sha256=EKPgUanItRBdXW9BuaF5Y7iS_pfxl1eCYz-cBYaLXRw,37622
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=TOh8XzEqFbWluc2IDutWdzCh4aTz9pPwynyog5eUG5M,23396
173
+ raystack/stencil/v1beta1/stencil_pb2.pyi,sha256=8DSx1Ze8xPXwStK1gZpXAlAygY3RD0JBWa9lSSY7MF8,15476
174
+ raystack_proton-2025.11.5.35259.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
175
+ validate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
176
+ validate/validate_pb2.py,sha256=XlK_c5dPvRZH6G5_yw9BbLp1o8Xv0oTfwMzRYzR1Hu8,15845
177
+ validate/validate_pb2.pyi,sha256=zXbRkoRbTPqFRvMkcpU6sCrQRGoXYNcXPy1CeouRdcY,22134
178
+ raystack_proton-2025.11.5.35259.dist-info/METADATA,sha256=N9T66SfG8TuOsQQZyuUDcxcgh9bkQdQjdeutteuPnuk,2507
179
+ raystack_proton-2025.11.5.35259.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
180
+ raystack_proton-2025.11.5.35259.dist-info/top_level.txt,sha256=HsC4SuxDXS4_Pk3llEIbx2QQfL17osQAkqp1zjz3QjA,46
181
+ raystack_proton-2025.11.5.35259.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.33.0
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 33,
16
+ 0,
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)