@raystack/proton 0.1.0-00c55b6ba2a3f425eca16ca3d36e172952e4824d

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 (278) hide show
  1. package/README.md +113 -0
  2. package/google/api/annotations_pb.d.ts +34 -0
  3. package/google/api/annotations_pb.js +36 -0
  4. package/google/api/annotations_pb.ts +39 -0
  5. package/google/api/field_behavior_pb.d.ts +134 -0
  6. package/google/api/field_behavior_pb.js +65 -0
  7. package/google/api/field_behavior_pb.ts +139 -0
  8. package/google/api/http_pb.d.ts +477 -0
  9. package/google/api/http_pb.js +47 -0
  10. package/google/api/http_pb.ts +482 -0
  11. package/google/api/httpbody_pb.d.ts +104 -0
  12. package/google/api/httpbody_pb.js +34 -0
  13. package/google/api/httpbody_pb.ts +108 -0
  14. package/index.d.ts +10 -0
  15. package/index.js +10 -0
  16. package/index.ts +10 -0
  17. package/package.json +94 -0
  18. package/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
  19. package/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
  20. package/protoc-gen-openapiv2/options/annotations_pb.ts +72 -0
  21. package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
  22. package/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
  23. package/protoc-gen-openapiv2/options/openapiv2_pb.ts +1525 -0
  24. package/raystack/assets/index.d.ts +29 -0
  25. package/raystack/assets/index.js +29 -0
  26. package/raystack/assets/index.ts +29 -0
  27. package/raystack/assets/v1beta1/bucket_pb.d.ts +180 -0
  28. package/raystack/assets/v1beta1/bucket_pb.js +32 -0
  29. package/raystack/assets/v1beta1/bucket_pb.ts +190 -0
  30. package/raystack/assets/v1beta1/dashboard_pb.d.ts +217 -0
  31. package/raystack/assets/v1beta1/dashboard_pb.js +32 -0
  32. package/raystack/assets/v1beta1/dashboard_pb.ts +227 -0
  33. package/raystack/assets/v1beta1/event_pb.d.ts +52 -0
  34. package/raystack/assets/v1beta1/event_pb.js +20 -0
  35. package/raystack/assets/v1beta1/event_pb.ts +56 -0
  36. package/raystack/assets/v1beta1/group_pb.d.ts +105 -0
  37. package/raystack/assets/v1beta1/group_pb.js +30 -0
  38. package/raystack/assets/v1beta1/group_pb.ts +113 -0
  39. package/raystack/assets/v1beta1/job_pb.d.ts +78 -0
  40. package/raystack/assets/v1beta1/job_pb.js +25 -0
  41. package/raystack/assets/v1beta1/job_pb.ts +87 -0
  42. package/raystack/assets/v1beta1/lineage_pb.d.ts +43 -0
  43. package/raystack/assets/v1beta1/lineage_pb.js +20 -0
  44. package/raystack/assets/v1beta1/lineage_pb.ts +47 -0
  45. package/raystack/assets/v1beta1/ownership_pb.d.ts +78 -0
  46. package/raystack/assets/v1beta1/ownership_pb.js +26 -0
  47. package/raystack/assets/v1beta1/ownership_pb.ts +82 -0
  48. package/raystack/assets/v1beta1/preview_pb.d.ts +41 -0
  49. package/raystack/assets/v1beta1/preview_pb.js +20 -0
  50. package/raystack/assets/v1beta1/preview_pb.ts +45 -0
  51. package/raystack/assets/v1beta1/properties_pb.d.ts +44 -0
  52. package/raystack/assets/v1beta1/properties_pb.js +20 -0
  53. package/raystack/assets/v1beta1/properties_pb.ts +48 -0
  54. package/raystack/assets/v1beta1/resource_pb.d.ts +74 -0
  55. package/raystack/assets/v1beta1/resource_pb.js +19 -0
  56. package/raystack/assets/v1beta1/resource_pb.ts +77 -0
  57. package/raystack/assets/v1beta1/schema_pb.d.ts +169 -0
  58. package/raystack/assets/v1beta1/schema_pb.js +41 -0
  59. package/raystack/assets/v1beta1/schema_pb.ts +176 -0
  60. package/raystack/assets/v1beta1/table_pb.d.ts +192 -0
  61. package/raystack/assets/v1beta1/table_pb.js +41 -0
  62. package/raystack/assets/v1beta1/table_pb.ts +205 -0
  63. package/raystack/assets/v1beta1/timestamp_pb.d.ts +68 -0
  64. package/raystack/assets/v1beta1/timestamp_pb.js +27 -0
  65. package/raystack/assets/v1beta1/timestamp_pb.ts +73 -0
  66. package/raystack/assets/v1beta1/topic_pb.d.ts +125 -0
  67. package/raystack/assets/v1beta1/topic_pb.js +33 -0
  68. package/raystack/assets/v1beta1/topic_pb.ts +136 -0
  69. package/raystack/assets/v1beta1/user_pb.d.ts +216 -0
  70. package/raystack/assets/v1beta1/user_pb.js +37 -0
  71. package/raystack/assets/v1beta1/user_pb.ts +225 -0
  72. package/raystack/assets/v1beta2/application_pb.d.ts +59 -0
  73. package/raystack/assets/v1beta2/application_pb.js +20 -0
  74. package/raystack/assets/v1beta2/application_pb.ts +63 -0
  75. package/raystack/assets/v1beta2/asset_pb.d.ts +129 -0
  76. package/raystack/assets/v1beta2/asset_pb.js +21 -0
  77. package/raystack/assets/v1beta2/asset_pb.ts +134 -0
  78. package/raystack/assets/v1beta2/bucket_pb.d.ts +163 -0
  79. package/raystack/assets/v1beta2/bucket_pb.js +28 -0
  80. package/raystack/assets/v1beta2/bucket_pb.ts +169 -0
  81. package/raystack/assets/v1beta2/common_pb.d.ts +170 -0
  82. package/raystack/assets/v1beta2/common_pb.js +41 -0
  83. package/raystack/assets/v1beta2/common_pb.ts +177 -0
  84. package/raystack/assets/v1beta2/dashboard_pb.d.ts +192 -0
  85. package/raystack/assets/v1beta2/dashboard_pb.js +28 -0
  86. package/raystack/assets/v1beta2/dashboard_pb.ts +198 -0
  87. package/raystack/assets/v1beta2/experiment_pb.d.ts +134 -0
  88. package/raystack/assets/v1beta2/experiment_pb.js +27 -0
  89. package/raystack/assets/v1beta2/experiment_pb.ts +139 -0
  90. package/raystack/assets/v1beta2/feature_table_pb.d.ts +167 -0
  91. package/raystack/assets/v1beta2/feature_table_pb.js +34 -0
  92. package/raystack/assets/v1beta2/feature_table_pb.ts +173 -0
  93. package/raystack/assets/v1beta2/group_pb.d.ts +77 -0
  94. package/raystack/assets/v1beta2/group_pb.js +27 -0
  95. package/raystack/assets/v1beta2/group_pb.ts +82 -0
  96. package/raystack/assets/v1beta2/job_pb.d.ts +47 -0
  97. package/raystack/assets/v1beta2/job_pb.js +20 -0
  98. package/raystack/assets/v1beta2/job_pb.ts +51 -0
  99. package/raystack/assets/v1beta2/metric_pb.d.ts +83 -0
  100. package/raystack/assets/v1beta2/metric_pb.js +20 -0
  101. package/raystack/assets/v1beta2/metric_pb.ts +87 -0
  102. package/raystack/assets/v1beta2/model_pb.d.ts +227 -0
  103. package/raystack/assets/v1beta2/model_pb.js +41 -0
  104. package/raystack/assets/v1beta2/model_pb.ts +234 -0
  105. package/raystack/assets/v1beta2/table_pb.d.ts +283 -0
  106. package/raystack/assets/v1beta2/table_pb.js +48 -0
  107. package/raystack/assets/v1beta2/table_pb.ts +291 -0
  108. package/raystack/assets/v1beta2/topic_pb.d.ts +117 -0
  109. package/raystack/assets/v1beta2/topic_pb.js +34 -0
  110. package/raystack/assets/v1beta2/topic_pb.ts +123 -0
  111. package/raystack/assets/v1beta2/user_pb.d.ts +203 -0
  112. package/raystack/assets/v1beta2/user_pb.js +34 -0
  113. package/raystack/assets/v1beta2/user_pb.ts +209 -0
  114. package/raystack/common/index.d.ts +2 -0
  115. package/raystack/common/index.js +2 -0
  116. package/raystack/common/index.ts +2 -0
  117. package/raystack/common/v1/service-CommonService_connectquery.d.ts +10 -0
  118. package/raystack/common/v1/service-CommonService_connectquery.js +10 -0
  119. package/raystack/common/v1/service-CommonService_connectquery.ts +10 -0
  120. package/raystack/common/v1/service_pb.d.ts +100 -0
  121. package/raystack/common/v1/service_pb.js +42 -0
  122. package/raystack/common/v1/service_pb.ts +109 -0
  123. package/raystack/compass/index.d.ts +2 -0
  124. package/raystack/compass/index.js +2 -0
  125. package/raystack/compass/index.ts +2 -0
  126. package/raystack/compass/v1beta1/service-CompassService_connectquery.d.ts +184 -0
  127. package/raystack/compass/v1beta1/service-CompassService_connectquery.js +225 -0
  128. package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +225 -0
  129. package/raystack/compass/v1beta1/service_pb.d.ts +2994 -0
  130. package/raystack/compass/v1beta1/service_pb.js +745 -0
  131. package/raystack/compass/v1beta1/service_pb.ts +3104 -0
  132. package/raystack/entropy/index.d.ts +4 -0
  133. package/raystack/entropy/index.js +4 -0
  134. package/raystack/entropy/index.ts +4 -0
  135. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.d.ts +26 -0
  136. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.js +30 -0
  137. package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +30 -0
  138. package/raystack/entropy/v1beta1/module_pb.d.ts +261 -0
  139. package/raystack/entropy/v1beta1/module_pb.js +97 -0
  140. package/raystack/entropy/v1beta1/module_pb.ts +277 -0
  141. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.d.ts +34 -0
  142. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.js +40 -0
  143. package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +40 -0
  144. package/raystack/entropy/v1beta1/resource_pb.d.ts +636 -0
  145. package/raystack/entropy/v1beta1/resource_pb.js +200 -0
  146. package/raystack/entropy/v1beta1/resource_pb.ts +666 -0
  147. package/raystack/frontier/index.d.ts +5 -0
  148. package/raystack/frontier/index.js +5 -0
  149. package/raystack/frontier/index.ts +5 -0
  150. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +263 -0
  151. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +316 -0
  152. package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +316 -0
  153. package/raystack/frontier/v1beta1/admin_pb.d.ts +3550 -0
  154. package/raystack/frontier/v1beta1/admin_pb.js +914 -0
  155. package/raystack/frontier/v1beta1/admin_pb.ts +3687 -0
  156. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +746 -0
  157. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +915 -0
  158. package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +915 -0
  159. package/raystack/frontier/v1beta1/frontier_pb.d.ts +8883 -0
  160. package/raystack/frontier/v1beta1/frontier_pb.js +2635 -0
  161. package/raystack/frontier/v1beta1/frontier_pb.ts +9265 -0
  162. package/raystack/frontier/v1beta1/models_pb.d.ts +2861 -0
  163. package/raystack/frontier/v1beta1/models_pb.js +450 -0
  164. package/raystack/frontier/v1beta1/models_pb.ts +2928 -0
  165. package/raystack/guardian/index.d.ts +2 -0
  166. package/raystack/guardian/index.js +2 -0
  167. package/raystack/guardian/index.ts +2 -0
  168. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.d.ts +168 -0
  169. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.js +207 -0
  170. package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +207 -0
  171. package/raystack/guardian/v1beta1/guardian_pb.d.ts +3537 -0
  172. package/raystack/guardian/v1beta1/guardian_pb.js +823 -0
  173. package/raystack/guardian/v1beta1/guardian_pb.ts +3659 -0
  174. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.d.ts +18 -0
  175. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.js +20 -0
  176. package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +20 -0
  177. package/raystack/optimus/core/v1beta1/backup_pb.d.ts +256 -0
  178. package/raystack/optimus/core/v1beta1/backup_pb.js +77 -0
  179. package/raystack/optimus/core/v1beta1/backup_pb.ts +270 -0
  180. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.d.ts +30 -0
  181. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.js +33 -0
  182. package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +33 -0
  183. package/raystack/optimus/core/v1beta1/job_run_pb.d.ts +410 -0
  184. package/raystack/optimus/core/v1beta1/job_run_pb.js +127 -0
  185. package/raystack/optimus/core/v1beta1/job_run_pb.ts +430 -0
  186. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.d.ts +98 -0
  187. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.js +112 -0
  188. package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +112 -0
  189. package/raystack/optimus/core/v1beta1/job_spec_pb.d.ts +1953 -0
  190. package/raystack/optimus/core/v1beta1/job_spec_pb.js +487 -0
  191. package/raystack/optimus/core/v1beta1/job_spec_pb.ts +2025 -0
  192. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.d.ts +24 -0
  193. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.js +26 -0
  194. package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +26 -0
  195. package/raystack/optimus/core/v1beta1/namespace_pb.d.ts +180 -0
  196. package/raystack/optimus/core/v1beta1/namespace_pb.js +69 -0
  197. package/raystack/optimus/core/v1beta1/namespace_pb.ts +192 -0
  198. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.d.ts +24 -0
  199. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.js +26 -0
  200. package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +26 -0
  201. package/raystack/optimus/core/v1beta1/project_pb.d.ts +166 -0
  202. package/raystack/optimus/core/v1beta1/project_pb.js +69 -0
  203. package/raystack/optimus/core/v1beta1/project_pb.ts +178 -0
  204. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.d.ts +22 -0
  205. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.js +25 -0
  206. package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +25 -0
  207. package/raystack/optimus/core/v1beta1/replay_pb.d.ts +331 -0
  208. package/raystack/optimus/core/v1beta1/replay_pb.js +91 -0
  209. package/raystack/optimus/core/v1beta1/replay_pb.ts +347 -0
  210. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.d.ts +43 -0
  211. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.js +48 -0
  212. package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +48 -0
  213. package/raystack/optimus/core/v1beta1/resource_pb.d.ts +507 -0
  214. package/raystack/optimus/core/v1beta1/resource_pb.js +134 -0
  215. package/raystack/optimus/core/v1beta1/resource_pb.ts +530 -0
  216. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.d.ts +12 -0
  217. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.js +12 -0
  218. package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +12 -0
  219. package/raystack/optimus/core/v1beta1/runtime_pb.d.ts +62 -0
  220. package/raystack/optimus/core/v1beta1/runtime_pb.js +36 -0
  221. package/raystack/optimus/core/v1beta1/runtime_pb.ts +69 -0
  222. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.d.ts +30 -0
  223. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.js +33 -0
  224. package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +33 -0
  225. package/raystack/optimus/core/v1beta1/secret_pb.d.ts +250 -0
  226. package/raystack/optimus/core/v1beta1/secret_pb.js +84 -0
  227. package/raystack/optimus/core/v1beta1/secret_pb.ts +265 -0
  228. package/raystack/optimus/core/v1beta1/status_pb.d.ts +78 -0
  229. package/raystack/optimus/core/v1beta1/status_pb.js +31 -0
  230. package/raystack/optimus/core/v1beta1/status_pb.ts +82 -0
  231. package/raystack/optimus/integration/v1beta1/event_pb.d.ts +239 -0
  232. package/raystack/optimus/integration/v1beta1/event_pb.js +62 -0
  233. package/raystack/optimus/integration/v1beta1/event_pb.ts +250 -0
  234. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.d.ts +31 -0
  235. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.js +34 -0
  236. package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +34 -0
  237. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.d.ts +353 -0
  238. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.js +120 -0
  239. package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +371 -0
  240. package/raystack/predator/index.d.ts +2 -0
  241. package/raystack/predator/index.js +2 -0
  242. package/raystack/predator/index.ts +2 -0
  243. package/raystack/predator/v1beta1/metrics_log_pb.d.ts +163 -0
  244. package/raystack/predator/v1beta1/metrics_log_pb.js +48 -0
  245. package/raystack/predator/v1beta1/metrics_log_pb.ts +171 -0
  246. package/raystack/predator/v1beta1/result_log_pb.d.ts +143 -0
  247. package/raystack/predator/v1beta1/result_log_pb.js +42 -0
  248. package/raystack/predator/v1beta1/result_log_pb.ts +151 -0
  249. package/raystack/raccoon/index.d.ts +2 -0
  250. package/raystack/raccoon/index.js +2 -0
  251. package/raystack/raccoon/index.ts +2 -0
  252. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.d.ts +10 -0
  253. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.js +10 -0
  254. package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +10 -0
  255. package/raystack/raccoon/v1beta1/raccoon_pb.d.ts +268 -0
  256. package/raystack/raccoon/v1beta1/raccoon_pb.js +64 -0
  257. package/raystack/raccoon/v1beta1/raccoon_pb.ts +277 -0
  258. package/raystack/siren/index.d.ts +2 -0
  259. package/raystack/siren/index.js +2 -0
  260. package/raystack/siren/index.ts +2 -0
  261. package/raystack/siren/v1beta1/siren-SirenService_connectquery.d.ts +146 -0
  262. package/raystack/siren/v1beta1/siren-SirenService_connectquery.js +180 -0
  263. package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +180 -0
  264. package/raystack/siren/v1beta1/siren_pb.d.ts +2281 -0
  265. package/raystack/siren/v1beta1/siren_pb.js +603 -0
  266. package/raystack/siren/v1beta1/siren_pb.ts +2371 -0
  267. package/raystack/stencil/index.d.ts +2 -0
  268. package/raystack/stencil/index.js +2 -0
  269. package/raystack/stencil/index.ts +2 -0
  270. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.d.ts +70 -0
  271. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.js +85 -0
  272. package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +85 -0
  273. package/raystack/stencil/v1beta1/stencil_pb.d.ts +1057 -0
  274. package/raystack/stencil/v1beta1/stencil_pb.js +298 -0
  275. package/raystack/stencil/v1beta1/stencil_pb.ts +1102 -0
  276. package/validate/validate_pb.d.ts +1953 -0
  277. package/validate/validate_pb.js +223 -0
  278. package/validate/validate_pb.ts +1984 -0
