@raystack/proton 0.1.0-35dd68d487bfa7e7339c40e9b103ee7377aac6e6 → 0.1.0-434b8aec0c95625a6633f4e890be311d3e0fefef
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.
- package/README.md +2 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/annotations_pb.ts +15 -9
- package/google/api/field_behavior_pb.d.ts +134 -0
- package/google/api/field_behavior_pb.js +65 -0
- package/google/api/field_behavior_pb.ts +19 -19
- package/google/api/http_pb.d.ts +477 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/http_pb.ts +43 -108
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/httpbody_pb.ts +23 -37
- package/index.d.ts +10 -0
- package/index.js +10 -0
- package/index.ts +10 -0
- package/package.json +62 -17
- package/protoc-gen-openapiv2/options/annotations_pb.d.ts +63 -0
- package/protoc-gen-openapiv2/options/annotations_pb.js +69 -0
- package/protoc-gen-openapiv2/options/annotations_pb.ts +23 -29
- package/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +1497 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.js +232 -0
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +338 -808
- package/raystack/assets/index.d.ts +29 -0
- package/raystack/assets/index.js +29 -0
- package/raystack/assets/index.ts +29 -29
- package/raystack/assets/v1beta1/bucket_pb.d.ts +180 -0
- package/raystack/assets/v1beta1/bucket_pb.js +32 -0
- package/raystack/assets/v1beta1/bucket_pb.ts +46 -89
- package/raystack/assets/v1beta1/dashboard_pb.d.ts +217 -0
- package/raystack/assets/v1beta1/dashboard_pb.js +32 -0
- package/raystack/assets/v1beta1/dashboard_pb.ts +49 -97
- package/raystack/assets/v1beta1/event_pb.d.ts +52 -0
- package/raystack/assets/v1beta1/event_pb.js +20 -0
- package/raystack/assets/v1beta1/event_pb.ts +22 -36
- package/raystack/assets/v1beta1/group_pb.d.ts +105 -0
- package/raystack/assets/v1beta1/group_pb.js +30 -0
- package/raystack/assets/v1beta1/group_pb.ts +38 -74
- package/raystack/assets/v1beta1/job_pb.d.ts +78 -0
- package/raystack/assets/v1beta1/job_pb.js +25 -0
- package/raystack/assets/v1beta1/job_pb.ts +30 -43
- package/raystack/assets/v1beta1/lineage_pb.d.ts +43 -0
- package/raystack/assets/v1beta1/lineage_pb.js +20 -0
- package/raystack/assets/v1beta1/lineage_pb.ts +22 -36
- package/raystack/assets/v1beta1/ownership_pb.d.ts +78 -0
- package/raystack/assets/v1beta1/ownership_pb.js +26 -0
- package/raystack/assets/v1beta1/ownership_pb.ts +31 -68
- package/raystack/assets/v1beta1/preview_pb.d.ts +41 -0
- package/raystack/assets/v1beta1/preview_pb.js +20 -0
- package/raystack/assets/v1beta1/preview_pb.ts +21 -34
- package/raystack/assets/v1beta1/properties_pb.d.ts +44 -0
- package/raystack/assets/v1beta1/properties_pb.js +20 -0
- package/raystack/assets/v1beta1/properties_pb.ts +22 -37
- package/raystack/assets/v1beta1/resource_pb.d.ts +74 -0
- package/raystack/assets/v1beta1/resource_pb.js +19 -0
- package/raystack/assets/v1beta1/resource_pb.ts +24 -43
- package/raystack/assets/v1beta1/schema_pb.d.ts +169 -0
- package/raystack/assets/v1beta1/schema_pb.js +41 -0
- package/raystack/assets/v1beta1/schema_pb.ts +59 -145
- package/raystack/assets/v1beta1/table_pb.d.ts +192 -0
- package/raystack/assets/v1beta1/table_pb.js +41 -0
- package/raystack/assets/v1beta1/table_pb.ts +59 -120
- package/raystack/assets/v1beta1/timestamp_pb.d.ts +68 -0
- package/raystack/assets/v1beta1/timestamp_pb.js +27 -0
- package/raystack/assets/v1beta1/timestamp_pb.ts +28 -62
- package/raystack/assets/v1beta1/topic_pb.d.ts +125 -0
- package/raystack/assets/v1beta1/topic_pb.js +33 -0
- package/raystack/assets/v1beta1/topic_pb.ts +43 -78
- package/raystack/assets/v1beta1/user_pb.d.ts +216 -0
- package/raystack/assets/v1beta1/user_pb.js +37 -0
- package/raystack/assets/v1beta1/user_pb.ts +58 -125
- package/raystack/assets/v1beta2/application_pb.d.ts +59 -0
- package/raystack/assets/v1beta2/application_pb.js +20 -0
- package/raystack/assets/v1beta2/application_pb.ts +23 -39
- package/raystack/assets/v1beta2/asset_pb.d.ts +129 -0
- package/raystack/assets/v1beta2/asset_pb.js +21 -0
- package/raystack/assets/v1beta2/asset_pb.ts +30 -53
- package/raystack/assets/v1beta2/bucket_pb.d.ts +163 -0
- package/raystack/assets/v1beta2/bucket_pb.js +28 -0
- package/raystack/assets/v1beta2/bucket_pb.ts +41 -87
- package/raystack/assets/v1beta2/common_pb.d.ts +170 -0
- package/raystack/assets/v1beta2/common_pb.js +41 -0
- package/raystack/assets/v1beta2/common_pb.ts +56 -137
- package/raystack/assets/v1beta2/dashboard_pb.d.ts +192 -0
- package/raystack/assets/v1beta2/dashboard_pb.js +28 -0
- package/raystack/assets/v1beta2/dashboard_pb.ts +44 -93
- package/raystack/assets/v1beta2/experiment_pb.d.ts +134 -0
- package/raystack/assets/v1beta2/experiment_pb.js +27 -0
- package/raystack/assets/v1beta2/experiment_pb.ts +38 -79
- package/raystack/assets/v1beta2/feature_table_pb.d.ts +167 -0
- package/raystack/assets/v1beta2/feature_table_pb.js +34 -0
- package/raystack/assets/v1beta2/feature_table_pb.ts +51 -115
- package/raystack/assets/v1beta2/group_pb.d.ts +77 -0
- package/raystack/assets/v1beta2/group_pb.js +27 -0
- package/raystack/assets/v1beta2/group_pb.ts +32 -68
- package/raystack/assets/v1beta2/job_pb.d.ts +47 -0
- package/raystack/assets/v1beta2/job_pb.js +20 -0
- package/raystack/assets/v1beta2/job_pb.ts +21 -35
- package/raystack/assets/v1beta2/metric_pb.d.ts +83 -0
- package/raystack/assets/v1beta2/metric_pb.js +20 -0
- package/raystack/assets/v1beta2/metric_pb.ts +25 -43
- package/raystack/assets/v1beta2/model_pb.d.ts +227 -0
- package/raystack/assets/v1beta2/model_pb.js +41 -0
- package/raystack/assets/v1beta2/model_pb.ts +59 -147
- package/raystack/assets/v1beta2/table_pb.d.ts +283 -0
- package/raystack/assets/v1beta2/table_pb.js +48 -0
- package/raystack/assets/v1beta2/table_pb.ts +82 -200
- package/raystack/assets/v1beta2/topic_pb.d.ts +117 -0
- package/raystack/assets/v1beta2/topic_pb.js +34 -0
- package/raystack/assets/v1beta2/topic_pb.ts +41 -99
- package/raystack/assets/v1beta2/user_pb.d.ts +203 -0
- package/raystack/assets/v1beta2/user_pb.js +34 -0
- package/raystack/assets/v1beta2/user_pb.ts +53 -121
- package/raystack/common/index.d.ts +2 -0
- package/raystack/common/index.js +2 -0
- package/raystack/common/index.ts +1 -2
- package/raystack/common/v1/service-CommonService_connectquery.d.ts +10 -0
- package/raystack/common/v1/service-CommonService_connectquery.js +10 -0
- package/raystack/common/v1/service-CommonService_connectquery.ts +3 -14
- package/raystack/common/v1/service_pb.d.ts +100 -0
- package/raystack/common/v1/service_pb.js +42 -0
- package/raystack/common/v1/service_pb.ts +57 -97
- package/raystack/compass/index.d.ts +2 -0
- package/raystack/compass/index.js +2 -0
- package/raystack/compass/index.ts +1 -2
- package/raystack/compass/v1beta1/service-CompassService_connectquery.d.ts +184 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.js +225 -0
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +44 -424
- package/raystack/compass/v1beta1/service_pb.d.ts +2994 -0
- package/raystack/compass/v1beta1/service_pb.js +745 -0
- package/raystack/compass/v1beta1/service_pb.ts +1448 -3319
- package/raystack/entropy/index.d.ts +4 -0
- package/raystack/entropy/index.js +4 -0
- package/raystack/entropy/index.ts +2 -4
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.d.ts +26 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.js +30 -0
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +7 -54
- package/raystack/entropy/v1beta1/module_pb.d.ts +261 -0
- package/raystack/entropy/v1beta1/module_pb.js +97 -0
- package/raystack/entropy/v1beta1/module_pb.ts +156 -324
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.d.ts +34 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.js +40 -0
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +9 -74
- package/raystack/entropy/v1beta1/resource_pb.d.ts +636 -0
- package/raystack/entropy/v1beta1/resource_pb.js +200 -0
- package/raystack/entropy/v1beta1/resource_pb.ts +330 -756
- package/raystack/frontier/index.d.ts +5 -0
- package/raystack/frontier/index.js +5 -0
- package/raystack/frontier/index.ts +3 -5
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +269 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +323 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +75 -524
- package/raystack/frontier/v1beta1/admin_pb.d.ts +3624 -0
- package/raystack/frontier/v1beta1/admin_pb.js +935 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +1918 -3843
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +755 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +925 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +200 -1674
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8980 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2649 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +5062 -10956
- package/raystack/frontier/v1beta1/models_pb.d.ts +3043 -0
- package/raystack/frontier/v1beta1/models_pb.js +485 -0
- package/raystack/frontier/v1beta1/models_pb.ts +1053 -2283
- package/raystack/guardian/index.d.ts +2 -0
- package/raystack/guardian/index.js +2 -0
- package/raystack/guardian/index.ts +1 -2
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.d.ts +168 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.js +207 -0
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +42 -404
- package/raystack/guardian/v1beta1/guardian_pb.d.ts +3537 -0
- package/raystack/guardian/v1beta1/guardian_pb.js +823 -0
- package/raystack/guardian/v1beta1/guardian_pb.ts +1584 -3783
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.d.ts +18 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.js +20 -0
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/backup_pb.d.ts +256 -0
- package/raystack/optimus/core/v1beta1/backup_pb.js +77 -0
- package/raystack/optimus/core/v1beta1/backup_pb.ts +137 -273
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.d.ts +30 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.js +33 -0
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/job_run_pb.d.ts +410 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.js +127 -0
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +194 -376
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.d.ts +98 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.js +112 -0
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +17 -154
- package/raystack/optimus/core/v1beta1/job_spec_pb.d.ts +1953 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.js +487 -0
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +910 -2081
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.d.ts +24 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.js +26 -0
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/namespace_pb.d.ts +180 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.js +69 -0
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +113 -212
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.d.ts +24 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.js +26 -0
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/project_pb.d.ts +166 -0
- package/raystack/optimus/core/v1beta1/project_pb.js +69 -0
- package/raystack/optimus/core/v1beta1/project_pb.ts +104 -248
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.d.ts +22 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.js +25 -0
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/replay_pb.d.ts +331 -0
- package/raystack/optimus/core/v1beta1/replay_pb.js +91 -0
- package/raystack/optimus/core/v1beta1/replay_pb.ts +160 -335
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.d.ts +43 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.js +48 -0
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +8 -64
- package/raystack/optimus/core/v1beta1/resource_pb.d.ts +507 -0
- package/raystack/optimus/core/v1beta1/resource_pb.js +134 -0
- package/raystack/optimus/core/v1beta1/resource_pb.ts +266 -527
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.d.ts +12 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.js +12 -0
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +3 -14
- package/raystack/optimus/core/v1beta1/runtime_pb.d.ts +62 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.js +36 -0
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +48 -61
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.d.ts +30 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.js +33 -0
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/secret_pb.d.ts +250 -0
- package/raystack/optimus/core/v1beta1/secret_pb.js +84 -0
- package/raystack/optimus/core/v1beta1/secret_pb.ts +155 -283
- package/raystack/optimus/core/v1beta1/status_pb.d.ts +78 -0
- package/raystack/optimus/core/v1beta1/status_pb.js +31 -0
- package/raystack/optimus/core/v1beta1/status_pb.ts +35 -54
- package/raystack/optimus/integration/v1beta1/event_pb.d.ts +239 -0
- package/raystack/optimus/integration/v1beta1/event_pb.js +62 -0
- package/raystack/optimus/integration/v1beta1/event_pb.ts +75 -187
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.d.ts +31 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.js +34 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +6 -44
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.d.ts +353 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.js +120 -0
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +193 -426
- package/raystack/predator/index.d.ts +2 -0
- package/raystack/predator/index.js +2 -0
- package/raystack/predator/index.ts +2 -2
- package/raystack/predator/v1beta1/metrics_log_pb.d.ts +163 -0
- package/raystack/predator/v1beta1/metrics_log_pb.js +48 -0
- package/raystack/predator/v1beta1/metrics_log_pb.ts +67 -173
- package/raystack/predator/v1beta1/result_log_pb.d.ts +143 -0
- package/raystack/predator/v1beta1/result_log_pb.js +42 -0
- package/raystack/predator/v1beta1/result_log_pb.ts +60 -144
- package/raystack/raccoon/index.d.ts +2 -0
- package/raystack/raccoon/index.js +2 -0
- package/raystack/raccoon/index.ts +1 -2
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.d.ts +10 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.js +10 -0
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +3 -14
- package/raystack/raccoon/v1beta1/raccoon_pb.d.ts +268 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.js +64 -0
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +142 -189
- package/raystack/siren/index.d.ts +2 -0
- package/raystack/siren/index.js +2 -0
- package/raystack/siren/index.ts +1 -2
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.d.ts +146 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.js +180 -0
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +37 -354
- package/raystack/siren/v1beta1/siren_pb.d.ts +2281 -0
- package/raystack/siren/v1beta1/siren_pb.js +603 -0
- package/raystack/siren/v1beta1/siren_pb.ts +1155 -2637
- package/raystack/stencil/index.d.ts +2 -0
- package/raystack/stencil/index.js +2 -0
- package/raystack/stencil/index.ts +1 -2
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.d.ts +70 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.js +85 -0
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +18 -164
- package/raystack/stencil/v1beta1/stencil_pb.d.ts +1057 -0
- package/raystack/stencil/v1beta1/stencil_pb.js +298 -0
- package/raystack/stencil/v1beta1/stencil_pb.ts +530 -1157
- package/validate/validate_pb.d.ts +1953 -0
- package/validate/validate_pb.js +223 -0
- package/validate/validate_pb.ts +401 -1038
- package/google/api/field_behavior.ts +0 -95
- package/google/api/http.ts +0 -695
- package/google/api/httpbody.ts +0 -159
- package/google/protobuf/any.ts +0 -322
- package/google/protobuf/descriptor.ts +0 -3475
- package/google/protobuf/duration.ts +0 -231
- package/google/protobuf/struct.ts +0 -484
- package/google/protobuf/timestamp.ts +0 -290
- package/google/protobuf/wrappers.ts +0 -752
- package/protoc-gen-openapiv2/options/openapiv2.ts +0 -3110
- package/raystack/assets/v1beta1/bucket.ts +0 -362
- package/raystack/assets/v1beta1/dashboard.ts +0 -426
- package/raystack/assets/v1beta1/event.ts +0 -105
- package/raystack/assets/v1beta1/group.ts +0 -223
- package/raystack/assets/v1beta1/job.ts +0 -147
- package/raystack/assets/v1beta1/lineage.ts +0 -90
- package/raystack/assets/v1beta1/ownership.ts +0 -179
- package/raystack/assets/v1beta1/preview.ts +0 -87
- package/raystack/assets/v1beta1/properties.ts +0 -116
- package/raystack/assets/v1beta1/resource.ts +0 -149
- package/raystack/assets/v1beta1/schema.ts +0 -421
- package/raystack/assets/v1beta1/table.ts +0 -408
- package/raystack/assets/v1beta1/timestamp.ts +0 -158
- package/raystack/assets/v1beta1/topic.ts +0 -253
- package/raystack/assets/v1beta1/user.ts +0 -451
- package/raystack/assets/v1beta2/application.ts +0 -125
- package/raystack/assets/v1beta2/asset.ts +0 -269
- package/raystack/assets/v1beta2/bucket.ts +0 -341
- package/raystack/assets/v1beta2/common.ts +0 -392
- package/raystack/assets/v1beta2/dashboard.ts +0 -393
- package/raystack/assets/v1beta2/experiment.ts +0 -274
- package/raystack/assets/v1beta2/feature_table.ts +0 -387
- package/raystack/assets/v1beta2/group.ts +0 -178
- package/raystack/assets/v1beta2/job.ts +0 -99
- package/raystack/assets/v1beta2/metric.ts +0 -163
- package/raystack/assets/v1beta2/model.ts +0 -519
- package/raystack/assets/v1beta2/table.ts +0 -663
- package/raystack/assets/v1beta2/topic.ts +0 -275
- package/raystack/assets/v1beta2/user.ts +0 -433
- package/raystack/common/v1/service.client.ts +0 -37
- package/raystack/common/v1/service.ts +0 -245
- package/raystack/common/v1/service_connect.ts +0 -26
- package/raystack/compass/v1beta1/service.client.ts +0 -594
- package/raystack/compass/v1beta1/service.ts +0 -8169
- package/raystack/compass/v1beta1/service_connect.ts +0 -407
- package/raystack/entropy/v1beta1/module.client.ts +0 -89
- package/raystack/entropy/v1beta1/module.ts +0 -692
- package/raystack/entropy/v1beta1/module_connect.ts +0 -62
- package/raystack/entropy/v1beta1/resource.client.ts +0 -129
- package/raystack/entropy/v1beta1/resource.ts +0 -1817
- package/raystack/entropy/v1beta1/resource_connect.ts +0 -89
- package/raystack/frontier/v1beta1/admin.client.ts +0 -866
- package/raystack/frontier/v1beta1/admin.ts +0 -9117
- package/raystack/frontier/v1beta1/admin_connect.ts +0 -584
- package/raystack/frontier/v1beta1/frontier.client.ts +0 -2307
- package/raystack/frontier/v1beta1/frontier.ts +0 -23706
- package/raystack/frontier/v1beta1/frontier_connect.ts +0 -1574
- package/raystack/frontier/v1beta1/models.ts +0 -7433
- package/raystack/guardian/v1beta1/guardian.client.ts +0 -552
- package/raystack/guardian/v1beta1/guardian.ts +0 -9688
- package/raystack/guardian/v1beta1/guardian_connect.ts +0 -381
- package/raystack/optimus/core/v1beta1/backup.client.ts +0 -63
- package/raystack/optimus/core/v1beta1/backup.ts +0 -708
- package/raystack/optimus/core/v1beta1/backup_connect.ts +0 -44
- package/raystack/optimus/core/v1beta1/job_run.client.ts +0 -96
- package/raystack/optimus/core/v1beta1/job_run.ts +0 -1008
- package/raystack/optimus/core/v1beta1/job_run_connect.ts +0 -63
- package/raystack/optimus/core/v1beta1/job_spec.client.ts +0 -363
- package/raystack/optimus/core/v1beta1/job_spec.ts +0 -5134
- package/raystack/optimus/core/v1beta1/job_spec_connect.ts +0 -233
- package/raystack/optimus/core/v1beta1/namespace.client.ts +0 -75
- package/raystack/optimus/core/v1beta1/namespace.ts +0 -477
- package/raystack/optimus/core/v1beta1/namespace_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/project.client.ts +0 -75
- package/raystack/optimus/core/v1beta1/project.ts +0 -520
- package/raystack/optimus/core/v1beta1/project_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/replay.client.ts +0 -76
- package/raystack/optimus/core/v1beta1/replay.ts +0 -881
- package/raystack/optimus/core/v1beta1/replay_connect.ts +0 -53
- package/raystack/optimus/core/v1beta1/resource.client.ts +0 -148
- package/raystack/optimus/core/v1beta1/resource.ts +0 -1329
- package/raystack/optimus/core/v1beta1/resource_connect.ts +0 -96
- package/raystack/optimus/core/v1beta1/runtime.client.ts +0 -45
- package/raystack/optimus/core/v1beta1/runtime.ts +0 -131
- package/raystack/optimus/core/v1beta1/runtime_connect.ts +0 -30
- package/raystack/optimus/core/v1beta1/secret.client.ts +0 -92
- package/raystack/optimus/core/v1beta1/secret.ts +0 -619
- package/raystack/optimus/core/v1beta1/secret_connect.ts +0 -61
- package/raystack/optimus/core/v1beta1/status.ts +0 -113
- package/raystack/optimus/integration/v1beta1/event.ts +0 -531
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.client.ts +0 -100
- package/raystack/optimus/plugins/v1beta1/dependency_resolver.ts +0 -950
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +0 -65
- package/raystack/predator/v1beta1/metrics_log.ts +0 -457
- package/raystack/predator/v1beta1/result_log.ts +0 -390
- package/raystack/raccoon/v1beta1/raccoon.client.ts +0 -37
- package/raystack/raccoon/v1beta1/raccoon.ts +0 -442
- package/raystack/raccoon/v1beta1/raccoon_connect.ts +0 -26
- package/raystack/siren/v1beta1/siren.client.ts +0 -479
- package/raystack/siren/v1beta1/siren.ts +0 -6507
- package/raystack/siren/v1beta1/siren_connect.ts +0 -332
- package/raystack/stencil/v1beta1/stencil.client.ts +0 -232
- package/raystack/stencil/v1beta1/stencil.ts +0 -2716
- package/raystack/stencil/v1beta1/stencil_connect.ts +0 -161
- package/validate/validate.ts +0 -4130
|
@@ -1,88 +1,51 @@
|
|
|
1
|
-
// @generated by protoc-gen-es
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
2
|
// @generated from file raystack/optimus/core/v1beta1/job_spec.proto (package raystack.optimus.core.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
5
|
+
import type { GenEnum, GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { enumDesc, fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import { file_google_api_annotations } from "../../../../google/api/annotations_pb";
|
|
8
|
+
import type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import { file_google_protobuf_duration, file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
10
|
+
import { file_protoc_gen_openapiv2_options_annotations } from "../../../../protoc-gen-openapiv2/options/annotations_pb";
|
|
11
|
+
import type { Log } from "./status_pb";
|
|
12
|
+
import { file_raystack_optimus_core_v1beta1_status } from "./status_pb";
|
|
13
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
9
14
|
|
|
10
15
|
/**
|
|
11
|
-
*
|
|
16
|
+
* Describes the file raystack/optimus/core/v1beta1/job_spec.proto.
|
|
12
17
|
*/
|
|
13
|
-
export
|
|
14
|
-
/**
|
|
15
|
-
* @generated from enum value: JOB_STATE_UNSPECIFIED = 0;
|
|
16
|
-
*/
|
|
17
|
-
UNSPECIFIED = 0,
|
|
18
|
-
|
|
19
|
-
/**
|
|
20
|
-
* @generated from enum value: JOB_STATE_ENABLED = 1;
|
|
21
|
-
*/
|
|
22
|
-
ENABLED = 1,
|
|
23
|
-
|
|
24
|
-
/**
|
|
25
|
-
* @generated from enum value: JOB_STATE_DISABLED = 2;
|
|
26
|
-
*/
|
|
27
|
-
DISABLED = 2,
|
|
28
|
-
}
|
|
29
|
-
// Retrieve enum metadata with: proto3.getEnumType(JobState)
|
|
30
|
-
proto3.util.setEnumType(JobState, "raystack.optimus.core.v1beta1.JobState", [
|
|
31
|
-
{ no: 0, name: "JOB_STATE_UNSPECIFIED" },
|
|
32
|
-
{ no: 1, name: "JOB_STATE_ENABLED" },
|
|
33
|
-
{ no: 2, name: "JOB_STATE_DISABLED" },
|
|
34
|
-
]);
|
|
18
|
+
export const file_raystack_optimus_core_v1beta1_job_spec: GenFile = /*@__PURE__*/
|
|
19
|
+
fileDesc("CixyYXlzdGFjay9vcHRpbXVzL2NvcmUvdjFiZXRhMS9qb2Jfc3BlYy5wcm90bxIdcmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEijAEKHURlcGxveUpvYlNwZWNpZmljYXRpb25SZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRI9CgRqb2JzGAIgAygLMi8ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY2lmaWNhdGlvbhIWCg5uYW1lc3BhY2VfbmFtZRgEIAEoCSJ1Ch5EZXBsb3lKb2JTcGVjaWZpY2F0aW9uUmVzcG9uc2USFQoNZGVwbG95bWVudF9pZBgHIAEoCRI2Cgpsb2dfc3RhdHVzGAggASgLMiIucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTG9nSgQIARAHIosBChtBZGRKb2JTcGVjaWZpY2F0aW9uc1JlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDm5hbWVzcGFjZV9uYW1lGAIgASgJEj4KBXNwZWNzGAMgAygLMi8ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY2lmaWNhdGlvbiIxChxBZGRKb2JTcGVjaWZpY2F0aW9uc1Jlc3BvbnNlEgsKA2xvZxgCIAEoCUoECAEQAiKOAQoeVXBkYXRlSm9iU3BlY2lmaWNhdGlvbnNSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5uYW1lc3BhY2VfbmFtZRgCIAEoCRI+CgVzcGVjcxgDIAMoCzIvLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYlNwZWNpZmljYXRpb24iLgofVXBkYXRlSm9iU3BlY2lmaWNhdGlvbnNSZXNwb25zZRILCgNsb2cYASABKAkixAEKEUpvYkluc3BlY3RSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5uYW1lc3BhY2VfbmFtZRgCIAEoCRIQCghqb2JfbmFtZRgDIAEoCRI9CgRzcGVjGAQgASgLMi8ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY2lmaWNhdGlvbhIwCgxzY2hlZHVsZWRfYXQYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIkkKBkpvYlJ1bhINCgVzdGF0ZRgBIAEoCRIwCgxzY2hlZHVsZWRfYXQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIq4KChJKb2JJbnNwZWN0UmVzcG9uc2USVgoKYmFzaWNfaW5mbxgBIAEoCzJCLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYkluc3BlY3RSZXNwb25zZS5CYXNpY0luZm9TZWN0aW9uElQKCXVwc3RyZWFtcxgCIAEoCzJBLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYkluc3BlY3RSZXNwb25zZS5VcHN0cmVhbVNlY3Rpb24SWAoLZG93bnN0cmVhbXMYAyABKAsyQy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JJbnNwZWN0UmVzcG9uc2UuRG93bnN0cmVhbVNlY3Rpb24aqQEKEEJhc2ljSW5mb1NlY3Rpb24SPAoDam9iGAEgASgLMi8ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY2lmaWNhdGlvbhIOCgZzb3VyY2UYAiADKAkSEwoLZGVzdGluYXRpb24YAyABKAkSMgoGbm90aWNlGAQgAygLMiIucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTG9nGqEBCg1Kb2JEZXBlbmRlbmN5EgwKBG5hbWUYASABKAkSDAoEaG9zdBgCIAEoCRIUCgxwcm9qZWN0X25hbWUYAyABKAkSFgoObmFtZXNwYWNlX25hbWUYBCABKAkSEQoJdGFza19uYW1lGAUgASgJEjMKBHJ1bnMYBiADKAsyJS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JSdW4amwQKD1Vwc3RyZWFtU2VjdGlvbhJcChNleHRlcm5hbF9kZXBlbmRlbmN5GAEgAygLMj8ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iSW5zcGVjdFJlc3BvbnNlLkpvYkRlcGVuZGVuY3kSXAoTaW50ZXJuYWxfZGVwZW5kZW5jeRgCIAMoCzI/LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYkluc3BlY3RSZXNwb25zZS5Kb2JEZXBlbmRlbmN5EkYKD2h0dHBfZGVwZW5kZW5jeRgDIAMoCzItLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkh0dHBEZXBlbmRlbmN5EnMKFHVua25vd25fZGVwZW5kZW5jaWVzGAQgAygLMlUucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iSW5zcGVjdFJlc3BvbnNlLlVwc3RyZWFtU2VjdGlvbi5Vbmtub3duRGVwZW5kZW5jaWVzEjIKBm5vdGljZRgFIAMoCzIiLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkxvZxpbChNVbmtub3duRGVwZW5kZW5jaWVzEhAKCGpvYl9uYW1lGAEgASgJEhQKDHByb2plY3RfbmFtZRgCIAEoCRIcChRyZXNvdXJjZV9kZXN0aW5hdGlvbhgDIAEoCRqhAQoRRG93bnN0cmVhbVNlY3Rpb24SWAoPZG93bnN0cmVhbV9qb2JzGAEgAygLMj8ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iSW5zcGVjdFJlc3BvbnNlLkpvYkRlcGVuZGVuY3kSMgoGbm90aWNlGAIgAygLMiIucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTG9nIowBCh1DcmVhdGVKb2JTcGVjaWZpY2F0aW9uUmVxdWVzdBIUCgxwcm9qZWN0X25hbWUYASABKAkSFgoObmFtZXNwYWNlX25hbWUYAiABKAkSPQoEc3BlYxgDIAEoCzIvLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYlNwZWNpZmljYXRpb24iQgoeQ3JlYXRlSm9iU3BlY2lmaWNhdGlvblJlc3BvbnNlEg8KB3N1Y2Nlc3MYASABKAgSDwoHbWVzc2FnZRgCIAEoCSJcChpHZXRKb2JTcGVjaWZpY2F0aW9uUmVxdWVzdBIUCgxwcm9qZWN0X25hbWUYASABKAkSFgoObmFtZXNwYWNlX25hbWUYAiABKAkSEAoIam9iX25hbWUYAyABKAkiXAobR2V0Sm9iU3BlY2lmaWNhdGlvblJlc3BvbnNlEj0KBHNwZWMYASABKAsyLy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JTcGVjaWZpY2F0aW9uIoUBCh1EZWxldGVKb2JTcGVjaWZpY2F0aW9uUmVxdWVzdBIUCgxwcm9qZWN0X25hbWUYASABKAkSFgoObmFtZXNwYWNlX25hbWUYAiABKAkSEAoIam9iX25hbWUYAyABKAkSFQoNY2xlYW5faGlzdG9yeRgEIAEoCBINCgVmb3JjZRgFIAEoCCJCCh5EZWxldGVKb2JTcGVjaWZpY2F0aW9uUmVzcG9uc2USDwoHc3VjY2VzcxgBIAEoCBIPCgdtZXNzYWdlGAIgASgJIncKGUNoYW5nZUpvYk5hbWVzcGFjZVJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDm5hbWVzcGFjZV9uYW1lGAIgASgJEhAKCGpvYl9uYW1lGAMgASgJEhoKEm5ld19uYW1lc3BhY2VfbmFtZRgEIAEoCSIcChpDaGFuZ2VKb2JOYW1lc3BhY2VSZXNwb25zZSJLChtMaXN0Sm9iU3BlY2lmaWNhdGlvblJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDm5hbWVzcGFjZV9uYW1lGAIgASgJIl0KHExpc3RKb2JTcGVjaWZpY2F0aW9uUmVzcG9uc2USPQoEam9icxgBIAMoCzIvLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYlNwZWNpZmljYXRpb24iigEKHENoZWNrSm9iU3BlY2lmaWNhdGlvblJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEjwKA2pvYhgCIAEoCzIvLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYlNwZWNpZmljYXRpb24SFgoObmFtZXNwYWNlX25hbWUYAyABKAkiMAodQ2hlY2tKb2JTcGVjaWZpY2F0aW9uUmVzcG9uc2USDwoHc3VjY2VzcxgBIAEoCCKMAQodQ2hlY2tKb2JTcGVjaWZpY2F0aW9uc1JlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEj0KBGpvYnMYAiADKAsyLy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JTcGVjaWZpY2F0aW9uEhYKDm5hbWVzcGFjZV9uYW1lGAMgASgJIl4KHkNoZWNrSm9iU3BlY2lmaWNhdGlvbnNSZXNwb25zZRI2Cgpsb2dfc3RhdHVzGAUgASgLMiIucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTG9nSgQIARAFIvQKChBKb2JTcGVjaWZpY2F0aW9uEg8KB3ZlcnNpb24YASABKAUSDAoEbmFtZRgCIAEoCRINCgVvd25lchgDIAEoCRISCgpzdGFydF9kYXRlGAQgASgJEhAKCGVuZF9kYXRlGAUgASgJEhAKCGludGVydmFsGAYgASgJEhcKD2RlcGVuZHNfb25fcGFzdBgHIAEoCBIUCghjYXRjaF91cBgIIAEoCEICGAESEQoJdGFza19uYW1lGAkgASgJEjwKBmNvbmZpZxgKIAMoCzIsLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYkNvbmZpZ0l0ZW0SEwoLd2luZG93X3NpemUYCyABKAkSFQoNd2luZG93X29mZnNldBgMIAEoCRIaChJ3aW5kb3dfdHJ1bmNhdGVfdG8YDSABKAkSQgoMZGVwZW5kZW5jaWVzGA4gAygLMiwucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iRGVwZW5kZW5jeRJLCgZhc3NldHMYDyADKAsyOy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JTcGVjaWZpY2F0aW9uLkFzc2V0c0VudHJ5EjkKBWhvb2tzGBAgAygLMioucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY0hvb2sSEwoLZGVzY3JpcHRpb24YESABKAkSSwoGbGFiZWxzGBIgAygLMjsucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY2lmaWNhdGlvbi5MYWJlbHNFbnRyeRJKCghiZWhhdmlvchgTIAEoCzI4LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYlNwZWNpZmljYXRpb24uQmVoYXZpb3ISPAoIbWV0YWRhdGEYFCABKAsyKi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JNZXRhZGF0YRITCgtkZXN0aW5hdGlvbhgVIAEoCRIPCgdzb3VyY2VzGBYgAygJGi0KC0Fzc2V0c0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARr1AwoIQmVoYXZpb3ISTQoFcmV0cnkYASABKAsyPi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JTcGVjaWZpY2F0aW9uLkJlaGF2aW9yLlJldHJ5ElIKBm5vdGlmeRgCIAMoCzJCLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYlNwZWNpZmljYXRpb24uQmVoYXZpb3IuTm90aWZpZXJzGl0KBVJldHJ5Eg0KBWNvdW50GAEgASgFEigKBWRlbGF5GAIgASgLMhkuZ29vZ2xlLnByb3RvYnVmLkR1cmF0aW9uEhsKE2V4cG9uZW50aWFsX2JhY2tvZmYYAyABKAga5gEKCU5vdGlmaWVycxI4CgJvbhgBIAEoDjIsLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYkV2ZW50LlR5cGUSEAoIY2hhbm5lbHMYAiADKAkSXgoGY29uZmlnGAMgAygLMk4ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY2lmaWNhdGlvbi5CZWhhdmlvci5Ob3RpZmllcnMuQ29uZmlnRW50cnkaLQoLQ29uZmlnRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASJzCg1Kb2JEZXBlbmRlbmN5EgwKBG5hbWUYASABKAkSDAoEdHlwZRgCIAEoCRJGCg9odHRwX2RlcGVuZGVuY3kYAyABKAsyLS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5IdHRwRGVwZW5kZW5jeSKiAgoOSHR0cERlcGVuZGVuY3kSDAoEbmFtZRgBIAEoCRILCgN1cmwYAiABKAkSSwoHaGVhZGVycxgDIAMoCzI6LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkh0dHBEZXBlbmRlbmN5LkhlYWRlcnNFbnRyeRJJCgZwYXJhbXMYBCADKAsyOS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5IdHRwRGVwZW5kZW5jeS5QYXJhbXNFbnRyeRouCgxIZWFkZXJzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARotCgtQYXJhbXNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIlkKC0pvYlNwZWNIb29rEgwKBG5hbWUYASABKAkSPAoGY29uZmlnGAIgAygLMiwucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iQ29uZmlnSXRlbSIsCg1Kb2JDb25maWdJdGVtEgwKBG5hbWUYASABKAkSDQoFdmFsdWUYAiABKAki1QMKCEpvYkV2ZW50EjoKBHR5cGUYASABKA4yLC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JFdmVudC5UeXBlEiYKBXZhbHVlGAIgASgLMhcuZ29vZ2xlLnByb3RvYnVmLlN0cnVjdCLkAgoEVHlwZRIUChBUWVBFX1VOU1BFQ0lGSUVEEAASEQoNVFlQRV9TTEFfTUlTUxABEhQKEFRZUEVfSk9CX1NVQ0NFU1MQBhIQCgxUWVBFX0ZBSUxVUkUQBxITCg9UWVBFX1RBU0tfUkVUUlkQCBIVChFUWVBFX1RBU0tfU1VDQ0VTUxAJEhMKD1RZUEVfVEFTS19TVEFSVBAKEhIKDlRZUEVfVEFTS19GQUlMEAsSFQoRVFlQRV9TRU5TT1JfUkVUUlkQDBIXChNUWVBFX1NFTlNPUl9TVUNDRVNTEA0SFQoRVFlQRV9TRU5TT1JfU1RBUlQQDhIUChBUWVBFX1NFTlNPUl9GQUlMEA8SEwoPVFlQRV9IT09LX1NUQVJUEBASEwoPVFlQRV9IT09LX1JFVFJZEBESEgoOVFlQRV9IT09LX0ZBSUwQEhIVChFUWVBFX0hPT0tfU1VDQ0VTUxATIgQIAhAFIp8BCgtKb2JNZXRhZGF0YRJICghyZXNvdXJjZRgBIAEoCzI2LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYlNwZWNNZXRhZGF0YVJlc291cmNlEkYKB2FpcmZsb3cYAiABKAsyNS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JTcGVjTWV0YWRhdGFBaXJmbG93IrUBChdKb2JTcGVjTWV0YWRhdGFSZXNvdXJjZRJNCgdyZXF1ZXN0GAEgASgLMjwucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY01ldGFkYXRhUmVzb3VyY2VDb25maWcSSwoFbGltaXQYAiABKAsyPC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JTcGVjTWV0YWRhdGFSZXNvdXJjZUNvbmZpZyI8Ch1Kb2JTcGVjTWV0YWRhdGFSZXNvdXJjZUNvbmZpZxILCgNjcHUYASABKAkSDgoGbWVtb3J5GAIgASgJIjUKFkpvYlNwZWNNZXRhZGF0YUFpcmZsb3cSDAoEcG9vbBgBIAEoCRINCgVxdWV1ZRgCIAEoCSJWChJSZWZyZXNoSm9ic1JlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhcKD25hbWVzcGFjZV9uYW1lcxgCIAMoCRIRCglqb2JfbmFtZXMYAyADKAkiUwoTUmVmcmVzaEpvYnNSZXNwb25zZRI2Cgpsb2dfc3RhdHVzGAYgASgLMiIucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTG9nSgQIARAGIi8KGkdldERlcGxveUpvYnNTdGF0dXNSZXF1ZXN0EhEKCWRlcGxveV9pZBgBIAEoCSLNAgobR2V0RGVwbG95Sm9ic1N0YXR1c1Jlc3BvbnNlEg4KBnN0YXR1cxgBIAEoCRJBCghmYWlsdXJlcxgCIAMoCzIvLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkRlcGxveUpvYkZhaWx1cmUSFQoNc3VjY2Vzc19jb3VudBgDIAEoBRIVCg1mYWlsdXJlX2NvdW50GAQgASgFEnEKFHVua25vd25fZGVwZW5kZW5jaWVzGAUgAygLMlMucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuR2V0RGVwbG95Sm9ic1N0YXR1c1Jlc3BvbnNlLlVua25vd25EZXBlbmRlbmNpZXNFbnRyeRo6ChhVbmtub3duRGVwZW5kZW5jaWVzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASI1ChBEZXBsb3lKb2JGYWlsdXJlEhAKCGpvYl9uYW1lGAEgASgJEg8KB21lc3NhZ2UYAiABKAkiewobR2V0Sm9iU3BlY2lmaWNhdGlvbnNSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIcChRyZXNvdXJjZV9kZXN0aW5hdGlvbhgCIAEoCRIQCghqb2JfbmFtZRgDIAEoCRIWCg5uYW1lc3BhY2VfbmFtZRgEIAEoCSK/AQocR2V0Sm9iU3BlY2lmaWNhdGlvbnNSZXNwb25zZRJBCgRqb2JzGAEgAygLMi8ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY2lmaWNhdGlvbkICGAESXAobam9iX3NwZWNpZmljYXRpb25fcmVzcG9uc2VzGAIgAygLMjcucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iU3BlY2lmaWNhdGlvblJlc3BvbnNlIoYBChhKb2JTcGVjaWZpY2F0aW9uUmVzcG9uc2USFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDm5hbWVzcGFjZV9uYW1lGAIgASgJEjwKA2pvYhgDIAEoCzIvLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYlNwZWNpZmljYXRpb24ikQEKIlJlcGxhY2VBbGxKb2JTcGVjaWZpY2F0aW9uc1JlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDm5hbWVzcGFjZV9uYW1lGAIgASgJEj0KBGpvYnMYAyADKAsyLy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JTcGVjaWZpY2F0aW9uIl0KI1JlcGxhY2VBbGxKb2JTcGVjaWZpY2F0aW9uc1Jlc3BvbnNlEjYKCmxvZ19zdGF0dXMYASABKAsyIi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Mb2ciUwoRR2V0Sm9iVGFza1JlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDm5hbWVzcGFjZV9uYW1lGAIgASgJEhAKCGpvYl9uYW1lGAMgASgJIkoKEkdldEpvYlRhc2tSZXNwb25zZRI0CgR0YXNrGAEgASgLMiYucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iVGFzayKhAgoHSm9iVGFzaxIMCgRuYW1lGAEgASgJEhMKC2Rlc2NyaXB0aW9uGAIgASgJEg0KBWltYWdlGAMgASgJEkcKC2Rlc3RpbmF0aW9uGAQgASgLMjIucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iVGFzay5EZXN0aW5hdGlvbhJHCgxkZXBlbmRlbmNpZXMYBSADKAsyMS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JUYXNrLkRlcGVuZGVuY3kaMAoLRGVzdGluYXRpb24SEwoLZGVzdGluYXRpb24YASABKAkSDAoEdHlwZRgCIAEoCRogCgpEZXBlbmRlbmN5EhIKCmRlcGVuZGVuY3kYASABKAkiiAEKEEdldFdpbmRvd1JlcXVlc3QSMAoMc2NoZWR1bGVkX2F0GAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIMCgRzaXplGAIgASgJEg4KBm9mZnNldBgDIAEoCRITCgt0cnVuY2F0ZV90bxgEIAEoCRIPCgd2ZXJzaW9uGAUgASgFImcKEUdldFdpbmRvd1Jlc3BvbnNlEikKBXN0YXJ0GAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBInCgNlbmQYAiABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wIqEBChZVcGRhdGVKb2JzU3RhdGVSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5uYW1lc3BhY2VfbmFtZRgCIAEoCRIOCgZyZW1hcmsYAyABKAkSNgoFc3RhdGUYBCABKA4yJy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JTdGF0ZRIRCglqb2JfbmFtZXMYBSADKAkiGQoXVXBkYXRlSm9ic1N0YXRlUmVzcG9uc2Ui9AEKFFN5bmNKb2JzU3RhdGVSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5uYW1lc3BhY2VfbmFtZRgCIAEoCRJUCgpqb2Jfc3RhdGVzGAMgAygLMkAucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuU3luY0pvYnNTdGF0ZVJlcXVlc3QuSm9iU3RhdGVQYWlyGlgKDEpvYlN0YXRlUGFpchIQCghqb2JfbmFtZRgBIAEoCRI2CgVzdGF0ZRgCIAEoDjInLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkpvYlN0YXRlIhcKFVN5bmNKb2JzU3RhdGVSZXNwb25zZSpUCghKb2JTdGF0ZRIZChVKT0JfU1RBVEVfVU5TUEVDSUZJRUQQABIVChFKT0JfU1RBVEVfRU5BQkxFRBABEhYKEkpPQl9TVEFURV9ESVNBQkxFRBACMuMcChdKb2JTcGVjaWZpY2F0aW9uU2VydmljZRKbAQoWRGVwbG95Sm9iU3BlY2lmaWNhdGlvbhI8LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkRlcGxveUpvYlNwZWNpZmljYXRpb25SZXF1ZXN0Gj0ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuRGVwbG95Sm9iU3BlY2lmaWNhdGlvblJlc3BvbnNlIgAoATABEsQBCgpKb2JJbnNwZWN0EjAucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuSm9iSW5zcGVjdFJlcXVlc3QaMS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5Kb2JJbnNwZWN0UmVzcG9uc2UiUYLT5JMCSyJGL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9uYW1lc3BhY2Uve25hbWVzcGFjZV9uYW1lfS9qb2IvaW5zcGVjdDoBKhLgAQoWQ3JlYXRlSm9iU3BlY2lmaWNhdGlvbhI8LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkNyZWF0ZUpvYlNwZWNpZmljYXRpb25SZXF1ZXN0Gj0ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuQ3JlYXRlSm9iU3BlY2lmaWNhdGlvblJlc3BvbnNlIkmC0+STAkMiPi92MWJldGExL3Byb2plY3Qve3Byb2plY3RfbmFtZX0vbmFtZXNwYWNlL3tuYW1lc3BhY2VfbmFtZX0vam9iOgEqEtsBChRBZGRKb2JTcGVjaWZpY2F0aW9ucxI6LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkFkZEpvYlNwZWNpZmljYXRpb25zUmVxdWVzdBo7LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkFkZEpvYlNwZWNpZmljYXRpb25zUmVzcG9uc2UiSoLT5JMCRCI/L3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9uYW1lc3BhY2Uve25hbWVzcGFjZV9uYW1lfS9qb2JzOgEqEuQBChdVcGRhdGVKb2JTcGVjaWZpY2F0aW9ucxI9LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlVwZGF0ZUpvYlNwZWNpZmljYXRpb25zUmVxdWVzdBo+LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlVwZGF0ZUpvYlNwZWNpZmljYXRpb25zUmVzcG9uc2UiSoLT5JMCRBo/L3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9uYW1lc3BhY2Uve25hbWVzcGFjZV9uYW1lfS9qb2JzOgEqEt8BChNHZXRKb2JTcGVjaWZpY2F0aW9uEjkucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuR2V0Sm9iU3BlY2lmaWNhdGlvblJlcXVlc3QaOi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5HZXRKb2JTcGVjaWZpY2F0aW9uUmVzcG9uc2UiUYLT5JMCSxJJL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9uYW1lc3BhY2Uve25hbWVzcGFjZV9uYW1lfS9qb2Ive2pvYl9uYW1lfRKmAQoUR2V0Sm9iU3BlY2lmaWNhdGlvbnMSOi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5HZXRKb2JTcGVjaWZpY2F0aW9uc1JlcXVlc3QaOy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5HZXRKb2JTcGVjaWZpY2F0aW9uc1Jlc3BvbnNlIhWC0+STAg8SDS92MWJldGExL2pvYnMS6AEKFkRlbGV0ZUpvYlNwZWNpZmljYXRpb24SPC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5EZWxldGVKb2JTcGVjaWZpY2F0aW9uUmVxdWVzdBo9LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkRlbGV0ZUpvYlNwZWNpZmljYXRpb25SZXNwb25zZSJRgtPkkwJLKkkvdjFiZXRhMS9wcm9qZWN0L3twcm9qZWN0X25hbWV9L25hbWVzcGFjZS97bmFtZXNwYWNlX25hbWV9L2pvYi97am9iX25hbWV9EsoBChJDaGFuZ2VKb2JOYW1lc3BhY2USOC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5DaGFuZ2VKb2JOYW1lc3BhY2VSZXF1ZXN0GjkucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuQ2hhbmdlSm9iTmFtZXNwYWNlUmVzcG9uc2UiP4LT5JMCOSI0L3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9jaGFuZ2Utam9iLW5hbWVzcGFjZToBKhLXAQoUTGlzdEpvYlNwZWNpZmljYXRpb24SOi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5MaXN0Sm9iU3BlY2lmaWNhdGlvblJlcXVlc3QaOy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5MaXN0Sm9iU3BlY2lmaWNhdGlvblJlc3BvbnNlIkaC0+STAkASPi92MWJldGExL3Byb2plY3Qve3Byb2plY3RfbmFtZX0vbmFtZXNwYWNlL3tuYW1lc3BhY2VfbmFtZX0vam9iEsUBChVDaGVja0pvYlNwZWNpZmljYXRpb24SOy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5DaGVja0pvYlNwZWNpZmljYXRpb25SZXF1ZXN0GjwucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuQ2hlY2tKb2JTcGVjaWZpY2F0aW9uUmVzcG9uc2UiMYLT5JMCKyIpL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9qb2IvY2hlY2sSmQEKFkNoZWNrSm9iU3BlY2lmaWNhdGlvbnMSPC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5DaGVja0pvYlNwZWNpZmljYXRpb25zUmVxdWVzdBo9LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkNoZWNrSm9iU3BlY2lmaWNhdGlvbnNSZXNwb25zZSIAMAESeAoLUmVmcmVzaEpvYnMSMS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZWZyZXNoSm9ic1JlcXVlc3QaMi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZWZyZXNoSm9ic1Jlc3BvbnNlIgAwARKOAQoTR2V0RGVwbG95Sm9ic1N0YXR1cxI5LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkdldERlcGxveUpvYnNTdGF0dXNSZXF1ZXN0GjoucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuR2V0RGVwbG95Sm9ic1N0YXR1c1Jlc3BvbnNlIgASqgEKG1JlcGxhY2VBbGxKb2JTcGVjaWZpY2F0aW9ucxJBLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlcGxhY2VBbGxKb2JTcGVjaWZpY2F0aW9uc1JlcXVlc3QaQi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZXBsYWNlQWxsSm9iU3BlY2lmaWNhdGlvbnNSZXNwb25zZSIAKAEwARLJAQoKR2V0Sm9iVGFzaxIwLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkdldEpvYlRhc2tSZXF1ZXN0GjEucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuR2V0Sm9iVGFza1Jlc3BvbnNlIlaC0+STAlASTi92MWJldGExL3Byb2plY3Qve3Byb2plY3RfbmFtZX0vbmFtZXNwYWNlL3tuYW1lc3BhY2VfbmFtZX0vam9iL3tqb2JfbmFtZX0vdGFzaxKHAQoJR2V0V2luZG93Ei8ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuR2V0V2luZG93UmVxdWVzdBowLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkdldFdpbmRvd1Jlc3BvbnNlIheC0+STAhESDy92MWJldGExL3dpbmRvdxLYAQoPVXBkYXRlSm9ic1N0YXRlEjUucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuVXBkYXRlSm9ic1N0YXRlUmVxdWVzdBo2LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlVwZGF0ZUpvYnNTdGF0ZVJlc3BvbnNlIlaC0+STAlAySy92MWJldGExL3Byb2plY3Qve3Byb2plY3RfbmFtZX0vbmFtZXNwYWNlL3tuYW1lc3BhY2VfbmFtZX0vdXBkYXRlLWpvYi1zdGF0ZToBKhLQAQoNU3luY0pvYnNTdGF0ZRIzLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlN5bmNKb2JzU3RhdGVSZXF1ZXN0GjQucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuU3luY0pvYnNTdGF0ZVJlc3BvbnNlIlSC0+STAk4ySS92MWJldGExL3Byb2plY3Qve3Byb2plY3RfbmFtZX0vbmFtZXNwYWNlL3tuYW1lc3BhY2VfbmFtZX0vc3luYy1qb2Itc3RhdGU6ASpCqwEKG29yZy5yYXlzdGFjay5wcm90b24ub3B0aW11c0IeSm9iU3BlY2lmaWNhdGlvblNlcnZpY2VNYW5hZ2VyUAFaImdpdGh1Yi5jb20vcmF5c3RhY2svcHJvdG9uL29wdGltdXOSQUUSBTIDMC4xGg4xMjcuMC4wLjE6OTEwMCIEL2FwaSoBAXIjCiFPcHRpbXVzIEpvYiBTcGVjaWZpY2F0aW9uIFNlcnZpY2ViBnByb3RvMw", [file_google_api_annotations, file_google_protobuf_duration, file_google_protobuf_struct, file_google_protobuf_timestamp, file_protoc_gen_openapiv2_options_annotations, file_raystack_optimus_core_v1beta1_status]);
|
|
35
20
|
|
|
36
21
|
/**
|
|
37
22
|
* @generated from message raystack.optimus.core.v1beta1.DeployJobSpecificationRequest
|
|
38
23
|
*/
|
|
39
|
-
export
|
|
24
|
+
export type DeployJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.DeployJobSpecificationRequest"> & {
|
|
40
25
|
/**
|
|
41
26
|
* unique project identifier
|
|
42
27
|
*
|
|
43
28
|
* @generated from field: string project_name = 1;
|
|
44
29
|
*/
|
|
45
|
-
projectName
|
|
30
|
+
projectName: string;
|
|
46
31
|
|
|
47
32
|
/**
|
|
48
33
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 2;
|
|
49
34
|
*/
|
|
50
|
-
jobs: JobSpecification[]
|
|
35
|
+
jobs: JobSpecification[];
|
|
51
36
|
|
|
52
37
|
/**
|
|
53
38
|
* @generated from field: string namespace_name = 4;
|
|
54
39
|
*/
|
|
55
|
-
namespaceName
|
|
56
|
-
|
|
57
|
-
constructor(data?: PartialMessage<DeployJobSpecificationRequest>) {
|
|
58
|
-
super();
|
|
59
|
-
proto3.util.initPartial(data, this);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
63
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.DeployJobSpecificationRequest";
|
|
64
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
65
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
66
|
-
{ no: 2, name: "jobs", kind: "message", T: JobSpecification, repeated: true },
|
|
67
|
-
{ no: 4, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
68
|
-
]);
|
|
69
|
-
|
|
70
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployJobSpecificationRequest {
|
|
71
|
-
return new DeployJobSpecificationRequest().fromBinary(bytes, options);
|
|
72
|
-
}
|
|
40
|
+
namespaceName: string;
|
|
41
|
+
};
|
|
73
42
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
static equals(a: DeployJobSpecificationRequest | PlainMessage<DeployJobSpecificationRequest> | undefined, b: DeployJobSpecificationRequest | PlainMessage<DeployJobSpecificationRequest> | undefined): boolean {
|
|
83
|
-
return proto3.util.equals(DeployJobSpecificationRequest, a, b);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
43
|
+
/**
|
|
44
|
+
* Describes the message raystack.optimus.core.v1beta1.DeployJobSpecificationRequest.
|
|
45
|
+
* Use `create(DeployJobSpecificationRequestSchema)` to create a new message.
|
|
46
|
+
*/
|
|
47
|
+
export const DeployJobSpecificationRequestSchema: GenMessage<DeployJobSpecificationRequest> = /*@__PURE__*/
|
|
48
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 0);
|
|
86
49
|
|
|
87
50
|
/**
|
|
88
51
|
* DeployJobSpecificationResponse hold the value of DeploymentID
|
|
@@ -90,236 +53,131 @@ export class DeployJobSpecificationRequest extends Message<DeployJobSpecificatio
|
|
|
90
53
|
*
|
|
91
54
|
* @generated from message raystack.optimus.core.v1beta1.DeployJobSpecificationResponse
|
|
92
55
|
*/
|
|
93
|
-
export
|
|
56
|
+
export type DeployJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.DeployJobSpecificationResponse"> & {
|
|
94
57
|
/**
|
|
95
58
|
* @generated from field: string deployment_id = 7;
|
|
96
59
|
*/
|
|
97
|
-
deploymentId
|
|
60
|
+
deploymentId: string;
|
|
98
61
|
|
|
99
62
|
/**
|
|
100
63
|
* @generated from field: raystack.optimus.core.v1beta1.Log log_status = 8;
|
|
101
64
|
*/
|
|
102
65
|
logStatus?: Log;
|
|
66
|
+
};
|
|
103
67
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.DeployJobSpecificationResponse";
|
|
111
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
112
|
-
{ no: 7, name: "deployment_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
113
|
-
{ no: 8, name: "log_status", kind: "message", T: Log },
|
|
114
|
-
]);
|
|
115
|
-
|
|
116
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployJobSpecificationResponse {
|
|
117
|
-
return new DeployJobSpecificationResponse().fromBinary(bytes, options);
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeployJobSpecificationResponse {
|
|
121
|
-
return new DeployJobSpecificationResponse().fromJson(jsonValue, options);
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeployJobSpecificationResponse {
|
|
125
|
-
return new DeployJobSpecificationResponse().fromJsonString(jsonString, options);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
static equals(a: DeployJobSpecificationResponse | PlainMessage<DeployJobSpecificationResponse> | undefined, b: DeployJobSpecificationResponse | PlainMessage<DeployJobSpecificationResponse> | undefined): boolean {
|
|
129
|
-
return proto3.util.equals(DeployJobSpecificationResponse, a, b);
|
|
130
|
-
}
|
|
131
|
-
}
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message raystack.optimus.core.v1beta1.DeployJobSpecificationResponse.
|
|
70
|
+
* Use `create(DeployJobSpecificationResponseSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const DeployJobSpecificationResponseSchema: GenMessage<DeployJobSpecificationResponse> = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 1);
|
|
132
74
|
|
|
133
75
|
/**
|
|
134
76
|
* @generated from message raystack.optimus.core.v1beta1.AddJobSpecificationsRequest
|
|
135
77
|
*/
|
|
136
|
-
export
|
|
78
|
+
export type AddJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.AddJobSpecificationsRequest"> & {
|
|
137
79
|
/**
|
|
138
80
|
* @generated from field: string project_name = 1;
|
|
139
81
|
*/
|
|
140
|
-
projectName
|
|
82
|
+
projectName: string;
|
|
141
83
|
|
|
142
84
|
/**
|
|
143
85
|
* @generated from field: string namespace_name = 2;
|
|
144
86
|
*/
|
|
145
|
-
namespaceName
|
|
87
|
+
namespaceName: string;
|
|
146
88
|
|
|
147
89
|
/**
|
|
148
90
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification specs = 3;
|
|
149
91
|
*/
|
|
150
|
-
specs: JobSpecification[]
|
|
151
|
-
|
|
152
|
-
constructor(data?: PartialMessage<AddJobSpecificationsRequest>) {
|
|
153
|
-
super();
|
|
154
|
-
proto3.util.initPartial(data, this);
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
158
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.AddJobSpecificationsRequest";
|
|
159
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
160
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
161
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
162
|
-
{ no: 3, name: "specs", kind: "message", T: JobSpecification, repeated: true },
|
|
163
|
-
]);
|
|
164
|
-
|
|
165
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AddJobSpecificationsRequest {
|
|
166
|
-
return new AddJobSpecificationsRequest().fromBinary(bytes, options);
|
|
167
|
-
}
|
|
92
|
+
specs: JobSpecification[];
|
|
93
|
+
};
|
|
168
94
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
static equals(a: AddJobSpecificationsRequest | PlainMessage<AddJobSpecificationsRequest> | undefined, b: AddJobSpecificationsRequest | PlainMessage<AddJobSpecificationsRequest> | undefined): boolean {
|
|
178
|
-
return proto3.util.equals(AddJobSpecificationsRequest, a, b);
|
|
179
|
-
}
|
|
180
|
-
}
|
|
95
|
+
/**
|
|
96
|
+
* Describes the message raystack.optimus.core.v1beta1.AddJobSpecificationsRequest.
|
|
97
|
+
* Use `create(AddJobSpecificationsRequestSchema)` to create a new message.
|
|
98
|
+
*/
|
|
99
|
+
export const AddJobSpecificationsRequestSchema: GenMessage<AddJobSpecificationsRequest> = /*@__PURE__*/
|
|
100
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 2);
|
|
181
101
|
|
|
182
102
|
/**
|
|
183
103
|
* @generated from message raystack.optimus.core.v1beta1.AddJobSpecificationsResponse
|
|
184
104
|
*/
|
|
185
|
-
export
|
|
105
|
+
export type AddJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.AddJobSpecificationsResponse"> & {
|
|
186
106
|
/**
|
|
187
107
|
* @generated from field: string log = 2;
|
|
188
108
|
*/
|
|
189
|
-
log
|
|
190
|
-
|
|
191
|
-
constructor(data?: PartialMessage<AddJobSpecificationsResponse>) {
|
|
192
|
-
super();
|
|
193
|
-
proto3.util.initPartial(data, this);
|
|
194
|
-
}
|
|
195
|
-
|
|
196
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
197
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.AddJobSpecificationsResponse";
|
|
198
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
199
|
-
{ no: 2, name: "log", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
200
|
-
]);
|
|
201
|
-
|
|
202
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): AddJobSpecificationsResponse {
|
|
203
|
-
return new AddJobSpecificationsResponse().fromBinary(bytes, options);
|
|
204
|
-
}
|
|
109
|
+
log: string;
|
|
110
|
+
};
|
|
205
111
|
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
}
|
|
213
|
-
|
|
214
|
-
static equals(a: AddJobSpecificationsResponse | PlainMessage<AddJobSpecificationsResponse> | undefined, b: AddJobSpecificationsResponse | PlainMessage<AddJobSpecificationsResponse> | undefined): boolean {
|
|
215
|
-
return proto3.util.equals(AddJobSpecificationsResponse, a, b);
|
|
216
|
-
}
|
|
217
|
-
}
|
|
112
|
+
/**
|
|
113
|
+
* Describes the message raystack.optimus.core.v1beta1.AddJobSpecificationsResponse.
|
|
114
|
+
* Use `create(AddJobSpecificationsResponseSchema)` to create a new message.
|
|
115
|
+
*/
|
|
116
|
+
export const AddJobSpecificationsResponseSchema: GenMessage<AddJobSpecificationsResponse> = /*@__PURE__*/
|
|
117
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 3);
|
|
218
118
|
|
|
219
119
|
/**
|
|
220
120
|
* @generated from message raystack.optimus.core.v1beta1.UpdateJobSpecificationsRequest
|
|
221
121
|
*/
|
|
222
|
-
export
|
|
122
|
+
export type UpdateJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.UpdateJobSpecificationsRequest"> & {
|
|
223
123
|
/**
|
|
224
124
|
* @generated from field: string project_name = 1;
|
|
225
125
|
*/
|
|
226
|
-
projectName
|
|
126
|
+
projectName: string;
|
|
227
127
|
|
|
228
128
|
/**
|
|
229
129
|
* @generated from field: string namespace_name = 2;
|
|
230
130
|
*/
|
|
231
|
-
namespaceName
|
|
131
|
+
namespaceName: string;
|
|
232
132
|
|
|
233
133
|
/**
|
|
234
134
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification specs = 3;
|
|
235
135
|
*/
|
|
236
|
-
specs: JobSpecification[]
|
|
237
|
-
|
|
238
|
-
constructor(data?: PartialMessage<UpdateJobSpecificationsRequest>) {
|
|
239
|
-
super();
|
|
240
|
-
proto3.util.initPartial(data, this);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
244
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.UpdateJobSpecificationsRequest";
|
|
245
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
246
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
247
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
248
|
-
{ no: 3, name: "specs", kind: "message", T: JobSpecification, repeated: true },
|
|
249
|
-
]);
|
|
250
|
-
|
|
251
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateJobSpecificationsRequest {
|
|
252
|
-
return new UpdateJobSpecificationsRequest().fromBinary(bytes, options);
|
|
253
|
-
}
|
|
136
|
+
specs: JobSpecification[];
|
|
137
|
+
};
|
|
254
138
|
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
}
|
|
262
|
-
|
|
263
|
-
static equals(a: UpdateJobSpecificationsRequest | PlainMessage<UpdateJobSpecificationsRequest> | undefined, b: UpdateJobSpecificationsRequest | PlainMessage<UpdateJobSpecificationsRequest> | undefined): boolean {
|
|
264
|
-
return proto3.util.equals(UpdateJobSpecificationsRequest, a, b);
|
|
265
|
-
}
|
|
266
|
-
}
|
|
139
|
+
/**
|
|
140
|
+
* Describes the message raystack.optimus.core.v1beta1.UpdateJobSpecificationsRequest.
|
|
141
|
+
* Use `create(UpdateJobSpecificationsRequestSchema)` to create a new message.
|
|
142
|
+
*/
|
|
143
|
+
export const UpdateJobSpecificationsRequestSchema: GenMessage<UpdateJobSpecificationsRequest> = /*@__PURE__*/
|
|
144
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 4);
|
|
267
145
|
|
|
268
146
|
/**
|
|
269
147
|
* @generated from message raystack.optimus.core.v1beta1.UpdateJobSpecificationsResponse
|
|
270
148
|
*/
|
|
271
|
-
export
|
|
149
|
+
export type UpdateJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.UpdateJobSpecificationsResponse"> & {
|
|
272
150
|
/**
|
|
273
151
|
* @generated from field: string log = 1;
|
|
274
152
|
*/
|
|
275
|
-
log
|
|
276
|
-
|
|
277
|
-
constructor(data?: PartialMessage<UpdateJobSpecificationsResponse>) {
|
|
278
|
-
super();
|
|
279
|
-
proto3.util.initPartial(data, this);
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
283
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.UpdateJobSpecificationsResponse";
|
|
284
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
285
|
-
{ no: 1, name: "log", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
286
|
-
]);
|
|
287
|
-
|
|
288
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateJobSpecificationsResponse {
|
|
289
|
-
return new UpdateJobSpecificationsResponse().fromBinary(bytes, options);
|
|
290
|
-
}
|
|
153
|
+
log: string;
|
|
154
|
+
};
|
|
291
155
|
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
static equals(a: UpdateJobSpecificationsResponse | PlainMessage<UpdateJobSpecificationsResponse> | undefined, b: UpdateJobSpecificationsResponse | PlainMessage<UpdateJobSpecificationsResponse> | undefined): boolean {
|
|
301
|
-
return proto3.util.equals(UpdateJobSpecificationsResponse, a, b);
|
|
302
|
-
}
|
|
303
|
-
}
|
|
156
|
+
/**
|
|
157
|
+
* Describes the message raystack.optimus.core.v1beta1.UpdateJobSpecificationsResponse.
|
|
158
|
+
* Use `create(UpdateJobSpecificationsResponseSchema)` to create a new message.
|
|
159
|
+
*/
|
|
160
|
+
export const UpdateJobSpecificationsResponseSchema: GenMessage<UpdateJobSpecificationsResponse> = /*@__PURE__*/
|
|
161
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 5);
|
|
304
162
|
|
|
305
163
|
/**
|
|
306
164
|
* @generated from message raystack.optimus.core.v1beta1.JobInspectRequest
|
|
307
165
|
*/
|
|
308
|
-
export
|
|
166
|
+
export type JobInspectRequest = Message<"raystack.optimus.core.v1beta1.JobInspectRequest"> & {
|
|
309
167
|
/**
|
|
310
168
|
* @generated from field: string project_name = 1;
|
|
311
169
|
*/
|
|
312
|
-
projectName
|
|
170
|
+
projectName: string;
|
|
313
171
|
|
|
314
172
|
/**
|
|
315
173
|
* @generated from field: string namespace_name = 2;
|
|
316
174
|
*/
|
|
317
|
-
namespaceName
|
|
175
|
+
namespaceName: string;
|
|
318
176
|
|
|
319
177
|
/**
|
|
320
178
|
* @generated from field: string job_name = 3;
|
|
321
179
|
*/
|
|
322
|
-
jobName
|
|
180
|
+
jobName: string;
|
|
323
181
|
|
|
324
182
|
/**
|
|
325
183
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecification spec = 4;
|
|
@@ -330,86 +188,41 @@ export class JobInspectRequest extends Message<JobInspectRequest> {
|
|
|
330
188
|
* @generated from field: google.protobuf.Timestamp scheduled_at = 5;
|
|
331
189
|
*/
|
|
332
190
|
scheduledAt?: Timestamp;
|
|
191
|
+
};
|
|
333
192
|
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobInspectRequest";
|
|
341
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
342
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
343
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
344
|
-
{ no: 3, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
345
|
-
{ no: 4, name: "spec", kind: "message", T: JobSpecification },
|
|
346
|
-
{ no: 5, name: "scheduled_at", kind: "message", T: Timestamp },
|
|
347
|
-
]);
|
|
348
|
-
|
|
349
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInspectRequest {
|
|
350
|
-
return new JobInspectRequest().fromBinary(bytes, options);
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInspectRequest {
|
|
354
|
-
return new JobInspectRequest().fromJson(jsonValue, options);
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInspectRequest {
|
|
358
|
-
return new JobInspectRequest().fromJsonString(jsonString, options);
|
|
359
|
-
}
|
|
360
|
-
|
|
361
|
-
static equals(a: JobInspectRequest | PlainMessage<JobInspectRequest> | undefined, b: JobInspectRequest | PlainMessage<JobInspectRequest> | undefined): boolean {
|
|
362
|
-
return proto3.util.equals(JobInspectRequest, a, b);
|
|
363
|
-
}
|
|
364
|
-
}
|
|
193
|
+
/**
|
|
194
|
+
* Describes the message raystack.optimus.core.v1beta1.JobInspectRequest.
|
|
195
|
+
* Use `create(JobInspectRequestSchema)` to create a new message.
|
|
196
|
+
*/
|
|
197
|
+
export const JobInspectRequestSchema: GenMessage<JobInspectRequest> = /*@__PURE__*/
|
|
198
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 6);
|
|
365
199
|
|
|
366
200
|
/**
|
|
367
201
|
* @generated from message raystack.optimus.core.v1beta1.JobRun
|
|
368
202
|
*/
|
|
369
|
-
export
|
|
203
|
+
export type JobRun = Message<"raystack.optimus.core.v1beta1.JobRun"> & {
|
|
370
204
|
/**
|
|
371
205
|
* @generated from field: string state = 1;
|
|
372
206
|
*/
|
|
373
|
-
state
|
|
207
|
+
state: string;
|
|
374
208
|
|
|
375
209
|
/**
|
|
376
210
|
* @generated from field: google.protobuf.Timestamp scheduled_at = 2;
|
|
377
211
|
*/
|
|
378
212
|
scheduledAt?: Timestamp;
|
|
213
|
+
};
|
|
379
214
|
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobRun";
|
|
387
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
388
|
-
{ no: 1, name: "state", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
389
|
-
{ no: 2, name: "scheduled_at", kind: "message", T: Timestamp },
|
|
390
|
-
]);
|
|
391
|
-
|
|
392
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobRun {
|
|
393
|
-
return new JobRun().fromBinary(bytes, options);
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobRun {
|
|
397
|
-
return new JobRun().fromJson(jsonValue, options);
|
|
398
|
-
}
|
|
399
|
-
|
|
400
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobRun {
|
|
401
|
-
return new JobRun().fromJsonString(jsonString, options);
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
static equals(a: JobRun | PlainMessage<JobRun> | undefined, b: JobRun | PlainMessage<JobRun> | undefined): boolean {
|
|
405
|
-
return proto3.util.equals(JobRun, a, b);
|
|
406
|
-
}
|
|
407
|
-
}
|
|
215
|
+
/**
|
|
216
|
+
* Describes the message raystack.optimus.core.v1beta1.JobRun.
|
|
217
|
+
* Use `create(JobRunSchema)` to create a new message.
|
|
218
|
+
*/
|
|
219
|
+
export const JobRunSchema: GenMessage<JobRun> = /*@__PURE__*/
|
|
220
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 7);
|
|
408
221
|
|
|
409
222
|
/**
|
|
410
223
|
* @generated from message raystack.optimus.core.v1beta1.JobInspectResponse
|
|
411
224
|
*/
|
|
412
|
-
export
|
|
225
|
+
export type JobInspectResponse = Message<"raystack.optimus.core.v1beta1.JobInspectResponse"> & {
|
|
413
226
|
/**
|
|
414
227
|
* @generated from field: raystack.optimus.core.v1beta1.JobInspectResponse.BasicInfoSection basic_info = 1;
|
|
415
228
|
*/
|
|
@@ -424,41 +237,19 @@ export class JobInspectResponse extends Message<JobInspectResponse> {
|
|
|
424
237
|
* @generated from field: raystack.optimus.core.v1beta1.JobInspectResponse.DownstreamSection downstreams = 3;
|
|
425
238
|
*/
|
|
426
239
|
downstreams?: JobInspectResponse_DownstreamSection;
|
|
240
|
+
};
|
|
427
241
|
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobInspectResponse";
|
|
435
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
436
|
-
{ no: 1, name: "basic_info", kind: "message", T: JobInspectResponse_BasicInfoSection },
|
|
437
|
-
{ no: 2, name: "upstreams", kind: "message", T: JobInspectResponse_UpstreamSection },
|
|
438
|
-
{ no: 3, name: "downstreams", kind: "message", T: JobInspectResponse_DownstreamSection },
|
|
439
|
-
]);
|
|
440
|
-
|
|
441
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInspectResponse {
|
|
442
|
-
return new JobInspectResponse().fromBinary(bytes, options);
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInspectResponse {
|
|
446
|
-
return new JobInspectResponse().fromJson(jsonValue, options);
|
|
447
|
-
}
|
|
448
|
-
|
|
449
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInspectResponse {
|
|
450
|
-
return new JobInspectResponse().fromJsonString(jsonString, options);
|
|
451
|
-
}
|
|
452
|
-
|
|
453
|
-
static equals(a: JobInspectResponse | PlainMessage<JobInspectResponse> | undefined, b: JobInspectResponse | PlainMessage<JobInspectResponse> | undefined): boolean {
|
|
454
|
-
return proto3.util.equals(JobInspectResponse, a, b);
|
|
455
|
-
}
|
|
456
|
-
}
|
|
242
|
+
/**
|
|
243
|
+
* Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.
|
|
244
|
+
* Use `create(JobInspectResponseSchema)` to create a new message.
|
|
245
|
+
*/
|
|
246
|
+
export const JobInspectResponseSchema: GenMessage<JobInspectResponse> = /*@__PURE__*/
|
|
247
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 8);
|
|
457
248
|
|
|
458
249
|
/**
|
|
459
250
|
* @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.BasicInfoSection
|
|
460
251
|
*/
|
|
461
|
-
export
|
|
252
|
+
export type JobInspectResponse_BasicInfoSection = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.BasicInfoSection"> & {
|
|
462
253
|
/**
|
|
463
254
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecification job = 1;
|
|
464
255
|
*/
|
|
@@ -467,725 +258,398 @@ export class JobInspectResponse_BasicInfoSection extends Message<JobInspectRespo
|
|
|
467
258
|
/**
|
|
468
259
|
* @generated from field: repeated string source = 2;
|
|
469
260
|
*/
|
|
470
|
-
source: string[]
|
|
261
|
+
source: string[];
|
|
471
262
|
|
|
472
263
|
/**
|
|
473
264
|
* @generated from field: string destination = 3;
|
|
474
265
|
*/
|
|
475
|
-
destination
|
|
266
|
+
destination: string;
|
|
476
267
|
|
|
477
268
|
/**
|
|
478
269
|
* @generated from field: repeated raystack.optimus.core.v1beta1.Log notice = 4;
|
|
479
270
|
*/
|
|
480
|
-
notice: Log[]
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
490
|
-
{ no: 1, name: "job", kind: "message", T: JobSpecification },
|
|
491
|
-
{ no: 2, name: "source", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
492
|
-
{ no: 3, name: "destination", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
493
|
-
{ no: 4, name: "notice", kind: "message", T: Log, repeated: true },
|
|
494
|
-
]);
|
|
495
|
-
|
|
496
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInspectResponse_BasicInfoSection {
|
|
497
|
-
return new JobInspectResponse_BasicInfoSection().fromBinary(bytes, options);
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInspectResponse_BasicInfoSection {
|
|
501
|
-
return new JobInspectResponse_BasicInfoSection().fromJson(jsonValue, options);
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInspectResponse_BasicInfoSection {
|
|
505
|
-
return new JobInspectResponse_BasicInfoSection().fromJsonString(jsonString, options);
|
|
506
|
-
}
|
|
507
|
-
|
|
508
|
-
static equals(a: JobInspectResponse_BasicInfoSection | PlainMessage<JobInspectResponse_BasicInfoSection> | undefined, b: JobInspectResponse_BasicInfoSection | PlainMessage<JobInspectResponse_BasicInfoSection> | undefined): boolean {
|
|
509
|
-
return proto3.util.equals(JobInspectResponse_BasicInfoSection, a, b);
|
|
510
|
-
}
|
|
511
|
-
}
|
|
271
|
+
notice: Log[];
|
|
272
|
+
};
|
|
273
|
+
|
|
274
|
+
/**
|
|
275
|
+
* Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.BasicInfoSection.
|
|
276
|
+
* Use `create(JobInspectResponse_BasicInfoSectionSchema)` to create a new message.
|
|
277
|
+
*/
|
|
278
|
+
export const JobInspectResponse_BasicInfoSectionSchema: GenMessage<JobInspectResponse_BasicInfoSection> = /*@__PURE__*/
|
|
279
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 8, 0);
|
|
512
280
|
|
|
513
281
|
/**
|
|
514
282
|
* @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency
|
|
515
283
|
*/
|
|
516
|
-
export
|
|
284
|
+
export type JobInspectResponse_JobDependency = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency"> & {
|
|
517
285
|
/**
|
|
518
286
|
* @generated from field: string name = 1;
|
|
519
287
|
*/
|
|
520
|
-
name
|
|
288
|
+
name: string;
|
|
521
289
|
|
|
522
290
|
/**
|
|
523
291
|
* @generated from field: string host = 2;
|
|
524
292
|
*/
|
|
525
|
-
host
|
|
293
|
+
host: string;
|
|
526
294
|
|
|
527
295
|
/**
|
|
528
296
|
* @generated from field: string project_name = 3;
|
|
529
297
|
*/
|
|
530
|
-
projectName
|
|
298
|
+
projectName: string;
|
|
531
299
|
|
|
532
300
|
/**
|
|
533
301
|
* @generated from field: string namespace_name = 4;
|
|
534
302
|
*/
|
|
535
|
-
namespaceName
|
|
303
|
+
namespaceName: string;
|
|
536
304
|
|
|
537
305
|
/**
|
|
538
306
|
* @generated from field: string task_name = 5;
|
|
539
307
|
*/
|
|
540
|
-
taskName
|
|
308
|
+
taskName: string;
|
|
541
309
|
|
|
542
310
|
/**
|
|
543
311
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobRun runs = 6;
|
|
544
312
|
*/
|
|
545
|
-
runs: JobRun[]
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
555
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
556
|
-
{ no: 2, name: "host", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
557
|
-
{ no: 3, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
558
|
-
{ no: 4, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
559
|
-
{ no: 5, name: "task_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
560
|
-
{ no: 6, name: "runs", kind: "message", T: JobRun, repeated: true },
|
|
561
|
-
]);
|
|
562
|
-
|
|
563
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInspectResponse_JobDependency {
|
|
564
|
-
return new JobInspectResponse_JobDependency().fromBinary(bytes, options);
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInspectResponse_JobDependency {
|
|
568
|
-
return new JobInspectResponse_JobDependency().fromJson(jsonValue, options);
|
|
569
|
-
}
|
|
570
|
-
|
|
571
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInspectResponse_JobDependency {
|
|
572
|
-
return new JobInspectResponse_JobDependency().fromJsonString(jsonString, options);
|
|
573
|
-
}
|
|
574
|
-
|
|
575
|
-
static equals(a: JobInspectResponse_JobDependency | PlainMessage<JobInspectResponse_JobDependency> | undefined, b: JobInspectResponse_JobDependency | PlainMessage<JobInspectResponse_JobDependency> | undefined): boolean {
|
|
576
|
-
return proto3.util.equals(JobInspectResponse_JobDependency, a, b);
|
|
577
|
-
}
|
|
578
|
-
}
|
|
313
|
+
runs: JobRun[];
|
|
314
|
+
};
|
|
315
|
+
|
|
316
|
+
/**
|
|
317
|
+
* Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency.
|
|
318
|
+
* Use `create(JobInspectResponse_JobDependencySchema)` to create a new message.
|
|
319
|
+
*/
|
|
320
|
+
export const JobInspectResponse_JobDependencySchema: GenMessage<JobInspectResponse_JobDependency> = /*@__PURE__*/
|
|
321
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 8, 1);
|
|
579
322
|
|
|
580
323
|
/**
|
|
581
324
|
* @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection
|
|
582
325
|
*/
|
|
583
|
-
export
|
|
326
|
+
export type JobInspectResponse_UpstreamSection = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection"> & {
|
|
584
327
|
/**
|
|
585
328
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency external_dependency = 1;
|
|
586
329
|
*/
|
|
587
|
-
externalDependency: JobInspectResponse_JobDependency[]
|
|
330
|
+
externalDependency: JobInspectResponse_JobDependency[];
|
|
588
331
|
|
|
589
332
|
/**
|
|
590
333
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency internal_dependency = 2;
|
|
591
334
|
*/
|
|
592
|
-
internalDependency: JobInspectResponse_JobDependency[]
|
|
335
|
+
internalDependency: JobInspectResponse_JobDependency[];
|
|
593
336
|
|
|
594
337
|
/**
|
|
595
338
|
* @generated from field: repeated raystack.optimus.core.v1beta1.HttpDependency http_dependency = 3;
|
|
596
339
|
*/
|
|
597
|
-
httpDependency: HttpDependency[]
|
|
340
|
+
httpDependency: HttpDependency[];
|
|
598
341
|
|
|
599
342
|
/**
|
|
600
343
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.UnknownDependencies unknown_dependencies = 4;
|
|
601
344
|
*/
|
|
602
|
-
unknownDependencies: JobInspectResponse_UpstreamSection_UnknownDependencies[]
|
|
345
|
+
unknownDependencies: JobInspectResponse_UpstreamSection_UnknownDependencies[];
|
|
603
346
|
|
|
604
347
|
/**
|
|
605
348
|
* @generated from field: repeated raystack.optimus.core.v1beta1.Log notice = 5;
|
|
606
349
|
*/
|
|
607
|
-
notice: Log[]
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
617
|
-
{ no: 1, name: "external_dependency", kind: "message", T: JobInspectResponse_JobDependency, repeated: true },
|
|
618
|
-
{ no: 2, name: "internal_dependency", kind: "message", T: JobInspectResponse_JobDependency, repeated: true },
|
|
619
|
-
{ no: 3, name: "http_dependency", kind: "message", T: HttpDependency, repeated: true },
|
|
620
|
-
{ no: 4, name: "unknown_dependencies", kind: "message", T: JobInspectResponse_UpstreamSection_UnknownDependencies, repeated: true },
|
|
621
|
-
{ no: 5, name: "notice", kind: "message", T: Log, repeated: true },
|
|
622
|
-
]);
|
|
623
|
-
|
|
624
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInspectResponse_UpstreamSection {
|
|
625
|
-
return new JobInspectResponse_UpstreamSection().fromBinary(bytes, options);
|
|
626
|
-
}
|
|
627
|
-
|
|
628
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInspectResponse_UpstreamSection {
|
|
629
|
-
return new JobInspectResponse_UpstreamSection().fromJson(jsonValue, options);
|
|
630
|
-
}
|
|
631
|
-
|
|
632
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInspectResponse_UpstreamSection {
|
|
633
|
-
return new JobInspectResponse_UpstreamSection().fromJsonString(jsonString, options);
|
|
634
|
-
}
|
|
635
|
-
|
|
636
|
-
static equals(a: JobInspectResponse_UpstreamSection | PlainMessage<JobInspectResponse_UpstreamSection> | undefined, b: JobInspectResponse_UpstreamSection | PlainMessage<JobInspectResponse_UpstreamSection> | undefined): boolean {
|
|
637
|
-
return proto3.util.equals(JobInspectResponse_UpstreamSection, a, b);
|
|
638
|
-
}
|
|
639
|
-
}
|
|
350
|
+
notice: Log[];
|
|
351
|
+
};
|
|
352
|
+
|
|
353
|
+
/**
|
|
354
|
+
* Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.
|
|
355
|
+
* Use `create(JobInspectResponse_UpstreamSectionSchema)` to create a new message.
|
|
356
|
+
*/
|
|
357
|
+
export const JobInspectResponse_UpstreamSectionSchema: GenMessage<JobInspectResponse_UpstreamSection> = /*@__PURE__*/
|
|
358
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 8, 2);
|
|
640
359
|
|
|
641
360
|
/**
|
|
642
361
|
* @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.UnknownDependencies
|
|
643
362
|
*/
|
|
644
|
-
export
|
|
363
|
+
export type JobInspectResponse_UpstreamSection_UnknownDependencies = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.UnknownDependencies"> & {
|
|
645
364
|
/**
|
|
646
365
|
* @generated from field: string job_name = 1;
|
|
647
366
|
*/
|
|
648
|
-
jobName
|
|
367
|
+
jobName: string;
|
|
649
368
|
|
|
650
369
|
/**
|
|
651
370
|
* @generated from field: string project_name = 2;
|
|
652
371
|
*/
|
|
653
|
-
projectName
|
|
372
|
+
projectName: string;
|
|
654
373
|
|
|
655
374
|
/**
|
|
656
375
|
* @generated from field: string resource_destination = 3;
|
|
657
376
|
*/
|
|
658
|
-
resourceDestination
|
|
659
|
-
|
|
660
|
-
constructor(data?: PartialMessage<JobInspectResponse_UpstreamSection_UnknownDependencies>) {
|
|
661
|
-
super();
|
|
662
|
-
proto3.util.initPartial(data, this);
|
|
663
|
-
}
|
|
664
|
-
|
|
665
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
666
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.UnknownDependencies";
|
|
667
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
668
|
-
{ no: 1, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
669
|
-
{ no: 2, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
670
|
-
{ no: 3, name: "resource_destination", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
671
|
-
]);
|
|
672
|
-
|
|
673
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInspectResponse_UpstreamSection_UnknownDependencies {
|
|
674
|
-
return new JobInspectResponse_UpstreamSection_UnknownDependencies().fromBinary(bytes, options);
|
|
675
|
-
}
|
|
676
|
-
|
|
677
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInspectResponse_UpstreamSection_UnknownDependencies {
|
|
678
|
-
return new JobInspectResponse_UpstreamSection_UnknownDependencies().fromJson(jsonValue, options);
|
|
679
|
-
}
|
|
680
|
-
|
|
681
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobInspectResponse_UpstreamSection_UnknownDependencies {
|
|
682
|
-
return new JobInspectResponse_UpstreamSection_UnknownDependencies().fromJsonString(jsonString, options);
|
|
683
|
-
}
|
|
377
|
+
resourceDestination: string;
|
|
378
|
+
};
|
|
684
379
|
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
380
|
+
/**
|
|
381
|
+
* Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.UpstreamSection.UnknownDependencies.
|
|
382
|
+
* Use `create(JobInspectResponse_UpstreamSection_UnknownDependenciesSchema)` to create a new message.
|
|
383
|
+
*/
|
|
384
|
+
export const JobInspectResponse_UpstreamSection_UnknownDependenciesSchema: GenMessage<JobInspectResponse_UpstreamSection_UnknownDependencies> = /*@__PURE__*/
|
|
385
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 8, 2, 0);
|
|
689
386
|
|
|
690
387
|
/**
|
|
691
388
|
* @generated from message raystack.optimus.core.v1beta1.JobInspectResponse.DownstreamSection
|
|
692
389
|
*/
|
|
693
|
-
export
|
|
390
|
+
export type JobInspectResponse_DownstreamSection = Message<"raystack.optimus.core.v1beta1.JobInspectResponse.DownstreamSection"> & {
|
|
694
391
|
/**
|
|
695
392
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobInspectResponse.JobDependency downstream_jobs = 1;
|
|
696
393
|
*/
|
|
697
|
-
downstreamJobs: JobInspectResponse_JobDependency[]
|
|
394
|
+
downstreamJobs: JobInspectResponse_JobDependency[];
|
|
698
395
|
|
|
699
396
|
/**
|
|
700
397
|
* @generated from field: repeated raystack.optimus.core.v1beta1.Log notice = 2;
|
|
701
398
|
*/
|
|
702
|
-
notice: Log[]
|
|
703
|
-
|
|
704
|
-
constructor(data?: PartialMessage<JobInspectResponse_DownstreamSection>) {
|
|
705
|
-
super();
|
|
706
|
-
proto3.util.initPartial(data, this);
|
|
707
|
-
}
|
|
708
|
-
|
|
709
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
710
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobInspectResponse.DownstreamSection";
|
|
711
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
712
|
-
{ no: 1, name: "downstream_jobs", kind: "message", T: JobInspectResponse_JobDependency, repeated: true },
|
|
713
|
-
{ no: 2, name: "notice", kind: "message", T: Log, repeated: true },
|
|
714
|
-
]);
|
|
715
|
-
|
|
716
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobInspectResponse_DownstreamSection {
|
|
717
|
-
return new JobInspectResponse_DownstreamSection().fromBinary(bytes, options);
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobInspectResponse_DownstreamSection {
|
|
721
|
-
return new JobInspectResponse_DownstreamSection().fromJson(jsonValue, options);
|
|
722
|
-
}
|
|
399
|
+
notice: Log[];
|
|
400
|
+
};
|
|
723
401
|
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
}
|
|
731
|
-
}
|
|
402
|
+
/**
|
|
403
|
+
* Describes the message raystack.optimus.core.v1beta1.JobInspectResponse.DownstreamSection.
|
|
404
|
+
* Use `create(JobInspectResponse_DownstreamSectionSchema)` to create a new message.
|
|
405
|
+
*/
|
|
406
|
+
export const JobInspectResponse_DownstreamSectionSchema: GenMessage<JobInspectResponse_DownstreamSection> = /*@__PURE__*/
|
|
407
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 8, 3);
|
|
732
408
|
|
|
733
409
|
/**
|
|
734
410
|
* @generated from message raystack.optimus.core.v1beta1.CreateJobSpecificationRequest
|
|
735
411
|
*/
|
|
736
|
-
export
|
|
412
|
+
export type CreateJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.CreateJobSpecificationRequest"> & {
|
|
737
413
|
/**
|
|
738
414
|
* @generated from field: string project_name = 1;
|
|
739
415
|
*/
|
|
740
|
-
projectName
|
|
416
|
+
projectName: string;
|
|
741
417
|
|
|
742
418
|
/**
|
|
743
419
|
* @generated from field: string namespace_name = 2;
|
|
744
420
|
*/
|
|
745
|
-
namespaceName
|
|
421
|
+
namespaceName: string;
|
|
746
422
|
|
|
747
423
|
/**
|
|
748
424
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecification spec = 3;
|
|
749
425
|
*/
|
|
750
426
|
spec?: JobSpecification;
|
|
427
|
+
};
|
|
751
428
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.CreateJobSpecificationRequest";
|
|
759
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
760
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
761
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
762
|
-
{ no: 3, name: "spec", kind: "message", T: JobSpecification },
|
|
763
|
-
]);
|
|
764
|
-
|
|
765
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateJobSpecificationRequest {
|
|
766
|
-
return new CreateJobSpecificationRequest().fromBinary(bytes, options);
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateJobSpecificationRequest {
|
|
770
|
-
return new CreateJobSpecificationRequest().fromJson(jsonValue, options);
|
|
771
|
-
}
|
|
772
|
-
|
|
773
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateJobSpecificationRequest {
|
|
774
|
-
return new CreateJobSpecificationRequest().fromJsonString(jsonString, options);
|
|
775
|
-
}
|
|
776
|
-
|
|
777
|
-
static equals(a: CreateJobSpecificationRequest | PlainMessage<CreateJobSpecificationRequest> | undefined, b: CreateJobSpecificationRequest | PlainMessage<CreateJobSpecificationRequest> | undefined): boolean {
|
|
778
|
-
return proto3.util.equals(CreateJobSpecificationRequest, a, b);
|
|
779
|
-
}
|
|
780
|
-
}
|
|
429
|
+
/**
|
|
430
|
+
* Describes the message raystack.optimus.core.v1beta1.CreateJobSpecificationRequest.
|
|
431
|
+
* Use `create(CreateJobSpecificationRequestSchema)` to create a new message.
|
|
432
|
+
*/
|
|
433
|
+
export const CreateJobSpecificationRequestSchema: GenMessage<CreateJobSpecificationRequest> = /*@__PURE__*/
|
|
434
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 9);
|
|
781
435
|
|
|
782
436
|
/**
|
|
783
437
|
* @generated from message raystack.optimus.core.v1beta1.CreateJobSpecificationResponse
|
|
784
438
|
*/
|
|
785
|
-
export
|
|
439
|
+
export type CreateJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.CreateJobSpecificationResponse"> & {
|
|
786
440
|
/**
|
|
787
441
|
* @generated from field: bool success = 1;
|
|
788
442
|
*/
|
|
789
|
-
success
|
|
443
|
+
success: boolean;
|
|
790
444
|
|
|
791
445
|
/**
|
|
792
446
|
* @generated from field: string message = 2;
|
|
793
447
|
*/
|
|
794
|
-
message
|
|
795
|
-
|
|
796
|
-
constructor(data?: PartialMessage<CreateJobSpecificationResponse>) {
|
|
797
|
-
super();
|
|
798
|
-
proto3.util.initPartial(data, this);
|
|
799
|
-
}
|
|
448
|
+
message: string;
|
|
449
|
+
};
|
|
800
450
|
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateJobSpecificationResponse {
|
|
809
|
-
return new CreateJobSpecificationResponse().fromBinary(bytes, options);
|
|
810
|
-
}
|
|
811
|
-
|
|
812
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateJobSpecificationResponse {
|
|
813
|
-
return new CreateJobSpecificationResponse().fromJson(jsonValue, options);
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateJobSpecificationResponse {
|
|
817
|
-
return new CreateJobSpecificationResponse().fromJsonString(jsonString, options);
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
static equals(a: CreateJobSpecificationResponse | PlainMessage<CreateJobSpecificationResponse> | undefined, b: CreateJobSpecificationResponse | PlainMessage<CreateJobSpecificationResponse> | undefined): boolean {
|
|
821
|
-
return proto3.util.equals(CreateJobSpecificationResponse, a, b);
|
|
822
|
-
}
|
|
823
|
-
}
|
|
451
|
+
/**
|
|
452
|
+
* Describes the message raystack.optimus.core.v1beta1.CreateJobSpecificationResponse.
|
|
453
|
+
* Use `create(CreateJobSpecificationResponseSchema)` to create a new message.
|
|
454
|
+
*/
|
|
455
|
+
export const CreateJobSpecificationResponseSchema: GenMessage<CreateJobSpecificationResponse> = /*@__PURE__*/
|
|
456
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 10);
|
|
824
457
|
|
|
825
458
|
/**
|
|
826
459
|
* @generated from message raystack.optimus.core.v1beta1.GetJobSpecificationRequest
|
|
827
460
|
*/
|
|
828
|
-
export
|
|
461
|
+
export type GetJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.GetJobSpecificationRequest"> & {
|
|
829
462
|
/**
|
|
830
463
|
* @generated from field: string project_name = 1;
|
|
831
464
|
*/
|
|
832
|
-
projectName
|
|
465
|
+
projectName: string;
|
|
833
466
|
|
|
834
467
|
/**
|
|
835
468
|
* @generated from field: string namespace_name = 2;
|
|
836
469
|
*/
|
|
837
|
-
namespaceName
|
|
470
|
+
namespaceName: string;
|
|
838
471
|
|
|
839
472
|
/**
|
|
840
473
|
* @generated from field: string job_name = 3;
|
|
841
474
|
*/
|
|
842
|
-
jobName
|
|
843
|
-
|
|
844
|
-
constructor(data?: PartialMessage<GetJobSpecificationRequest>) {
|
|
845
|
-
super();
|
|
846
|
-
proto3.util.initPartial(data, this);
|
|
847
|
-
}
|
|
475
|
+
jobName: string;
|
|
476
|
+
};
|
|
848
477
|
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
]);
|
|
856
|
-
|
|
857
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobSpecificationRequest {
|
|
858
|
-
return new GetJobSpecificationRequest().fromBinary(bytes, options);
|
|
859
|
-
}
|
|
860
|
-
|
|
861
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetJobSpecificationRequest {
|
|
862
|
-
return new GetJobSpecificationRequest().fromJson(jsonValue, options);
|
|
863
|
-
}
|
|
864
|
-
|
|
865
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetJobSpecificationRequest {
|
|
866
|
-
return new GetJobSpecificationRequest().fromJsonString(jsonString, options);
|
|
867
|
-
}
|
|
868
|
-
|
|
869
|
-
static equals(a: GetJobSpecificationRequest | PlainMessage<GetJobSpecificationRequest> | undefined, b: GetJobSpecificationRequest | PlainMessage<GetJobSpecificationRequest> | undefined): boolean {
|
|
870
|
-
return proto3.util.equals(GetJobSpecificationRequest, a, b);
|
|
871
|
-
}
|
|
872
|
-
}
|
|
478
|
+
/**
|
|
479
|
+
* Describes the message raystack.optimus.core.v1beta1.GetJobSpecificationRequest.
|
|
480
|
+
* Use `create(GetJobSpecificationRequestSchema)` to create a new message.
|
|
481
|
+
*/
|
|
482
|
+
export const GetJobSpecificationRequestSchema: GenMessage<GetJobSpecificationRequest> = /*@__PURE__*/
|
|
483
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 11);
|
|
873
484
|
|
|
874
485
|
/**
|
|
875
486
|
* @generated from message raystack.optimus.core.v1beta1.GetJobSpecificationResponse
|
|
876
487
|
*/
|
|
877
|
-
export
|
|
488
|
+
export type GetJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.GetJobSpecificationResponse"> & {
|
|
878
489
|
/**
|
|
879
490
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecification spec = 1;
|
|
880
491
|
*/
|
|
881
492
|
spec?: JobSpecification;
|
|
493
|
+
};
|
|
882
494
|
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.GetJobSpecificationResponse";
|
|
890
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
891
|
-
{ no: 1, name: "spec", kind: "message", T: JobSpecification },
|
|
892
|
-
]);
|
|
893
|
-
|
|
894
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobSpecificationResponse {
|
|
895
|
-
return new GetJobSpecificationResponse().fromBinary(bytes, options);
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetJobSpecificationResponse {
|
|
899
|
-
return new GetJobSpecificationResponse().fromJson(jsonValue, options);
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetJobSpecificationResponse {
|
|
903
|
-
return new GetJobSpecificationResponse().fromJsonString(jsonString, options);
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
static equals(a: GetJobSpecificationResponse | PlainMessage<GetJobSpecificationResponse> | undefined, b: GetJobSpecificationResponse | PlainMessage<GetJobSpecificationResponse> | undefined): boolean {
|
|
907
|
-
return proto3.util.equals(GetJobSpecificationResponse, a, b);
|
|
908
|
-
}
|
|
909
|
-
}
|
|
495
|
+
/**
|
|
496
|
+
* Describes the message raystack.optimus.core.v1beta1.GetJobSpecificationResponse.
|
|
497
|
+
* Use `create(GetJobSpecificationResponseSchema)` to create a new message.
|
|
498
|
+
*/
|
|
499
|
+
export const GetJobSpecificationResponseSchema: GenMessage<GetJobSpecificationResponse> = /*@__PURE__*/
|
|
500
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 12);
|
|
910
501
|
|
|
911
502
|
/**
|
|
912
503
|
* @generated from message raystack.optimus.core.v1beta1.DeleteJobSpecificationRequest
|
|
913
504
|
*/
|
|
914
|
-
export
|
|
505
|
+
export type DeleteJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.DeleteJobSpecificationRequest"> & {
|
|
915
506
|
/**
|
|
916
507
|
* @generated from field: string project_name = 1;
|
|
917
508
|
*/
|
|
918
|
-
projectName
|
|
509
|
+
projectName: string;
|
|
919
510
|
|
|
920
511
|
/**
|
|
921
512
|
* @generated from field: string namespace_name = 2;
|
|
922
513
|
*/
|
|
923
|
-
namespaceName
|
|
514
|
+
namespaceName: string;
|
|
924
515
|
|
|
925
516
|
/**
|
|
926
517
|
* @generated from field: string job_name = 3;
|
|
927
518
|
*/
|
|
928
|
-
jobName
|
|
519
|
+
jobName: string;
|
|
929
520
|
|
|
930
521
|
/**
|
|
931
522
|
* @generated from field: bool clean_history = 4;
|
|
932
523
|
*/
|
|
933
|
-
cleanHistory
|
|
524
|
+
cleanHistory: boolean;
|
|
934
525
|
|
|
935
526
|
/**
|
|
936
527
|
* @generated from field: bool force = 5;
|
|
937
528
|
*/
|
|
938
|
-
force
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
948
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
949
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
950
|
-
{ no: 3, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
951
|
-
{ no: 4, name: "clean_history", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
952
|
-
{ no: 5, name: "force", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
953
|
-
]);
|
|
954
|
-
|
|
955
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteJobSpecificationRequest {
|
|
956
|
-
return new DeleteJobSpecificationRequest().fromBinary(bytes, options);
|
|
957
|
-
}
|
|
958
|
-
|
|
959
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteJobSpecificationRequest {
|
|
960
|
-
return new DeleteJobSpecificationRequest().fromJson(jsonValue, options);
|
|
961
|
-
}
|
|
962
|
-
|
|
963
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteJobSpecificationRequest {
|
|
964
|
-
return new DeleteJobSpecificationRequest().fromJsonString(jsonString, options);
|
|
965
|
-
}
|
|
966
|
-
|
|
967
|
-
static equals(a: DeleteJobSpecificationRequest | PlainMessage<DeleteJobSpecificationRequest> | undefined, b: DeleteJobSpecificationRequest | PlainMessage<DeleteJobSpecificationRequest> | undefined): boolean {
|
|
968
|
-
return proto3.util.equals(DeleteJobSpecificationRequest, a, b);
|
|
969
|
-
}
|
|
970
|
-
}
|
|
529
|
+
force: boolean;
|
|
530
|
+
};
|
|
531
|
+
|
|
532
|
+
/**
|
|
533
|
+
* Describes the message raystack.optimus.core.v1beta1.DeleteJobSpecificationRequest.
|
|
534
|
+
* Use `create(DeleteJobSpecificationRequestSchema)` to create a new message.
|
|
535
|
+
*/
|
|
536
|
+
export const DeleteJobSpecificationRequestSchema: GenMessage<DeleteJobSpecificationRequest> = /*@__PURE__*/
|
|
537
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 13);
|
|
971
538
|
|
|
972
539
|
/**
|
|
973
540
|
* @generated from message raystack.optimus.core.v1beta1.DeleteJobSpecificationResponse
|
|
974
541
|
*/
|
|
975
|
-
export
|
|
542
|
+
export type DeleteJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.DeleteJobSpecificationResponse"> & {
|
|
976
543
|
/**
|
|
977
544
|
* @generated from field: bool success = 1;
|
|
978
545
|
*/
|
|
979
|
-
success
|
|
546
|
+
success: boolean;
|
|
980
547
|
|
|
981
548
|
/**
|
|
982
549
|
* @generated from field: string message = 2;
|
|
983
550
|
*/
|
|
984
|
-
message
|
|
985
|
-
|
|
986
|
-
constructor(data?: PartialMessage<DeleteJobSpecificationResponse>) {
|
|
987
|
-
super();
|
|
988
|
-
proto3.util.initPartial(data, this);
|
|
989
|
-
}
|
|
990
|
-
|
|
991
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
992
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.DeleteJobSpecificationResponse";
|
|
993
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
994
|
-
{ no: 1, name: "success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
995
|
-
{ no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
996
|
-
]);
|
|
997
|
-
|
|
998
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteJobSpecificationResponse {
|
|
999
|
-
return new DeleteJobSpecificationResponse().fromBinary(bytes, options);
|
|
1000
|
-
}
|
|
1001
|
-
|
|
1002
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteJobSpecificationResponse {
|
|
1003
|
-
return new DeleteJobSpecificationResponse().fromJson(jsonValue, options);
|
|
1004
|
-
}
|
|
551
|
+
message: string;
|
|
552
|
+
};
|
|
1005
553
|
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
}
|
|
1013
|
-
}
|
|
554
|
+
/**
|
|
555
|
+
* Describes the message raystack.optimus.core.v1beta1.DeleteJobSpecificationResponse.
|
|
556
|
+
* Use `create(DeleteJobSpecificationResponseSchema)` to create a new message.
|
|
557
|
+
*/
|
|
558
|
+
export const DeleteJobSpecificationResponseSchema: GenMessage<DeleteJobSpecificationResponse> = /*@__PURE__*/
|
|
559
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 14);
|
|
1014
560
|
|
|
1015
561
|
/**
|
|
1016
562
|
* @generated from message raystack.optimus.core.v1beta1.ChangeJobNamespaceRequest
|
|
1017
563
|
*/
|
|
1018
|
-
export
|
|
564
|
+
export type ChangeJobNamespaceRequest = Message<"raystack.optimus.core.v1beta1.ChangeJobNamespaceRequest"> & {
|
|
1019
565
|
/**
|
|
1020
566
|
* @generated from field: string project_name = 1;
|
|
1021
567
|
*/
|
|
1022
|
-
projectName
|
|
568
|
+
projectName: string;
|
|
1023
569
|
|
|
1024
570
|
/**
|
|
1025
571
|
* @generated from field: string namespace_name = 2;
|
|
1026
572
|
*/
|
|
1027
|
-
namespaceName
|
|
573
|
+
namespaceName: string;
|
|
1028
574
|
|
|
1029
575
|
/**
|
|
1030
576
|
* @generated from field: string job_name = 3;
|
|
1031
577
|
*/
|
|
1032
|
-
jobName
|
|
578
|
+
jobName: string;
|
|
1033
579
|
|
|
1034
580
|
/**
|
|
1035
581
|
* @generated from field: string new_namespace_name = 4;
|
|
1036
582
|
*/
|
|
1037
|
-
newNamespaceName
|
|
1038
|
-
|
|
1039
|
-
constructor(data?: PartialMessage<ChangeJobNamespaceRequest>) {
|
|
1040
|
-
super();
|
|
1041
|
-
proto3.util.initPartial(data, this);
|
|
1042
|
-
}
|
|
1043
|
-
|
|
1044
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1045
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ChangeJobNamespaceRequest";
|
|
1046
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1047
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1048
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1049
|
-
{ no: 3, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1050
|
-
{ no: 4, name: "new_namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1051
|
-
]);
|
|
1052
|
-
|
|
1053
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ChangeJobNamespaceRequest {
|
|
1054
|
-
return new ChangeJobNamespaceRequest().fromBinary(bytes, options);
|
|
1055
|
-
}
|
|
1056
|
-
|
|
1057
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ChangeJobNamespaceRequest {
|
|
1058
|
-
return new ChangeJobNamespaceRequest().fromJson(jsonValue, options);
|
|
1059
|
-
}
|
|
1060
|
-
|
|
1061
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ChangeJobNamespaceRequest {
|
|
1062
|
-
return new ChangeJobNamespaceRequest().fromJsonString(jsonString, options);
|
|
1063
|
-
}
|
|
1064
|
-
|
|
1065
|
-
static equals(a: ChangeJobNamespaceRequest | PlainMessage<ChangeJobNamespaceRequest> | undefined, b: ChangeJobNamespaceRequest | PlainMessage<ChangeJobNamespaceRequest> | undefined): boolean {
|
|
1066
|
-
return proto3.util.equals(ChangeJobNamespaceRequest, a, b);
|
|
1067
|
-
}
|
|
1068
|
-
}
|
|
583
|
+
newNamespaceName: string;
|
|
584
|
+
};
|
|
1069
585
|
|
|
1070
586
|
/**
|
|
1071
|
-
*
|
|
587
|
+
* Describes the message raystack.optimus.core.v1beta1.ChangeJobNamespaceRequest.
|
|
588
|
+
* Use `create(ChangeJobNamespaceRequestSchema)` to create a new message.
|
|
1072
589
|
*/
|
|
1073
|
-
export
|
|
1074
|
-
|
|
1075
|
-
super();
|
|
1076
|
-
proto3.util.initPartial(data, this);
|
|
1077
|
-
}
|
|
1078
|
-
|
|
1079
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1080
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ChangeJobNamespaceResponse";
|
|
1081
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1082
|
-
]);
|
|
1083
|
-
|
|
1084
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ChangeJobNamespaceResponse {
|
|
1085
|
-
return new ChangeJobNamespaceResponse().fromBinary(bytes, options);
|
|
1086
|
-
}
|
|
590
|
+
export const ChangeJobNamespaceRequestSchema: GenMessage<ChangeJobNamespaceRequest> = /*@__PURE__*/
|
|
591
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 15);
|
|
1087
592
|
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
return new ChangeJobNamespaceResponse().fromJsonString(jsonString, options);
|
|
1094
|
-
}
|
|
593
|
+
/**
|
|
594
|
+
* @generated from message raystack.optimus.core.v1beta1.ChangeJobNamespaceResponse
|
|
595
|
+
*/
|
|
596
|
+
export type ChangeJobNamespaceResponse = Message<"raystack.optimus.core.v1beta1.ChangeJobNamespaceResponse"> & {
|
|
597
|
+
};
|
|
1095
598
|
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
599
|
+
/**
|
|
600
|
+
* Describes the message raystack.optimus.core.v1beta1.ChangeJobNamespaceResponse.
|
|
601
|
+
* Use `create(ChangeJobNamespaceResponseSchema)` to create a new message.
|
|
602
|
+
*/
|
|
603
|
+
export const ChangeJobNamespaceResponseSchema: GenMessage<ChangeJobNamespaceResponse> = /*@__PURE__*/
|
|
604
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 16);
|
|
1100
605
|
|
|
1101
606
|
/**
|
|
1102
607
|
* @generated from message raystack.optimus.core.v1beta1.ListJobSpecificationRequest
|
|
1103
608
|
*/
|
|
1104
|
-
export
|
|
609
|
+
export type ListJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.ListJobSpecificationRequest"> & {
|
|
1105
610
|
/**
|
|
1106
611
|
* @generated from field: string project_name = 1;
|
|
1107
612
|
*/
|
|
1108
|
-
projectName
|
|
613
|
+
projectName: string;
|
|
1109
614
|
|
|
1110
615
|
/**
|
|
1111
616
|
* @generated from field: string namespace_name = 2;
|
|
1112
617
|
*/
|
|
1113
|
-
namespaceName
|
|
1114
|
-
|
|
1115
|
-
constructor(data?: PartialMessage<ListJobSpecificationRequest>) {
|
|
1116
|
-
super();
|
|
1117
|
-
proto3.util.initPartial(data, this);
|
|
1118
|
-
}
|
|
618
|
+
namespaceName: string;
|
|
619
|
+
};
|
|
1119
620
|
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1124
|
-
|
|
1125
|
-
|
|
1126
|
-
|
|
1127
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListJobSpecificationRequest {
|
|
1128
|
-
return new ListJobSpecificationRequest().fromBinary(bytes, options);
|
|
1129
|
-
}
|
|
1130
|
-
|
|
1131
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListJobSpecificationRequest {
|
|
1132
|
-
return new ListJobSpecificationRequest().fromJson(jsonValue, options);
|
|
1133
|
-
}
|
|
1134
|
-
|
|
1135
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListJobSpecificationRequest {
|
|
1136
|
-
return new ListJobSpecificationRequest().fromJsonString(jsonString, options);
|
|
1137
|
-
}
|
|
1138
|
-
|
|
1139
|
-
static equals(a: ListJobSpecificationRequest | PlainMessage<ListJobSpecificationRequest> | undefined, b: ListJobSpecificationRequest | PlainMessage<ListJobSpecificationRequest> | undefined): boolean {
|
|
1140
|
-
return proto3.util.equals(ListJobSpecificationRequest, a, b);
|
|
1141
|
-
}
|
|
1142
|
-
}
|
|
621
|
+
/**
|
|
622
|
+
* Describes the message raystack.optimus.core.v1beta1.ListJobSpecificationRequest.
|
|
623
|
+
* Use `create(ListJobSpecificationRequestSchema)` to create a new message.
|
|
624
|
+
*/
|
|
625
|
+
export const ListJobSpecificationRequestSchema: GenMessage<ListJobSpecificationRequest> = /*@__PURE__*/
|
|
626
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 17);
|
|
1143
627
|
|
|
1144
628
|
/**
|
|
1145
629
|
* @generated from message raystack.optimus.core.v1beta1.ListJobSpecificationResponse
|
|
1146
630
|
*/
|
|
1147
|
-
export
|
|
631
|
+
export type ListJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.ListJobSpecificationResponse"> & {
|
|
1148
632
|
/**
|
|
1149
633
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 1;
|
|
1150
634
|
*/
|
|
1151
|
-
jobs: JobSpecification[]
|
|
635
|
+
jobs: JobSpecification[];
|
|
636
|
+
};
|
|
1152
637
|
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ListJobSpecificationResponse";
|
|
1160
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1161
|
-
{ no: 1, name: "jobs", kind: "message", T: JobSpecification, repeated: true },
|
|
1162
|
-
]);
|
|
1163
|
-
|
|
1164
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListJobSpecificationResponse {
|
|
1165
|
-
return new ListJobSpecificationResponse().fromBinary(bytes, options);
|
|
1166
|
-
}
|
|
1167
|
-
|
|
1168
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListJobSpecificationResponse {
|
|
1169
|
-
return new ListJobSpecificationResponse().fromJson(jsonValue, options);
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListJobSpecificationResponse {
|
|
1173
|
-
return new ListJobSpecificationResponse().fromJsonString(jsonString, options);
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
|
-
static equals(a: ListJobSpecificationResponse | PlainMessage<ListJobSpecificationResponse> | undefined, b: ListJobSpecificationResponse | PlainMessage<ListJobSpecificationResponse> | undefined): boolean {
|
|
1177
|
-
return proto3.util.equals(ListJobSpecificationResponse, a, b);
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
638
|
+
/**
|
|
639
|
+
* Describes the message raystack.optimus.core.v1beta1.ListJobSpecificationResponse.
|
|
640
|
+
* Use `create(ListJobSpecificationResponseSchema)` to create a new message.
|
|
641
|
+
*/
|
|
642
|
+
export const ListJobSpecificationResponseSchema: GenMessage<ListJobSpecificationResponse> = /*@__PURE__*/
|
|
643
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 18);
|
|
1180
644
|
|
|
1181
645
|
/**
|
|
1182
646
|
* @generated from message raystack.optimus.core.v1beta1.CheckJobSpecificationRequest
|
|
1183
647
|
*/
|
|
1184
|
-
export
|
|
648
|
+
export type CheckJobSpecificationRequest = Message<"raystack.optimus.core.v1beta1.CheckJobSpecificationRequest"> & {
|
|
1185
649
|
/**
|
|
1186
650
|
* @generated from field: string project_name = 1;
|
|
1187
651
|
*/
|
|
1188
|
-
projectName
|
|
652
|
+
projectName: string;
|
|
1189
653
|
|
|
1190
654
|
/**
|
|
1191
655
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecification job = 2;
|
|
@@ -1195,203 +659,119 @@ export class CheckJobSpecificationRequest extends Message<CheckJobSpecificationR
|
|
|
1195
659
|
/**
|
|
1196
660
|
* @generated from field: string namespace_name = 3;
|
|
1197
661
|
*/
|
|
1198
|
-
namespaceName
|
|
662
|
+
namespaceName: string;
|
|
663
|
+
};
|
|
1199
664
|
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.CheckJobSpecificationRequest";
|
|
1207
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1208
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1209
|
-
{ no: 2, name: "job", kind: "message", T: JobSpecification },
|
|
1210
|
-
{ no: 3, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1211
|
-
]);
|
|
1212
|
-
|
|
1213
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckJobSpecificationRequest {
|
|
1214
|
-
return new CheckJobSpecificationRequest().fromBinary(bytes, options);
|
|
1215
|
-
}
|
|
1216
|
-
|
|
1217
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckJobSpecificationRequest {
|
|
1218
|
-
return new CheckJobSpecificationRequest().fromJson(jsonValue, options);
|
|
1219
|
-
}
|
|
1220
|
-
|
|
1221
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckJobSpecificationRequest {
|
|
1222
|
-
return new CheckJobSpecificationRequest().fromJsonString(jsonString, options);
|
|
1223
|
-
}
|
|
1224
|
-
|
|
1225
|
-
static equals(a: CheckJobSpecificationRequest | PlainMessage<CheckJobSpecificationRequest> | undefined, b: CheckJobSpecificationRequest | PlainMessage<CheckJobSpecificationRequest> | undefined): boolean {
|
|
1226
|
-
return proto3.util.equals(CheckJobSpecificationRequest, a, b);
|
|
1227
|
-
}
|
|
1228
|
-
}
|
|
665
|
+
/**
|
|
666
|
+
* Describes the message raystack.optimus.core.v1beta1.CheckJobSpecificationRequest.
|
|
667
|
+
* Use `create(CheckJobSpecificationRequestSchema)` to create a new message.
|
|
668
|
+
*/
|
|
669
|
+
export const CheckJobSpecificationRequestSchema: GenMessage<CheckJobSpecificationRequest> = /*@__PURE__*/
|
|
670
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 19);
|
|
1229
671
|
|
|
1230
672
|
/**
|
|
1231
673
|
* @generated from message raystack.optimus.core.v1beta1.CheckJobSpecificationResponse
|
|
1232
674
|
*/
|
|
1233
|
-
export
|
|
675
|
+
export type CheckJobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.CheckJobSpecificationResponse"> & {
|
|
1234
676
|
/**
|
|
1235
677
|
* @generated from field: bool success = 1;
|
|
1236
678
|
*/
|
|
1237
|
-
success
|
|
679
|
+
success: boolean;
|
|
680
|
+
};
|
|
1238
681
|
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.CheckJobSpecificationResponse";
|
|
1246
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1247
|
-
{ no: 1, name: "success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1248
|
-
]);
|
|
1249
|
-
|
|
1250
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckJobSpecificationResponse {
|
|
1251
|
-
return new CheckJobSpecificationResponse().fromBinary(bytes, options);
|
|
1252
|
-
}
|
|
1253
|
-
|
|
1254
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckJobSpecificationResponse {
|
|
1255
|
-
return new CheckJobSpecificationResponse().fromJson(jsonValue, options);
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckJobSpecificationResponse {
|
|
1259
|
-
return new CheckJobSpecificationResponse().fromJsonString(jsonString, options);
|
|
1260
|
-
}
|
|
1261
|
-
|
|
1262
|
-
static equals(a: CheckJobSpecificationResponse | PlainMessage<CheckJobSpecificationResponse> | undefined, b: CheckJobSpecificationResponse | PlainMessage<CheckJobSpecificationResponse> | undefined): boolean {
|
|
1263
|
-
return proto3.util.equals(CheckJobSpecificationResponse, a, b);
|
|
1264
|
-
}
|
|
1265
|
-
}
|
|
682
|
+
/**
|
|
683
|
+
* Describes the message raystack.optimus.core.v1beta1.CheckJobSpecificationResponse.
|
|
684
|
+
* Use `create(CheckJobSpecificationResponseSchema)` to create a new message.
|
|
685
|
+
*/
|
|
686
|
+
export const CheckJobSpecificationResponseSchema: GenMessage<CheckJobSpecificationResponse> = /*@__PURE__*/
|
|
687
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 20);
|
|
1266
688
|
|
|
1267
689
|
/**
|
|
1268
690
|
* @generated from message raystack.optimus.core.v1beta1.CheckJobSpecificationsRequest
|
|
1269
691
|
*/
|
|
1270
|
-
export
|
|
692
|
+
export type CheckJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.CheckJobSpecificationsRequest"> & {
|
|
1271
693
|
/**
|
|
1272
694
|
* @generated from field: string project_name = 1;
|
|
1273
695
|
*/
|
|
1274
|
-
projectName
|
|
696
|
+
projectName: string;
|
|
1275
697
|
|
|
1276
698
|
/**
|
|
1277
699
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 2;
|
|
1278
700
|
*/
|
|
1279
|
-
jobs: JobSpecification[]
|
|
701
|
+
jobs: JobSpecification[];
|
|
1280
702
|
|
|
1281
703
|
/**
|
|
1282
704
|
* @generated from field: string namespace_name = 3;
|
|
1283
705
|
*/
|
|
1284
|
-
namespaceName
|
|
706
|
+
namespaceName: string;
|
|
707
|
+
};
|
|
1285
708
|
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
|
|
1291
|
-
|
|
1292
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.CheckJobSpecificationsRequest";
|
|
1293
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1294
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1295
|
-
{ no: 2, name: "jobs", kind: "message", T: JobSpecification, repeated: true },
|
|
1296
|
-
{ no: 3, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1297
|
-
]);
|
|
1298
|
-
|
|
1299
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckJobSpecificationsRequest {
|
|
1300
|
-
return new CheckJobSpecificationsRequest().fromBinary(bytes, options);
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckJobSpecificationsRequest {
|
|
1304
|
-
return new CheckJobSpecificationsRequest().fromJson(jsonValue, options);
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckJobSpecificationsRequest {
|
|
1308
|
-
return new CheckJobSpecificationsRequest().fromJsonString(jsonString, options);
|
|
1309
|
-
}
|
|
1310
|
-
|
|
1311
|
-
static equals(a: CheckJobSpecificationsRequest | PlainMessage<CheckJobSpecificationsRequest> | undefined, b: CheckJobSpecificationsRequest | PlainMessage<CheckJobSpecificationsRequest> | undefined): boolean {
|
|
1312
|
-
return proto3.util.equals(CheckJobSpecificationsRequest, a, b);
|
|
1313
|
-
}
|
|
1314
|
-
}
|
|
709
|
+
/**
|
|
710
|
+
* Describes the message raystack.optimus.core.v1beta1.CheckJobSpecificationsRequest.
|
|
711
|
+
* Use `create(CheckJobSpecificationsRequestSchema)` to create a new message.
|
|
712
|
+
*/
|
|
713
|
+
export const CheckJobSpecificationsRequestSchema: GenMessage<CheckJobSpecificationsRequest> = /*@__PURE__*/
|
|
714
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 21);
|
|
1315
715
|
|
|
1316
716
|
/**
|
|
1317
717
|
* @generated from message raystack.optimus.core.v1beta1.CheckJobSpecificationsResponse
|
|
1318
718
|
*/
|
|
1319
|
-
export
|
|
719
|
+
export type CheckJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.CheckJobSpecificationsResponse"> & {
|
|
1320
720
|
/**
|
|
1321
721
|
* @generated from field: raystack.optimus.core.v1beta1.Log log_status = 5;
|
|
1322
722
|
*/
|
|
1323
723
|
logStatus?: Log;
|
|
724
|
+
};
|
|
1324
725
|
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
|
|
1331
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.CheckJobSpecificationsResponse";
|
|
1332
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1333
|
-
{ no: 5, name: "log_status", kind: "message", T: Log },
|
|
1334
|
-
]);
|
|
1335
|
-
|
|
1336
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CheckJobSpecificationsResponse {
|
|
1337
|
-
return new CheckJobSpecificationsResponse().fromBinary(bytes, options);
|
|
1338
|
-
}
|
|
1339
|
-
|
|
1340
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CheckJobSpecificationsResponse {
|
|
1341
|
-
return new CheckJobSpecificationsResponse().fromJson(jsonValue, options);
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CheckJobSpecificationsResponse {
|
|
1345
|
-
return new CheckJobSpecificationsResponse().fromJsonString(jsonString, options);
|
|
1346
|
-
}
|
|
1347
|
-
|
|
1348
|
-
static equals(a: CheckJobSpecificationsResponse | PlainMessage<CheckJobSpecificationsResponse> | undefined, b: CheckJobSpecificationsResponse | PlainMessage<CheckJobSpecificationsResponse> | undefined): boolean {
|
|
1349
|
-
return proto3.util.equals(CheckJobSpecificationsResponse, a, b);
|
|
1350
|
-
}
|
|
1351
|
-
}
|
|
726
|
+
/**
|
|
727
|
+
* Describes the message raystack.optimus.core.v1beta1.CheckJobSpecificationsResponse.
|
|
728
|
+
* Use `create(CheckJobSpecificationsResponseSchema)` to create a new message.
|
|
729
|
+
*/
|
|
730
|
+
export const CheckJobSpecificationsResponseSchema: GenMessage<CheckJobSpecificationsResponse> = /*@__PURE__*/
|
|
731
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 22);
|
|
1352
732
|
|
|
1353
733
|
/**
|
|
1354
734
|
* @generated from message raystack.optimus.core.v1beta1.JobSpecification
|
|
1355
735
|
*/
|
|
1356
|
-
export
|
|
736
|
+
export type JobSpecification = Message<"raystack.optimus.core.v1beta1.JobSpecification"> & {
|
|
1357
737
|
/**
|
|
1358
738
|
* @generated from field: int32 version = 1;
|
|
1359
739
|
*/
|
|
1360
|
-
version
|
|
740
|
+
version: number;
|
|
1361
741
|
|
|
1362
742
|
/**
|
|
1363
743
|
* @generated from field: string name = 2;
|
|
1364
744
|
*/
|
|
1365
|
-
name
|
|
745
|
+
name: string;
|
|
1366
746
|
|
|
1367
747
|
/**
|
|
1368
748
|
* @generated from field: string owner = 3;
|
|
1369
749
|
*/
|
|
1370
|
-
owner
|
|
750
|
+
owner: string;
|
|
1371
751
|
|
|
1372
752
|
/**
|
|
1373
753
|
* @generated from field: string start_date = 4;
|
|
1374
754
|
*/
|
|
1375
|
-
startDate
|
|
755
|
+
startDate: string;
|
|
1376
756
|
|
|
1377
757
|
/**
|
|
1378
758
|
* optional
|
|
1379
759
|
*
|
|
1380
760
|
* @generated from field: string end_date = 5;
|
|
1381
761
|
*/
|
|
1382
|
-
endDate
|
|
762
|
+
endDate: string;
|
|
1383
763
|
|
|
1384
764
|
/**
|
|
1385
765
|
* @generated from field: string interval = 6;
|
|
1386
766
|
*/
|
|
1387
|
-
interval
|
|
767
|
+
interval: string;
|
|
1388
768
|
|
|
1389
769
|
/**
|
|
1390
770
|
* should only execute today if yesterday was completed with success?
|
|
1391
771
|
*
|
|
1392
772
|
* @generated from field: bool depends_on_past = 7;
|
|
1393
773
|
*/
|
|
1394
|
-
dependsOnPast
|
|
774
|
+
dependsOnPast: boolean;
|
|
1395
775
|
|
|
1396
776
|
/**
|
|
1397
777
|
* should backfill till today?
|
|
@@ -1399,63 +779,63 @@ export class JobSpecification extends Message<JobSpecification> {
|
|
|
1399
779
|
* @generated from field: bool catch_up = 8 [deprecated = true];
|
|
1400
780
|
* @deprecated
|
|
1401
781
|
*/
|
|
1402
|
-
catchUp
|
|
782
|
+
catchUp: boolean;
|
|
1403
783
|
|
|
1404
784
|
/**
|
|
1405
785
|
* @generated from field: string task_name = 9;
|
|
1406
786
|
*/
|
|
1407
|
-
taskName
|
|
787
|
+
taskName: string;
|
|
1408
788
|
|
|
1409
789
|
/**
|
|
1410
790
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobConfigItem config = 10;
|
|
1411
791
|
*/
|
|
1412
|
-
config: JobConfigItem[]
|
|
792
|
+
config: JobConfigItem[];
|
|
1413
793
|
|
|
1414
794
|
/**
|
|
1415
795
|
* @generated from field: string window_size = 11;
|
|
1416
796
|
*/
|
|
1417
|
-
windowSize
|
|
797
|
+
windowSize: string;
|
|
1418
798
|
|
|
1419
799
|
/**
|
|
1420
800
|
* @generated from field: string window_offset = 12;
|
|
1421
801
|
*/
|
|
1422
|
-
windowOffset
|
|
802
|
+
windowOffset: string;
|
|
1423
803
|
|
|
1424
804
|
/**
|
|
1425
805
|
* @generated from field: string window_truncate_to = 13;
|
|
1426
806
|
*/
|
|
1427
|
-
windowTruncateTo
|
|
807
|
+
windowTruncateTo: string;
|
|
1428
808
|
|
|
1429
809
|
/**
|
|
1430
810
|
* static dependencies
|
|
1431
811
|
*
|
|
1432
812
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobDependency dependencies = 14;
|
|
1433
813
|
*/
|
|
1434
|
-
dependencies: JobDependency[]
|
|
814
|
+
dependencies: JobDependency[];
|
|
1435
815
|
|
|
1436
816
|
/**
|
|
1437
817
|
* @generated from field: map<string, string> assets = 15;
|
|
1438
818
|
*/
|
|
1439
|
-
assets: { [key: string]: string }
|
|
819
|
+
assets: { [key: string]: string };
|
|
1440
820
|
|
|
1441
821
|
/**
|
|
1442
822
|
* optional
|
|
1443
823
|
*
|
|
1444
824
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecHook hooks = 16;
|
|
1445
825
|
*/
|
|
1446
|
-
hooks: JobSpecHook[]
|
|
826
|
+
hooks: JobSpecHook[];
|
|
1447
827
|
|
|
1448
828
|
/**
|
|
1449
829
|
* optional
|
|
1450
830
|
*
|
|
1451
831
|
* @generated from field: string description = 17;
|
|
1452
832
|
*/
|
|
1453
|
-
description
|
|
833
|
+
description: string;
|
|
1454
834
|
|
|
1455
835
|
/**
|
|
1456
836
|
* @generated from field: map<string, string> labels = 18;
|
|
1457
837
|
*/
|
|
1458
|
-
labels: { [key: string]: string }
|
|
838
|
+
labels: { [key: string]: string };
|
|
1459
839
|
|
|
1460
840
|
/**
|
|
1461
841
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecification.Behavior behavior = 19;
|
|
@@ -1470,66 +850,25 @@ export class JobSpecification extends Message<JobSpecification> {
|
|
|
1470
850
|
/**
|
|
1471
851
|
* @generated from field: string destination = 21;
|
|
1472
852
|
*/
|
|
1473
|
-
destination
|
|
853
|
+
destination: string;
|
|
1474
854
|
|
|
1475
855
|
/**
|
|
1476
856
|
* @generated from field: repeated string sources = 22;
|
|
1477
857
|
*/
|
|
1478
|
-
sources: string[]
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1488
|
-
{ no: 1, name: "version", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1489
|
-
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1490
|
-
{ no: 3, name: "owner", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1491
|
-
{ no: 4, name: "start_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1492
|
-
{ no: 5, name: "end_date", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1493
|
-
{ no: 6, name: "interval", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1494
|
-
{ no: 7, name: "depends_on_past", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1495
|
-
{ no: 8, name: "catch_up", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1496
|
-
{ no: 9, name: "task_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1497
|
-
{ no: 10, name: "config", kind: "message", T: JobConfigItem, repeated: true },
|
|
1498
|
-
{ no: 11, name: "window_size", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1499
|
-
{ no: 12, name: "window_offset", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1500
|
-
{ no: 13, name: "window_truncate_to", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1501
|
-
{ no: 14, name: "dependencies", kind: "message", T: JobDependency, repeated: true },
|
|
1502
|
-
{ no: 15, name: "assets", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
1503
|
-
{ no: 16, name: "hooks", kind: "message", T: JobSpecHook, repeated: true },
|
|
1504
|
-
{ no: 17, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1505
|
-
{ no: 18, name: "labels", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
1506
|
-
{ no: 19, name: "behavior", kind: "message", T: JobSpecification_Behavior },
|
|
1507
|
-
{ no: 20, name: "metadata", kind: "message", T: JobMetadata },
|
|
1508
|
-
{ no: 21, name: "destination", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1509
|
-
{ no: 22, name: "sources", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1510
|
-
]);
|
|
1511
|
-
|
|
1512
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobSpecification {
|
|
1513
|
-
return new JobSpecification().fromBinary(bytes, options);
|
|
1514
|
-
}
|
|
1515
|
-
|
|
1516
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobSpecification {
|
|
1517
|
-
return new JobSpecification().fromJson(jsonValue, options);
|
|
1518
|
-
}
|
|
1519
|
-
|
|
1520
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobSpecification {
|
|
1521
|
-
return new JobSpecification().fromJsonString(jsonString, options);
|
|
1522
|
-
}
|
|
1523
|
-
|
|
1524
|
-
static equals(a: JobSpecification | PlainMessage<JobSpecification> | undefined, b: JobSpecification | PlainMessage<JobSpecification> | undefined): boolean {
|
|
1525
|
-
return proto3.util.equals(JobSpecification, a, b);
|
|
1526
|
-
}
|
|
1527
|
-
}
|
|
858
|
+
sources: string[];
|
|
859
|
+
};
|
|
860
|
+
|
|
861
|
+
/**
|
|
862
|
+
* Describes the message raystack.optimus.core.v1beta1.JobSpecification.
|
|
863
|
+
* Use `create(JobSpecificationSchema)` to create a new message.
|
|
864
|
+
*/
|
|
865
|
+
export const JobSpecificationSchema: GenMessage<JobSpecification> = /*@__PURE__*/
|
|
866
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 23);
|
|
1528
867
|
|
|
1529
868
|
/**
|
|
1530
869
|
* @generated from message raystack.optimus.core.v1beta1.JobSpecification.Behavior
|
|
1531
870
|
*/
|
|
1532
|
-
export
|
|
871
|
+
export type JobSpecification_Behavior = Message<"raystack.optimus.core.v1beta1.JobSpecification.Behavior"> & {
|
|
1533
872
|
/**
|
|
1534
873
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecification.Behavior.Retry retry = 1;
|
|
1535
874
|
*/
|
|
@@ -1538,47 +877,26 @@ export class JobSpecification_Behavior extends Message<JobSpecification_Behavior
|
|
|
1538
877
|
/**
|
|
1539
878
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification.Behavior.Notifiers notify = 2;
|
|
1540
879
|
*/
|
|
1541
|
-
notify: JobSpecification_Behavior_Notifiers[]
|
|
1542
|
-
|
|
1543
|
-
constructor(data?: PartialMessage<JobSpecification_Behavior>) {
|
|
1544
|
-
super();
|
|
1545
|
-
proto3.util.initPartial(data, this);
|
|
1546
|
-
}
|
|
1547
|
-
|
|
1548
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1549
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobSpecification.Behavior";
|
|
1550
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1551
|
-
{ no: 1, name: "retry", kind: "message", T: JobSpecification_Behavior_Retry },
|
|
1552
|
-
{ no: 2, name: "notify", kind: "message", T: JobSpecification_Behavior_Notifiers, repeated: true },
|
|
1553
|
-
]);
|
|
1554
|
-
|
|
1555
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobSpecification_Behavior {
|
|
1556
|
-
return new JobSpecification_Behavior().fromBinary(bytes, options);
|
|
1557
|
-
}
|
|
880
|
+
notify: JobSpecification_Behavior_Notifiers[];
|
|
881
|
+
};
|
|
1558
882
|
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
static equals(a: JobSpecification_Behavior | PlainMessage<JobSpecification_Behavior> | undefined, b: JobSpecification_Behavior | PlainMessage<JobSpecification_Behavior> | undefined): boolean {
|
|
1568
|
-
return proto3.util.equals(JobSpecification_Behavior, a, b);
|
|
1569
|
-
}
|
|
1570
|
-
}
|
|
883
|
+
/**
|
|
884
|
+
* Describes the message raystack.optimus.core.v1beta1.JobSpecification.Behavior.
|
|
885
|
+
* Use `create(JobSpecification_BehaviorSchema)` to create a new message.
|
|
886
|
+
*/
|
|
887
|
+
export const JobSpecification_BehaviorSchema: GenMessage<JobSpecification_Behavior> = /*@__PURE__*/
|
|
888
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 23, 0);
|
|
1571
889
|
|
|
1572
890
|
/**
|
|
1573
891
|
* retry behaviour if job failed to execute for the first time
|
|
1574
892
|
*
|
|
1575
893
|
* @generated from message raystack.optimus.core.v1beta1.JobSpecification.Behavior.Retry
|
|
1576
894
|
*/
|
|
1577
|
-
export
|
|
895
|
+
export type JobSpecification_Behavior_Retry = Message<"raystack.optimus.core.v1beta1.JobSpecification.Behavior.Retry"> & {
|
|
1578
896
|
/**
|
|
1579
897
|
* @generated from field: int32 count = 1;
|
|
1580
898
|
*/
|
|
1581
|
-
count
|
|
899
|
+
count: number;
|
|
1582
900
|
|
|
1583
901
|
/**
|
|
1584
902
|
* @generated from field: google.protobuf.Duration delay = 2;
|
|
@@ -1588,104 +906,60 @@ export class JobSpecification_Behavior_Retry extends Message<JobSpecification_Be
|
|
|
1588
906
|
/**
|
|
1589
907
|
* @generated from field: bool exponential_backoff = 3;
|
|
1590
908
|
*/
|
|
1591
|
-
exponentialBackoff
|
|
1592
|
-
|
|
1593
|
-
constructor(data?: PartialMessage<JobSpecification_Behavior_Retry>) {
|
|
1594
|
-
super();
|
|
1595
|
-
proto3.util.initPartial(data, this);
|
|
1596
|
-
}
|
|
1597
|
-
|
|
1598
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1599
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobSpecification.Behavior.Retry";
|
|
1600
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1601
|
-
{ no: 1, name: "count", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
1602
|
-
{ no: 2, name: "delay", kind: "message", T: Duration },
|
|
1603
|
-
{ no: 3, name: "exponential_backoff", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
1604
|
-
]);
|
|
1605
|
-
|
|
1606
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobSpecification_Behavior_Retry {
|
|
1607
|
-
return new JobSpecification_Behavior_Retry().fromBinary(bytes, options);
|
|
1608
|
-
}
|
|
909
|
+
exponentialBackoff: boolean;
|
|
910
|
+
};
|
|
1609
911
|
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
}
|
|
1617
|
-
|
|
1618
|
-
static equals(a: JobSpecification_Behavior_Retry | PlainMessage<JobSpecification_Behavior_Retry> | undefined, b: JobSpecification_Behavior_Retry | PlainMessage<JobSpecification_Behavior_Retry> | undefined): boolean {
|
|
1619
|
-
return proto3.util.equals(JobSpecification_Behavior_Retry, a, b);
|
|
1620
|
-
}
|
|
1621
|
-
}
|
|
912
|
+
/**
|
|
913
|
+
* Describes the message raystack.optimus.core.v1beta1.JobSpecification.Behavior.Retry.
|
|
914
|
+
* Use `create(JobSpecification_Behavior_RetrySchema)` to create a new message.
|
|
915
|
+
*/
|
|
916
|
+
export const JobSpecification_Behavior_RetrySchema: GenMessage<JobSpecification_Behavior_Retry> = /*@__PURE__*/
|
|
917
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 23, 0, 0);
|
|
1622
918
|
|
|
1623
919
|
/**
|
|
1624
920
|
* Notifiers are used to set custom alerting in case of job failure/sla_miss
|
|
1625
921
|
*
|
|
1626
922
|
* @generated from message raystack.optimus.core.v1beta1.JobSpecification.Behavior.Notifiers
|
|
1627
923
|
*/
|
|
1628
|
-
export
|
|
924
|
+
export type JobSpecification_Behavior_Notifiers = Message<"raystack.optimus.core.v1beta1.JobSpecification.Behavior.Notifiers"> & {
|
|
1629
925
|
/**
|
|
1630
926
|
* @generated from field: raystack.optimus.core.v1beta1.JobEvent.Type on = 1;
|
|
1631
927
|
*/
|
|
1632
|
-
on
|
|
928
|
+
on: JobEvent_Type;
|
|
1633
929
|
|
|
1634
930
|
/**
|
|
1635
931
|
* @generated from field: repeated string channels = 2;
|
|
1636
932
|
*/
|
|
1637
|
-
channels: string[]
|
|
933
|
+
channels: string[];
|
|
1638
934
|
|
|
1639
935
|
/**
|
|
1640
936
|
* @generated from field: map<string, string> config = 3;
|
|
1641
937
|
*/
|
|
1642
|
-
config: { [key: string]: string }
|
|
1643
|
-
|
|
1644
|
-
constructor(data?: PartialMessage<JobSpecification_Behavior_Notifiers>) {
|
|
1645
|
-
super();
|
|
1646
|
-
proto3.util.initPartial(data, this);
|
|
1647
|
-
}
|
|
1648
|
-
|
|
1649
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1650
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobSpecification.Behavior.Notifiers";
|
|
1651
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1652
|
-
{ no: 1, name: "on", kind: "enum", T: proto3.getEnumType(JobEvent_Type) },
|
|
1653
|
-
{ no: 2, name: "channels", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
1654
|
-
{ no: 3, name: "config", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
1655
|
-
]);
|
|
938
|
+
config: { [key: string]: string };
|
|
939
|
+
};
|
|
1656
940
|
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
}
|
|
1664
|
-
|
|
1665
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobSpecification_Behavior_Notifiers {
|
|
1666
|
-
return new JobSpecification_Behavior_Notifiers().fromJsonString(jsonString, options);
|
|
1667
|
-
}
|
|
1668
|
-
|
|
1669
|
-
static equals(a: JobSpecification_Behavior_Notifiers | PlainMessage<JobSpecification_Behavior_Notifiers> | undefined, b: JobSpecification_Behavior_Notifiers | PlainMessage<JobSpecification_Behavior_Notifiers> | undefined): boolean {
|
|
1670
|
-
return proto3.util.equals(JobSpecification_Behavior_Notifiers, a, b);
|
|
1671
|
-
}
|
|
1672
|
-
}
|
|
941
|
+
/**
|
|
942
|
+
* Describes the message raystack.optimus.core.v1beta1.JobSpecification.Behavior.Notifiers.
|
|
943
|
+
* Use `create(JobSpecification_Behavior_NotifiersSchema)` to create a new message.
|
|
944
|
+
*/
|
|
945
|
+
export const JobSpecification_Behavior_NotifiersSchema: GenMessage<JobSpecification_Behavior_Notifiers> = /*@__PURE__*/
|
|
946
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 23, 0, 1);
|
|
1673
947
|
|
|
1674
948
|
/**
|
|
1675
949
|
* @generated from message raystack.optimus.core.v1beta1.JobDependency
|
|
1676
950
|
*/
|
|
1677
|
-
export
|
|
951
|
+
export type JobDependency = Message<"raystack.optimus.core.v1beta1.JobDependency"> & {
|
|
1678
952
|
/**
|
|
1679
953
|
* @generated from field: string name = 1;
|
|
1680
954
|
*/
|
|
1681
|
-
name
|
|
955
|
+
name: string;
|
|
1682
956
|
|
|
1683
957
|
/**
|
|
1684
958
|
* intra/inter/extra
|
|
1685
959
|
*
|
|
1686
960
|
* @generated from field: string type = 2;
|
|
1687
961
|
*/
|
|
1688
|
-
type
|
|
962
|
+
type: string;
|
|
1689
963
|
|
|
1690
964
|
/**
|
|
1691
965
|
* http sensor dependency
|
|
@@ -1693,220 +967,112 @@ export class JobDependency extends Message<JobDependency> {
|
|
|
1693
967
|
* @generated from field: raystack.optimus.core.v1beta1.HttpDependency http_dependency = 3;
|
|
1694
968
|
*/
|
|
1695
969
|
httpDependency?: HttpDependency;
|
|
970
|
+
};
|
|
1696
971
|
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobDependency";
|
|
1704
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1705
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1706
|
-
{ no: 2, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1707
|
-
{ no: 3, name: "http_dependency", kind: "message", T: HttpDependency },
|
|
1708
|
-
]);
|
|
1709
|
-
|
|
1710
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobDependency {
|
|
1711
|
-
return new JobDependency().fromBinary(bytes, options);
|
|
1712
|
-
}
|
|
1713
|
-
|
|
1714
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobDependency {
|
|
1715
|
-
return new JobDependency().fromJson(jsonValue, options);
|
|
1716
|
-
}
|
|
1717
|
-
|
|
1718
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobDependency {
|
|
1719
|
-
return new JobDependency().fromJsonString(jsonString, options);
|
|
1720
|
-
}
|
|
1721
|
-
|
|
1722
|
-
static equals(a: JobDependency | PlainMessage<JobDependency> | undefined, b: JobDependency | PlainMessage<JobDependency> | undefined): boolean {
|
|
1723
|
-
return proto3.util.equals(JobDependency, a, b);
|
|
1724
|
-
}
|
|
1725
|
-
}
|
|
972
|
+
/**
|
|
973
|
+
* Describes the message raystack.optimus.core.v1beta1.JobDependency.
|
|
974
|
+
* Use `create(JobDependencySchema)` to create a new message.
|
|
975
|
+
*/
|
|
976
|
+
export const JobDependencySchema: GenMessage<JobDependency> = /*@__PURE__*/
|
|
977
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 24);
|
|
1726
978
|
|
|
1727
979
|
/**
|
|
1728
980
|
* @generated from message raystack.optimus.core.v1beta1.HttpDependency
|
|
1729
981
|
*/
|
|
1730
|
-
export
|
|
982
|
+
export type HttpDependency = Message<"raystack.optimus.core.v1beta1.HttpDependency"> & {
|
|
1731
983
|
/**
|
|
1732
984
|
* @generated from field: string name = 1;
|
|
1733
985
|
*/
|
|
1734
|
-
name
|
|
986
|
+
name: string;
|
|
1735
987
|
|
|
1736
988
|
/**
|
|
1737
989
|
* @generated from field: string url = 2;
|
|
1738
990
|
*/
|
|
1739
|
-
url
|
|
991
|
+
url: string;
|
|
1740
992
|
|
|
1741
993
|
/**
|
|
1742
994
|
* @generated from field: map<string, string> headers = 3;
|
|
1743
995
|
*/
|
|
1744
|
-
headers: { [key: string]: string }
|
|
996
|
+
headers: { [key: string]: string };
|
|
1745
997
|
|
|
1746
998
|
/**
|
|
1747
999
|
* @generated from field: map<string, string> params = 4;
|
|
1748
1000
|
*/
|
|
1749
|
-
params: { [key: string]: string }
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1759
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1760
|
-
{ no: 2, name: "url", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1761
|
-
{ no: 3, name: "headers", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
1762
|
-
{ no: 4, name: "params", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
1763
|
-
]);
|
|
1764
|
-
|
|
1765
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): HttpDependency {
|
|
1766
|
-
return new HttpDependency().fromBinary(bytes, options);
|
|
1767
|
-
}
|
|
1768
|
-
|
|
1769
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): HttpDependency {
|
|
1770
|
-
return new HttpDependency().fromJson(jsonValue, options);
|
|
1771
|
-
}
|
|
1772
|
-
|
|
1773
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): HttpDependency {
|
|
1774
|
-
return new HttpDependency().fromJsonString(jsonString, options);
|
|
1775
|
-
}
|
|
1776
|
-
|
|
1777
|
-
static equals(a: HttpDependency | PlainMessage<HttpDependency> | undefined, b: HttpDependency | PlainMessage<HttpDependency> | undefined): boolean {
|
|
1778
|
-
return proto3.util.equals(HttpDependency, a, b);
|
|
1779
|
-
}
|
|
1780
|
-
}
|
|
1001
|
+
params: { [key: string]: string };
|
|
1002
|
+
};
|
|
1003
|
+
|
|
1004
|
+
/**
|
|
1005
|
+
* Describes the message raystack.optimus.core.v1beta1.HttpDependency.
|
|
1006
|
+
* Use `create(HttpDependencySchema)` to create a new message.
|
|
1007
|
+
*/
|
|
1008
|
+
export const HttpDependencySchema: GenMessage<HttpDependency> = /*@__PURE__*/
|
|
1009
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 25);
|
|
1781
1010
|
|
|
1782
1011
|
/**
|
|
1783
1012
|
* @generated from message raystack.optimus.core.v1beta1.JobSpecHook
|
|
1784
1013
|
*/
|
|
1785
|
-
export
|
|
1014
|
+
export type JobSpecHook = Message<"raystack.optimus.core.v1beta1.JobSpecHook"> & {
|
|
1786
1015
|
/**
|
|
1787
1016
|
* @generated from field: string name = 1;
|
|
1788
1017
|
*/
|
|
1789
|
-
name
|
|
1018
|
+
name: string;
|
|
1790
1019
|
|
|
1791
1020
|
/**
|
|
1792
1021
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobConfigItem config = 2;
|
|
1793
1022
|
*/
|
|
1794
|
-
config: JobConfigItem[]
|
|
1795
|
-
|
|
1796
|
-
constructor(data?: PartialMessage<JobSpecHook>) {
|
|
1797
|
-
super();
|
|
1798
|
-
proto3.util.initPartial(data, this);
|
|
1799
|
-
}
|
|
1800
|
-
|
|
1801
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1802
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobSpecHook";
|
|
1803
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1804
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1805
|
-
{ no: 2, name: "config", kind: "message", T: JobConfigItem, repeated: true },
|
|
1806
|
-
]);
|
|
1807
|
-
|
|
1808
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobSpecHook {
|
|
1809
|
-
return new JobSpecHook().fromBinary(bytes, options);
|
|
1810
|
-
}
|
|
1023
|
+
config: JobConfigItem[];
|
|
1024
|
+
};
|
|
1811
1025
|
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
}
|
|
1819
|
-
|
|
1820
|
-
static equals(a: JobSpecHook | PlainMessage<JobSpecHook> | undefined, b: JobSpecHook | PlainMessage<JobSpecHook> | undefined): boolean {
|
|
1821
|
-
return proto3.util.equals(JobSpecHook, a, b);
|
|
1822
|
-
}
|
|
1823
|
-
}
|
|
1026
|
+
/**
|
|
1027
|
+
* Describes the message raystack.optimus.core.v1beta1.JobSpecHook.
|
|
1028
|
+
* Use `create(JobSpecHookSchema)` to create a new message.
|
|
1029
|
+
*/
|
|
1030
|
+
export const JobSpecHookSchema: GenMessage<JobSpecHook> = /*@__PURE__*/
|
|
1031
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 26);
|
|
1824
1032
|
|
|
1825
1033
|
/**
|
|
1826
1034
|
* @generated from message raystack.optimus.core.v1beta1.JobConfigItem
|
|
1827
1035
|
*/
|
|
1828
|
-
export
|
|
1036
|
+
export type JobConfigItem = Message<"raystack.optimus.core.v1beta1.JobConfigItem"> & {
|
|
1829
1037
|
/**
|
|
1830
1038
|
* @generated from field: string name = 1;
|
|
1831
1039
|
*/
|
|
1832
|
-
name
|
|
1040
|
+
name: string;
|
|
1833
1041
|
|
|
1834
1042
|
/**
|
|
1835
1043
|
* @generated from field: string value = 2;
|
|
1836
1044
|
*/
|
|
1837
|
-
value
|
|
1838
|
-
|
|
1839
|
-
constructor(data?: PartialMessage<JobConfigItem>) {
|
|
1840
|
-
super();
|
|
1841
|
-
proto3.util.initPartial(data, this);
|
|
1842
|
-
}
|
|
1843
|
-
|
|
1844
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1845
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobConfigItem";
|
|
1846
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1847
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1848
|
-
{ no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1849
|
-
]);
|
|
1850
|
-
|
|
1851
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobConfigItem {
|
|
1852
|
-
return new JobConfigItem().fromBinary(bytes, options);
|
|
1853
|
-
}
|
|
1045
|
+
value: string;
|
|
1046
|
+
};
|
|
1854
1047
|
|
|
1855
|
-
|
|
1856
|
-
|
|
1857
|
-
|
|
1858
|
-
|
|
1859
|
-
|
|
1860
|
-
|
|
1861
|
-
}
|
|
1862
|
-
|
|
1863
|
-
static equals(a: JobConfigItem | PlainMessage<JobConfigItem> | undefined, b: JobConfigItem | PlainMessage<JobConfigItem> | undefined): boolean {
|
|
1864
|
-
return proto3.util.equals(JobConfigItem, a, b);
|
|
1865
|
-
}
|
|
1866
|
-
}
|
|
1048
|
+
/**
|
|
1049
|
+
* Describes the message raystack.optimus.core.v1beta1.JobConfigItem.
|
|
1050
|
+
* Use `create(JobConfigItemSchema)` to create a new message.
|
|
1051
|
+
*/
|
|
1052
|
+
export const JobConfigItemSchema: GenMessage<JobConfigItem> = /*@__PURE__*/
|
|
1053
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 27);
|
|
1867
1054
|
|
|
1868
1055
|
/**
|
|
1869
1056
|
* @generated from message raystack.optimus.core.v1beta1.JobEvent
|
|
1870
1057
|
*/
|
|
1871
|
-
export
|
|
1058
|
+
export type JobEvent = Message<"raystack.optimus.core.v1beta1.JobEvent"> & {
|
|
1872
1059
|
/**
|
|
1873
1060
|
* @generated from field: raystack.optimus.core.v1beta1.JobEvent.Type type = 1;
|
|
1874
1061
|
*/
|
|
1875
|
-
type
|
|
1062
|
+
type: JobEvent_Type;
|
|
1876
1063
|
|
|
1877
1064
|
/**
|
|
1878
1065
|
* @generated from field: google.protobuf.Struct value = 2;
|
|
1879
1066
|
*/
|
|
1880
|
-
value?:
|
|
1881
|
-
|
|
1882
|
-
constructor(data?: PartialMessage<JobEvent>) {
|
|
1883
|
-
super();
|
|
1884
|
-
proto3.util.initPartial(data, this);
|
|
1885
|
-
}
|
|
1886
|
-
|
|
1887
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
1888
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobEvent";
|
|
1889
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1890
|
-
{ no: 1, name: "type", kind: "enum", T: proto3.getEnumType(JobEvent_Type) },
|
|
1891
|
-
{ no: 2, name: "value", kind: "message", T: Struct },
|
|
1892
|
-
]);
|
|
1067
|
+
value?: JsonObject;
|
|
1068
|
+
};
|
|
1893
1069
|
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
|
|
1897
|
-
|
|
1898
|
-
|
|
1899
|
-
|
|
1900
|
-
}
|
|
1901
|
-
|
|
1902
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobEvent {
|
|
1903
|
-
return new JobEvent().fromJsonString(jsonString, options);
|
|
1904
|
-
}
|
|
1905
|
-
|
|
1906
|
-
static equals(a: JobEvent | PlainMessage<JobEvent> | undefined, b: JobEvent | PlainMessage<JobEvent> | undefined): boolean {
|
|
1907
|
-
return proto3.util.equals(JobEvent, a, b);
|
|
1908
|
-
}
|
|
1909
|
-
}
|
|
1070
|
+
/**
|
|
1071
|
+
* Describes the message raystack.optimus.core.v1beta1.JobEvent.
|
|
1072
|
+
* Use `create(JobEventSchema)` to create a new message.
|
|
1073
|
+
*/
|
|
1074
|
+
export const JobEventSchema: GenMessage<JobEvent> = /*@__PURE__*/
|
|
1075
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 28);
|
|
1910
1076
|
|
|
1911
1077
|
/**
|
|
1912
1078
|
* @generated from enum raystack.optimus.core.v1beta1.JobEvent.Type
|
|
@@ -1992,30 +1158,17 @@ export enum JobEvent_Type {
|
|
|
1992
1158
|
*/
|
|
1993
1159
|
HOOK_SUCCESS = 19,
|
|
1994
1160
|
}
|
|
1995
|
-
|
|
1996
|
-
|
|
1997
|
-
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
|
|
2001
|
-
{ no: 8, name: "TYPE_TASK_RETRY" },
|
|
2002
|
-
{ no: 9, name: "TYPE_TASK_SUCCESS" },
|
|
2003
|
-
{ no: 10, name: "TYPE_TASK_START" },
|
|
2004
|
-
{ no: 11, name: "TYPE_TASK_FAIL" },
|
|
2005
|
-
{ no: 12, name: "TYPE_SENSOR_RETRY" },
|
|
2006
|
-
{ no: 13, name: "TYPE_SENSOR_SUCCESS" },
|
|
2007
|
-
{ no: 14, name: "TYPE_SENSOR_START" },
|
|
2008
|
-
{ no: 15, name: "TYPE_SENSOR_FAIL" },
|
|
2009
|
-
{ no: 16, name: "TYPE_HOOK_START" },
|
|
2010
|
-
{ no: 17, name: "TYPE_HOOK_RETRY" },
|
|
2011
|
-
{ no: 18, name: "TYPE_HOOK_FAIL" },
|
|
2012
|
-
{ no: 19, name: "TYPE_HOOK_SUCCESS" },
|
|
2013
|
-
]);
|
|
1161
|
+
|
|
1162
|
+
/**
|
|
1163
|
+
* Describes the enum raystack.optimus.core.v1beta1.JobEvent.Type.
|
|
1164
|
+
*/
|
|
1165
|
+
export const JobEvent_TypeSchema: GenEnum<JobEvent_Type> = /*@__PURE__*/
|
|
1166
|
+
enumDesc(file_raystack_optimus_core_v1beta1_job_spec, 28, 0);
|
|
2014
1167
|
|
|
2015
1168
|
/**
|
|
2016
1169
|
* @generated from message raystack.optimus.core.v1beta1.JobMetadata
|
|
2017
1170
|
*/
|
|
2018
|
-
export
|
|
1171
|
+
export type JobMetadata = Message<"raystack.optimus.core.v1beta1.JobMetadata"> & {
|
|
2019
1172
|
/**
|
|
2020
1173
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecMetadataResource resource = 1;
|
|
2021
1174
|
*/
|
|
@@ -2025,40 +1178,19 @@ export class JobMetadata extends Message<JobMetadata> {
|
|
|
2025
1178
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecMetadataAirflow airflow = 2;
|
|
2026
1179
|
*/
|
|
2027
1180
|
airflow?: JobSpecMetadataAirflow;
|
|
1181
|
+
};
|
|
2028
1182
|
|
|
2029
|
-
|
|
2030
|
-
|
|
2031
|
-
|
|
2032
|
-
|
|
2033
|
-
|
|
2034
|
-
|
|
2035
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobMetadata";
|
|
2036
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2037
|
-
{ no: 1, name: "resource", kind: "message", T: JobSpecMetadataResource },
|
|
2038
|
-
{ no: 2, name: "airflow", kind: "message", T: JobSpecMetadataAirflow },
|
|
2039
|
-
]);
|
|
2040
|
-
|
|
2041
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobMetadata {
|
|
2042
|
-
return new JobMetadata().fromBinary(bytes, options);
|
|
2043
|
-
}
|
|
2044
|
-
|
|
2045
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobMetadata {
|
|
2046
|
-
return new JobMetadata().fromJson(jsonValue, options);
|
|
2047
|
-
}
|
|
2048
|
-
|
|
2049
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobMetadata {
|
|
2050
|
-
return new JobMetadata().fromJsonString(jsonString, options);
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
static equals(a: JobMetadata | PlainMessage<JobMetadata> | undefined, b: JobMetadata | PlainMessage<JobMetadata> | undefined): boolean {
|
|
2054
|
-
return proto3.util.equals(JobMetadata, a, b);
|
|
2055
|
-
}
|
|
2056
|
-
}
|
|
1183
|
+
/**
|
|
1184
|
+
* Describes the message raystack.optimus.core.v1beta1.JobMetadata.
|
|
1185
|
+
* Use `create(JobMetadataSchema)` to create a new message.
|
|
1186
|
+
*/
|
|
1187
|
+
export const JobMetadataSchema: GenMessage<JobMetadata> = /*@__PURE__*/
|
|
1188
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 29);
|
|
2057
1189
|
|
|
2058
1190
|
/**
|
|
2059
1191
|
* @generated from message raystack.optimus.core.v1beta1.JobSpecMetadataResource
|
|
2060
1192
|
*/
|
|
2061
|
-
export
|
|
1193
|
+
export type JobSpecMetadataResource = Message<"raystack.optimus.core.v1beta1.JobSpecMetadataResource"> & {
|
|
2062
1194
|
/**
|
|
2063
1195
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig request = 1;
|
|
2064
1196
|
*/
|
|
@@ -2068,668 +1200,348 @@ export class JobSpecMetadataResource extends Message<JobSpecMetadataResource> {
|
|
|
2068
1200
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig limit = 2;
|
|
2069
1201
|
*/
|
|
2070
1202
|
limit?: JobSpecMetadataResourceConfig;
|
|
1203
|
+
};
|
|
2071
1204
|
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2075
|
-
|
|
2076
|
-
|
|
2077
|
-
|
|
2078
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobSpecMetadataResource";
|
|
2079
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2080
|
-
{ no: 1, name: "request", kind: "message", T: JobSpecMetadataResourceConfig },
|
|
2081
|
-
{ no: 2, name: "limit", kind: "message", T: JobSpecMetadataResourceConfig },
|
|
2082
|
-
]);
|
|
2083
|
-
|
|
2084
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobSpecMetadataResource {
|
|
2085
|
-
return new JobSpecMetadataResource().fromBinary(bytes, options);
|
|
2086
|
-
}
|
|
2087
|
-
|
|
2088
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobSpecMetadataResource {
|
|
2089
|
-
return new JobSpecMetadataResource().fromJson(jsonValue, options);
|
|
2090
|
-
}
|
|
2091
|
-
|
|
2092
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobSpecMetadataResource {
|
|
2093
|
-
return new JobSpecMetadataResource().fromJsonString(jsonString, options);
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
static equals(a: JobSpecMetadataResource | PlainMessage<JobSpecMetadataResource> | undefined, b: JobSpecMetadataResource | PlainMessage<JobSpecMetadataResource> | undefined): boolean {
|
|
2097
|
-
return proto3.util.equals(JobSpecMetadataResource, a, b);
|
|
2098
|
-
}
|
|
2099
|
-
}
|
|
1205
|
+
/**
|
|
1206
|
+
* Describes the message raystack.optimus.core.v1beta1.JobSpecMetadataResource.
|
|
1207
|
+
* Use `create(JobSpecMetadataResourceSchema)` to create a new message.
|
|
1208
|
+
*/
|
|
1209
|
+
export const JobSpecMetadataResourceSchema: GenMessage<JobSpecMetadataResource> = /*@__PURE__*/
|
|
1210
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 30);
|
|
2100
1211
|
|
|
2101
1212
|
/**
|
|
2102
1213
|
* @generated from message raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig
|
|
2103
1214
|
*/
|
|
2104
|
-
export
|
|
1215
|
+
export type JobSpecMetadataResourceConfig = Message<"raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig"> & {
|
|
2105
1216
|
/**
|
|
2106
1217
|
* @generated from field: string cpu = 1;
|
|
2107
1218
|
*/
|
|
2108
|
-
cpu
|
|
1219
|
+
cpu: string;
|
|
2109
1220
|
|
|
2110
1221
|
/**
|
|
2111
1222
|
* @generated from field: string memory = 2;
|
|
2112
1223
|
*/
|
|
2113
|
-
memory
|
|
2114
|
-
|
|
2115
|
-
constructor(data?: PartialMessage<JobSpecMetadataResourceConfig>) {
|
|
2116
|
-
super();
|
|
2117
|
-
proto3.util.initPartial(data, this);
|
|
2118
|
-
}
|
|
1224
|
+
memory: string;
|
|
1225
|
+
};
|
|
2119
1226
|
|
|
2120
|
-
|
|
2121
|
-
|
|
2122
|
-
|
|
2123
|
-
|
|
2124
|
-
|
|
2125
|
-
|
|
2126
|
-
|
|
2127
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobSpecMetadataResourceConfig {
|
|
2128
|
-
return new JobSpecMetadataResourceConfig().fromBinary(bytes, options);
|
|
2129
|
-
}
|
|
2130
|
-
|
|
2131
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobSpecMetadataResourceConfig {
|
|
2132
|
-
return new JobSpecMetadataResourceConfig().fromJson(jsonValue, options);
|
|
2133
|
-
}
|
|
2134
|
-
|
|
2135
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobSpecMetadataResourceConfig {
|
|
2136
|
-
return new JobSpecMetadataResourceConfig().fromJsonString(jsonString, options);
|
|
2137
|
-
}
|
|
2138
|
-
|
|
2139
|
-
static equals(a: JobSpecMetadataResourceConfig | PlainMessage<JobSpecMetadataResourceConfig> | undefined, b: JobSpecMetadataResourceConfig | PlainMessage<JobSpecMetadataResourceConfig> | undefined): boolean {
|
|
2140
|
-
return proto3.util.equals(JobSpecMetadataResourceConfig, a, b);
|
|
2141
|
-
}
|
|
2142
|
-
}
|
|
1227
|
+
/**
|
|
1228
|
+
* Describes the message raystack.optimus.core.v1beta1.JobSpecMetadataResourceConfig.
|
|
1229
|
+
* Use `create(JobSpecMetadataResourceConfigSchema)` to create a new message.
|
|
1230
|
+
*/
|
|
1231
|
+
export const JobSpecMetadataResourceConfigSchema: GenMessage<JobSpecMetadataResourceConfig> = /*@__PURE__*/
|
|
1232
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 31);
|
|
2143
1233
|
|
|
2144
1234
|
/**
|
|
2145
1235
|
* @generated from message raystack.optimus.core.v1beta1.JobSpecMetadataAirflow
|
|
2146
1236
|
*/
|
|
2147
|
-
export
|
|
1237
|
+
export type JobSpecMetadataAirflow = Message<"raystack.optimus.core.v1beta1.JobSpecMetadataAirflow"> & {
|
|
2148
1238
|
/**
|
|
2149
1239
|
* @generated from field: string pool = 1;
|
|
2150
1240
|
*/
|
|
2151
|
-
pool
|
|
1241
|
+
pool: string;
|
|
2152
1242
|
|
|
2153
1243
|
/**
|
|
2154
1244
|
* @generated from field: string queue = 2;
|
|
2155
1245
|
*/
|
|
2156
|
-
queue
|
|
2157
|
-
|
|
2158
|
-
constructor(data?: PartialMessage<JobSpecMetadataAirflow>) {
|
|
2159
|
-
super();
|
|
2160
|
-
proto3.util.initPartial(data, this);
|
|
2161
|
-
}
|
|
1246
|
+
queue: string;
|
|
1247
|
+
};
|
|
2162
1248
|
|
|
2163
|
-
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobSpecMetadataAirflow {
|
|
2171
|
-
return new JobSpecMetadataAirflow().fromBinary(bytes, options);
|
|
2172
|
-
}
|
|
2173
|
-
|
|
2174
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobSpecMetadataAirflow {
|
|
2175
|
-
return new JobSpecMetadataAirflow().fromJson(jsonValue, options);
|
|
2176
|
-
}
|
|
2177
|
-
|
|
2178
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobSpecMetadataAirflow {
|
|
2179
|
-
return new JobSpecMetadataAirflow().fromJsonString(jsonString, options);
|
|
2180
|
-
}
|
|
2181
|
-
|
|
2182
|
-
static equals(a: JobSpecMetadataAirflow | PlainMessage<JobSpecMetadataAirflow> | undefined, b: JobSpecMetadataAirflow | PlainMessage<JobSpecMetadataAirflow> | undefined): boolean {
|
|
2183
|
-
return proto3.util.equals(JobSpecMetadataAirflow, a, b);
|
|
2184
|
-
}
|
|
2185
|
-
}
|
|
1249
|
+
/**
|
|
1250
|
+
* Describes the message raystack.optimus.core.v1beta1.JobSpecMetadataAirflow.
|
|
1251
|
+
* Use `create(JobSpecMetadataAirflowSchema)` to create a new message.
|
|
1252
|
+
*/
|
|
1253
|
+
export const JobSpecMetadataAirflowSchema: GenMessage<JobSpecMetadataAirflow> = /*@__PURE__*/
|
|
1254
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 32);
|
|
2186
1255
|
|
|
2187
1256
|
/**
|
|
2188
1257
|
* @generated from message raystack.optimus.core.v1beta1.RefreshJobsRequest
|
|
2189
1258
|
*/
|
|
2190
|
-
export
|
|
1259
|
+
export type RefreshJobsRequest = Message<"raystack.optimus.core.v1beta1.RefreshJobsRequest"> & {
|
|
2191
1260
|
/**
|
|
2192
1261
|
* @generated from field: string project_name = 1;
|
|
2193
1262
|
*/
|
|
2194
|
-
projectName
|
|
1263
|
+
projectName: string;
|
|
2195
1264
|
|
|
2196
1265
|
/**
|
|
2197
1266
|
* @generated from field: repeated string namespace_names = 2;
|
|
2198
1267
|
*/
|
|
2199
|
-
namespaceNames: string[]
|
|
1268
|
+
namespaceNames: string[];
|
|
2200
1269
|
|
|
2201
1270
|
/**
|
|
2202
1271
|
* @generated from field: repeated string job_names = 3;
|
|
2203
1272
|
*/
|
|
2204
|
-
jobNames: string[]
|
|
1273
|
+
jobNames: string[];
|
|
1274
|
+
};
|
|
2205
1275
|
|
|
2206
|
-
|
|
2207
|
-
|
|
2208
|
-
|
|
2209
|
-
|
|
2210
|
-
|
|
2211
|
-
|
|
2212
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.RefreshJobsRequest";
|
|
2213
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2214
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2215
|
-
{ no: 2, name: "namespace_names", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
2216
|
-
{ no: 3, name: "job_names", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
2217
|
-
]);
|
|
2218
|
-
|
|
2219
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RefreshJobsRequest {
|
|
2220
|
-
return new RefreshJobsRequest().fromBinary(bytes, options);
|
|
2221
|
-
}
|
|
2222
|
-
|
|
2223
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RefreshJobsRequest {
|
|
2224
|
-
return new RefreshJobsRequest().fromJson(jsonValue, options);
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RefreshJobsRequest {
|
|
2228
|
-
return new RefreshJobsRequest().fromJsonString(jsonString, options);
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
static equals(a: RefreshJobsRequest | PlainMessage<RefreshJobsRequest> | undefined, b: RefreshJobsRequest | PlainMessage<RefreshJobsRequest> | undefined): boolean {
|
|
2232
|
-
return proto3.util.equals(RefreshJobsRequest, a, b);
|
|
2233
|
-
}
|
|
2234
|
-
}
|
|
1276
|
+
/**
|
|
1277
|
+
* Describes the message raystack.optimus.core.v1beta1.RefreshJobsRequest.
|
|
1278
|
+
* Use `create(RefreshJobsRequestSchema)` to create a new message.
|
|
1279
|
+
*/
|
|
1280
|
+
export const RefreshJobsRequestSchema: GenMessage<RefreshJobsRequest> = /*@__PURE__*/
|
|
1281
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 33);
|
|
2235
1282
|
|
|
2236
1283
|
/**
|
|
2237
1284
|
* @generated from message raystack.optimus.core.v1beta1.RefreshJobsResponse
|
|
2238
1285
|
*/
|
|
2239
|
-
export
|
|
1286
|
+
export type RefreshJobsResponse = Message<"raystack.optimus.core.v1beta1.RefreshJobsResponse"> & {
|
|
2240
1287
|
/**
|
|
2241
1288
|
* @generated from field: raystack.optimus.core.v1beta1.Log log_status = 6;
|
|
2242
1289
|
*/
|
|
2243
1290
|
logStatus?: Log;
|
|
1291
|
+
};
|
|
2244
1292
|
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2248
|
-
|
|
2249
|
-
|
|
2250
|
-
|
|
2251
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.RefreshJobsResponse";
|
|
2252
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2253
|
-
{ no: 6, name: "log_status", kind: "message", T: Log },
|
|
2254
|
-
]);
|
|
2255
|
-
|
|
2256
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): RefreshJobsResponse {
|
|
2257
|
-
return new RefreshJobsResponse().fromBinary(bytes, options);
|
|
2258
|
-
}
|
|
2259
|
-
|
|
2260
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): RefreshJobsResponse {
|
|
2261
|
-
return new RefreshJobsResponse().fromJson(jsonValue, options);
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): RefreshJobsResponse {
|
|
2265
|
-
return new RefreshJobsResponse().fromJsonString(jsonString, options);
|
|
2266
|
-
}
|
|
2267
|
-
|
|
2268
|
-
static equals(a: RefreshJobsResponse | PlainMessage<RefreshJobsResponse> | undefined, b: RefreshJobsResponse | PlainMessage<RefreshJobsResponse> | undefined): boolean {
|
|
2269
|
-
return proto3.util.equals(RefreshJobsResponse, a, b);
|
|
2270
|
-
}
|
|
2271
|
-
}
|
|
1293
|
+
/**
|
|
1294
|
+
* Describes the message raystack.optimus.core.v1beta1.RefreshJobsResponse.
|
|
1295
|
+
* Use `create(RefreshJobsResponseSchema)` to create a new message.
|
|
1296
|
+
*/
|
|
1297
|
+
export const RefreshJobsResponseSchema: GenMessage<RefreshJobsResponse> = /*@__PURE__*/
|
|
1298
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 34);
|
|
2272
1299
|
|
|
2273
1300
|
/**
|
|
2274
1301
|
* @generated from message raystack.optimus.core.v1beta1.GetDeployJobsStatusRequest
|
|
2275
1302
|
*/
|
|
2276
|
-
export
|
|
1303
|
+
export type GetDeployJobsStatusRequest = Message<"raystack.optimus.core.v1beta1.GetDeployJobsStatusRequest"> & {
|
|
2277
1304
|
/**
|
|
2278
1305
|
* @generated from field: string deploy_id = 1;
|
|
2279
1306
|
*/
|
|
2280
|
-
deployId
|
|
1307
|
+
deployId: string;
|
|
1308
|
+
};
|
|
2281
1309
|
|
|
2282
|
-
|
|
2283
|
-
|
|
2284
|
-
|
|
2285
|
-
|
|
2286
|
-
|
|
2287
|
-
|
|
2288
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.GetDeployJobsStatusRequest";
|
|
2289
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2290
|
-
{ no: 1, name: "deploy_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2291
|
-
]);
|
|
2292
|
-
|
|
2293
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetDeployJobsStatusRequest {
|
|
2294
|
-
return new GetDeployJobsStatusRequest().fromBinary(bytes, options);
|
|
2295
|
-
}
|
|
2296
|
-
|
|
2297
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetDeployJobsStatusRequest {
|
|
2298
|
-
return new GetDeployJobsStatusRequest().fromJson(jsonValue, options);
|
|
2299
|
-
}
|
|
2300
|
-
|
|
2301
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetDeployJobsStatusRequest {
|
|
2302
|
-
return new GetDeployJobsStatusRequest().fromJsonString(jsonString, options);
|
|
2303
|
-
}
|
|
2304
|
-
|
|
2305
|
-
static equals(a: GetDeployJobsStatusRequest | PlainMessage<GetDeployJobsStatusRequest> | undefined, b: GetDeployJobsStatusRequest | PlainMessage<GetDeployJobsStatusRequest> | undefined): boolean {
|
|
2306
|
-
return proto3.util.equals(GetDeployJobsStatusRequest, a, b);
|
|
2307
|
-
}
|
|
2308
|
-
}
|
|
1310
|
+
/**
|
|
1311
|
+
* Describes the message raystack.optimus.core.v1beta1.GetDeployJobsStatusRequest.
|
|
1312
|
+
* Use `create(GetDeployJobsStatusRequestSchema)` to create a new message.
|
|
1313
|
+
*/
|
|
1314
|
+
export const GetDeployJobsStatusRequestSchema: GenMessage<GetDeployJobsStatusRequest> = /*@__PURE__*/
|
|
1315
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 35);
|
|
2309
1316
|
|
|
2310
1317
|
/**
|
|
2311
1318
|
* @generated from message raystack.optimus.core.v1beta1.GetDeployJobsStatusResponse
|
|
2312
1319
|
*/
|
|
2313
|
-
export
|
|
1320
|
+
export type GetDeployJobsStatusResponse = Message<"raystack.optimus.core.v1beta1.GetDeployJobsStatusResponse"> & {
|
|
2314
1321
|
/**
|
|
2315
1322
|
* @generated from field: string status = 1;
|
|
2316
1323
|
*/
|
|
2317
|
-
status
|
|
1324
|
+
status: string;
|
|
2318
1325
|
|
|
2319
1326
|
/**
|
|
2320
1327
|
* @generated from field: repeated raystack.optimus.core.v1beta1.DeployJobFailure failures = 2;
|
|
2321
1328
|
*/
|
|
2322
|
-
failures: DeployJobFailure[]
|
|
1329
|
+
failures: DeployJobFailure[];
|
|
2323
1330
|
|
|
2324
1331
|
/**
|
|
2325
1332
|
* @generated from field: int32 success_count = 3;
|
|
2326
1333
|
*/
|
|
2327
|
-
successCount
|
|
1334
|
+
successCount: number;
|
|
2328
1335
|
|
|
2329
1336
|
/**
|
|
2330
1337
|
* @generated from field: int32 failure_count = 4;
|
|
2331
1338
|
*/
|
|
2332
|
-
failureCount
|
|
1339
|
+
failureCount: number;
|
|
2333
1340
|
|
|
2334
1341
|
/**
|
|
2335
1342
|
* @generated from field: map<string, string> unknown_dependencies = 5;
|
|
2336
1343
|
*/
|
|
2337
|
-
unknownDependencies: { [key: string]: string }
|
|
2338
|
-
|
|
2339
|
-
|
|
2340
|
-
|
|
2341
|
-
|
|
2342
|
-
|
|
2343
|
-
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2347
|
-
{ no: 1, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2348
|
-
{ no: 2, name: "failures", kind: "message", T: DeployJobFailure, repeated: true },
|
|
2349
|
-
{ no: 3, name: "success_count", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
2350
|
-
{ no: 4, name: "failure_count", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
2351
|
-
{ no: 5, name: "unknown_dependencies", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
2352
|
-
]);
|
|
2353
|
-
|
|
2354
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetDeployJobsStatusResponse {
|
|
2355
|
-
return new GetDeployJobsStatusResponse().fromBinary(bytes, options);
|
|
2356
|
-
}
|
|
2357
|
-
|
|
2358
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetDeployJobsStatusResponse {
|
|
2359
|
-
return new GetDeployJobsStatusResponse().fromJson(jsonValue, options);
|
|
2360
|
-
}
|
|
2361
|
-
|
|
2362
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetDeployJobsStatusResponse {
|
|
2363
|
-
return new GetDeployJobsStatusResponse().fromJsonString(jsonString, options);
|
|
2364
|
-
}
|
|
2365
|
-
|
|
2366
|
-
static equals(a: GetDeployJobsStatusResponse | PlainMessage<GetDeployJobsStatusResponse> | undefined, b: GetDeployJobsStatusResponse | PlainMessage<GetDeployJobsStatusResponse> | undefined): boolean {
|
|
2367
|
-
return proto3.util.equals(GetDeployJobsStatusResponse, a, b);
|
|
2368
|
-
}
|
|
2369
|
-
}
|
|
1344
|
+
unknownDependencies: { [key: string]: string };
|
|
1345
|
+
};
|
|
1346
|
+
|
|
1347
|
+
/**
|
|
1348
|
+
* Describes the message raystack.optimus.core.v1beta1.GetDeployJobsStatusResponse.
|
|
1349
|
+
* Use `create(GetDeployJobsStatusResponseSchema)` to create a new message.
|
|
1350
|
+
*/
|
|
1351
|
+
export const GetDeployJobsStatusResponseSchema: GenMessage<GetDeployJobsStatusResponse> = /*@__PURE__*/
|
|
1352
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 36);
|
|
2370
1353
|
|
|
2371
1354
|
/**
|
|
2372
1355
|
* @generated from message raystack.optimus.core.v1beta1.DeployJobFailure
|
|
2373
1356
|
*/
|
|
2374
|
-
export
|
|
1357
|
+
export type DeployJobFailure = Message<"raystack.optimus.core.v1beta1.DeployJobFailure"> & {
|
|
2375
1358
|
/**
|
|
2376
1359
|
* @generated from field: string job_name = 1;
|
|
2377
1360
|
*/
|
|
2378
|
-
jobName
|
|
1361
|
+
jobName: string;
|
|
2379
1362
|
|
|
2380
1363
|
/**
|
|
2381
1364
|
* @generated from field: string message = 2;
|
|
2382
1365
|
*/
|
|
2383
|
-
message
|
|
2384
|
-
|
|
2385
|
-
constructor(data?: PartialMessage<DeployJobFailure>) {
|
|
2386
|
-
super();
|
|
2387
|
-
proto3.util.initPartial(data, this);
|
|
2388
|
-
}
|
|
2389
|
-
|
|
2390
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2391
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.DeployJobFailure";
|
|
2392
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2393
|
-
{ no: 1, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2394
|
-
{ no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2395
|
-
]);
|
|
2396
|
-
|
|
2397
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployJobFailure {
|
|
2398
|
-
return new DeployJobFailure().fromBinary(bytes, options);
|
|
2399
|
-
}
|
|
1366
|
+
message: string;
|
|
1367
|
+
};
|
|
2400
1368
|
|
|
2401
|
-
|
|
2402
|
-
|
|
2403
|
-
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
}
|
|
2408
|
-
|
|
2409
|
-
static equals(a: DeployJobFailure | PlainMessage<DeployJobFailure> | undefined, b: DeployJobFailure | PlainMessage<DeployJobFailure> | undefined): boolean {
|
|
2410
|
-
return proto3.util.equals(DeployJobFailure, a, b);
|
|
2411
|
-
}
|
|
2412
|
-
}
|
|
1369
|
+
/**
|
|
1370
|
+
* Describes the message raystack.optimus.core.v1beta1.DeployJobFailure.
|
|
1371
|
+
* Use `create(DeployJobFailureSchema)` to create a new message.
|
|
1372
|
+
*/
|
|
1373
|
+
export const DeployJobFailureSchema: GenMessage<DeployJobFailure> = /*@__PURE__*/
|
|
1374
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 37);
|
|
2413
1375
|
|
|
2414
1376
|
/**
|
|
2415
1377
|
* @generated from message raystack.optimus.core.v1beta1.GetJobSpecificationsRequest
|
|
2416
1378
|
*/
|
|
2417
|
-
export
|
|
1379
|
+
export type GetJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.GetJobSpecificationsRequest"> & {
|
|
2418
1380
|
/**
|
|
2419
1381
|
* @generated from field: string project_name = 1;
|
|
2420
1382
|
*/
|
|
2421
|
-
projectName
|
|
1383
|
+
projectName: string;
|
|
2422
1384
|
|
|
2423
1385
|
/**
|
|
2424
1386
|
* @generated from field: string resource_destination = 2;
|
|
2425
1387
|
*/
|
|
2426
|
-
resourceDestination
|
|
1388
|
+
resourceDestination: string;
|
|
2427
1389
|
|
|
2428
1390
|
/**
|
|
2429
1391
|
* @generated from field: string job_name = 3;
|
|
2430
1392
|
*/
|
|
2431
|
-
jobName
|
|
1393
|
+
jobName: string;
|
|
2432
1394
|
|
|
2433
1395
|
/**
|
|
2434
1396
|
* @generated from field: string namespace_name = 4;
|
|
2435
1397
|
*/
|
|
2436
|
-
namespaceName
|
|
2437
|
-
|
|
2438
|
-
|
|
2439
|
-
|
|
2440
|
-
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
|
|
2445
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2446
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2447
|
-
{ no: 2, name: "resource_destination", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2448
|
-
{ no: 3, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2449
|
-
{ no: 4, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2450
|
-
]);
|
|
2451
|
-
|
|
2452
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobSpecificationsRequest {
|
|
2453
|
-
return new GetJobSpecificationsRequest().fromBinary(bytes, options);
|
|
2454
|
-
}
|
|
2455
|
-
|
|
2456
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetJobSpecificationsRequest {
|
|
2457
|
-
return new GetJobSpecificationsRequest().fromJson(jsonValue, options);
|
|
2458
|
-
}
|
|
2459
|
-
|
|
2460
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetJobSpecificationsRequest {
|
|
2461
|
-
return new GetJobSpecificationsRequest().fromJsonString(jsonString, options);
|
|
2462
|
-
}
|
|
2463
|
-
|
|
2464
|
-
static equals(a: GetJobSpecificationsRequest | PlainMessage<GetJobSpecificationsRequest> | undefined, b: GetJobSpecificationsRequest | PlainMessage<GetJobSpecificationsRequest> | undefined): boolean {
|
|
2465
|
-
return proto3.util.equals(GetJobSpecificationsRequest, a, b);
|
|
2466
|
-
}
|
|
2467
|
-
}
|
|
1398
|
+
namespaceName: string;
|
|
1399
|
+
};
|
|
1400
|
+
|
|
1401
|
+
/**
|
|
1402
|
+
* Describes the message raystack.optimus.core.v1beta1.GetJobSpecificationsRequest.
|
|
1403
|
+
* Use `create(GetJobSpecificationsRequestSchema)` to create a new message.
|
|
1404
|
+
*/
|
|
1405
|
+
export const GetJobSpecificationsRequestSchema: GenMessage<GetJobSpecificationsRequest> = /*@__PURE__*/
|
|
1406
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 38);
|
|
2468
1407
|
|
|
2469
1408
|
/**
|
|
2470
1409
|
* @generated from message raystack.optimus.core.v1beta1.GetJobSpecificationsResponse
|
|
2471
1410
|
*/
|
|
2472
|
-
export
|
|
1411
|
+
export type GetJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.GetJobSpecificationsResponse"> & {
|
|
2473
1412
|
/**
|
|
2474
1413
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 1 [deprecated = true];
|
|
2475
1414
|
* @deprecated
|
|
2476
1415
|
*/
|
|
2477
|
-
jobs: JobSpecification[]
|
|
1416
|
+
jobs: JobSpecification[];
|
|
2478
1417
|
|
|
2479
1418
|
/**
|
|
2480
1419
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecificationResponse job_specification_responses = 2;
|
|
2481
1420
|
*/
|
|
2482
|
-
jobSpecificationResponses: JobSpecificationResponse[]
|
|
2483
|
-
|
|
2484
|
-
constructor(data?: PartialMessage<GetJobSpecificationsResponse>) {
|
|
2485
|
-
super();
|
|
2486
|
-
proto3.util.initPartial(data, this);
|
|
2487
|
-
}
|
|
2488
|
-
|
|
2489
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2490
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.GetJobSpecificationsResponse";
|
|
2491
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2492
|
-
{ no: 1, name: "jobs", kind: "message", T: JobSpecification, repeated: true },
|
|
2493
|
-
{ no: 2, name: "job_specification_responses", kind: "message", T: JobSpecificationResponse, repeated: true },
|
|
2494
|
-
]);
|
|
2495
|
-
|
|
2496
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobSpecificationsResponse {
|
|
2497
|
-
return new GetJobSpecificationsResponse().fromBinary(bytes, options);
|
|
2498
|
-
}
|
|
1421
|
+
jobSpecificationResponses: JobSpecificationResponse[];
|
|
1422
|
+
};
|
|
2499
1423
|
|
|
2500
|
-
|
|
2501
|
-
|
|
2502
|
-
|
|
2503
|
-
|
|
2504
|
-
|
|
2505
|
-
|
|
2506
|
-
}
|
|
2507
|
-
|
|
2508
|
-
static equals(a: GetJobSpecificationsResponse | PlainMessage<GetJobSpecificationsResponse> | undefined, b: GetJobSpecificationsResponse | PlainMessage<GetJobSpecificationsResponse> | undefined): boolean {
|
|
2509
|
-
return proto3.util.equals(GetJobSpecificationsResponse, a, b);
|
|
2510
|
-
}
|
|
2511
|
-
}
|
|
1424
|
+
/**
|
|
1425
|
+
* Describes the message raystack.optimus.core.v1beta1.GetJobSpecificationsResponse.
|
|
1426
|
+
* Use `create(GetJobSpecificationsResponseSchema)` to create a new message.
|
|
1427
|
+
*/
|
|
1428
|
+
export const GetJobSpecificationsResponseSchema: GenMessage<GetJobSpecificationsResponse> = /*@__PURE__*/
|
|
1429
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 39);
|
|
2512
1430
|
|
|
2513
1431
|
/**
|
|
2514
1432
|
* @generated from message raystack.optimus.core.v1beta1.JobSpecificationResponse
|
|
2515
1433
|
*/
|
|
2516
|
-
export
|
|
1434
|
+
export type JobSpecificationResponse = Message<"raystack.optimus.core.v1beta1.JobSpecificationResponse"> & {
|
|
2517
1435
|
/**
|
|
2518
1436
|
* @generated from field: string project_name = 1;
|
|
2519
1437
|
*/
|
|
2520
|
-
projectName
|
|
1438
|
+
projectName: string;
|
|
2521
1439
|
|
|
2522
1440
|
/**
|
|
2523
1441
|
* @generated from field: string namespace_name = 2;
|
|
2524
1442
|
*/
|
|
2525
|
-
namespaceName
|
|
1443
|
+
namespaceName: string;
|
|
2526
1444
|
|
|
2527
1445
|
/**
|
|
2528
1446
|
* @generated from field: raystack.optimus.core.v1beta1.JobSpecification job = 3;
|
|
2529
1447
|
*/
|
|
2530
1448
|
job?: JobSpecification;
|
|
1449
|
+
};
|
|
2531
1450
|
|
|
2532
|
-
|
|
2533
|
-
|
|
2534
|
-
|
|
2535
|
-
|
|
2536
|
-
|
|
2537
|
-
|
|
2538
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobSpecificationResponse";
|
|
2539
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2540
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2541
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2542
|
-
{ no: 3, name: "job", kind: "message", T: JobSpecification },
|
|
2543
|
-
]);
|
|
2544
|
-
|
|
2545
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobSpecificationResponse {
|
|
2546
|
-
return new JobSpecificationResponse().fromBinary(bytes, options);
|
|
2547
|
-
}
|
|
2548
|
-
|
|
2549
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobSpecificationResponse {
|
|
2550
|
-
return new JobSpecificationResponse().fromJson(jsonValue, options);
|
|
2551
|
-
}
|
|
2552
|
-
|
|
2553
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobSpecificationResponse {
|
|
2554
|
-
return new JobSpecificationResponse().fromJsonString(jsonString, options);
|
|
2555
|
-
}
|
|
2556
|
-
|
|
2557
|
-
static equals(a: JobSpecificationResponse | PlainMessage<JobSpecificationResponse> | undefined, b: JobSpecificationResponse | PlainMessage<JobSpecificationResponse> | undefined): boolean {
|
|
2558
|
-
return proto3.util.equals(JobSpecificationResponse, a, b);
|
|
2559
|
-
}
|
|
2560
|
-
}
|
|
1451
|
+
/**
|
|
1452
|
+
* Describes the message raystack.optimus.core.v1beta1.JobSpecificationResponse.
|
|
1453
|
+
* Use `create(JobSpecificationResponseSchema)` to create a new message.
|
|
1454
|
+
*/
|
|
1455
|
+
export const JobSpecificationResponseSchema: GenMessage<JobSpecificationResponse> = /*@__PURE__*/
|
|
1456
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 40);
|
|
2561
1457
|
|
|
2562
1458
|
/**
|
|
2563
1459
|
* @generated from message raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsRequest
|
|
2564
1460
|
*/
|
|
2565
|
-
export
|
|
1461
|
+
export type ReplaceAllJobSpecificationsRequest = Message<"raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsRequest"> & {
|
|
2566
1462
|
/**
|
|
2567
1463
|
* @generated from field: string project_name = 1;
|
|
2568
1464
|
*/
|
|
2569
|
-
projectName
|
|
1465
|
+
projectName: string;
|
|
2570
1466
|
|
|
2571
1467
|
/**
|
|
2572
1468
|
* @generated from field: string namespace_name = 2;
|
|
2573
1469
|
*/
|
|
2574
|
-
namespaceName
|
|
1470
|
+
namespaceName: string;
|
|
2575
1471
|
|
|
2576
1472
|
/**
|
|
2577
1473
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobSpecification jobs = 3;
|
|
2578
1474
|
*/
|
|
2579
|
-
jobs: JobSpecification[]
|
|
2580
|
-
|
|
2581
|
-
constructor(data?: PartialMessage<ReplaceAllJobSpecificationsRequest>) {
|
|
2582
|
-
super();
|
|
2583
|
-
proto3.util.initPartial(data, this);
|
|
2584
|
-
}
|
|
2585
|
-
|
|
2586
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2587
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsRequest";
|
|
2588
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2589
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2590
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2591
|
-
{ no: 3, name: "jobs", kind: "message", T: JobSpecification, repeated: true },
|
|
2592
|
-
]);
|
|
2593
|
-
|
|
2594
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReplaceAllJobSpecificationsRequest {
|
|
2595
|
-
return new ReplaceAllJobSpecificationsRequest().fromBinary(bytes, options);
|
|
2596
|
-
}
|
|
2597
|
-
|
|
2598
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReplaceAllJobSpecificationsRequest {
|
|
2599
|
-
return new ReplaceAllJobSpecificationsRequest().fromJson(jsonValue, options);
|
|
2600
|
-
}
|
|
1475
|
+
jobs: JobSpecification[];
|
|
1476
|
+
};
|
|
2601
1477
|
|
|
2602
|
-
|
|
2603
|
-
|
|
2604
|
-
|
|
2605
|
-
|
|
2606
|
-
|
|
2607
|
-
|
|
2608
|
-
}
|
|
2609
|
-
}
|
|
1478
|
+
/**
|
|
1479
|
+
* Describes the message raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsRequest.
|
|
1480
|
+
* Use `create(ReplaceAllJobSpecificationsRequestSchema)` to create a new message.
|
|
1481
|
+
*/
|
|
1482
|
+
export const ReplaceAllJobSpecificationsRequestSchema: GenMessage<ReplaceAllJobSpecificationsRequest> = /*@__PURE__*/
|
|
1483
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 41);
|
|
2610
1484
|
|
|
2611
1485
|
/**
|
|
2612
1486
|
* @generated from message raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsResponse
|
|
2613
1487
|
*/
|
|
2614
|
-
export
|
|
1488
|
+
export type ReplaceAllJobSpecificationsResponse = Message<"raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsResponse"> & {
|
|
2615
1489
|
/**
|
|
2616
1490
|
* @generated from field: raystack.optimus.core.v1beta1.Log log_status = 1;
|
|
2617
1491
|
*/
|
|
2618
1492
|
logStatus?: Log;
|
|
1493
|
+
};
|
|
2619
1494
|
|
|
2620
|
-
|
|
2621
|
-
|
|
2622
|
-
|
|
2623
|
-
|
|
2624
|
-
|
|
2625
|
-
|
|
2626
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsResponse";
|
|
2627
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2628
|
-
{ no: 1, name: "log_status", kind: "message", T: Log },
|
|
2629
|
-
]);
|
|
2630
|
-
|
|
2631
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReplaceAllJobSpecificationsResponse {
|
|
2632
|
-
return new ReplaceAllJobSpecificationsResponse().fromBinary(bytes, options);
|
|
2633
|
-
}
|
|
2634
|
-
|
|
2635
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReplaceAllJobSpecificationsResponse {
|
|
2636
|
-
return new ReplaceAllJobSpecificationsResponse().fromJson(jsonValue, options);
|
|
2637
|
-
}
|
|
2638
|
-
|
|
2639
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReplaceAllJobSpecificationsResponse {
|
|
2640
|
-
return new ReplaceAllJobSpecificationsResponse().fromJsonString(jsonString, options);
|
|
2641
|
-
}
|
|
2642
|
-
|
|
2643
|
-
static equals(a: ReplaceAllJobSpecificationsResponse | PlainMessage<ReplaceAllJobSpecificationsResponse> | undefined, b: ReplaceAllJobSpecificationsResponse | PlainMessage<ReplaceAllJobSpecificationsResponse> | undefined): boolean {
|
|
2644
|
-
return proto3.util.equals(ReplaceAllJobSpecificationsResponse, a, b);
|
|
2645
|
-
}
|
|
2646
|
-
}
|
|
1495
|
+
/**
|
|
1496
|
+
* Describes the message raystack.optimus.core.v1beta1.ReplaceAllJobSpecificationsResponse.
|
|
1497
|
+
* Use `create(ReplaceAllJobSpecificationsResponseSchema)` to create a new message.
|
|
1498
|
+
*/
|
|
1499
|
+
export const ReplaceAllJobSpecificationsResponseSchema: GenMessage<ReplaceAllJobSpecificationsResponse> = /*@__PURE__*/
|
|
1500
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 42);
|
|
2647
1501
|
|
|
2648
1502
|
/**
|
|
2649
1503
|
* @generated from message raystack.optimus.core.v1beta1.GetJobTaskRequest
|
|
2650
1504
|
*/
|
|
2651
|
-
export
|
|
1505
|
+
export type GetJobTaskRequest = Message<"raystack.optimus.core.v1beta1.GetJobTaskRequest"> & {
|
|
2652
1506
|
/**
|
|
2653
1507
|
* @generated from field: string project_name = 1;
|
|
2654
1508
|
*/
|
|
2655
|
-
projectName
|
|
1509
|
+
projectName: string;
|
|
2656
1510
|
|
|
2657
1511
|
/**
|
|
2658
1512
|
* @generated from field: string namespace_name = 2;
|
|
2659
1513
|
*/
|
|
2660
|
-
namespaceName
|
|
1514
|
+
namespaceName: string;
|
|
2661
1515
|
|
|
2662
1516
|
/**
|
|
2663
1517
|
* @generated from field: string job_name = 3;
|
|
2664
1518
|
*/
|
|
2665
|
-
jobName
|
|
2666
|
-
|
|
2667
|
-
constructor(data?: PartialMessage<GetJobTaskRequest>) {
|
|
2668
|
-
super();
|
|
2669
|
-
proto3.util.initPartial(data, this);
|
|
2670
|
-
}
|
|
2671
|
-
|
|
2672
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2673
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.GetJobTaskRequest";
|
|
2674
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2675
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2676
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2677
|
-
{ no: 3, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2678
|
-
]);
|
|
2679
|
-
|
|
2680
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobTaskRequest {
|
|
2681
|
-
return new GetJobTaskRequest().fromBinary(bytes, options);
|
|
2682
|
-
}
|
|
1519
|
+
jobName: string;
|
|
1520
|
+
};
|
|
2683
1521
|
|
|
2684
|
-
|
|
2685
|
-
|
|
2686
|
-
|
|
2687
|
-
|
|
2688
|
-
|
|
2689
|
-
|
|
2690
|
-
}
|
|
2691
|
-
|
|
2692
|
-
static equals(a: GetJobTaskRequest | PlainMessage<GetJobTaskRequest> | undefined, b: GetJobTaskRequest | PlainMessage<GetJobTaskRequest> | undefined): boolean {
|
|
2693
|
-
return proto3.util.equals(GetJobTaskRequest, a, b);
|
|
2694
|
-
}
|
|
2695
|
-
}
|
|
1522
|
+
/**
|
|
1523
|
+
* Describes the message raystack.optimus.core.v1beta1.GetJobTaskRequest.
|
|
1524
|
+
* Use `create(GetJobTaskRequestSchema)` to create a new message.
|
|
1525
|
+
*/
|
|
1526
|
+
export const GetJobTaskRequestSchema: GenMessage<GetJobTaskRequest> = /*@__PURE__*/
|
|
1527
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 43);
|
|
2696
1528
|
|
|
2697
1529
|
/**
|
|
2698
1530
|
* @generated from message raystack.optimus.core.v1beta1.GetJobTaskResponse
|
|
2699
1531
|
*/
|
|
2700
|
-
export
|
|
1532
|
+
export type GetJobTaskResponse = Message<"raystack.optimus.core.v1beta1.GetJobTaskResponse"> & {
|
|
2701
1533
|
/**
|
|
2702
1534
|
* @generated from field: raystack.optimus.core.v1beta1.JobTask task = 1;
|
|
2703
1535
|
*/
|
|
2704
1536
|
task?: JobTask;
|
|
1537
|
+
};
|
|
2705
1538
|
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.GetJobTaskResponse";
|
|
2713
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2714
|
-
{ no: 1, name: "task", kind: "message", T: JobTask },
|
|
2715
|
-
]);
|
|
2716
|
-
|
|
2717
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetJobTaskResponse {
|
|
2718
|
-
return new GetJobTaskResponse().fromBinary(bytes, options);
|
|
2719
|
-
}
|
|
2720
|
-
|
|
2721
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetJobTaskResponse {
|
|
2722
|
-
return new GetJobTaskResponse().fromJson(jsonValue, options);
|
|
2723
|
-
}
|
|
2724
|
-
|
|
2725
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetJobTaskResponse {
|
|
2726
|
-
return new GetJobTaskResponse().fromJsonString(jsonString, options);
|
|
2727
|
-
}
|
|
2728
|
-
|
|
2729
|
-
static equals(a: GetJobTaskResponse | PlainMessage<GetJobTaskResponse> | undefined, b: GetJobTaskResponse | PlainMessage<GetJobTaskResponse> | undefined): boolean {
|
|
2730
|
-
return proto3.util.equals(GetJobTaskResponse, a, b);
|
|
2731
|
-
}
|
|
2732
|
-
}
|
|
1539
|
+
/**
|
|
1540
|
+
* Describes the message raystack.optimus.core.v1beta1.GetJobTaskResponse.
|
|
1541
|
+
* Use `create(GetJobTaskResponseSchema)` to create a new message.
|
|
1542
|
+
*/
|
|
1543
|
+
export const GetJobTaskResponseSchema: GenMessage<GetJobTaskResponse> = /*@__PURE__*/
|
|
1544
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 44);
|
|
2733
1545
|
|
|
2734
1546
|
/**
|
|
2735
1547
|
* JobTask is part of a job that dictates main transformation
|
|
@@ -2737,21 +1549,21 @@ export class GetJobTaskResponse extends Message<GetJobTaskResponse> {
|
|
|
2737
1549
|
*
|
|
2738
1550
|
* @generated from message raystack.optimus.core.v1beta1.JobTask
|
|
2739
1551
|
*/
|
|
2740
|
-
export
|
|
1552
|
+
export type JobTask = Message<"raystack.optimus.core.v1beta1.JobTask"> & {
|
|
2741
1553
|
/**
|
|
2742
1554
|
* @generated from field: string name = 1;
|
|
2743
1555
|
*/
|
|
2744
|
-
name
|
|
1556
|
+
name: string;
|
|
2745
1557
|
|
|
2746
1558
|
/**
|
|
2747
1559
|
* @generated from field: string description = 2;
|
|
2748
1560
|
*/
|
|
2749
|
-
description
|
|
1561
|
+
description: string;
|
|
2750
1562
|
|
|
2751
1563
|
/**
|
|
2752
1564
|
* @generated from field: string image = 3;
|
|
2753
1565
|
*/
|
|
2754
|
-
image
|
|
1566
|
+
image: string;
|
|
2755
1567
|
|
|
2756
1568
|
/**
|
|
2757
1569
|
* @generated from field: raystack.optimus.core.v1beta1.JobTask.Destination destination = 4;
|
|
@@ -2761,124 +1573,59 @@ export class JobTask extends Message<JobTask> {
|
|
|
2761
1573
|
/**
|
|
2762
1574
|
* @generated from field: repeated raystack.optimus.core.v1beta1.JobTask.Dependency dependencies = 5;
|
|
2763
1575
|
*/
|
|
2764
|
-
dependencies: JobTask_Dependency[]
|
|
2765
|
-
|
|
2766
|
-
|
|
2767
|
-
|
|
2768
|
-
|
|
2769
|
-
|
|
2770
|
-
|
|
2771
|
-
|
|
2772
|
-
|
|
2773
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2774
|
-
{ no: 1, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2775
|
-
{ no: 2, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2776
|
-
{ no: 3, name: "image", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2777
|
-
{ no: 4, name: "destination", kind: "message", T: JobTask_Destination },
|
|
2778
|
-
{ no: 5, name: "dependencies", kind: "message", T: JobTask_Dependency, repeated: true },
|
|
2779
|
-
]);
|
|
2780
|
-
|
|
2781
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobTask {
|
|
2782
|
-
return new JobTask().fromBinary(bytes, options);
|
|
2783
|
-
}
|
|
2784
|
-
|
|
2785
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): JobTask {
|
|
2786
|
-
return new JobTask().fromJson(jsonValue, options);
|
|
2787
|
-
}
|
|
2788
|
-
|
|
2789
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobTask {
|
|
2790
|
-
return new JobTask().fromJsonString(jsonString, options);
|
|
2791
|
-
}
|
|
2792
|
-
|
|
2793
|
-
static equals(a: JobTask | PlainMessage<JobTask> | undefined, b: JobTask | PlainMessage<JobTask> | undefined): boolean {
|
|
2794
|
-
return proto3.util.equals(JobTask, a, b);
|
|
2795
|
-
}
|
|
2796
|
-
}
|
|
1576
|
+
dependencies: JobTask_Dependency[];
|
|
1577
|
+
};
|
|
1578
|
+
|
|
1579
|
+
/**
|
|
1580
|
+
* Describes the message raystack.optimus.core.v1beta1.JobTask.
|
|
1581
|
+
* Use `create(JobTaskSchema)` to create a new message.
|
|
1582
|
+
*/
|
|
1583
|
+
export const JobTaskSchema: GenMessage<JobTask> = /*@__PURE__*/
|
|
1584
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 45);
|
|
2797
1585
|
|
|
2798
1586
|
/**
|
|
2799
1587
|
* @generated from message raystack.optimus.core.v1beta1.JobTask.Destination
|
|
2800
1588
|
*/
|
|
2801
|
-
export
|
|
1589
|
+
export type JobTask_Destination = Message<"raystack.optimus.core.v1beta1.JobTask.Destination"> & {
|
|
2802
1590
|
/**
|
|
2803
1591
|
* @generated from field: string destination = 1;
|
|
2804
1592
|
*/
|
|
2805
|
-
destination
|
|
1593
|
+
destination: string;
|
|
2806
1594
|
|
|
2807
1595
|
/**
|
|
2808
1596
|
* @generated from field: string type = 2;
|
|
2809
1597
|
*/
|
|
2810
|
-
type
|
|
2811
|
-
|
|
2812
|
-
constructor(data?: PartialMessage<JobTask_Destination>) {
|
|
2813
|
-
super();
|
|
2814
|
-
proto3.util.initPartial(data, this);
|
|
2815
|
-
}
|
|
2816
|
-
|
|
2817
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2818
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobTask.Destination";
|
|
2819
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2820
|
-
{ no: 1, name: "destination", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2821
|
-
{ no: 2, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2822
|
-
]);
|
|
2823
|
-
|
|
2824
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): JobTask_Destination {
|
|
2825
|
-
return new JobTask_Destination().fromBinary(bytes, options);
|
|
2826
|
-
}
|
|
1598
|
+
type: string;
|
|
1599
|
+
};
|
|
2827
1600
|
|
|
2828
|
-
|
|
2829
|
-
|
|
2830
|
-
|
|
2831
|
-
|
|
2832
|
-
|
|
2833
|
-
|
|
2834
|
-
}
|
|
2835
|
-
|
|
2836
|
-
static equals(a: JobTask_Destination | PlainMessage<JobTask_Destination> | undefined, b: JobTask_Destination | PlainMessage<JobTask_Destination> | undefined): boolean {
|
|
2837
|
-
return proto3.util.equals(JobTask_Destination, a, b);
|
|
2838
|
-
}
|
|
2839
|
-
}
|
|
1601
|
+
/**
|
|
1602
|
+
* Describes the message raystack.optimus.core.v1beta1.JobTask.Destination.
|
|
1603
|
+
* Use `create(JobTask_DestinationSchema)` to create a new message.
|
|
1604
|
+
*/
|
|
1605
|
+
export const JobTask_DestinationSchema: GenMessage<JobTask_Destination> = /*@__PURE__*/
|
|
1606
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 45, 0);
|
|
2840
1607
|
|
|
2841
1608
|
/**
|
|
2842
1609
|
* @generated from message raystack.optimus.core.v1beta1.JobTask.Dependency
|
|
2843
1610
|
*/
|
|
2844
|
-
export
|
|
1611
|
+
export type JobTask_Dependency = Message<"raystack.optimus.core.v1beta1.JobTask.Dependency"> & {
|
|
2845
1612
|
/**
|
|
2846
1613
|
* @generated from field: string dependency = 1;
|
|
2847
1614
|
*/
|
|
2848
|
-
dependency
|
|
2849
|
-
|
|
2850
|
-
constructor(data?: PartialMessage<JobTask_Dependency>) {
|
|
2851
|
-
super();
|
|
2852
|
-
proto3.util.initPartial(data, this);
|
|
2853
|
-
}
|
|
2854
|
-
|
|
2855
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
2856
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.JobTask.Dependency";
|
|
2857
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2858
|
-
{ no: 1, name: "dependency", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2859
|
-
]);
|
|
1615
|
+
dependency: string;
|
|
1616
|
+
};
|
|
2860
1617
|
|
|
2861
|
-
|
|
2862
|
-
|
|
2863
|
-
|
|
2864
|
-
|
|
2865
|
-
|
|
2866
|
-
|
|
2867
|
-
}
|
|
2868
|
-
|
|
2869
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): JobTask_Dependency {
|
|
2870
|
-
return new JobTask_Dependency().fromJsonString(jsonString, options);
|
|
2871
|
-
}
|
|
2872
|
-
|
|
2873
|
-
static equals(a: JobTask_Dependency | PlainMessage<JobTask_Dependency> | undefined, b: JobTask_Dependency | PlainMessage<JobTask_Dependency> | undefined): boolean {
|
|
2874
|
-
return proto3.util.equals(JobTask_Dependency, a, b);
|
|
2875
|
-
}
|
|
2876
|
-
}
|
|
1618
|
+
/**
|
|
1619
|
+
* Describes the message raystack.optimus.core.v1beta1.JobTask.Dependency.
|
|
1620
|
+
* Use `create(JobTask_DependencySchema)` to create a new message.
|
|
1621
|
+
*/
|
|
1622
|
+
export const JobTask_DependencySchema: GenMessage<JobTask_Dependency> = /*@__PURE__*/
|
|
1623
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 45, 1);
|
|
2877
1624
|
|
|
2878
1625
|
/**
|
|
2879
1626
|
* @generated from message raystack.optimus.core.v1beta1.GetWindowRequest
|
|
2880
1627
|
*/
|
|
2881
|
-
export
|
|
1628
|
+
export type GetWindowRequest = Message<"raystack.optimus.core.v1beta1.GetWindowRequest"> & {
|
|
2882
1629
|
/**
|
|
2883
1630
|
* @generated from field: google.protobuf.Timestamp scheduled_at = 1;
|
|
2884
1631
|
*/
|
|
@@ -2887,59 +1634,35 @@ export class GetWindowRequest extends Message<GetWindowRequest> {
|
|
|
2887
1634
|
/**
|
|
2888
1635
|
* @generated from field: string size = 2;
|
|
2889
1636
|
*/
|
|
2890
|
-
size
|
|
1637
|
+
size: string;
|
|
2891
1638
|
|
|
2892
1639
|
/**
|
|
2893
1640
|
* @generated from field: string offset = 3;
|
|
2894
1641
|
*/
|
|
2895
|
-
offset
|
|
1642
|
+
offset: string;
|
|
2896
1643
|
|
|
2897
1644
|
/**
|
|
2898
1645
|
* @generated from field: string truncate_to = 4;
|
|
2899
1646
|
*/
|
|
2900
|
-
truncateTo
|
|
1647
|
+
truncateTo: string;
|
|
2901
1648
|
|
|
2902
1649
|
/**
|
|
2903
1650
|
* @generated from field: int32 version = 5;
|
|
2904
1651
|
*/
|
|
2905
|
-
version
|
|
2906
|
-
|
|
2907
|
-
|
|
2908
|
-
|
|
2909
|
-
|
|
2910
|
-
|
|
2911
|
-
|
|
2912
|
-
|
|
2913
|
-
|
|
2914
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2915
|
-
{ no: 1, name: "scheduled_at", kind: "message", T: Timestamp },
|
|
2916
|
-
{ no: 2, name: "size", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2917
|
-
{ no: 3, name: "offset", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2918
|
-
{ no: 4, name: "truncate_to", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
2919
|
-
{ no: 5, name: "version", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
2920
|
-
]);
|
|
2921
|
-
|
|
2922
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetWindowRequest {
|
|
2923
|
-
return new GetWindowRequest().fromBinary(bytes, options);
|
|
2924
|
-
}
|
|
2925
|
-
|
|
2926
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetWindowRequest {
|
|
2927
|
-
return new GetWindowRequest().fromJson(jsonValue, options);
|
|
2928
|
-
}
|
|
2929
|
-
|
|
2930
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetWindowRequest {
|
|
2931
|
-
return new GetWindowRequest().fromJsonString(jsonString, options);
|
|
2932
|
-
}
|
|
2933
|
-
|
|
2934
|
-
static equals(a: GetWindowRequest | PlainMessage<GetWindowRequest> | undefined, b: GetWindowRequest | PlainMessage<GetWindowRequest> | undefined): boolean {
|
|
2935
|
-
return proto3.util.equals(GetWindowRequest, a, b);
|
|
2936
|
-
}
|
|
2937
|
-
}
|
|
1652
|
+
version: number;
|
|
1653
|
+
};
|
|
1654
|
+
|
|
1655
|
+
/**
|
|
1656
|
+
* Describes the message raystack.optimus.core.v1beta1.GetWindowRequest.
|
|
1657
|
+
* Use `create(GetWindowRequestSchema)` to create a new message.
|
|
1658
|
+
*/
|
|
1659
|
+
export const GetWindowRequestSchema: GenMessage<GetWindowRequest> = /*@__PURE__*/
|
|
1660
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 46);
|
|
2938
1661
|
|
|
2939
1662
|
/**
|
|
2940
1663
|
* @generated from message raystack.optimus.core.v1beta1.GetWindowResponse
|
|
2941
1664
|
*/
|
|
2942
|
-
export
|
|
1665
|
+
export type GetWindowResponse = Message<"raystack.optimus.core.v1beta1.GetWindowResponse"> & {
|
|
2943
1666
|
/**
|
|
2944
1667
|
* @generated from field: google.protobuf.Timestamp start = 1;
|
|
2945
1668
|
*/
|
|
@@ -2949,248 +1672,354 @@ export class GetWindowResponse extends Message<GetWindowResponse> {
|
|
|
2949
1672
|
* @generated from field: google.protobuf.Timestamp end = 2;
|
|
2950
1673
|
*/
|
|
2951
1674
|
end?: Timestamp;
|
|
1675
|
+
};
|
|
2952
1676
|
|
|
2953
|
-
|
|
2954
|
-
|
|
2955
|
-
|
|
2956
|
-
|
|
2957
|
-
|
|
2958
|
-
|
|
2959
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.GetWindowResponse";
|
|
2960
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
2961
|
-
{ no: 1, name: "start", kind: "message", T: Timestamp },
|
|
2962
|
-
{ no: 2, name: "end", kind: "message", T: Timestamp },
|
|
2963
|
-
]);
|
|
2964
|
-
|
|
2965
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetWindowResponse {
|
|
2966
|
-
return new GetWindowResponse().fromBinary(bytes, options);
|
|
2967
|
-
}
|
|
2968
|
-
|
|
2969
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetWindowResponse {
|
|
2970
|
-
return new GetWindowResponse().fromJson(jsonValue, options);
|
|
2971
|
-
}
|
|
2972
|
-
|
|
2973
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetWindowResponse {
|
|
2974
|
-
return new GetWindowResponse().fromJsonString(jsonString, options);
|
|
2975
|
-
}
|
|
2976
|
-
|
|
2977
|
-
static equals(a: GetWindowResponse | PlainMessage<GetWindowResponse> | undefined, b: GetWindowResponse | PlainMessage<GetWindowResponse> | undefined): boolean {
|
|
2978
|
-
return proto3.util.equals(GetWindowResponse, a, b);
|
|
2979
|
-
}
|
|
2980
|
-
}
|
|
1677
|
+
/**
|
|
1678
|
+
* Describes the message raystack.optimus.core.v1beta1.GetWindowResponse.
|
|
1679
|
+
* Use `create(GetWindowResponseSchema)` to create a new message.
|
|
1680
|
+
*/
|
|
1681
|
+
export const GetWindowResponseSchema: GenMessage<GetWindowResponse> = /*@__PURE__*/
|
|
1682
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 47);
|
|
2981
1683
|
|
|
2982
1684
|
/**
|
|
2983
1685
|
* @generated from message raystack.optimus.core.v1beta1.UpdateJobsStateRequest
|
|
2984
1686
|
*/
|
|
2985
|
-
export
|
|
1687
|
+
export type UpdateJobsStateRequest = Message<"raystack.optimus.core.v1beta1.UpdateJobsStateRequest"> & {
|
|
2986
1688
|
/**
|
|
2987
1689
|
* @generated from field: string project_name = 1;
|
|
2988
1690
|
*/
|
|
2989
|
-
projectName
|
|
1691
|
+
projectName: string;
|
|
2990
1692
|
|
|
2991
1693
|
/**
|
|
2992
1694
|
* @generated from field: string namespace_name = 2;
|
|
2993
1695
|
*/
|
|
2994
|
-
namespaceName
|
|
1696
|
+
namespaceName: string;
|
|
2995
1697
|
|
|
2996
1698
|
/**
|
|
2997
1699
|
* @generated from field: string remark = 3;
|
|
2998
1700
|
*/
|
|
2999
|
-
remark
|
|
1701
|
+
remark: string;
|
|
3000
1702
|
|
|
3001
1703
|
/**
|
|
3002
1704
|
* @generated from field: raystack.optimus.core.v1beta1.JobState state = 4;
|
|
3003
1705
|
*/
|
|
3004
|
-
state
|
|
1706
|
+
state: JobState;
|
|
3005
1707
|
|
|
3006
1708
|
/**
|
|
3007
1709
|
* @generated from field: repeated string job_names = 5;
|
|
3008
1710
|
*/
|
|
3009
|
-
jobNames: string[]
|
|
3010
|
-
|
|
3011
|
-
constructor(data?: PartialMessage<UpdateJobsStateRequest>) {
|
|
3012
|
-
super();
|
|
3013
|
-
proto3.util.initPartial(data, this);
|
|
3014
|
-
}
|
|
3015
|
-
|
|
3016
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
3017
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.UpdateJobsStateRequest";
|
|
3018
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
3019
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3020
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3021
|
-
{ no: 3, name: "remark", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3022
|
-
{ no: 4, name: "state", kind: "enum", T: proto3.getEnumType(JobState) },
|
|
3023
|
-
{ no: 5, name: "job_names", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
3024
|
-
]);
|
|
3025
|
-
|
|
3026
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateJobsStateRequest {
|
|
3027
|
-
return new UpdateJobsStateRequest().fromBinary(bytes, options);
|
|
3028
|
-
}
|
|
3029
|
-
|
|
3030
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateJobsStateRequest {
|
|
3031
|
-
return new UpdateJobsStateRequest().fromJson(jsonValue, options);
|
|
3032
|
-
}
|
|
3033
|
-
|
|
3034
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateJobsStateRequest {
|
|
3035
|
-
return new UpdateJobsStateRequest().fromJsonString(jsonString, options);
|
|
3036
|
-
}
|
|
3037
|
-
|
|
3038
|
-
static equals(a: UpdateJobsStateRequest | PlainMessage<UpdateJobsStateRequest> | undefined, b: UpdateJobsStateRequest | PlainMessage<UpdateJobsStateRequest> | undefined): boolean {
|
|
3039
|
-
return proto3.util.equals(UpdateJobsStateRequest, a, b);
|
|
3040
|
-
}
|
|
3041
|
-
}
|
|
1711
|
+
jobNames: string[];
|
|
1712
|
+
};
|
|
3042
1713
|
|
|
3043
1714
|
/**
|
|
3044
|
-
*
|
|
1715
|
+
* Describes the message raystack.optimus.core.v1beta1.UpdateJobsStateRequest.
|
|
1716
|
+
* Use `create(UpdateJobsStateRequestSchema)` to create a new message.
|
|
3045
1717
|
*/
|
|
3046
|
-
export
|
|
3047
|
-
|
|
3048
|
-
super();
|
|
3049
|
-
proto3.util.initPartial(data, this);
|
|
3050
|
-
}
|
|
3051
|
-
|
|
3052
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
3053
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.UpdateJobsStateResponse";
|
|
3054
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
3055
|
-
]);
|
|
1718
|
+
export const UpdateJobsStateRequestSchema: GenMessage<UpdateJobsStateRequest> = /*@__PURE__*/
|
|
1719
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 48);
|
|
3056
1720
|
|
|
3057
|
-
|
|
3058
|
-
|
|
3059
|
-
|
|
3060
|
-
|
|
3061
|
-
|
|
3062
|
-
return new UpdateJobsStateResponse().fromJson(jsonValue, options);
|
|
3063
|
-
}
|
|
3064
|
-
|
|
3065
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateJobsStateResponse {
|
|
3066
|
-
return new UpdateJobsStateResponse().fromJsonString(jsonString, options);
|
|
3067
|
-
}
|
|
1721
|
+
/**
|
|
1722
|
+
* @generated from message raystack.optimus.core.v1beta1.UpdateJobsStateResponse
|
|
1723
|
+
*/
|
|
1724
|
+
export type UpdateJobsStateResponse = Message<"raystack.optimus.core.v1beta1.UpdateJobsStateResponse"> & {
|
|
1725
|
+
};
|
|
3068
1726
|
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
1727
|
+
/**
|
|
1728
|
+
* Describes the message raystack.optimus.core.v1beta1.UpdateJobsStateResponse.
|
|
1729
|
+
* Use `create(UpdateJobsStateResponseSchema)` to create a new message.
|
|
1730
|
+
*/
|
|
1731
|
+
export const UpdateJobsStateResponseSchema: GenMessage<UpdateJobsStateResponse> = /*@__PURE__*/
|
|
1732
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 49);
|
|
3073
1733
|
|
|
3074
1734
|
/**
|
|
3075
1735
|
* @generated from message raystack.optimus.core.v1beta1.SyncJobsStateRequest
|
|
3076
1736
|
*/
|
|
3077
|
-
export
|
|
1737
|
+
export type SyncJobsStateRequest = Message<"raystack.optimus.core.v1beta1.SyncJobsStateRequest"> & {
|
|
3078
1738
|
/**
|
|
3079
1739
|
* @generated from field: string project_name = 1;
|
|
3080
1740
|
*/
|
|
3081
|
-
projectName
|
|
1741
|
+
projectName: string;
|
|
3082
1742
|
|
|
3083
1743
|
/**
|
|
3084
1744
|
* @generated from field: string namespace_name = 2;
|
|
3085
1745
|
*/
|
|
3086
|
-
namespaceName
|
|
1746
|
+
namespaceName: string;
|
|
3087
1747
|
|
|
3088
1748
|
/**
|
|
3089
1749
|
* @generated from field: repeated raystack.optimus.core.v1beta1.SyncJobsStateRequest.JobStatePair job_states = 3;
|
|
3090
1750
|
*/
|
|
3091
|
-
jobStates: SyncJobsStateRequest_JobStatePair[]
|
|
3092
|
-
|
|
3093
|
-
constructor(data?: PartialMessage<SyncJobsStateRequest>) {
|
|
3094
|
-
super();
|
|
3095
|
-
proto3.util.initPartial(data, this);
|
|
3096
|
-
}
|
|
3097
|
-
|
|
3098
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
3099
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.SyncJobsStateRequest";
|
|
3100
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
3101
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3102
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
3103
|
-
{ no: 3, name: "job_states", kind: "message", T: SyncJobsStateRequest_JobStatePair, repeated: true },
|
|
3104
|
-
]);
|
|
3105
|
-
|
|
3106
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SyncJobsStateRequest {
|
|
3107
|
-
return new SyncJobsStateRequest().fromBinary(bytes, options);
|
|
3108
|
-
}
|
|
1751
|
+
jobStates: SyncJobsStateRequest_JobStatePair[];
|
|
1752
|
+
};
|
|
3109
1753
|
|
|
3110
|
-
|
|
3111
|
-
|
|
3112
|
-
|
|
3113
|
-
|
|
3114
|
-
|
|
3115
|
-
|
|
3116
|
-
}
|
|
3117
|
-
|
|
3118
|
-
static equals(a: SyncJobsStateRequest | PlainMessage<SyncJobsStateRequest> | undefined, b: SyncJobsStateRequest | PlainMessage<SyncJobsStateRequest> | undefined): boolean {
|
|
3119
|
-
return proto3.util.equals(SyncJobsStateRequest, a, b);
|
|
3120
|
-
}
|
|
3121
|
-
}
|
|
1754
|
+
/**
|
|
1755
|
+
* Describes the message raystack.optimus.core.v1beta1.SyncJobsStateRequest.
|
|
1756
|
+
* Use `create(SyncJobsStateRequestSchema)` to create a new message.
|
|
1757
|
+
*/
|
|
1758
|
+
export const SyncJobsStateRequestSchema: GenMessage<SyncJobsStateRequest> = /*@__PURE__*/
|
|
1759
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 50);
|
|
3122
1760
|
|
|
3123
1761
|
/**
|
|
3124
1762
|
* @generated from message raystack.optimus.core.v1beta1.SyncJobsStateRequest.JobStatePair
|
|
3125
1763
|
*/
|
|
3126
|
-
export
|
|
1764
|
+
export type SyncJobsStateRequest_JobStatePair = Message<"raystack.optimus.core.v1beta1.SyncJobsStateRequest.JobStatePair"> & {
|
|
3127
1765
|
/**
|
|
3128
1766
|
* @generated from field: string job_name = 1;
|
|
3129
1767
|
*/
|
|
3130
|
-
jobName
|
|
1768
|
+
jobName: string;
|
|
3131
1769
|
|
|
3132
1770
|
/**
|
|
3133
1771
|
* @generated from field: raystack.optimus.core.v1beta1.JobState state = 2;
|
|
3134
1772
|
*/
|
|
3135
|
-
state
|
|
1773
|
+
state: JobState;
|
|
1774
|
+
};
|
|
3136
1775
|
|
|
3137
|
-
|
|
3138
|
-
|
|
3139
|
-
|
|
3140
|
-
|
|
1776
|
+
/**
|
|
1777
|
+
* Describes the message raystack.optimus.core.v1beta1.SyncJobsStateRequest.JobStatePair.
|
|
1778
|
+
* Use `create(SyncJobsStateRequest_JobStatePairSchema)` to create a new message.
|
|
1779
|
+
*/
|
|
1780
|
+
export const SyncJobsStateRequest_JobStatePairSchema: GenMessage<SyncJobsStateRequest_JobStatePair> = /*@__PURE__*/
|
|
1781
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 50, 0);
|
|
3141
1782
|
|
|
3142
|
-
|
|
3143
|
-
|
|
3144
|
-
|
|
3145
|
-
|
|
3146
|
-
|
|
3147
|
-
]);
|
|
1783
|
+
/**
|
|
1784
|
+
* @generated from message raystack.optimus.core.v1beta1.SyncJobsStateResponse
|
|
1785
|
+
*/
|
|
1786
|
+
export type SyncJobsStateResponse = Message<"raystack.optimus.core.v1beta1.SyncJobsStateResponse"> & {
|
|
1787
|
+
};
|
|
3148
1788
|
|
|
3149
|
-
|
|
3150
|
-
|
|
3151
|
-
|
|
1789
|
+
/**
|
|
1790
|
+
* Describes the message raystack.optimus.core.v1beta1.SyncJobsStateResponse.
|
|
1791
|
+
* Use `create(SyncJobsStateResponseSchema)` to create a new message.
|
|
1792
|
+
*/
|
|
1793
|
+
export const SyncJobsStateResponseSchema: GenMessage<SyncJobsStateResponse> = /*@__PURE__*/
|
|
1794
|
+
messageDesc(file_raystack_optimus_core_v1beta1_job_spec, 51);
|
|
3152
1795
|
|
|
3153
|
-
|
|
3154
|
-
|
|
3155
|
-
|
|
1796
|
+
/**
|
|
1797
|
+
* @generated from enum raystack.optimus.core.v1beta1.JobState
|
|
1798
|
+
*/
|
|
1799
|
+
export enum JobState {
|
|
1800
|
+
/**
|
|
1801
|
+
* @generated from enum value: JOB_STATE_UNSPECIFIED = 0;
|
|
1802
|
+
*/
|
|
1803
|
+
UNSPECIFIED = 0,
|
|
3156
1804
|
|
|
3157
|
-
|
|
3158
|
-
|
|
3159
|
-
|
|
1805
|
+
/**
|
|
1806
|
+
* @generated from enum value: JOB_STATE_ENABLED = 1;
|
|
1807
|
+
*/
|
|
1808
|
+
ENABLED = 1,
|
|
3160
1809
|
|
|
3161
|
-
|
|
3162
|
-
|
|
3163
|
-
|
|
1810
|
+
/**
|
|
1811
|
+
* @generated from enum value: JOB_STATE_DISABLED = 2;
|
|
1812
|
+
*/
|
|
1813
|
+
DISABLED = 2,
|
|
3164
1814
|
}
|
|
3165
1815
|
|
|
3166
1816
|
/**
|
|
3167
|
-
*
|
|
1817
|
+
* Describes the enum raystack.optimus.core.v1beta1.JobState.
|
|
3168
1818
|
*/
|
|
3169
|
-
export
|
|
3170
|
-
|
|
3171
|
-
super();
|
|
3172
|
-
proto3.util.initPartial(data, this);
|
|
3173
|
-
}
|
|
3174
|
-
|
|
3175
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
3176
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.SyncJobsStateResponse";
|
|
3177
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
3178
|
-
]);
|
|
3179
|
-
|
|
3180
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): SyncJobsStateResponse {
|
|
3181
|
-
return new SyncJobsStateResponse().fromBinary(bytes, options);
|
|
3182
|
-
}
|
|
1819
|
+
export const JobStateSchema: GenEnum<JobState> = /*@__PURE__*/
|
|
1820
|
+
enumDesc(file_raystack_optimus_core_v1beta1_job_spec, 0);
|
|
3183
1821
|
|
|
3184
|
-
|
|
3185
|
-
|
|
3186
|
-
|
|
3187
|
-
|
|
3188
|
-
|
|
3189
|
-
|
|
3190
|
-
|
|
3191
|
-
|
|
3192
|
-
|
|
3193
|
-
|
|
3194
|
-
|
|
3195
|
-
|
|
1822
|
+
/**
|
|
1823
|
+
* @generated from service raystack.optimus.core.v1beta1.JobSpecificationService
|
|
1824
|
+
*/
|
|
1825
|
+
export const JobSpecificationService: GenService<{
|
|
1826
|
+
/**
|
|
1827
|
+
* DeployJobSpecification schedules jobs for execution
|
|
1828
|
+
* returns a stream of messages which can be used to track the progress
|
|
1829
|
+
* of deployments. Message containing ack are status events other are progress
|
|
1830
|
+
* events
|
|
1831
|
+
* State of the world request
|
|
1832
|
+
*
|
|
1833
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.DeployJobSpecification
|
|
1834
|
+
*/
|
|
1835
|
+
deployJobSpecification: {
|
|
1836
|
+
methodKind: "bidi_streaming";
|
|
1837
|
+
input: typeof DeployJobSpecificationRequestSchema;
|
|
1838
|
+
output: typeof DeployJobSpecificationResponseSchema;
|
|
1839
|
+
},
|
|
1840
|
+
/**
|
|
1841
|
+
* JobInspect return a new jobSpec for a namespace which belongs to a project
|
|
1842
|
+
*
|
|
1843
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.JobInspect
|
|
1844
|
+
*/
|
|
1845
|
+
jobInspect: {
|
|
1846
|
+
methodKind: "unary";
|
|
1847
|
+
input: typeof JobInspectRequestSchema;
|
|
1848
|
+
output: typeof JobInspectResponseSchema;
|
|
1849
|
+
},
|
|
1850
|
+
/**
|
|
1851
|
+
* CreateJobSpecification registers a new job for a namespace which belongs to a project
|
|
1852
|
+
*
|
|
1853
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.CreateJobSpecification
|
|
1854
|
+
*/
|
|
1855
|
+
createJobSpecification: {
|
|
1856
|
+
methodKind: "unary";
|
|
1857
|
+
input: typeof CreateJobSpecificationRequestSchema;
|
|
1858
|
+
output: typeof CreateJobSpecificationResponseSchema;
|
|
1859
|
+
},
|
|
1860
|
+
/**
|
|
1861
|
+
* AddJobSpecification registers new jobs for a namespace which belongs to the given project
|
|
1862
|
+
*
|
|
1863
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.AddJobSpecifications
|
|
1864
|
+
*/
|
|
1865
|
+
addJobSpecifications: {
|
|
1866
|
+
methodKind: "unary";
|
|
1867
|
+
input: typeof AddJobSpecificationsRequestSchema;
|
|
1868
|
+
output: typeof AddJobSpecificationsResponseSchema;
|
|
1869
|
+
},
|
|
1870
|
+
/**
|
|
1871
|
+
* UpdateJobSpecifications modify jobs for a namespace which belongs to the given project
|
|
1872
|
+
*
|
|
1873
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.UpdateJobSpecifications
|
|
1874
|
+
*/
|
|
1875
|
+
updateJobSpecifications: {
|
|
1876
|
+
methodKind: "unary";
|
|
1877
|
+
input: typeof UpdateJobSpecificationsRequestSchema;
|
|
1878
|
+
output: typeof UpdateJobSpecificationsResponseSchema;
|
|
1879
|
+
},
|
|
1880
|
+
/**
|
|
1881
|
+
* GetJobSpecification reads a provided job spec of a namespace
|
|
1882
|
+
*
|
|
1883
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetJobSpecification
|
|
1884
|
+
*/
|
|
1885
|
+
getJobSpecification: {
|
|
1886
|
+
methodKind: "unary";
|
|
1887
|
+
input: typeof GetJobSpecificationRequestSchema;
|
|
1888
|
+
output: typeof GetJobSpecificationResponseSchema;
|
|
1889
|
+
},
|
|
1890
|
+
/**
|
|
1891
|
+
* GetJobSpecifications read a job spec for provided filters
|
|
1892
|
+
*
|
|
1893
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetJobSpecifications
|
|
1894
|
+
*/
|
|
1895
|
+
getJobSpecifications: {
|
|
1896
|
+
methodKind: "unary";
|
|
1897
|
+
input: typeof GetJobSpecificationsRequestSchema;
|
|
1898
|
+
output: typeof GetJobSpecificationsResponseSchema;
|
|
1899
|
+
},
|
|
1900
|
+
/**
|
|
1901
|
+
* DeleteJobSpecification deletes a job spec of a namespace
|
|
1902
|
+
*
|
|
1903
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.DeleteJobSpecification
|
|
1904
|
+
*/
|
|
1905
|
+
deleteJobSpecification: {
|
|
1906
|
+
methodKind: "unary";
|
|
1907
|
+
input: typeof DeleteJobSpecificationRequestSchema;
|
|
1908
|
+
output: typeof DeleteJobSpecificationResponseSchema;
|
|
1909
|
+
},
|
|
1910
|
+
/**
|
|
1911
|
+
* ChangeJobNamespace move a job spec from one namespace to another
|
|
1912
|
+
*
|
|
1913
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.ChangeJobNamespace
|
|
1914
|
+
*/
|
|
1915
|
+
changeJobNamespace: {
|
|
1916
|
+
methodKind: "unary";
|
|
1917
|
+
input: typeof ChangeJobNamespaceRequestSchema;
|
|
1918
|
+
output: typeof ChangeJobNamespaceResponseSchema;
|
|
1919
|
+
},
|
|
1920
|
+
/**
|
|
1921
|
+
* ListJobSpecification returns list of jobs created in a project
|
|
1922
|
+
*
|
|
1923
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.ListJobSpecification
|
|
1924
|
+
*/
|
|
1925
|
+
listJobSpecification: {
|
|
1926
|
+
methodKind: "unary";
|
|
1927
|
+
input: typeof ListJobSpecificationRequestSchema;
|
|
1928
|
+
output: typeof ListJobSpecificationResponseSchema;
|
|
1929
|
+
},
|
|
1930
|
+
/**
|
|
1931
|
+
* CheckJobSpecification checks if a job specification is valid
|
|
1932
|
+
*
|
|
1933
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.CheckJobSpecification
|
|
1934
|
+
*/
|
|
1935
|
+
checkJobSpecification: {
|
|
1936
|
+
methodKind: "unary";
|
|
1937
|
+
input: typeof CheckJobSpecificationRequestSchema;
|
|
1938
|
+
output: typeof CheckJobSpecificationResponseSchema;
|
|
1939
|
+
},
|
|
1940
|
+
/**
|
|
1941
|
+
* CheckJobSpecifications checks if the job specifications are valid
|
|
1942
|
+
*
|
|
1943
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.CheckJobSpecifications
|
|
1944
|
+
*/
|
|
1945
|
+
checkJobSpecifications: {
|
|
1946
|
+
methodKind: "server_streaming";
|
|
1947
|
+
input: typeof CheckJobSpecificationsRequestSchema;
|
|
1948
|
+
output: typeof CheckJobSpecificationsResponseSchema;
|
|
1949
|
+
},
|
|
1950
|
+
/**
|
|
1951
|
+
* RefreshJobs do redeployment using the current persisted state.
|
|
1952
|
+
* It will returns a stream of messages which can be used to track the progress.
|
|
1953
|
+
*
|
|
1954
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.RefreshJobs
|
|
1955
|
+
*/
|
|
1956
|
+
refreshJobs: {
|
|
1957
|
+
methodKind: "server_streaming";
|
|
1958
|
+
input: typeof RefreshJobsRequestSchema;
|
|
1959
|
+
output: typeof RefreshJobsResponseSchema;
|
|
1960
|
+
},
|
|
1961
|
+
/**
|
|
1962
|
+
* GetDeployJobsStatus check status of job deployment.
|
|
1963
|
+
* It will returns status of the job deployment and the failure details.
|
|
1964
|
+
*
|
|
1965
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetDeployJobsStatus
|
|
1966
|
+
*/
|
|
1967
|
+
getDeployJobsStatus: {
|
|
1968
|
+
methodKind: "unary";
|
|
1969
|
+
input: typeof GetDeployJobsStatusRequestSchema;
|
|
1970
|
+
output: typeof GetDeployJobsStatusResponseSchema;
|
|
1971
|
+
},
|
|
1972
|
+
/**
|
|
1973
|
+
* ReplaceAllJobSpecifications replaces all jobs in server for a given tenant
|
|
1974
|
+
*
|
|
1975
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.ReplaceAllJobSpecifications
|
|
1976
|
+
*/
|
|
1977
|
+
replaceAllJobSpecifications: {
|
|
1978
|
+
methodKind: "bidi_streaming";
|
|
1979
|
+
input: typeof ReplaceAllJobSpecificationsRequestSchema;
|
|
1980
|
+
output: typeof ReplaceAllJobSpecificationsResponseSchema;
|
|
1981
|
+
},
|
|
1982
|
+
/**
|
|
1983
|
+
* GetJobTask provides task details specific to plugin used in a job
|
|
1984
|
+
*
|
|
1985
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetJobTask
|
|
1986
|
+
*/
|
|
1987
|
+
getJobTask: {
|
|
1988
|
+
methodKind: "unary";
|
|
1989
|
+
input: typeof GetJobTaskRequestSchema;
|
|
1990
|
+
output: typeof GetJobTaskResponseSchema;
|
|
1991
|
+
},
|
|
1992
|
+
/**
|
|
1993
|
+
* GetWindow provides the start and end dates provided a scheduled date
|
|
1994
|
+
* of the execution window
|
|
1995
|
+
*
|
|
1996
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.GetWindow
|
|
1997
|
+
*/
|
|
1998
|
+
getWindow: {
|
|
1999
|
+
methodKind: "unary";
|
|
2000
|
+
input: typeof GetWindowRequestSchema;
|
|
2001
|
+
output: typeof GetWindowResponseSchema;
|
|
2002
|
+
},
|
|
2003
|
+
/**
|
|
2004
|
+
* UpdateJobState enable / disable job on scheuler
|
|
2005
|
+
*
|
|
2006
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.UpdateJobsState
|
|
2007
|
+
*/
|
|
2008
|
+
updateJobsState: {
|
|
2009
|
+
methodKind: "unary";
|
|
2010
|
+
input: typeof UpdateJobsStateRequestSchema;
|
|
2011
|
+
output: typeof UpdateJobsStateResponseSchema;
|
|
2012
|
+
},
|
|
2013
|
+
/**
|
|
2014
|
+
* SyncJobsState enable / disable job on scheuler
|
|
2015
|
+
*
|
|
2016
|
+
* @generated from rpc raystack.optimus.core.v1beta1.JobSpecificationService.SyncJobsState
|
|
2017
|
+
*/
|
|
2018
|
+
syncJobsState: {
|
|
2019
|
+
methodKind: "unary";
|
|
2020
|
+
input: typeof SyncJobsStateRequestSchema;
|
|
2021
|
+
output: typeof SyncJobsStateResponseSchema;
|
|
2022
|
+
},
|
|
2023
|
+
}> = /*@__PURE__*/
|
|
2024
|
+
serviceDesc(file_raystack_optimus_core_v1beta1_job_spec, 0);
|
|
3196
2025
|
|