@@ -0,0 +1,1953 @@
1
+ // @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
2
+ // @generated from file raystack/optimus/core/v1beta1/job_spec.proto (package raystack.optimus.core.v1beta1, syntax proto3)
3
+ /* eslint-disable */
4
+
5
+ import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
6
+ import type { JsonObject, Message } from "@bufbuild/protobuf";
7
+ import type { Log } from "./status_pb";
8
+ import type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
9
+
10
+ /**
11
+ * Describes the file raystack/optimus/core/v1beta1/job_spec.proto.
12
+ */
13
+ export declare const file_raystack_optimus_core_v1beta1_job_spec: GenFile;
14
+
15
+ /**
16
+ * @generated from message raystack.optimus.core.v1beta1.DeployJobSpecificationRequest
17
+ */
18
+ export declare type DeployJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.DeployJobSpecificationRequest"> & {
19
+ /**
20
+ * unique project identifier
21
+ *
22
+ * @generated from field: string project_name = 1;
23
+ */
24
+ projectName: string;
25
+
26
+ /**
27
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 2;
28
+ */
29
+ jobs: JobSpecification[];
30
+
31
+ /**
32
+ * @generated from field: string namespace_name = 4;
33
+ */
34
+ namespaceName: string;
35
+ };
36
+
37
+ /**
38
+ * Describes the message raystack.optimus.core.v1beta1.DeployJobSpecificationRequest.
39
+ * Use `create(DeployJobSpecificationRequestSchema)` to create a new message.
40
+ */
41
+ export declare const DeployJobSpecificationRequestSchema: GenMessage<DeployJobSpecificationRequest>;
42
+
43
+ /**
44
+ * DeployJobSpecificationResponse hold the value of DeploymentID
45
+ * and the log messages
46
+ *
47
+ * @generated from message raystack.optimus.core.v1beta1.DeployJobSpecificationResponse
48
+ */
49
+ export declare type DeployJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.DeployJobSpecificationResponse"> & {
50
+ /**
51
+ * @generated from field: string deployment_id = 7;
52
+ */
53
+ deploymentId: string;
54
+
55
+ /**
56
+ * @generated from field: raystack.optimus.core.v1beta1.Log log_status = 8;
57
+ */
58
+ logStatus?: Log;
59
+ };
60
+
61
+ /**
62
+ * Describes the message raystack.optimus.core.v1beta1.DeployJobSpecificationResponse.
63
+ * Use `create(DeployJobSpecificationResponseSchema)` to create a new message.
64
+ */
65
+ export declare const DeployJobSpecificationResponseSchema: GenMessage<DeployJobSpecificationResponse>;
66
+
67
+ /**
68
+ * @generated from message raystack.optimus.core.v1beta1.AddJobSpecificationsRequest
69
+ */
70
+ export declare type AddJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.AddJobSpecificationsRequest"> & {
71
+ /**
72
+ * @generated from field: string project_name = 1;
73
+ */
74
+ projectName: string;
75
+
76
+ /**
77
+ * @generated from field: string namespace_name = 2;
78
+ */
79
+ namespaceName: string;
80
+
81
+ /**
82
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification specs = 3;
83
+ */
84
+ specs: JobSpecification[];
85
+ };
86
+
87
+ /**
88
+ * Describes the message raystack.optimus.core.v1beta1.AddJobSpecificationsRequest.
89
+ * Use `create(AddJobSpecificationsRequestSchema)` to create a new message.
90
+ */
91
+ export declare const AddJobSpecificationsRequestSchema: GenMessage<AddJobSpecificationsRequest>;
92
+
93
+ /**
94
+ * @generated from message raystack.optimus.core.v1beta1.AddJobSpecificationsResponse
95
+ */
96
+ export declare type AddJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.AddJobSpecificationsResponse"> & {
97
+ /**
98
+ * @generated from field: string log = 2;
99
+ */
100
+ log: string;
101
+ };
102
+
103
+ /**
104
+ * Describes the message raystack.optimus.core.v1beta1.AddJobSpecificationsResponse.
105
+ * Use `create(AddJobSpecificationsResponseSchema)` to create a new message.
106
+ */
107
+ export declare const AddJobSpecificationsResponseSchema: GenMessage<AddJobSpecificationsResponse>;
108
+
109
+ /**
110
+ * @generated from message raystack.optimus.core.v1beta1.UpdateJobSpecificationsRequest
111
+ */
112
+ export declare type UpdateJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.UpdateJobSpecificationsRequest"> & {
113
+ /**
114
+ * @generated from field: string project_name = 1;
115
+ */
116
+ projectName: string;
117
+
118
+ /**
119
+ * @generated from field: string namespace_name = 2;
120
+ */
121
+ namespaceName: string;
122
+
123
+ /**
124
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification specs = 3;
125
+ */
126
+ specs: JobSpecification[];
127
+ };
128
+
129
+ /**
130
+ * Describes the message raystack.optimus.core.v1beta1.UpdateJobSpecificationsRequest.
131
+ * Use `create(UpdateJobSpecificationsRequestSchema)` to create a new message.
132
+ */
133
+ export declare const UpdateJobSpecificationsRequestSchema: GenMessage<UpdateJobSpecificationsRequest>;
134
+
135
+ /**
136
+ * @generated from message raystack.optimus.core.v1beta1.UpdateJobSpecificationsResponse
137
+ */
138
+ export declare type UpdateJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.UpdateJobSpecificationsResponse"> & {
139
+ /**
140
+ * @generated from field: string log = 1;
141
+ */
142
+ log: string;
143
+ };
144
+
145
+ /**
146
+ * Describes the message raystack.optimus.core.v1beta1.UpdateJobSpecificationsResponse.
147
+ * Use `create(UpdateJobSpecificationsResponseSchema)` to create a new message.
148
+ */
149
+ export declare const UpdateJobSpecificationsResponseSchema: GenMessage<UpdateJobSpecificationsResponse>;
150
+
151
+ /**
152
+ * @generated from message raystack.optimus.core.v1beta1.JobInspectRequest
153
+ */
154
+ export declare type JobInspectRequest = Message<"raystack.optimus.core.v1beta1.JobInspectRequest"> & {
155
+ /**
156
+ * @generated from field: string project_name = 1;
157
+ */
158
+ projectName: string;
159
+
160
+ /**
161
+ * @generated from field: string namespace_name = 2;
162
+ */
163
+ namespaceName: string;
164
+
165
+ /**
166
+ * @generated from field: string job_name = 3;
167
+ */
168
+ jobName: string;
169
+
170
+ /**
171
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecification spec = 4;
172
+ */
173
+ spec?: JobSpecification;
174
+
175
+ /**
176
+ * @generated from field: google.protobuf.Timestamp scheduled_at = 5;
177
+ */
178
+ scheduledAt?: Timestamp;
179
+ };
180
+
181
+ /**
182
+ * Describes the message raystack.optimus.core.v1beta1.JobInspectRequest.
183
+ * Use `create(JobInspectRequestSchema)` to create a new message.
184
+ */
185
+ export declare const JobInspectRequestSchema: GenMessage<JobInspectRequest>;
186
+
187
+ /**
188
+ * @generated from message raystack.optimus.core.v1beta1.JobRun
189
+ */
190
+ export declare type JobRun = Message<"raystack.optimus.core.v1beta1.JobRun"> & {
191
+ /**
192
+ * @generated from field: string state = 1;
193
+ */
194
+ state: string;
195
+
196
+ /**
197
+ * @generated from field: google.protobuf.Timestamp scheduled_at = 2;
198
+ */
199
+ scheduledAt?: Timestamp;
200
+ };
201
+
202
+ /**
203
+ * Describes the message raystack.optimus.core.v1beta1.JobRun.
204
+ * Use `create(JobRunSchema)` to create a new message.
205
+ */
206
+ export declare const JobRunSchema: GenMessage<JobRun>;
207
+
208
+ /**
209
+ * @generated from message raystack.optimus.core.v1beta1.JobInspectResponse
210
+ */
211
+ export declare type JobInspectResponse = Message<"raystack.optimus.core.v1beta1.JobInspectResponse"> & {
212
+ /**
213
+ * @generated from field: raystack.optimus.core.v1beta1.JobInspectResponse.BasicInfoSection basic_info = 1;
214
+ */
215
+ basicInfo?: JobInspectResponse_BasicInfoSection;
216
+
217
+ /**
218
+ * @generated from field: raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection upstreams = 2;
219
+ */
220
+ upstreams?: JobInspectResponse_UpstreamSection;
221
+
222
+ /**
223
+ * @generated from field: raystack.optimus.core.v1beta1.JobInspectResponse.DownstreamSection downstreams = 3;
224
+ */
225
+ downstreams?: JobInspectResponse_DownstreamSection;
226
+ };
227
+
228
+ /**
229
+ * Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.
230
+ * Use `create(JobInspectResponseSchema)` to create a new message.
231
+ */
232
+ export declare const JobInspectResponseSchema: GenMessage<JobInspectResponse>;
233
+
234
+ /**
235
+ * @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.BasicInfoSection
236
+ */
237
+ export declare type JobInspectResponse_BasicInfoSection = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.BasicInfoSection"> & {
238
+ /**
239
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecification job = 1;
240
+ */
241
+ job?: JobSpecification;
242
+
243
+ /**
244
+ * @generated from field: repeated string source = 2;
245
+ */
246
+ source: string[];
247
+
248
+ /**
249
+ * @generated from field: string destination = 3;
250
+ */
251
+ destination: string;
252
+
253
+ /**
254
+ * @generated from field: repeated raystack.optimus.core.v1beta1.Log notice = 4;
255
+ */
256
+ notice: Log[];
257
+ };
258
+
259
+ /**
260
+ * Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.BasicInfoSection.
261
+ * Use `create(JobInspectResponse_BasicInfoSectionSchema)` to create a new message.
262
+ */
263
+ export declare const JobInspectResponse_BasicInfoSectionSchema: GenMessage<JobInspectResponse_BasicInfoSection>;
264
+
265
+ /**
266
+ * @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency
267
+ */
268
+ export declare type JobInspectResponse_JobDependency = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency"> & {
269
+ /**
270
+ * @generated from field: string name = 1;
271
+ */
272
+ name: string;
273
+
274
+ /**
275
+ * @generated from field: string host = 2;
276
+ */
277
+ host: string;
278
+
279
+ /**
280
+ * @generated from field: string project_name = 3;
281
+ */
282
+ projectName: string;
283
+
284
+ /**
285
+ * @generated from field: string namespace_name = 4;
286
+ */
287
+ namespaceName: string;
288
+
289
+ /**
290
+ * @generated from field: string task_name = 5;
291
+ */
292
+ taskName: string;
293
+
294
+ /**
295
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobRun runs = 6;
296
+ */
297
+ runs: JobRun[];
298
+ };
299
+
300
+ /**
301
+ * Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency.
302
+ * Use `create(JobInspectResponse_JobDependencySchema)` to create a new message.
303
+ */
304
+ export declare const JobInspectResponse_JobDependencySchema: GenMessage<JobInspectResponse_JobDependency>;
305
+
306
+ /**
307
+ * @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection
308
+ */
309
+ export declare type JobInspectResponse_UpstreamSection = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection"> & {
310
+ /**
311
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency external_dependency = 1;
312
+ */
313
+ externalDependency: JobInspectResponse_JobDependency[];
314
+
315
+ /**
316
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency internal_dependency = 2;
317
+ */
318
+ internalDependency: JobInspectResponse_JobDependency[];
319
+
320
+ /**
321
+ * @generated from field: repeated raystack.optimus.core.v1beta1.HttpDependency http_dependency = 3;
322
+ */
323
+ httpDependency: HttpDependency[];
324
+
325
+ /**
326
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.UnknownDependencies unknown_dependencies = 4;
327
+ */
328
+ unknownDependencies: JobInspectResponse_UpstreamSection_UnknownDependencies[];
329
+
330
+ /**
331
+ * @generated from field: repeated raystack.optimus.core.v1beta1.Log notice = 5;
332
+ */
333
+ notice: Log[];
334
+ };
335
+
336
+ /**
337
+ * Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.
338
+ * Use `create(JobInspectResponse_UpstreamSectionSchema)` to create a new message.
339
+ */
340
+ export declare const JobInspectResponse_UpstreamSectionSchema: GenMessage<JobInspectResponse_UpstreamSection>;
341
+
342
+ /**
343
+ * @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.UnknownDependencies
344
+ */
345
+ export declare type JobInspectResponse_UpstreamSection_UnknownDependencies = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.UnknownDependencies"> & {
346
+ /**
347
+ * @generated from field: string job_name = 1;
348
+ */
349
+ jobName: string;
350
+
351
+ /**
352
+ * @generated from field: string project_name = 2;
353
+ */
354
+ projectName: string;
355
+
356
+ /**
357
+ * @generated from field: string resource_destination = 3;
358
+ */
359
+ resourceDestination: string;
360
+ };
361
+
362
+ /**
363
+ * Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.UnknownDependencies.
364
+ * Use `create(JobInspectResponse_UpstreamSection_UnknownDependenciesSchema)` to create a new message.
365
+ */
366
+ export declare const JobInspectResponse_UpstreamSection_UnknownDependenciesSchema: GenMessage<JobInspectResponse_UpstreamSection_UnknownDependencies>;
367
+
368
+ /**
369
+ * @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.DownstreamSection
370
+ */
371
+ export declare type JobInspectResponse_DownstreamSection = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.DownstreamSection"> & {
372
+ /**
373
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency downstream_jobs = 1;
374
+ */
375
+ downstreamJobs: JobInspectResponse_JobDependency[];
376
+
377
+ /**
378
+ * @generated from field: repeated raystack.optimus.core.v1beta1.Log notice = 2;
379
+ */
380
+ notice: Log[];
381
+ };
382
+
383
+ /**
384
+ * Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.DownstreamSection.
385
+ * Use `create(JobInspectResponse_DownstreamSectionSchema)` to create a new message.
386
+ */
387
+ export declare const JobInspectResponse_DownstreamSectionSchema: GenMessage<JobInspectResponse_DownstreamSection>;
388
+
389
+ /**
390
+ * @generated from message raystack.optimus.core.v1beta1.CreateJobSpecificationRequest
391
+ */
392
+ export declare type CreateJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.CreateJobSpecificationRequest"> & {
393
+ /**
394
+ * @generated from field: string project_name = 1;
395
+ */
396
+ projectName: string;
397
+
398
+ /**
399
+ * @generated from field: string namespace_name = 2;
400
+ */
401
+ namespaceName: string;
402
+
403
+ /**
404
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecification spec = 3;
405
+ */
406
+ spec?: JobSpecification;
407
+ };
408
+
409
+ /**
410
+ * Describes the message raystack.optimus.core.v1beta1.CreateJobSpecificationRequest.
411
+ * Use `create(CreateJobSpecificationRequestSchema)` to create a new message.
412
+ */
413
+ export declare const CreateJobSpecificationRequestSchema: GenMessage<CreateJobSpecificationRequest>;
414
+
415
+ /**
416
+ * @generated from message raystack.optimus.core.v1beta1.CreateJobSpecificationResponse
417
+ */
418
+ export declare type CreateJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.CreateJobSpecificationResponse"> & {
419
+ /**
420
+ * @generated from field: bool success = 1;
421
+ */
422
+ success: boolean;
423
+
424
+ /**
425
+ * @generated from field: string message = 2;
426
+ */
427
+ message: string;
428
+ };
429
+
430
+ /**
431
+ * Describes the message raystack.optimus.core.v1beta1.CreateJobSpecificationResponse.
432
+ * Use `create(CreateJobSpecificationResponseSchema)` to create a new message.
433
+ */
434
+ export declare const CreateJobSpecificationResponseSchema: GenMessage<CreateJobSpecificationResponse>;
435
+
436
+ /**
437
+ * @generated from message raystack.optimus.core.v1beta1.GetJobSpecificationRequest
438
+ */
439
+ export declare type GetJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.GetJobSpecificationRequest"> & {
440
+ /**
441
+ * @generated from field: string project_name = 1;
442
+ */
443
+ projectName: string;
444
+
445
+ /**
446
+ * @generated from field: string namespace_name = 2;
447
+ */
448
+ namespaceName: string;
449
+
450
+ /**
451
+ * @generated from field: string job_name = 3;
452
+ */
453
+ jobName: string;
454
+ };
455
+
456
+ /**
457
+ * Describes the message raystack.optimus.core.v1beta1.GetJobSpecificationRequest.
458
+ * Use `create(GetJobSpecificationRequestSchema)` to create a new message.
459
+ */
460
+ export declare const GetJobSpecificationRequestSchema: GenMessage<GetJobSpecificationRequest>;
461
+
462
+ /**
463
+ * @generated from message raystack.optimus.core.v1beta1.GetJobSpecificationResponse
464
+ */
465
+ export declare type GetJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.GetJobSpecificationResponse"> & {
466
+ /**
467
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecification spec = 1;
468
+ */
469
+ spec?: JobSpecification;
470
+ };
471
+
472
+ /**
473
+ * Describes the message raystack.optimus.core.v1beta1.GetJobSpecificationResponse.
474
+ * Use `create(GetJobSpecificationResponseSchema)` to create a new message.
475
+ */
476
+ export declare const GetJobSpecificationResponseSchema: GenMessage<GetJobSpecificationResponse>;
477
+
478
+ /**
479
+ * @generated from message raystack.optimus.core.v1beta1.DeleteJobSpecificationRequest
480
+ */
481
+ export declare type DeleteJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.DeleteJobSpecificationRequest"> & {
482
+ /**
483
+ * @generated from field: string project_name = 1;
484
+ */
485
+ projectName: string;
486
+
487
+ /**
488
+ * @generated from field: string namespace_name = 2;
489
+ */
490
+ namespaceName: string;
491
+
492
+ /**
493
+ * @generated from field: string job_name = 3;
494
+ */
495
+ jobName: string;
496
+
497
+ /**
498
+ * @generated from field: bool clean_history = 4;
499
+ */
500
+ cleanHistory: boolean;
501
+
502
+ /**
503
+ * @generated from field: bool force = 5;
504
+ */
505
+ force: boolean;
506
+ };
507
+
508
+ /**
509
+ * Describes the message raystack.optimus.core.v1beta1.DeleteJobSpecificationRequest.
510
+ * Use `create(DeleteJobSpecificationRequestSchema)` to create a new message.
511
+ */
512
+ export declare const DeleteJobSpecificationRequestSchema: GenMessage<DeleteJobSpecificationRequest>;
513
+
514
+ /**
515
+ * @generated from message raystack.optimus.core.v1beta1.DeleteJobSpecificationResponse
516
+ */
517
+ export declare type DeleteJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.DeleteJobSpecificationResponse"> & {
518
+ /**
519
+ * @generated from field: bool success = 1;
520
+ */
521
+ success: boolean;
522
+
523
+ /**
524
+ * @generated from field: string message = 2;
525
+ */
526
+ message: string;
527
+ };
528
+
529
+ /**
530
+ * Describes the message raystack.optimus.core.v1beta1.DeleteJobSpecificationResponse.
531
+ * Use `create(DeleteJobSpecificationResponseSchema)` to create a new message.
532
+ */
533
+ export declare const DeleteJobSpecificationResponseSchema: GenMessage<DeleteJobSpecificationResponse>;
534
+
535
+ /**
536
+ * @generated from message raystack.optimus.core.v1beta1.ChangeJobNamespaceRequest
537
+ */
538
+ export declare type ChangeJobNamespaceRequest = Message<"raystack.optimus.core.v1beta1.ChangeJobNamespaceRequest"> & {
539
+ /**
540
+ * @generated from field: string project_name = 1;
541
+ */
542
+ projectName: string;
543
+
544
+ /**
545
+ * @generated from field: string namespace_name = 2;
546
+ */
547
+ namespaceName: string;
548
+
549
+ /**
550
+ * @generated from field: string job_name = 3;
551
+ */
552
+ jobName: string;
553
+
554
+ /**
555
+ * @generated from field: string new_namespace_name = 4;
556
+ */
557
+ newNamespaceName: string;
558
+ };
559
+
560
+ /**
561
+ * Describes the message raystack.optimus.core.v1beta1.ChangeJobNamespaceRequest.
562
+ * Use `create(ChangeJobNamespaceRequestSchema)` to create a new message.
563
+ */
564
+ export declare const ChangeJobNamespaceRequestSchema: GenMessage<ChangeJobNamespaceRequest>;
565
+
566
+ /**
567
+ * @generated from message raystack.optimus.core.v1beta1.ChangeJobNamespaceResponse
568
+ */
569
+ export declare type ChangeJobNamespaceResponse = Message<"raystack.optimus.core.v1beta1.ChangeJobNamespaceResponse"> & {
570
+ };
571
+
572
+ /**
573
+ * Describes the message raystack.optimus.core.v1beta1.ChangeJobNamespaceResponse.
574
+ * Use `create(ChangeJobNamespaceResponseSchema)` to create a new message.
575
+ */
576
+ export declare const ChangeJobNamespaceResponseSchema: GenMessage<ChangeJobNamespaceResponse>;
577
+
578
+ /**
579
+ * @generated from message raystack.optimus.core.v1beta1.ListJobSpecificationRequest
580
+ */
581
+ export declare type ListJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.ListJobSpecificationRequest"> & {
582
+ /**
583
+ * @generated from field: string project_name = 1;
584
+ */
585
+ projectName: string;
586
+
587
+ /**
588
+ * @generated from field: string namespace_name = 2;
589
+ */
590
+ namespaceName: string;
591
+ };
592
+
593
+ /**
594
+ * Describes the message raystack.optimus.core.v1beta1.ListJobSpecificationRequest.
595
+ * Use `create(ListJobSpecificationRequestSchema)` to create a new message.
596
+ */
597
+ export declare const ListJobSpecificationRequestSchema: GenMessage<ListJobSpecificationRequest>;
598
+
599
+ /**
600
+ * @generated from message raystack.optimus.core.v1beta1.ListJobSpecificationResponse
601
+ */
602
+ export declare type ListJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.ListJobSpecificationResponse"> & {
603
+ /**
604
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 1;
605
+ */
606
+ jobs: JobSpecification[];
607
+ };
608
+
609
+ /**
610
+ * Describes the message raystack.optimus.core.v1beta1.ListJobSpecificationResponse.
611
+ * Use `create(ListJobSpecificationResponseSchema)` to create a new message.
612
+ */
613
+ export declare const ListJobSpecificationResponseSchema: GenMessage<ListJobSpecificationResponse>;
614
+
615
+ /**
616
+ * @generated from message raystack.optimus.core.v1beta1.CheckJobSpecificationRequest
617
+ */
618
+ export declare type CheckJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.CheckJobSpecificationRequest"> & {
619
+ /**
620
+ * @generated from field: string project_name = 1;
621
+ */
622
+ projectName: string;
623
+
624
+ /**
625
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecification job = 2;
626
+ */
627
+ job?: JobSpecification;
628
+
629
+ /**
630
+ * @generated from field: string namespace_name = 3;
631
+ */
632
+ namespaceName: string;
633
+ };
634
+
635
+ /**
636
+ * Describes the message raystack.optimus.core.v1beta1.CheckJobSpecificationRequest.
637
+ * Use `create(CheckJobSpecificationRequestSchema)` to create a new message.
638
+ */
639
+ export declare const CheckJobSpecificationRequestSchema: GenMessage<CheckJobSpecificationRequest>;
640
+
641
+ /**
642
+ * @generated from message raystack.optimus.core.v1beta1.CheckJobSpecificationResponse
643
+ */
644
+ export declare type CheckJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.CheckJobSpecificationResponse"> & {
645
+ /**
646
+ * @generated from field: bool success = 1;
647
+ */
648
+ success: boolean;
649
+ };
650
+
651
+ /**
652
+ * Describes the message raystack.optimus.core.v1beta1.CheckJobSpecificationResponse.
653
+ * Use `create(CheckJobSpecificationResponseSchema)` to create a new message.
654
+ */
655
+ export declare const CheckJobSpecificationResponseSchema: GenMessage<CheckJobSpecificationResponse>;
656
+
657
+ /**
658
+ * @generated from message raystack.optimus.core.v1beta1.CheckJobSpecificationsRequest
659
+ */
660
+ export declare type CheckJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.CheckJobSpecificationsRequest"> & {
661
+ /**
662
+ * @generated from field: string project_name = 1;
663
+ */
664
+ projectName: string;
665
+
666
+ /**
667
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 2;
668
+ */
669
+ jobs: JobSpecification[];
670
+
671
+ /**
672
+ * @generated from field: string namespace_name = 3;
673
+ */
674
+ namespaceName: string;
675
+ };
676
+
677
+ /**
678
+ * Describes the message raystack.optimus.core.v1beta1.CheckJobSpecificationsRequest.
679
+ * Use `create(CheckJobSpecificationsRequestSchema)` to create a new message.
680
+ */
681
+ export declare const CheckJobSpecificationsRequestSchema: GenMessage<CheckJobSpecificationsRequest>;
682
+
683
+ /**
684
+ * @generated from message raystack.optimus.core.v1beta1.CheckJobSpecificationsResponse
685
+ */
686
+ export declare type CheckJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.CheckJobSpecificationsResponse"> & {
687
+ /**
688
+ * @generated from field: raystack.optimus.core.v1beta1.Log log_status = 5;
689
+ */
690
+ logStatus?: Log;
691
+ };
692
+
693
+ /**
694
+ * Describes the message raystack.optimus.core.v1beta1.CheckJobSpecificationsResponse.
695
+ * Use `create(CheckJobSpecificationsResponseSchema)` to create a new message.
696
+ */
697
+ export declare const CheckJobSpecificationsResponseSchema: GenMessage<CheckJobSpecificationsResponse>;
698
+
699
+ /**
700
+ * @generated from message raystack.optimus.core.v1beta1.JobSpecification
701
+ */
702
+ export declare type JobSpecification = Message<"raystack.optimus.core.v1beta1.JobSpecification"> & {
703
+ /**
704
+ * @generated from field: int32 version = 1;
705
+ */
706
+ version: number;
707
+
708
+ /**
709
+ * @generated from field: string name = 2;
710
+ */
711
+ name: string;
712
+
713
+ /**
714
+ * @generated from field: string owner = 3;
715
+ */
716
+ owner: string;
717
+
718
+ /**
719
+ * @generated from field: string start_date = 4;
720
+ */
721
+ startDate: string;
722
+
723
+ /**
724
+ * optional
725
+ *
726
+ * @generated from field: string end_date = 5;
727
+ */
728
+ endDate: string;
729
+
730
+ /**
731
+ * @generated from field: string interval = 6;
732
+ */
733
+ interval: string;
734
+
735
+ /**
736
+ * should only execute today if yesterday was completed with success?
737
+ *
738
+ * @generated from field: bool depends_on_past = 7;
739
+ */
740
+ dependsOnPast: boolean;
741
+
742
+ /**
743
+ * should backfill till today?
744
+ *
745
+ * @generated from field: bool catch_up = 8 [deprecated = true];
746
+ * @deprecated
747
+ */
748
+ catchUp: boolean;
749
+
750
+ /**
751
+ * @generated from field: string task_name = 9;
752
+ */
753
+ taskName: string;
754
+
755
+ /**
756
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobConfigItem config = 10;
757
+ */
758
+ config: JobConfigItem[];
759
+
760
+ /**
761
+ * @generated from field: string window_size = 11;
762
+ */
763
+ windowSize: string;
764
+
765
+ /**
766
+ * @generated from field: string window_offset = 12;
767
+ */
768
+ windowOffset: string;
769
+
770
+ /**
771
+ * @generated from field: string window_truncate_to = 13;
772
+ */
773
+ windowTruncateTo: string;
774
+
775
+ /**
776
+ * static dependencies
777
+ *
778
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobDependency dependencies = 14;
779
+ */
780
+ dependencies: JobDependency[];
781
+
782
+ /**
783
+ * @generated from field: map<string, string> assets = 15;
784
+ */
785
+ assets: { [key: string]: string };
786
+
787
+ /**
788
+ * optional
789
+ *
790
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecHook hooks = 16;
791
+ */
792
+ hooks: JobSpecHook[];
793
+
794
+ /**
795
+ * optional
796
+ *
797
+ * @generated from field: string description = 17;
798
+ */
799
+ description: string;
800
+
801
+ /**
802
+ * @generated from field: map<string, string> labels = 18;
803
+ */
804
+ labels: { [key: string]: string };
805
+
806
+ /**
807
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecification.Behavior behavior = 19;
808
+ */
809
+ behavior?: JobSpecification_Behavior;
810
+
811
+ /**
812
+ * @generated from field: raystack.optimus.core.v1beta1.JobMetadata metadata = 20;
813
+ */
814
+ metadata?: JobMetadata;
815
+
816
+ /**
817
+ * @generated from field: string destination = 21;
818
+ */
819
+ destination: string;
820
+
821
+ /**
822
+ * @generated from field: repeated string sources = 22;
823
+ */
824
+ sources: string[];
825
+ };
826
+
827
+ /**
828
+ * Describes the message raystack.optimus.core.v1beta1.JobSpecification.
829
+ * Use `create(JobSpecificationSchema)` to create a new message.
830
+ */
831
+ export declare const JobSpecificationSchema: GenMessage<JobSpecification>;
832
+
833
+ /**
834
+ * @generated from message raystack.optimus.core.v1beta1.JobSpecification.Behavior
835
+ */
836
+ export declare type JobSpecification_Behavior = Message<"raystack.optimus.core.v1beta1.JobSpecification.Behavior"> & {
837
+ /**
838
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecification.Behavior.Retry retry = 1;
839
+ */
840
+ retry?: JobSpecification_Behavior_Retry;
841
+
842
+ /**
843
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification.Behavior.Notifiers notify = 2;
844
+ */
845
+ notify: JobSpecification_Behavior_Notifiers[];
846
+ };
847
+
848
+ /**
849
+ * Describes the message raystack.optimus.core.v1beta1.JobSpecification.Behavior.
850
+ * Use `create(JobSpecification_BehaviorSchema)` to create a new message.
851
+ */
852
+ export declare const JobSpecification_BehaviorSchema: GenMessage<JobSpecification_Behavior>;
853
+
854
+ /**
855
+ * retry behaviour if job failed to execute for the first time
856
+ *
857
+ * @generated from message raystack.optimus.core.v1beta1.JobSpecification.Behavior.Retry
858
+ */
859
+ export declare type JobSpecification_Behavior_Retry = Message<"raystack.optimus.core.v1beta1.JobSpecification.Behavior.Retry"> & {
860
+ /**
861
+ * @generated from field: int32 count = 1;
862
+ */
863
+ count: number;
864
+
865
+ /**
866
+ * @generated from field: google.protobuf.Duration delay = 2;
867
+ */
868
+ delay?: Duration;
869
+
870
+ /**
871
+ * @generated from field: bool exponential_backoff = 3;
872
+ */
873
+ exponentialBackoff: boolean;
874
+ };
875
+
876
+ /**
877
+ * Describes the message raystack.optimus.core.v1beta1.JobSpecification.Behavior.Retry.
878
+ * Use `create(JobSpecification_Behavior_RetrySchema)` to create a new message.
879
+ */
880
+ export declare const JobSpecification_Behavior_RetrySchema: GenMessage<JobSpecification_Behavior_Retry>;
881
+
882
+ /**
883
+ * Notifiers are used to set custom alerting in case of job failure/sla_miss
884
+ *
885
+ * @generated from message raystack.optimus.core.v1beta1.JobSpecification.Behavior.Notifiers
886
+ */
887
+ export declare type JobSpecification_Behavior_Notifiers = Message<"raystack.optimus.core.v1beta1.JobSpecification.Behavior.Notifiers"> & {
888
+ /**
889
+ * @generated from field: raystack.optimus.core.v1beta1.JobEvent.Type on = 1;
890
+ */
891
+ on: JobEvent_Type;
892
+
893
+ /**
894
+ * @generated from field: repeated string channels = 2;
895
+ */
896
+ channels: string[];
897
+
898
+ /**
899
+ * @generated from field: map<string, string> config = 3;
900
+ */
901
+ config: { [key: string]: string };
902
+ };
903
+
904
+ /**
905
+ * Describes the message raystack.optimus.core.v1beta1.JobSpecification.Behavior.Notifiers.
906
+ * Use `create(JobSpecification_Behavior_NotifiersSchema)` to create a new message.
907
+ */
908
+ export declare const JobSpecification_Behavior_NotifiersSchema: GenMessage<JobSpecification_Behavior_Notifiers>;
909
+
910
+ /**
911
+ * @generated from message raystack.optimus.core.v1beta1.JobDependency
912
+ */
913
+ export declare type JobDependency = Message<"raystack.optimus.core.v1beta1.JobDependency"> & {
914
+ /**
915
+ * @generated from field: string name = 1;
916
+ */
917
+ name: string;
918
+
919
+ /**
920
+ * intra/inter/extra
921
+ *
922
+ * @generated from field: string type = 2;
923
+ */
924
+ type: string;
925
+
926
+ /**
927
+ * http sensor dependency
928
+ *
929
+ * @generated from field: raystack.optimus.core.v1beta1.HttpDependency http_dependency = 3;
930
+ */
931
+ httpDependency?: HttpDependency;
932
+ };
933
+
934
+ /**
935
+ * Describes the message raystack.optimus.core.v1beta1.JobDependency.
936
+ * Use `create(JobDependencySchema)` to create a new message.
937
+ */
938
+ export declare const JobDependencySchema: GenMessage<JobDependency>;
939
+
940
+ /**
941
+ * @generated from message raystack.optimus.core.v1beta1.HttpDependency
942
+ */
943
+ export declare type HttpDependency = Message<"raystack.optimus.core.v1beta1.HttpDependency"> & {
944
+ /**
945
+ * @generated from field: string name = 1;
946
+ */
947
+ name: string;
948
+
949
+ /**
950
+ * @generated from field: string url = 2;
951
+ */
952
+ url: string;
953
+
954
+ /**
955
+ * @generated from field: map<string, string> headers = 3;
956
+ */
957
+ headers: { [key: string]: string };
958
+
959
+ /**
960
+ * @generated from field: map<string, string> params = 4;
961
+ */
962
+ params: { [key: string]: string };
963
+ };
964
+
965
+ /**
966
+ * Describes the message raystack.optimus.core.v1beta1.HttpDependency.
967
+ * Use `create(HttpDependencySchema)` to create a new message.
968
+ */
969
+ export declare const HttpDependencySchema: GenMessage<HttpDependency>;
970
+
971
+ /**
972
+ * @generated from message raystack.optimus.core.v1beta1.JobSpecHook
973
+ */
974
+ export declare type JobSpecHook = Message<"raystack.optimus.core.v1beta1.JobSpecHook"> & {
975
+ /**
976
+ * @generated from field: string name = 1;
977
+ */
978
+ name: string;
979
+
980
+ /**
981
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobConfigItem config = 2;
982
+ */
983
+ config: JobConfigItem[];
984
+ };
985
+
986
+ /**
987
+ * Describes the message raystack.optimus.core.v1beta1.JobSpecHook.
988
+ * Use `create(JobSpecHookSchema)` to create a new message.
989
+ */
990
+ export declare const JobSpecHookSchema: GenMessage<JobSpecHook>;
991
+
992
+ /**
993
+ * @generated from message raystack.optimus.core.v1beta1.JobConfigItem
994
+ */
995
+ export declare type JobConfigItem = Message<"raystack.optimus.core.v1beta1.JobConfigItem"> & {
996
+ /**
997
+ * @generated from field: string name = 1;
998
+ */
999
+ name: string;
1000
+
1001
+ /**
1002
+ * @generated from field: string value = 2;
1003
+ */
1004
+ value: string;
1005
+ };
1006
+
1007
+ /**
1008
+ * Describes the message raystack.optimus.core.v1beta1.JobConfigItem.
1009
+ * Use `create(JobConfigItemSchema)` to create a new message.
1010
+ */
1011
+ export declare const JobConfigItemSchema: GenMessage<JobConfigItem>;
1012
+
1013
+ /**
1014
+ * @generated from message raystack.optimus.core.v1beta1.JobEvent
1015
+ */
1016
+ export declare type JobEvent = Message<"raystack.optimus.core.v1beta1.JobEvent"> & {
1017
+ /**
1018
+ * @generated from field: raystack.optimus.core.v1beta1.JobEvent.Type type = 1;
1019
+ */
1020
+ type: JobEvent_Type;
1021
+
1022
+ /**
1023
+ * @generated from field: google.protobuf.Struct value = 2;
1024
+ */
1025
+ value?: JsonObject;
1026
+ };
1027
+
1028
+ /**
1029
+ * Describes the message raystack.optimus.core.v1beta1.JobEvent.
1030
+ * Use `create(JobEventSchema)` to create a new message.
1031
+ */
1032
+ export declare const JobEventSchema: GenMessage<JobEvent>;
1033
+
1034
+ /**
1035
+ * @generated from enum raystack.optimus.core.v1beta1.JobEvent.Type
1036
+ */
1037
+ export enum JobEvent_Type {
1038
+ /**
1039
+ * @generated from enum value: TYPE_UNSPECIFIED = 0;
1040
+ */
1041
+ UNSPECIFIED = 0,
1042
+
1043
+ /**
1044
+ * @generated from enum value: TYPE_SLA_MISS = 1;
1045
+ */
1046
+ SLA_MISS = 1,
1047
+
1048
+ /**
1049
+ * @generated from enum value: TYPE_JOB_SUCCESS = 6;
1050
+ */
1051
+ JOB_SUCCESS = 6,
1052
+
1053
+ /**
1054
+ * @generated from enum value: TYPE_FAILURE = 7;
1055
+ */
1056
+ FAILURE = 7,
1057
+
1058
+ /**
1059
+ * @generated from enum value: TYPE_TASK_RETRY = 8;
1060
+ */
1061
+ TASK_RETRY = 8,
1062
+
1063
+ /**
1064
+ * @generated from enum value: TYPE_TASK_SUCCESS = 9;
1065
+ */
1066
+ TASK_SUCCESS = 9,
1067
+
1068
+ /**
1069
+ * @generated from enum value: TYPE_TASK_START = 10;
1070
+ */
1071
+ TASK_START = 10,
1072
+
1073
+ /**
1074
+ * @generated from enum value: TYPE_TASK_FAIL = 11;
1075
+ */
1076
+ TASK_FAIL = 11,
1077
+
1078
+ /**
1079
+ * @generated from enum value: TYPE_SENSOR_RETRY = 12;
1080
+ */
1081
+ SENSOR_RETRY = 12,
1082
+
1083
+ /**
1084
+ * @generated from enum value: TYPE_SENSOR_SUCCESS = 13;
1085
+ */
1086
+ SENSOR_SUCCESS = 13,
1087
+
1088
+ /**
1089
+ * @generated from enum value: TYPE_SENSOR_START = 14;
1090
+ */
1091
+ SENSOR_START = 14,
1092
+
1093
+ /**
1094
+ * @generated from enum value: TYPE_SENSOR_FAIL = 15;
1095
+ */
1096
+ SENSOR_FAIL = 15,
1097
+
1098
+ /**
1099
+ * @generated from enum value: TYPE_HOOK_START = 16;
1100
+ */
1101
+ HOOK_START = 16,
1102
+
1103
+ /**
1104
+ * @generated from enum value: TYPE_HOOK_RETRY = 17;
1105
+ */
1106
+ HOOK_RETRY = 17,
1107
+
1108
+ /**
1109
+ * @generated from enum value: TYPE_HOOK_FAIL = 18;
1110
+ */
1111
+ HOOK_FAIL = 18,
1112
+
1113
+ /**
1114
+ * @generated from enum value: TYPE_HOOK_SUCCESS = 19;
1115
+ */
1116
+ HOOK_SUCCESS = 19,
1117
+ }
1118
+
1119
+ /**
1120
+ * Describes the enum raystack.optimus.core.v1beta1.JobEvent.Type.
1121
+ */
1122
+ export declare const JobEvent_TypeSchema: GenEnum<JobEvent_Type>;
1123
+
1124
+ /**
1125
+ * @generated from message raystack.optimus.core.v1beta1.JobMetadata
1126
+ */
1127
+ export declare type JobMetadata = Message<"raystack.optimus.core.v1beta1.JobMetadata"> & {
1128
+ /**
1129
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecMetadataResource resource = 1;
1130
+ */
1131
+ resource?: JobSpecMetadataResource;
1132
+
1133
+ /**
1134
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecMetadataAirflow airflow = 2;
1135
+ */
1136
+ airflow?: JobSpecMetadataAirflow;
1137
+ };
1138
+
1139
+ /**
1140
+ * Describes the message raystack.optimus.core.v1beta1.JobMetadata.
1141
+ * Use `create(JobMetadataSchema)` to create a new message.
1142
+ */
1143
+ export declare const JobMetadataSchema: GenMessage<JobMetadata>;
1144
+
1145
+ /**
1146
+ * @generated from message raystack.optimus.core.v1beta1.JobSpecMetadataResource
1147
+ */
1148
+ export declare type JobSpecMetadataResource = Message<"raystack.optimus.core.v1beta1.JobSpecMetadataResource"> & {
1149
+ /**
1150
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig request = 1;
1151
+ */
1152
+ request?: JobSpecMetadataResourceConfig;
1153
+
1154
+ /**
1155
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig limit = 2;
1156
+ */
1157
+ limit?: JobSpecMetadataResourceConfig;
1158
+ };
1159
+
1160
+ /**
1161
+ * Describes the message raystack.optimus.core.v1beta1.JobSpecMetadataResource.
1162
+ * Use `create(JobSpecMetadataResourceSchema)` to create a new message.
1163
+ */
1164
+ export declare const JobSpecMetadataResourceSchema: GenMessage<JobSpecMetadataResource>;
1165
+
1166
+ /**
1167
+ * @generated from message raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig
1168
+ */
1169
+ export declare type JobSpecMetadataResourceConfig = Message<"raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig"> & {
1170
+ /**
1171
+ * @generated from field: string cpu = 1;
1172
+ */
1173
+ cpu: string;
1174
+
1175
+ /**
1176
+ * @generated from field: string memory = 2;
1177
+ */
1178
+ memory: string;
1179
+ };
1180
+
1181
+ /**
1182
+ * Describes the message raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig.
1183
+ * Use `create(JobSpecMetadataResourceConfigSchema)` to create a new message.
1184
+ */
1185
+ export declare const JobSpecMetadataResourceConfigSchema: GenMessage<JobSpecMetadataResourceConfig>;
1186
+
1187
+ /**
1188
+ * @generated from message raystack.optimus.core.v1beta1.JobSpecMetadataAirflow
1189
+ */
1190
+ export declare type JobSpecMetadataAirflow = Message<"raystack.optimus.core.v1beta1.JobSpecMetadataAirflow"> & {
1191
+ /**
1192
+ * @generated from field: string pool = 1;
1193
+ */
1194
+ pool: string;
1195
+
1196
+ /**
1197
+ * @generated from field: string queue = 2;
1198
+ */
1199
+ queue: string;
1200
+ };
1201
+
1202
+ /**
1203
+ * Describes the message raystack.optimus.core.v1beta1.JobSpecMetadataAirflow.
1204
+ * Use `create(JobSpecMetadataAirflowSchema)` to create a new message.
1205
+ */
1206
+ export declare const JobSpecMetadataAirflowSchema: GenMessage<JobSpecMetadataAirflow>;
1207
+
1208
+ /**
1209
+ * @generated from message raystack.optimus.core.v1beta1.RefreshJobsRequest
1210
+ */
1211
+ export declare type RefreshJobsRequest = Message<"raystack.optimus.core.v1beta1.RefreshJobsRequest"> & {
1212
+ /**
1213
+ * @generated from field: string project_name = 1;
1214
+ */
1215
+ projectName: string;
1216
+
1217
+ /**
1218
+ * @generated from field: repeated string namespace_names = 2;
1219
+ */
1220
+ namespaceNames: string[];
1221
+
1222
+ /**
1223
+ * @generated from field: repeated string job_names = 3;
1224
+ */
1225
+ jobNames: string[];
1226
+ };
1227
+
1228
+ /**
1229
+ * Describes the message raystack.optimus.core.v1beta1.RefreshJobsRequest.
1230
+ * Use `create(RefreshJobsRequestSchema)` to create a new message.
1231
+ */
1232
+ export declare const RefreshJobsRequestSchema: GenMessage<RefreshJobsRequest>;
1233
+
1234
+ /**
1235
+ * @generated from message raystack.optimus.core.v1beta1.RefreshJobsResponse
1236
+ */
1237
+ export declare type RefreshJobsResponse = Message<"raystack.optimus.core.v1beta1.RefreshJobsResponse"> & {
1238
+ /**
1239
+ * @generated from field: raystack.optimus.core.v1beta1.Log log_status = 6;
1240
+ */
1241
+ logStatus?: Log;
1242
+ };
1243
+
1244
+ /**
1245
+ * Describes the message raystack.optimus.core.v1beta1.RefreshJobsResponse.
1246
+ * Use `create(RefreshJobsResponseSchema)` to create a new message.
1247
+ */
1248
+ export declare const RefreshJobsResponseSchema: GenMessage<RefreshJobsResponse>;
1249
+
1250
+ /**
1251
+ * @generated from message raystack.optimus.core.v1beta1.GetDeployJobsStatusRequest
1252
+ */
1253
+ export declare type GetDeployJobsStatusRequest = Message<"raystack.optimus.core.v1beta1.GetDeployJobsStatusRequest"> & {
1254
+ /**
1255
+ * @generated from field: string deploy_id = 1;
1256
+ */
1257
+ deployId: string;
1258
+ };
1259
+
1260
+ /**
1261
+ * Describes the message raystack.optimus.core.v1beta1.GetDeployJobsStatusRequest.
1262
+ * Use `create(GetDeployJobsStatusRequestSchema)` to create a new message.
1263
+ */
1264
+ export declare const GetDeployJobsStatusRequestSchema: GenMessage<GetDeployJobsStatusRequest>;
1265
+
1266
+ /**
1267
+ * @generated from message raystack.optimus.core.v1beta1.GetDeployJobsStatusResponse
1268
+ */
1269
+ export declare type GetDeployJobsStatusResponse = Message<"raystack.optimus.core.v1beta1.GetDeployJobsStatusResponse"> & {
1270
+ /**
1271
+ * @generated from field: string status = 1;
1272
+ */
1273
+ status: string;
1274
+
1275
+ /**
1276
+ * @generated from field: repeated raystack.optimus.core.v1beta1.DeployJobFailure failures = 2;
1277
+ */
1278
+ failures: DeployJobFailure[];
1279
+
1280
+ /**
1281
+ * @generated from field: int32 success_count = 3;
1282
+ */
1283
+ successCount: number;
1284
+
1285
+ /**
1286
+ * @generated from field: int32 failure_count = 4;
1287
+ */
1288
+ failureCount: number;
1289
+
1290
+ /**
1291
+ * @generated from field: map<string, string> unknown_dependencies = 5;
1292
+ */
1293
+ unknownDependencies: { [key: string]: string };
1294
+ };
1295
+
1296
+ /**
1297
+ * Describes the message raystack.optimus.core.v1beta1.GetDeployJobsStatusResponse.
1298
+ * Use `create(GetDeployJobsStatusResponseSchema)` to create a new message.
1299
+ */
1300
+ export declare const GetDeployJobsStatusResponseSchema: GenMessage<GetDeployJobsStatusResponse>;
1301
+
1302
+ /**
1303
+ * @generated from message raystack.optimus.core.v1beta1.DeployJobFailure
1304
+ */
1305
+ export declare type DeployJobFailure = Message<"raystack.optimus.core.v1beta1.DeployJobFailure"> & {
1306
+ /**
1307
+ * @generated from field: string job_name = 1;
1308
+ */
1309
+ jobName: string;
1310
+
1311
+ /**
1312
+ * @generated from field: string message = 2;
1313
+ */
1314
+ message: string;
1315
+ };
1316
+
1317
+ /**
1318
+ * Describes the message raystack.optimus.core.v1beta1.DeployJobFailure.
1319
+ * Use `create(DeployJobFailureSchema)` to create a new message.
1320
+ */
1321
+ export declare const DeployJobFailureSchema: GenMessage<DeployJobFailure>;
1322
+
1323
+ /**
1324
+ * @generated from message raystack.optimus.core.v1beta1.GetJobSpecificationsRequest
1325
+ */
1326
+ export declare type GetJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.GetJobSpecificationsRequest"> & {
1327
+ /**
1328
+ * @generated from field: string project_name = 1;
1329
+ */
1330
+ projectName: string;
1331
+
1332
+ /**
1333
+ * @generated from field: string resource_destination = 2;
1334
+ */
1335
+ resourceDestination: string;
1336
+
1337
+ /**
1338
+ * @generated from field: string job_name = 3;
1339
+ */
1340
+ jobName: string;
1341
+
1342
+ /**
1343
+ * @generated from field: string namespace_name = 4;
1344
+ */
1345
+ namespaceName: string;
1346
+ };
1347
+
1348
+ /**
1349
+ * Describes the message raystack.optimus.core.v1beta1.GetJobSpecificationsRequest.
1350
+ * Use `create(GetJobSpecificationsRequestSchema)` to create a new message.
1351
+ */
1352
+ export declare const GetJobSpecificationsRequestSchema: GenMessage<GetJobSpecificationsRequest>;
1353
+
1354
+ /**
1355
+ * @generated from message raystack.optimus.core.v1beta1.GetJobSpecificationsResponse
1356
+ */
1357
+ export declare type GetJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.GetJobSpecificationsResponse"> & {
1358
+ /**
1359
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 1 [deprecated = true];
1360
+ * @deprecated
1361
+ */
1362
+ jobs: JobSpecification[];
1363
+
1364
+ /**
1365
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecificationResponse job_specification_responses = 2;
1366
+ */
1367
+ jobSpecificationResponses: JobSpecificationResponse[];
1368
+ };
1369
+
1370
+ /**
1371
+ * Describes the message raystack.optimus.core.v1beta1.GetJobSpecificationsResponse.
1372
+ * Use `create(GetJobSpecificationsResponseSchema)` to create a new message.
1373
+ */
1374
+ export declare const GetJobSpecificationsResponseSchema: GenMessage<GetJobSpecificationsResponse>;
1375
+
1376
+ /**
1377
+ * @generated from message raystack.optimus.core.v1beta1.JobSpecificationResponse
1378
+ */
1379
+ export declare type JobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.JobSpecificationResponse"> & {
1380
+ /**
1381
+ * @generated from field: string project_name = 1;
1382
+ */
1383
+ projectName: string;
1384
+
1385
+ /**
1386
+ * @generated from field: string namespace_name = 2;
1387
+ */
1388
+ namespaceName: string;
1389
+
1390
+ /**
1391
+ * @generated from field: raystack.optimus.core.v1beta1.JobSpecification job = 3;
1392
+ */
1393
+ job?: JobSpecification;
1394
+ };
1395
+
1396
+ /**
1397
+ * Describes the message raystack.optimus.core.v1beta1.JobSpecificationResponse.
1398
+ * Use `create(JobSpecificationResponseSchema)` to create a new message.
1399
+ */
1400
+ export declare const JobSpecificationResponseSchema: GenMessage<JobSpecificationResponse>;
1401
+
1402
+ /**
1403
+ * @generated from message raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsRequest
1404
+ */
1405
+ export declare type ReplaceAllJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsRequest"> & {
1406
+ /**
1407
+ * @generated from field: string project_name = 1;
1408
+ */
1409
+ projectName: string;
1410
+
1411
+ /**
1412
+ * @generated from field: string namespace_name = 2;
1413
+ */
1414
+ namespaceName: string;
1415
+
1416
+ /**
1417
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 3;
1418
+ */
1419
+ jobs: JobSpecification[];
1420
+ };
1421
+
1422
+ /**
1423
+ * Describes the message raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsRequest.
1424
+ * Use `create(ReplaceAllJobSpecificationsRequestSchema)` to create a new message.
1425
+ */
1426
+ export declare const ReplaceAllJobSpecificationsRequestSchema: GenMessage<ReplaceAllJobSpecificationsRequest>;
1427
+
1428
+ /**
1429
+ * @generated from message raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsResponse
1430
+ */
1431
+ export declare type ReplaceAllJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsResponse"> & {
1432
+ /**
1433
+ * @generated from field: raystack.optimus.core.v1beta1.Log log_status = 1;
1434
+ */
1435
+ logStatus?: Log;
1436
+ };
1437
+
1438
+ /**
1439
+ * Describes the message raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsResponse.
1440
+ * Use `create(ReplaceAllJobSpecificationsResponseSchema)` to create a new message.
1441
+ */
1442
+ export declare const ReplaceAllJobSpecificationsResponseSchema: GenMessage<ReplaceAllJobSpecificationsResponse>;
1443
+
1444
+ /**
1445
+ * @generated from message raystack.optimus.core.v1beta1.GetJobTaskRequest
1446
+ */
1447
+ export declare type GetJobTaskRequest = Message<"raystack.optimus.core.v1beta1.GetJobTaskRequest"> & {
1448
+ /**
1449
+ * @generated from field: string project_name = 1;
1450
+ */
1451
+ projectName: string;
1452
+
1453
+ /**
1454
+ * @generated from field: string namespace_name = 2;
1455
+ */
1456
+ namespaceName: string;
1457
+
1458
+ /**
1459
+ * @generated from field: string job_name = 3;
1460
+ */
1461
+ jobName: string;
1462
+ };
1463
+
1464
+ /**
1465
+ * Describes the message raystack.optimus.core.v1beta1.GetJobTaskRequest.
1466
+ * Use `create(GetJobTaskRequestSchema)` to create a new message.
1467
+ */
1468
+ export declare const GetJobTaskRequestSchema: GenMessage<GetJobTaskRequest>;
1469
+
1470
+ /**
1471
+ * @generated from message raystack.optimus.core.v1beta1.GetJobTaskResponse
1472
+ */
1473
+ export declare type GetJobTaskResponse = Message<"raystack.optimus.core.v1beta1.GetJobTaskResponse"> & {
1474
+ /**
1475
+ * @generated from field: raystack.optimus.core.v1beta1.JobTask task = 1;
1476
+ */
1477
+ task?: JobTask;
1478
+ };
1479
+
1480
+ /**
1481
+ * Describes the message raystack.optimus.core.v1beta1.GetJobTaskResponse.
1482
+ * Use `create(GetJobTaskResponseSchema)` to create a new message.
1483
+ */
1484
+ export declare const GetJobTaskResponseSchema: GenMessage<GetJobTaskResponse>;
1485
+
1486
+ /**
1487
+ * JobTask is part of a job that dictates main transformation
1488
+ * each job has exactly one task
1489
+ *
1490
+ * @generated from message raystack.optimus.core.v1beta1.JobTask
1491
+ */
1492
+ export declare type JobTask = Message<"raystack.optimus.core.v1beta1.JobTask"> & {
1493
+ /**
1494
+ * @generated from field: string name = 1;
1495
+ */
1496
+ name: string;
1497
+
1498
+ /**
1499
+ * @generated from field: string description = 2;
1500
+ */
1501
+ description: string;
1502
+
1503
+ /**
1504
+ * @generated from field: string image = 3;
1505
+ */
1506
+ image: string;
1507
+
1508
+ /**
1509
+ * @generated from field: raystack.optimus.core.v1beta1.JobTask.Destination destination = 4;
1510
+ */
1511
+ destination?: JobTask_Destination;
1512
+
1513
+ /**
1514
+ * @generated from field: repeated raystack.optimus.core.v1beta1.JobTask.Dependency dependencies = 5;
1515
+ */
1516
+ dependencies: JobTask_Dependency[];
1517
+ };
1518
+
1519
+ /**
1520
+ * Describes the message raystack.optimus.core.v1beta1.JobTask.
1521
+ * Use `create(JobTaskSchema)` to create a new message.
1522
+ */
1523
+ export declare const JobTaskSchema: GenMessage<JobTask>;
1524
+
1525
+ /**
1526
+ * @generated from message raystack.optimus.core.v1beta1.JobTask.Destination
1527
+ */
1528
+ export declare type JobTask_Destination = Message<"raystack.optimus.core.v1beta1.JobTask.Destination"> & {
1529
+ /**
1530
+ * @generated from field: string destination = 1;
1531
+ */
1532
+ destination: string;
1533
+
1534
+ /**
1535
+ * @generated from field: string type = 2;
1536
+ */
1537
+ type: string;
1538
+ };
1539
+
1540
+ /**
1541
+ * Describes the message raystack.optimus.core.v1beta1.JobTask.Destination.
1542
+ * Use `create(JobTask_DestinationSchema)` to create a new message.
1543
+ */
1544
+ export declare const JobTask_DestinationSchema: GenMessage<JobTask_Destination>;
1545
+
1546
+ /**
1547
+ * @generated from message raystack.optimus.core.v1beta1.JobTask.Dependency
1548
+ */
1549
+ export declare type JobTask_Dependency = Message<"raystack.optimus.core.v1beta1.JobTask.Dependency"> & {
1550
+ /**
1551
+ * @generated from field: string dependency = 1;
1552
+ */
1553
+ dependency: string;
1554
+ };
1555
+
1556
+ /**
1557
+ * Describes the message raystack.optimus.core.v1beta1.JobTask.Dependency.
1558
+ * Use `create(JobTask_DependencySchema)` to create a new message.
1559
+ */
1560
+ export declare const JobTask_DependencySchema: GenMessage<JobTask_Dependency>;
1561
+
1562
+ /**
1563
+ * @generated from message raystack.optimus.core.v1beta1.GetWindowRequest
1564
+ */
1565
+ export declare type GetWindowRequest = Message<"raystack.optimus.core.v1beta1.GetWindowRequest"> & {
1566
+ /**
1567
+ * @generated from field: google.protobuf.Timestamp scheduled_at = 1;
1568
+ */
1569
+ scheduledAt?: Timestamp;
1570
+
1571
+ /**
1572
+ * @generated from field: string size = 2;
1573
+ */
1574
+ size: string;
1575
+
1576
+ /**
1577
+ * @generated from field: string offset = 3;
1578
+ */
1579
+ offset: string;
1580
+
1581
+ /**
1582
+ * @generated from field: string truncate_to = 4;
1583
+ */
1584
+ truncateTo: string;
1585
+
1586
+ /**
1587
+ * @generated from field: int32 version = 5;
1588
+ */
1589
+ version: number;
1590
+ };
1591
+
1592
+ /**
1593
+ * Describes the message raystack.optimus.core.v1beta1.GetWindowRequest.
1594
+ * Use `create(GetWindowRequestSchema)` to create a new message.
1595
+ */
1596
+ export declare const GetWindowRequestSchema: GenMessage<GetWindowRequest>;
1597
+
1598
+ /**
1599
+ * @generated from message raystack.optimus.core.v1beta1.GetWindowResponse
1600
+ */
1601
+ export declare type GetWindowResponse = Message<"raystack.optimus.core.v1beta1.GetWindowResponse"> & {
1602
+ /**
1603
+ * @generated from field: google.protobuf.Timestamp start = 1;
1604
+ */
1605
+ start?: Timestamp;
1606
+
1607
+ /**
1608
+ * @generated from field: google.protobuf.Timestamp end = 2;
1609
+ */
1610
+ end?: Timestamp;
1611
+ };
1612
+
1613
+ /**
1614
+ * Describes the message raystack.optimus.core.v1beta1.GetWindowResponse.
1615
+ * Use `create(GetWindowResponseSchema)` to create a new message.
1616
+ */
1617
+ export declare const GetWindowResponseSchema: GenMessage<GetWindowResponse>;
1618
+
1619
+ /**
1620
+ * @generated from message raystack.optimus.core.v1beta1.UpdateJobsStateRequest
1621
+ */
1622
+ export declare type UpdateJobsStateRequest = Message<"raystack.optimus.core.v1beta1.UpdateJobsStateRequest"> & {
1623
+ /**
1624
+ * @generated from field: string project_name = 1;
1625
+ */
1626
+ projectName: string;
1627
+
1628
+ /**
1629
+ * @generated from field: string namespace_name = 2;
1630
+ */
1631
+ namespaceName: string;
1632
+
1633
+ /**
1634
+ * @generated from field: string remark = 3;
1635
+ */
1636
+ remark: string;
1637
+
1638
+ /**
1639
+ * @generated from field: raystack.optimus.core.v1beta1.JobState state = 4;
1640
+ */
1641
+ state: JobState;
1642
+
1643
+ /**
1644
+ * @generated from field: repeated string job_names = 5;
1645
+ */
1646
+ jobNames: string[];
1647
+ };
1648
+
1649
+ /**
1650
+ * Describes the message raystack.optimus.core.v1beta1.UpdateJobsStateRequest.
1651
+ * Use `create(UpdateJobsStateRequestSchema)` to create a new message.
1652
+ */
1653
+ export declare const UpdateJobsStateRequestSchema: GenMessage<UpdateJobsStateRequest>;
1654
+
1655
+ /**
1656
+ * @generated from message raystack.optimus.core.v1beta1.UpdateJobsStateResponse
1657
+ */
1658
+ export declare type UpdateJobsStateResponse = Message<"raystack.optimus.core.v1beta1.UpdateJobsStateResponse"> & {
1659
+ };
1660
+
1661
+ /**
1662
+ * Describes the message raystack.optimus.core.v1beta1.UpdateJobsStateResponse.
1663
+ * Use `create(UpdateJobsStateResponseSchema)` to create a new message.
1664
+ */
1665
+ export declare const UpdateJobsStateResponseSchema: GenMessage<UpdateJobsStateResponse>;
1666
+
1667
+ /**
1668
+ * @generated from message raystack.optimus.core.v1beta1.SyncJobsStateRequest
1669
+ */
1670
+ export declare type SyncJobsStateRequest = Message<"raystack.optimus.core.v1beta1.SyncJobsStateRequest"> & {
1671
+ /**
1672
+ * @generated from field: string project_name = 1;
1673
+ */
1674
+ projectName: string;
1675
+
1676
+ /**
1677
+ * @generated from field: string namespace_name = 2;
1678
+ */
1679
+ namespaceName: string;
1680
+
1681
+ /**
1682
+ * @generated from field: repeated raystack.optimus.core.v1beta1.SyncJobsStateRequest.JobStatePair job_states = 3;
1683
+ */
1684
+ jobStates: SyncJobsStateRequest_JobStatePair[];
1685
+ };
1686
+
1687
+ /**
1688
+ * Describes the message raystack.optimus.core.v1beta1.SyncJobsStateRequest.
1689
+ * Use `create(SyncJobsStateRequestSchema)` to create a new message.
1690
+ */
1691
+ export declare const SyncJobsStateRequestSchema: GenMessage<SyncJobsStateRequest>;
1692
+
1693
+ /**
1694
+ * @generated from message raystack.optimus.core.v1beta1.SyncJobsStateRequest.JobStatePair
1695
+ */
1696
+ export declare type SyncJobsStateRequest_JobStatePair = Message<"raystack.optimus.core.v1beta1.SyncJobsStateRequest.JobStatePair"> & {
1697
+ /**
1698
+ * @generated from field: string job_name = 1;
1699
+ */
1700
+ jobName: string;
1701
+
1702
+ /**
1703
+ * @generated from field: raystack.optimus.core.v1beta1.JobState state = 2;
1704
+ */
1705
+ state: JobState;
1706
+ };
1707
+
1708
+ /**
1709
+ * Describes the message raystack.optimus.core.v1beta1.SyncJobsStateRequest.JobStatePair.
1710
+ * Use `create(SyncJobsStateRequest_JobStatePairSchema)` to create a new message.
1711
+ */
1712
+ export declare const SyncJobsStateRequest_JobStatePairSchema: GenMessage<SyncJobsStateRequest_JobStatePair>;
1713
+
1714
+ /**
1715
+ * @generated from message raystack.optimus.core.v1beta1.SyncJobsStateResponse
1716
+ */
1717
+ export declare type SyncJobsStateResponse = Message<"raystack.optimus.core.v1beta1.SyncJobsStateResponse"> & {
1718
+ };
1719
+
1720
+ /**
1721
+ * Describes the message raystack.optimus.core.v1beta1.SyncJobsStateResponse.
1722
+ * Use `create(SyncJobsStateResponseSchema)` to create a new message.
1723
+ */
1724
+ export declare const SyncJobsStateResponseSchema: GenMessage<SyncJobsStateResponse>;
1725
+
1726
+ /**
1727
+ * @generated from enum raystack.optimus.core.v1beta1.JobState
1728
+ */
1729
+ export enum JobState {
1730
+ /**
1731
+ * @generated from enum value: JOB_STATE_UNSPECIFIED = 0;
1732
+ */
1733
+ UNSPECIFIED = 0,
1734
+
1735
+ /**
1736
+ * @generated from enum value: JOB_STATE_ENABLED = 1;
1737
+ */
1738
+ ENABLED = 1,
1739
+
1740
+ /**
1741
+ * @generated from enum value: JOB_STATE_DISABLED = 2;
1742
+ */
1743
+ DISABLED = 2,
1744
+ }
1745
+
1746
+ /**
1747
+ * Describes the enum raystack.optimus.core.v1beta1.JobState.
1748
+ */
1749
+ export declare const JobStateSchema: GenEnum<JobState>;
1750
+
1751
+ /**
1752
+ * @generated from service raystack.optimus.core.v1beta1.JobSpecificationService
1753
+ */
1754
+ export declare const JobSpecificationService: GenService<{
1755
+ /**
1756
+ * DeployJobSpecification schedules jobs for execution
1757
+ * returns a stream of messages which can be used to track the progress
1758
+ * of deployments. Message containing ack are status events other are progress
1759
+ * events
1760
+ * State of the world request
1761
+ *
1762
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.DeployJobSpecification
1763
+ */
1764
+ deployJobSpecification: {
1765
+ methodKind: "bidi_streaming";
1766
+ input: typeof DeployJobSpecificationRequestSchema;
1767
+ output: typeof DeployJobSpecificationResponseSchema;
1768
+ },
1769
+ /**
1770
+ * JobInspect return a new jobSpec for a namespace which belongs to a project
1771
+ *
1772
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.JobInspect
1773
+ */
1774
+ jobInspect: {
1775
+ methodKind: "unary";
1776
+ input: typeof JobInspectRequestSchema;
1777
+ output: typeof JobInspectResponseSchema;
1778
+ },
1779
+ /**
1780
+ * CreateJobSpecification registers a new job for a namespace which belongs to a project
1781
+ *
1782
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.CreateJobSpecification
1783
+ */
1784
+ createJobSpecification: {
1785
+ methodKind: "unary";
1786
+ input: typeof CreateJobSpecificationRequestSchema;
1787
+ output: typeof CreateJobSpecificationResponseSchema;
1788
+ },
1789
+ /**
1790
+ * AddJobSpecification registers new jobs for a namespace which belongs to the given project
1791
+ *
1792
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.AddJobSpecifications
1793
+ */
1794
+ addJobSpecifications: {
1795
+ methodKind: "unary";
1796
+ input: typeof AddJobSpecificationsRequestSchema;
1797
+ output: typeof AddJobSpecificationsResponseSchema;
1798
+ },
1799
+ /**
1800
+ * UpdateJobSpecifications modify jobs for a namespace which belongs to the given project
1801
+ *
1802
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.UpdateJobSpecifications
1803
+ */
1804
+ updateJobSpecifications: {
1805
+ methodKind: "unary";
1806
+ input: typeof UpdateJobSpecificationsRequestSchema;
1807
+ output: typeof UpdateJobSpecificationsResponseSchema;
1808
+ },
1809
+ /**
1810
+ * GetJobSpecification reads a provided job spec of a namespace
1811
+ *
1812
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetJobSpecification
1813
+ */
1814
+ getJobSpecification: {
1815
+ methodKind: "unary";
1816
+ input: typeof GetJobSpecificationRequestSchema;
1817
+ output: typeof GetJobSpecificationResponseSchema;
1818
+ },
1819
+ /**
1820
+ * GetJobSpecifications read a job spec for provided filters
1821
+ *
1822
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetJobSpecifications
1823
+ */
1824
+ getJobSpecifications: {
1825
+ methodKind: "unary";
1826
+ input: typeof GetJobSpecificationsRequestSchema;
1827
+ output: typeof GetJobSpecificationsResponseSchema;
1828
+ },
1829
+ /**
1830
+ * DeleteJobSpecification deletes a job spec of a namespace
1831
+ *
1832
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.DeleteJobSpecification
1833
+ */
1834
+ deleteJobSpecification: {
1835
+ methodKind: "unary";
1836
+ input: typeof DeleteJobSpecificationRequestSchema;
1837
+ output: typeof DeleteJobSpecificationResponseSchema;
1838
+ },
1839
+ /**
1840
+ * ChangeJobNamespace move a job spec from one namespace to another
1841
+ *
1842
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.ChangeJobNamespace
1843
+ */
1844
+ changeJobNamespace: {
1845
+ methodKind: "unary";
1846
+ input: typeof ChangeJobNamespaceRequestSchema;
1847
+ output: typeof ChangeJobNamespaceResponseSchema;
1848
+ },
1849
+ /**
1850
+ * ListJobSpecification returns list of jobs created in a project
1851
+ *
1852
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.ListJobSpecification
1853
+ */
1854
+ listJobSpecification: {
1855
+ methodKind: "unary";
1856
+ input: typeof ListJobSpecificationRequestSchema;
1857
+ output: typeof ListJobSpecificationResponseSchema;
1858
+ },
1859
+ /**
1860
+ * CheckJobSpecification checks if a job specification is valid
1861
+ *
1862
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.CheckJobSpecification
1863
+ */
1864
+ checkJobSpecification: {
1865
+ methodKind: "unary";
1866
+ input: typeof CheckJobSpecificationRequestSchema;
1867
+ output: typeof CheckJobSpecificationResponseSchema;
1868
+ },
1869
+ /**
1870
+ * CheckJobSpecifications checks if the job specifications are valid
1871
+ *
1872
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.CheckJobSpecifications
1873
+ */
1874
+ checkJobSpecifications: {
1875
+ methodKind: "server_streaming";
1876
+ input: typeof CheckJobSpecificationsRequestSchema;
1877
+ output: typeof CheckJobSpecificationsResponseSchema;
1878
+ },
1879
+ /**
1880
+ * RefreshJobs do redeployment using the current persisted state.
1881
+ * It will returns a stream of messages which can be used to track the progress.
1882
+ *
1883
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.RefreshJobs
1884
+ */
1885
+ refreshJobs: {
1886
+ methodKind: "server_streaming";
1887
+ input: typeof RefreshJobsRequestSchema;
1888
+ output: typeof RefreshJobsResponseSchema;
1889
+ },
1890
+ /**
1891
+ * GetDeployJobsStatus check status of job deployment.
1892
+ * It will returns status of the job deployment and the failure details.
1893
+ *
1894
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetDeployJobsStatus
1895
+ */
1896
+ getDeployJobsStatus: {
1897
+ methodKind: "unary";
1898
+ input: typeof GetDeployJobsStatusRequestSchema;
1899
+ output: typeof GetDeployJobsStatusResponseSchema;
1900
+ },
1901
+ /**
1902
+ * ReplaceAllJobSpecifications replaces all jobs in server for a given tenant
1903
+ *
1904
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.ReplaceAllJobSpecifications
1905
+ */
1906
+ replaceAllJobSpecifications: {
1907
+ methodKind: "bidi_streaming";
1908
+ input: typeof ReplaceAllJobSpecificationsRequestSchema;
1909
+ output: typeof ReplaceAllJobSpecificationsResponseSchema;
1910
+ },
1911
+ /**
1912
+ * GetJobTask provides task details specific to plugin used in a job
1913
+ *
1914
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetJobTask
1915
+ */
1916
+ getJobTask: {
1917
+ methodKind: "unary";
1918
+ input: typeof GetJobTaskRequestSchema;
1919
+ output: typeof GetJobTaskResponseSchema;
1920
+ },
1921
+ /**
1922
+ * GetWindow provides the start and end dates provided a scheduled date
1923
+ * of the execution window
1924
+ *
1925
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetWindow
1926
+ */
1927
+ getWindow: {
1928
+ methodKind: "unary";
1929
+ input: typeof GetWindowRequestSchema;
1930
+ output: typeof GetWindowResponseSchema;
1931
+ },
1932
+ /**
1933
+ * UpdateJobState enable / disable job on scheuler
1934
+ *
1935
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.UpdateJobsState
1936
+ */
1937
+ updateJobsState: {
1938
+ methodKind: "unary";
1939
+ input: typeof UpdateJobsStateRequestSchema;
1940
+ output: typeof UpdateJobsStateResponseSchema;
1941
+ },
1942
+ /**
1943
+ * SyncJobsState enable / disable job on scheuler
1944
+ *
1945
+ * @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.SyncJobsState
1946
+ */
1947
+ syncJobsState: {
1948
+ methodKind: "unary";
1949
+ input: typeof SyncJobsStateRequestSchema;
1950
+ output: typeof SyncJobsStateResponseSchema;
1951
+ },
1952
+ }>;
1953
+