@raystack/proton 0.1.0-ce225175aa066e6f296bc489293bb83ed0edcef6 → 0.1.0-d7ccfeef8ed0a304b5da3537c1b2bb5e7d99c77c
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 +115 -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 +64 -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 +81 -514
- package/raystack/frontier/v1beta1/admin_pb.d.ts +3626 -0
- package/raystack/frontier/v1beta1/admin_pb.js +935 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +1945 -3794
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +738 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +905 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +194 -1688
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8814 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2593 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +4997 -11065
- package/raystack/frontier/v1beta1/models_pb.d.ts +3092 -0
- package/raystack/frontier/v1beta1/models_pb.js +504 -0
- package/raystack/frontier/v1beta1/models_pb.ts +1145 -2324
- 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 -849
- package/raystack/frontier/v1beta1/admin.ts +0 -9007
- package/raystack/frontier/v1beta1/admin_connect.ts +0 -573
- 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,205 +1,130 @@
|
|
|
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/resource.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 { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import { file_google_api_annotations } from "../../../../google/api/annotations_pb";
|
|
8
|
+
import { file_google_protobuf_struct } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import { file_protoc_gen_openapiv2_options_annotations } from "../../../../protoc-gen-openapiv2/options/annotations_pb";
|
|
10
|
+
import type { Log } from "./status_pb";
|
|
11
|
+
import { file_raystack_optimus_core_v1beta1_status } from "./status_pb";
|
|
12
|
+
import type { JsonObject, Message } from "@bufbuild/protobuf";
|
|
13
|
+
|
|
14
|
+
/**
|
|
15
|
+
* Describes the file raystack/optimus/core/v1beta1/resource.proto.
|
|
16
|
+
*/
|
|
17
|
+
export const file_raystack_optimus_core_v1beta1_resource: GenFile = /*@__PURE__*/
|
|
18
|
+
fileDesc("CixyYXlzdGFjay9vcHRpbXVzL2NvcmUvdjFiZXRhMS9yZXNvdXJjZS5wcm90bxIdcmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEiswEKIkRlcGxveVJlc291cmNlU3BlY2lmaWNhdGlvblJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDmRhdGFzdG9yZV9uYW1lGAIgASgJEkcKCXJlc291cmNlcxgDIAMoCzI0LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlc291cmNlU3BlY2lmaWNhdGlvbhIWCg5uYW1lc3BhY2VfbmFtZRgEIAEoCSJjCiNEZXBsb3lSZXNvdXJjZVNwZWNpZmljYXRpb25SZXNwb25zZRI2Cgpsb2dfc3RhdHVzGAUgASgLMiIucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTG9nSgQIARAFImgKIExpc3RSZXNvdXJjZVNwZWNpZmljYXRpb25SZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5kYXRhc3RvcmVfbmFtZRgCIAEoCRIWCg5uYW1lc3BhY2VfbmFtZRgDIAEoCSJsCiFMaXN0UmVzb3VyY2VTcGVjaWZpY2F0aW9uUmVzcG9uc2USRwoJcmVzb3VyY2VzGAEgAygLMjQucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuUmVzb3VyY2VTcGVjaWZpY2F0aW9uIqUBChVDcmVhdGVSZXNvdXJjZVJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDmRhdGFzdG9yZV9uYW1lGAIgASgJEkYKCHJlc291cmNlGAMgASgLMjQucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuUmVzb3VyY2VTcGVjaWZpY2F0aW9uEhYKDm5hbWVzcGFjZV9uYW1lGAQgASgJIjoKFkNyZWF0ZVJlc291cmNlUmVzcG9uc2USDwoHc3VjY2VzcxgBIAEoCBIPCgdtZXNzYWdlGAIgASgJInIKE1JlYWRSZXNvdXJjZVJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDmRhdGFzdG9yZV9uYW1lGAIgASgJEhUKDXJlc291cmNlX25hbWUYAyABKAkSFgoObmFtZXNwYWNlX25hbWUYBCABKAkigAEKFFJlYWRSZXNvdXJjZVJlc3BvbnNlEg8KB3N1Y2Nlc3MYASABKAgSDwoHbWVzc2FnZRgCIAEoCRJGCghyZXNvdXJjZRgDIAEoCzI0LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlc291cmNlU3BlY2lmaWNhdGlvbiKlAQoVVXBkYXRlUmVzb3VyY2VSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5kYXRhc3RvcmVfbmFtZRgCIAEoCRJGCghyZXNvdXJjZRgDIAEoCzI0LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlc291cmNlU3BlY2lmaWNhdGlvbhIWCg5uYW1lc3BhY2VfbmFtZRgEIAEoCSI6ChZVcGRhdGVSZXNvdXJjZVJlc3BvbnNlEg8KB3N1Y2Nlc3MYASABKAgSDwoHbWVzc2FnZRgCIAEoCSLzAgoVUmVzb3VyY2VTcGVjaWZpY2F0aW9uEg8KB3ZlcnNpb24YASABKAUSDAoEbmFtZRgCIAEoCRIMCgR0eXBlGAQgASgJEiUKBHNwZWMYBSABKAsyFy5nb29nbGUucHJvdG9idWYuU3RydWN0ElAKBmFzc2V0cxgGIAMoCzJALnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlc291cmNlU3BlY2lmaWNhdGlvbi5Bc3NldHNFbnRyeRJQCgZsYWJlbHMYByADKAsyQC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZXNvdXJjZVNwZWNpZmljYXRpb24uTGFiZWxzRW50cnkaLQoLQXNzZXRzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ARotCgtMYWJlbHNFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBSgQIAxAEIpkBCh5DaGFuZ2VSZXNvdXJjZU5hbWVzcGFjZVJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhYKDm5hbWVzcGFjZV9uYW1lGAIgASgJEhYKDmRhdGFzdG9yZV9uYW1lGAMgASgJEhUKDXJlc291cmNlX25hbWUYBCABKAkSGgoSbmV3X25hbWVzcGFjZV9uYW1lGAUgASgJIiEKH0NoYW5nZVJlc291cmNlTmFtZXNwYWNlUmVzcG9uc2UidQoVQXBwbHlSZXNvdXJjZXNSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCRIWCg5uYW1lc3BhY2VfbmFtZRgCIAEoCRIWCg5kYXRhc3RvcmVfbmFtZRgDIAEoCRIWCg5yZXNvdXJjZV9uYW1lcxgEIAMoCSK5AQoWQXBwbHlSZXNvdXJjZXNSZXNwb25zZRJWCghzdGF0dXNlcxgBIAMoCzJELnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkFwcGx5UmVzb3VyY2VzUmVzcG9uc2UuUmVzb3VyY2VTdGF0dXMaRwoOUmVzb3VyY2VTdGF0dXMSFQoNcmVzb3VyY2VfbmFtZRgBIAEoCRIOCgZzdGF0dXMYAiABKAkSDgoGcmVhc29uGAMgASgJMuIMCg9SZXNvdXJjZVNlcnZpY2USqgEKG0RlcGxveVJlc291cmNlU3BlY2lmaWNhdGlvbhJBLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkRlcGxveVJlc291cmNlU3BlY2lmaWNhdGlvblJlcXVlc3QaQi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5EZXBsb3lSZXNvdXJjZVNwZWNpZmljYXRpb25SZXNwb25zZSIAKAEwARKGAgoZTGlzdFJlc291cmNlU3BlY2lmaWNhdGlvbhI/LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkxpc3RSZXNvdXJjZVNwZWNpZmljYXRpb25SZXF1ZXN0GkAucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTGlzdFJlc291cmNlU3BlY2lmaWNhdGlvblJlc3BvbnNlImaC0+STAmASXi92MWJldGExL3Byb2plY3Qve3Byb2plY3RfbmFtZX0vbmFtZXNwYWNlL3tuYW1lc3BhY2VfbmFtZX0vZGF0YXN0b3JlL3tkYXRhc3RvcmVfbmFtZX0vcmVzb3VyY2US6AEKDkNyZWF0ZVJlc291cmNlEjQucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuQ3JlYXRlUmVzb3VyY2VSZXF1ZXN0GjUucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuQ3JlYXRlUmVzb3VyY2VSZXNwb25zZSJpgtPkkwJjIl4vdjFiZXRhMS9wcm9qZWN0L3twcm9qZWN0X25hbWV9L25hbWVzcGFjZS97bmFtZXNwYWNlX25hbWV9L2RhdGFzdG9yZS97ZGF0YXN0b3JlX25hbWV9L3Jlc291cmNlOgEqEu8BCgxSZWFkUmVzb3VyY2USMi5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZWFkUmVzb3VyY2VSZXF1ZXN0GjMucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuUmVhZFJlc291cmNlUmVzcG9uc2UidoLT5JMCcBJuL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9uYW1lc3BhY2Uve25hbWVzcGFjZV9uYW1lfS9kYXRhc3RvcmUve2RhdGFzdG9yZV9uYW1lfS9yZXNvdXJjZS97cmVzb3VyY2VfbmFtZX0S6AEKDlVwZGF0ZVJlc291cmNlEjQucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuVXBkYXRlUmVzb3VyY2VSZXF1ZXN0GjUucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuVXBkYXRlUmVzb3VyY2VSZXNwb25zZSJpgtPkkwJjGl4vdjFiZXRhMS9wcm9qZWN0L3twcm9qZWN0X25hbWV9L25hbWVzcGFjZS97bmFtZXNwYWNlX25hbWV9L2RhdGFzdG9yZS97ZGF0YXN0b3JlX25hbWV9L3Jlc291cmNlOgEqEt4BChdDaGFuZ2VSZXNvdXJjZU5hbWVzcGFjZRI9LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkNoYW5nZVJlc291cmNlTmFtZXNwYWNlUmVxdWVzdBo+LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkNoYW5nZVJlc291cmNlTmFtZXNwYWNlUmVzcG9uc2UiRILT5JMCPiI5L3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9jaGFuZ2UtcmVzb3VyY2UtbmFtZXNwYWNlOgEqEu8BCg5BcHBseVJlc291cmNlcxI0LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkFwcGx5UmVzb3VyY2VzUmVxdWVzdBo1LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkFwcGx5UmVzb3VyY2VzUmVzcG9uc2UicILT5JMCaiJlL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9uYW1lc3BhY2Uve25hbWVzcGFjZV9uYW1lfS9kYXRhc3RvcmUve2RhdGFzdG9yZV9uYW1lfS9yZXNvdXJjZXMtYXBwbHk6ASpCpQEKG29yZy5yYXlzdGFjay5wcm90b24ub3B0aW11c0IWUmVzb3VyY2VTZXJ2aWNlTWFuYWdlclABWiJnaXRodWIuY29tL3JheXN0YWNrL3Byb3Rvbi9vcHRpbXVzkkFHEgUyAzAuMRoOMTI3LjAuMC4xOjkxMDAiBC9hcGkqAQFyJQojT3B0aW11cyBSZXNvdXJjZSBNYW5hZ2VtZW50IFNlcnZpY2ViBnByb3RvMw", [file_google_api_annotations, file_google_protobuf_struct, file_protoc_gen_openapiv2_options_annotations, file_raystack_optimus_core_v1beta1_status]);
|
|
9
19
|
|
|
10
20
|
/**
|
|
11
21
|
* @generated from message raystack.optimus.core.v1beta1.DeployResourceSpecificationRequest
|
|
12
22
|
*/
|
|
13
|
-
export
|
|
23
|
+
export type DeployResourceSpecificationRequest = Message<"raystack.optimus.core.v1beta1.DeployResourceSpecificationRequest"> & {
|
|
14
24
|
/**
|
|
15
25
|
* @generated from field: string project_name = 1;
|
|
16
26
|
*/
|
|
17
|
-
projectName
|
|
27
|
+
projectName: string;
|
|
18
28
|
|
|
19
29
|
/**
|
|
20
30
|
* @generated from field: string datastore_name = 2;
|
|
21
31
|
*/
|
|
22
|
-
datastoreName
|
|
32
|
+
datastoreName: string;
|
|
23
33
|
|
|
24
34
|
/**
|
|
25
35
|
* @generated from field: repeated raystack.optimus.core.v1beta1.ResourceSpecification resources = 3;
|
|
26
36
|
*/
|
|
27
|
-
resources: ResourceSpecification[]
|
|
37
|
+
resources: ResourceSpecification[];
|
|
28
38
|
|
|
29
39
|
/**
|
|
30
40
|
* @generated from field: string namespace_name = 4;
|
|
31
41
|
*/
|
|
32
|
-
namespaceName
|
|
33
|
-
|
|
34
|
-
constructor(data?: PartialMessage<DeployResourceSpecificationRequest>) {
|
|
35
|
-
super();
|
|
36
|
-
proto3.util.initPartial(data, this);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
40
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.DeployResourceSpecificationRequest";
|
|
41
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
42
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
43
|
-
{ no: 2, name: "datastore_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
44
|
-
{ no: 3, name: "resources", kind: "message", T: ResourceSpecification, repeated: true },
|
|
45
|
-
{ no: 4, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
46
|
-
]);
|
|
47
|
-
|
|
48
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployResourceSpecificationRequest {
|
|
49
|
-
return new DeployResourceSpecificationRequest().fromBinary(bytes, options);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeployResourceSpecificationRequest {
|
|
53
|
-
return new DeployResourceSpecificationRequest().fromJson(jsonValue, options);
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeployResourceSpecificationRequest {
|
|
57
|
-
return new DeployResourceSpecificationRequest().fromJsonString(jsonString, options);
|
|
58
|
-
}
|
|
42
|
+
namespaceName: string;
|
|
43
|
+
};
|
|
59
44
|
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
45
|
+
/**
|
|
46
|
+
* Describes the message raystack.optimus.core.v1beta1.DeployResourceSpecificationRequest.
|
|
47
|
+
* Use `create(DeployResourceSpecificationRequestSchema)` to create a new message.
|
|
48
|
+
*/
|
|
49
|
+
export const DeployResourceSpecificationRequestSchema: GenMessage<DeployResourceSpecificationRequest> = /*@__PURE__*/
|
|
50
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 0);
|
|
64
51
|
|
|
65
52
|
/**
|
|
66
53
|
* @generated from message raystack.optimus.core.v1beta1.DeployResourceSpecificationResponse
|
|
67
54
|
*/
|
|
68
|
-
export
|
|
55
|
+
export type DeployResourceSpecificationResponse = Message<"raystack.optimus.core.v1beta1.DeployResourceSpecificationResponse"> & {
|
|
69
56
|
/**
|
|
70
57
|
* @generated from field: raystack.optimus.core.v1beta1.Log log_status = 5;
|
|
71
58
|
*/
|
|
72
59
|
logStatus?: Log;
|
|
60
|
+
};
|
|
73
61
|
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.DeployResourceSpecificationResponse";
|
|
81
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
82
|
-
{ no: 5, name: "log_status", kind: "message", T: Log },
|
|
83
|
-
]);
|
|
84
|
-
|
|
85
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeployResourceSpecificationResponse {
|
|
86
|
-
return new DeployResourceSpecificationResponse().fromBinary(bytes, options);
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeployResourceSpecificationResponse {
|
|
90
|
-
return new DeployResourceSpecificationResponse().fromJson(jsonValue, options);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeployResourceSpecificationResponse {
|
|
94
|
-
return new DeployResourceSpecificationResponse().fromJsonString(jsonString, options);
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
static equals(a: DeployResourceSpecificationResponse | PlainMessage<DeployResourceSpecificationResponse> | undefined, b: DeployResourceSpecificationResponse | PlainMessage<DeployResourceSpecificationResponse> | undefined): boolean {
|
|
98
|
-
return proto3.util.equals(DeployResourceSpecificationResponse, a, b);
|
|
99
|
-
}
|
|
100
|
-
}
|
|
62
|
+
/**
|
|
63
|
+
* Describes the message raystack.optimus.core.v1beta1.DeployResourceSpecificationResponse.
|
|
64
|
+
* Use `create(DeployResourceSpecificationResponseSchema)` to create a new message.
|
|
65
|
+
*/
|
|
66
|
+
export const DeployResourceSpecificationResponseSchema: GenMessage<DeployResourceSpecificationResponse> = /*@__PURE__*/
|
|
67
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 1);
|
|
101
68
|
|
|
102
69
|
/**
|
|
103
70
|
* ListResourceSpecificationRequest lists all resource specifications of a datastore in project
|
|
104
71
|
*
|
|
105
72
|
* @generated from message raystack.optimus.core.v1beta1.ListResourceSpecificationRequest
|
|
106
73
|
*/
|
|
107
|
-
export
|
|
74
|
+
export type ListResourceSpecificationRequest = Message<"raystack.optimus.core.v1beta1.ListResourceSpecificationRequest"> & {
|
|
108
75
|
/**
|
|
109
76
|
* @generated from field: string project_name = 1;
|
|
110
77
|
*/
|
|
111
|
-
projectName
|
|
78
|
+
projectName: string;
|
|
112
79
|
|
|
113
80
|
/**
|
|
114
81
|
* @generated from field: string datastore_name = 2;
|
|
115
82
|
*/
|
|
116
|
-
datastoreName
|
|
83
|
+
datastoreName: string;
|
|
117
84
|
|
|
118
85
|
/**
|
|
119
86
|
* @generated from field: string namespace_name = 3;
|
|
120
87
|
*/
|
|
121
|
-
namespaceName
|
|
122
|
-
|
|
123
|
-
constructor(data?: PartialMessage<ListResourceSpecificationRequest>) {
|
|
124
|
-
super();
|
|
125
|
-
proto3.util.initPartial(data, this);
|
|
126
|
-
}
|
|
127
|
-
|
|
128
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
129
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ListResourceSpecificationRequest";
|
|
130
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
131
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
132
|
-
{ no: 2, name: "datastore_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
133
|
-
{ no: 3, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
134
|
-
]);
|
|
135
|
-
|
|
136
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListResourceSpecificationRequest {
|
|
137
|
-
return new ListResourceSpecificationRequest().fromBinary(bytes, options);
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListResourceSpecificationRequest {
|
|
141
|
-
return new ListResourceSpecificationRequest().fromJson(jsonValue, options);
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListResourceSpecificationRequest {
|
|
145
|
-
return new ListResourceSpecificationRequest().fromJsonString(jsonString, options);
|
|
146
|
-
}
|
|
88
|
+
namespaceName: string;
|
|
89
|
+
};
|
|
147
90
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
91
|
+
/**
|
|
92
|
+
* Describes the message raystack.optimus.core.v1beta1.ListResourceSpecificationRequest.
|
|
93
|
+
* Use `create(ListResourceSpecificationRequestSchema)` to create a new message.
|
|
94
|
+
*/
|
|
95
|
+
export const ListResourceSpecificationRequestSchema: GenMessage<ListResourceSpecificationRequest> = /*@__PURE__*/
|
|
96
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 2);
|
|
152
97
|
|
|
153
98
|
/**
|
|
154
99
|
* @generated from message raystack.optimus.core.v1beta1.ListResourceSpecificationResponse
|
|
155
100
|
*/
|
|
156
|
-
export
|
|
101
|
+
export type ListResourceSpecificationResponse = Message<"raystack.optimus.core.v1beta1.ListResourceSpecificationResponse"> & {
|
|
157
102
|
/**
|
|
158
103
|
* @generated from field: repeated raystack.optimus.core.v1beta1.ResourceSpecification resources = 1;
|
|
159
104
|
*/
|
|
160
|
-
resources: ResourceSpecification[]
|
|
161
|
-
|
|
162
|
-
constructor(data?: PartialMessage<ListResourceSpecificationResponse>) {
|
|
163
|
-
super();
|
|
164
|
-
proto3.util.initPartial(data, this);
|
|
165
|
-
}
|
|
166
|
-
|
|
167
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
168
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ListResourceSpecificationResponse";
|
|
169
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
170
|
-
{ no: 1, name: "resources", kind: "message", T: ResourceSpecification, repeated: true },
|
|
171
|
-
]);
|
|
172
|
-
|
|
173
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListResourceSpecificationResponse {
|
|
174
|
-
return new ListResourceSpecificationResponse().fromBinary(bytes, options);
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListResourceSpecificationResponse {
|
|
178
|
-
return new ListResourceSpecificationResponse().fromJson(jsonValue, options);
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListResourceSpecificationResponse {
|
|
182
|
-
return new ListResourceSpecificationResponse().fromJsonString(jsonString, options);
|
|
183
|
-
}
|
|
105
|
+
resources: ResourceSpecification[];
|
|
106
|
+
};
|
|
184
107
|
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
108
|
+
/**
|
|
109
|
+
* Describes the message raystack.optimus.core.v1beta1.ListResourceSpecificationResponse.
|
|
110
|
+
* Use `create(ListResourceSpecificationResponseSchema)` to create a new message.
|
|
111
|
+
*/
|
|
112
|
+
export const ListResourceSpecificationResponseSchema: GenMessage<ListResourceSpecificationResponse> = /*@__PURE__*/
|
|
113
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 3);
|
|
189
114
|
|
|
190
115
|
/**
|
|
191
116
|
* @generated from message raystack.optimus.core.v1beta1.CreateResourceRequest
|
|
192
117
|
*/
|
|
193
|
-
export
|
|
118
|
+
export type CreateResourceRequest = Message<"raystack.optimus.core.v1beta1.CreateResourceRequest"> & {
|
|
194
119
|
/**
|
|
195
120
|
* @generated from field: string project_name = 1;
|
|
196
121
|
*/
|
|
197
|
-
projectName
|
|
122
|
+
projectName: string;
|
|
198
123
|
|
|
199
124
|
/**
|
|
200
125
|
* @generated from field: string datastore_name = 2;
|
|
201
126
|
*/
|
|
202
|
-
datastoreName
|
|
127
|
+
datastoreName: string;
|
|
203
128
|
|
|
204
129
|
/**
|
|
205
130
|
* @generated from field: raystack.optimus.core.v1beta1.ResourceSpecification resource = 3;
|
|
@@ -209,199 +134,110 @@ export class CreateResourceRequest extends Message<CreateResourceRequest> {
|
|
|
209
134
|
/**
|
|
210
135
|
* @generated from field: string namespace_name = 4;
|
|
211
136
|
*/
|
|
212
|
-
namespaceName
|
|
213
|
-
|
|
214
|
-
constructor(data?: PartialMessage<CreateResourceRequest>) {
|
|
215
|
-
super();
|
|
216
|
-
proto3.util.initPartial(data, this);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
220
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.CreateResourceRequest";
|
|
221
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
222
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
223
|
-
{ no: 2, name: "datastore_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
224
|
-
{ no: 3, name: "resource", kind: "message", T: ResourceSpecification },
|
|
225
|
-
{ no: 4, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
226
|
-
]);
|
|
227
|
-
|
|
228
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateResourceRequest {
|
|
229
|
-
return new CreateResourceRequest().fromBinary(bytes, options);
|
|
230
|
-
}
|
|
231
|
-
|
|
232
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateResourceRequest {
|
|
233
|
-
return new CreateResourceRequest().fromJson(jsonValue, options);
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateResourceRequest {
|
|
237
|
-
return new CreateResourceRequest().fromJsonString(jsonString, options);
|
|
238
|
-
}
|
|
137
|
+
namespaceName: string;
|
|
138
|
+
};
|
|
239
139
|
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
140
|
+
/**
|
|
141
|
+
* Describes the message raystack.optimus.core.v1beta1.CreateResourceRequest.
|
|
142
|
+
* Use `create(CreateResourceRequestSchema)` to create a new message.
|
|
143
|
+
*/
|
|
144
|
+
export const CreateResourceRequestSchema: GenMessage<CreateResourceRequest> = /*@__PURE__*/
|
|
145
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 4);
|
|
244
146
|
|
|
245
147
|
/**
|
|
246
148
|
* @generated from message raystack.optimus.core.v1beta1.CreateResourceResponse
|
|
247
149
|
*/
|
|
248
|
-
export
|
|
150
|
+
export type CreateResourceResponse = Message<"raystack.optimus.core.v1beta1.CreateResourceResponse"> & {
|
|
249
151
|
/**
|
|
250
152
|
* @generated from field: bool success = 1;
|
|
251
153
|
*/
|
|
252
|
-
success
|
|
154
|
+
success: boolean;
|
|
253
155
|
|
|
254
156
|
/**
|
|
255
157
|
* @generated from field: string message = 2;
|
|
256
158
|
*/
|
|
257
|
-
message
|
|
258
|
-
|
|
259
|
-
constructor(data?: PartialMessage<CreateResourceResponse>) {
|
|
260
|
-
super();
|
|
261
|
-
proto3.util.initPartial(data, this);
|
|
262
|
-
}
|
|
263
|
-
|
|
264
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
265
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.CreateResourceResponse";
|
|
266
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
267
|
-
{ no: 1, name: "success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
268
|
-
{ no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
269
|
-
]);
|
|
270
|
-
|
|
271
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateResourceResponse {
|
|
272
|
-
return new CreateResourceResponse().fromBinary(bytes, options);
|
|
273
|
-
}
|
|
274
|
-
|
|
275
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateResourceResponse {
|
|
276
|
-
return new CreateResourceResponse().fromJson(jsonValue, options);
|
|
277
|
-
}
|
|
278
|
-
|
|
279
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateResourceResponse {
|
|
280
|
-
return new CreateResourceResponse().fromJsonString(jsonString, options);
|
|
281
|
-
}
|
|
159
|
+
message: string;
|
|
160
|
+
};
|
|
282
161
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
162
|
+
/**
|
|
163
|
+
* Describes the message raystack.optimus.core.v1beta1.CreateResourceResponse.
|
|
164
|
+
* Use `create(CreateResourceResponseSchema)` to create a new message.
|
|
165
|
+
*/
|
|
166
|
+
export const CreateResourceResponseSchema: GenMessage<CreateResourceResponse> = /*@__PURE__*/
|
|
167
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 5);
|
|
287
168
|
|
|
288
169
|
/**
|
|
289
170
|
* @generated from message raystack.optimus.core.v1beta1.ReadResourceRequest
|
|
290
171
|
*/
|
|
291
|
-
export
|
|
172
|
+
export type ReadResourceRequest = Message<"raystack.optimus.core.v1beta1.ReadResourceRequest"> & {
|
|
292
173
|
/**
|
|
293
174
|
* @generated from field: string project_name = 1;
|
|
294
175
|
*/
|
|
295
|
-
projectName
|
|
176
|
+
projectName: string;
|
|
296
177
|
|
|
297
178
|
/**
|
|
298
179
|
* @generated from field: string datastore_name = 2;
|
|
299
180
|
*/
|
|
300
|
-
datastoreName
|
|
181
|
+
datastoreName: string;
|
|
301
182
|
|
|
302
183
|
/**
|
|
303
184
|
* @generated from field: string resource_name = 3;
|
|
304
185
|
*/
|
|
305
|
-
resourceName
|
|
186
|
+
resourceName: string;
|
|
306
187
|
|
|
307
188
|
/**
|
|
308
189
|
* @generated from field: string namespace_name = 4;
|
|
309
190
|
*/
|
|
310
|
-
namespaceName
|
|
311
|
-
|
|
312
|
-
constructor(data?: PartialMessage<ReadResourceRequest>) {
|
|
313
|
-
super();
|
|
314
|
-
proto3.util.initPartial(data, this);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
318
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ReadResourceRequest";
|
|
319
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
320
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
321
|
-
{ no: 2, name: "datastore_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
322
|
-
{ no: 3, name: "resource_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
323
|
-
{ no: 4, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
324
|
-
]);
|
|
325
|
-
|
|
326
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReadResourceRequest {
|
|
327
|
-
return new ReadResourceRequest().fromBinary(bytes, options);
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReadResourceRequest {
|
|
331
|
-
return new ReadResourceRequest().fromJson(jsonValue, options);
|
|
332
|
-
}
|
|
333
|
-
|
|
334
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReadResourceRequest {
|
|
335
|
-
return new ReadResourceRequest().fromJsonString(jsonString, options);
|
|
336
|
-
}
|
|
191
|
+
namespaceName: string;
|
|
192
|
+
};
|
|
337
193
|
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
194
|
+
/**
|
|
195
|
+
* Describes the message raystack.optimus.core.v1beta1.ReadResourceRequest.
|
|
196
|
+
* Use `create(ReadResourceRequestSchema)` to create a new message.
|
|
197
|
+
*/
|
|
198
|
+
export const ReadResourceRequestSchema: GenMessage<ReadResourceRequest> = /*@__PURE__*/
|
|
199
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 6);
|
|
342
200
|
|
|
343
201
|
/**
|
|
344
202
|
* @generated from message raystack.optimus.core.v1beta1.ReadResourceResponse
|
|
345
203
|
*/
|
|
346
|
-
export
|
|
204
|
+
export type ReadResourceResponse = Message<"raystack.optimus.core.v1beta1.ReadResourceResponse"> & {
|
|
347
205
|
/**
|
|
348
206
|
* @generated from field: bool success = 1;
|
|
349
207
|
*/
|
|
350
|
-
success
|
|
208
|
+
success: boolean;
|
|
351
209
|
|
|
352
210
|
/**
|
|
353
211
|
* @generated from field: string message = 2;
|
|
354
212
|
*/
|
|
355
|
-
message
|
|
213
|
+
message: string;
|
|
356
214
|
|
|
357
215
|
/**
|
|
358
216
|
* @generated from field: raystack.optimus.core.v1beta1.ResourceSpecification resource = 3;
|
|
359
217
|
*/
|
|
360
218
|
resource?: ResourceSpecification;
|
|
219
|
+
};
|
|
361
220
|
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ReadResourceResponse";
|
|
369
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
370
|
-
{ no: 1, name: "success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
371
|
-
{ no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
372
|
-
{ no: 3, name: "resource", kind: "message", T: ResourceSpecification },
|
|
373
|
-
]);
|
|
374
|
-
|
|
375
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReadResourceResponse {
|
|
376
|
-
return new ReadResourceResponse().fromBinary(bytes, options);
|
|
377
|
-
}
|
|
378
|
-
|
|
379
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReadResourceResponse {
|
|
380
|
-
return new ReadResourceResponse().fromJson(jsonValue, options);
|
|
381
|
-
}
|
|
382
|
-
|
|
383
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReadResourceResponse {
|
|
384
|
-
return new ReadResourceResponse().fromJsonString(jsonString, options);
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
static equals(a: ReadResourceResponse | PlainMessage<ReadResourceResponse> | undefined, b: ReadResourceResponse | PlainMessage<ReadResourceResponse> | undefined): boolean {
|
|
388
|
-
return proto3.util.equals(ReadResourceResponse, a, b);
|
|
389
|
-
}
|
|
390
|
-
}
|
|
221
|
+
/**
|
|
222
|
+
* Describes the message raystack.optimus.core.v1beta1.ReadResourceResponse.
|
|
223
|
+
* Use `create(ReadResourceResponseSchema)` to create a new message.
|
|
224
|
+
*/
|
|
225
|
+
export const ReadResourceResponseSchema: GenMessage<ReadResourceResponse> = /*@__PURE__*/
|
|
226
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 7);
|
|
391
227
|
|
|
392
228
|
/**
|
|
393
229
|
* @generated from message raystack.optimus.core.v1beta1.UpdateResourceRequest
|
|
394
230
|
*/
|
|
395
|
-
export
|
|
231
|
+
export type UpdateResourceRequest = Message<"raystack.optimus.core.v1beta1.UpdateResourceRequest"> & {
|
|
396
232
|
/**
|
|
397
233
|
* @generated from field: string project_name = 1;
|
|
398
234
|
*/
|
|
399
|
-
projectName
|
|
235
|
+
projectName: string;
|
|
400
236
|
|
|
401
237
|
/**
|
|
402
238
|
* @generated from field: string datastore_name = 2;
|
|
403
239
|
*/
|
|
404
|
-
datastoreName
|
|
240
|
+
datastoreName: string;
|
|
405
241
|
|
|
406
242
|
/**
|
|
407
243
|
* @generated from field: raystack.optimus.core.v1beta1.ResourceSpecification resource = 3;
|
|
@@ -411,381 +247,284 @@ export class UpdateResourceRequest extends Message<UpdateResourceRequest> {
|
|
|
411
247
|
/**
|
|
412
248
|
* @generated from field: string namespace_name = 4;
|
|
413
249
|
*/
|
|
414
|
-
namespaceName
|
|
415
|
-
|
|
416
|
-
constructor(data?: PartialMessage<UpdateResourceRequest>) {
|
|
417
|
-
super();
|
|
418
|
-
proto3.util.initPartial(data, this);
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
422
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.UpdateResourceRequest";
|
|
423
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
424
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
425
|
-
{ no: 2, name: "datastore_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
426
|
-
{ no: 3, name: "resource", kind: "message", T: ResourceSpecification },
|
|
427
|
-
{ no: 4, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
428
|
-
]);
|
|
429
|
-
|
|
430
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateResourceRequest {
|
|
431
|
-
return new UpdateResourceRequest().fromBinary(bytes, options);
|
|
432
|
-
}
|
|
433
|
-
|
|
434
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateResourceRequest {
|
|
435
|
-
return new UpdateResourceRequest().fromJson(jsonValue, options);
|
|
436
|
-
}
|
|
437
|
-
|
|
438
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateResourceRequest {
|
|
439
|
-
return new UpdateResourceRequest().fromJsonString(jsonString, options);
|
|
440
|
-
}
|
|
250
|
+
namespaceName: string;
|
|
251
|
+
};
|
|
441
252
|
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
253
|
+
/**
|
|
254
|
+
* Describes the message raystack.optimus.core.v1beta1.UpdateResourceRequest.
|
|
255
|
+
* Use `create(UpdateResourceRequestSchema)` to create a new message.
|
|
256
|
+
*/
|
|
257
|
+
export const UpdateResourceRequestSchema: GenMessage<UpdateResourceRequest> = /*@__PURE__*/
|
|
258
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 8);
|
|
446
259
|
|
|
447
260
|
/**
|
|
448
261
|
* @generated from message raystack.optimus.core.v1beta1.UpdateResourceResponse
|
|
449
262
|
*/
|
|
450
|
-
export
|
|
263
|
+
export type UpdateResourceResponse = Message<"raystack.optimus.core.v1beta1.UpdateResourceResponse"> & {
|
|
451
264
|
/**
|
|
452
265
|
* @generated from field: bool success = 1;
|
|
453
266
|
*/
|
|
454
|
-
success
|
|
267
|
+
success: boolean;
|
|
455
268
|
|
|
456
269
|
/**
|
|
457
270
|
* @generated from field: string message = 2;
|
|
458
271
|
*/
|
|
459
|
-
message
|
|
460
|
-
|
|
461
|
-
constructor(data?: PartialMessage<UpdateResourceResponse>) {
|
|
462
|
-
super();
|
|
463
|
-
proto3.util.initPartial(data, this);
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
467
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.UpdateResourceResponse";
|
|
468
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
469
|
-
{ no: 1, name: "success", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
470
|
-
{ no: 2, name: "message", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
471
|
-
]);
|
|
472
|
-
|
|
473
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateResourceResponse {
|
|
474
|
-
return new UpdateResourceResponse().fromBinary(bytes, options);
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateResourceResponse {
|
|
478
|
-
return new UpdateResourceResponse().fromJson(jsonValue, options);
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateResourceResponse {
|
|
482
|
-
return new UpdateResourceResponse().fromJsonString(jsonString, options);
|
|
483
|
-
}
|
|
272
|
+
message: string;
|
|
273
|
+
};
|
|
484
274
|
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
275
|
+
/**
|
|
276
|
+
* Describes the message raystack.optimus.core.v1beta1.UpdateResourceResponse.
|
|
277
|
+
* Use `create(UpdateResourceResponseSchema)` to create a new message.
|
|
278
|
+
*/
|
|
279
|
+
export const UpdateResourceResponseSchema: GenMessage<UpdateResourceResponse> = /*@__PURE__*/
|
|
280
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 9);
|
|
489
281
|
|
|
490
282
|
/**
|
|
491
283
|
* ResourceSpecification are datastore specification representation of a resource
|
|
492
284
|
*
|
|
493
285
|
* @generated from message raystack.optimus.core.v1beta1.ResourceSpecification
|
|
494
286
|
*/
|
|
495
|
-
export
|
|
287
|
+
export type ResourceSpecification = Message<"raystack.optimus.core.v1beta1.ResourceSpecification"> & {
|
|
496
288
|
/**
|
|
497
289
|
* @generated from field: int32 version = 1;
|
|
498
290
|
*/
|
|
499
|
-
version
|
|
291
|
+
version: number;
|
|
500
292
|
|
|
501
293
|
/**
|
|
502
294
|
* @generated from field: string name = 2;
|
|
503
295
|
*/
|
|
504
|
-
name
|
|
296
|
+
name: string;
|
|
505
297
|
|
|
506
298
|
/**
|
|
507
299
|
* @generated from field: string type = 4;
|
|
508
300
|
*/
|
|
509
|
-
type
|
|
301
|
+
type: string;
|
|
510
302
|
|
|
511
303
|
/**
|
|
512
304
|
* @generated from field: google.protobuf.Struct spec = 5;
|
|
513
305
|
*/
|
|
514
|
-
spec?:
|
|
306
|
+
spec?: JsonObject;
|
|
515
307
|
|
|
516
308
|
/**
|
|
517
309
|
* @generated from field: map<string, string> assets = 6;
|
|
518
310
|
*/
|
|
519
|
-
assets: { [key: string]: string }
|
|
311
|
+
assets: { [key: string]: string };
|
|
520
312
|
|
|
521
313
|
/**
|
|
522
314
|
* @generated from field: map<string, string> labels = 7;
|
|
523
315
|
*/
|
|
524
|
-
labels: { [key: string]: string }
|
|
525
|
-
|
|
526
|
-
constructor(data?: PartialMessage<ResourceSpecification>) {
|
|
527
|
-
super();
|
|
528
|
-
proto3.util.initPartial(data, this);
|
|
529
|
-
}
|
|
530
|
-
|
|
531
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
532
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ResourceSpecification";
|
|
533
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
534
|
-
{ no: 1, name: "version", kind: "scalar", T: 5 /* ScalarType.INT32 */ },
|
|
535
|
-
{ no: 2, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
536
|
-
{ no: 4, name: "type", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
537
|
-
{ no: 5, name: "spec", kind: "message", T: Struct },
|
|
538
|
-
{ no: 6, name: "assets", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
539
|
-
{ no: 7, name: "labels", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
540
|
-
]);
|
|
541
|
-
|
|
542
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResourceSpecification {
|
|
543
|
-
return new ResourceSpecification().fromBinary(bytes, options);
|
|
544
|
-
}
|
|
545
|
-
|
|
546
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResourceSpecification {
|
|
547
|
-
return new ResourceSpecification().fromJson(jsonValue, options);
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResourceSpecification {
|
|
551
|
-
return new ResourceSpecification().fromJsonString(jsonString, options);
|
|
552
|
-
}
|
|
316
|
+
labels: { [key: string]: string };
|
|
317
|
+
};
|
|
553
318
|
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
319
|
+
/**
|
|
320
|
+
* Describes the message raystack.optimus.core.v1beta1.ResourceSpecification.
|
|
321
|
+
* Use `create(ResourceSpecificationSchema)` to create a new message.
|
|
322
|
+
*/
|
|
323
|
+
export const ResourceSpecificationSchema: GenMessage<ResourceSpecification> = /*@__PURE__*/
|
|
324
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 10);
|
|
558
325
|
|
|
559
326
|
/**
|
|
560
327
|
* @generated from message raystack.optimus.core.v1beta1.ChangeResourceNamespaceRequest
|
|
561
328
|
*/
|
|
562
|
-
export
|
|
329
|
+
export type ChangeResourceNamespaceRequest = Message<"raystack.optimus.core.v1beta1.ChangeResourceNamespaceRequest"> & {
|
|
563
330
|
/**
|
|
564
331
|
* @generated from field: string project_name = 1;
|
|
565
332
|
*/
|
|
566
|
-
projectName
|
|
333
|
+
projectName: string;
|
|
567
334
|
|
|
568
335
|
/**
|
|
569
336
|
* @generated from field: string namespace_name = 2;
|
|
570
337
|
*/
|
|
571
|
-
namespaceName
|
|
338
|
+
namespaceName: string;
|
|
572
339
|
|
|
573
340
|
/**
|
|
574
341
|
* @generated from field: string datastore_name = 3;
|
|
575
342
|
*/
|
|
576
|
-
datastoreName
|
|
343
|
+
datastoreName: string;
|
|
577
344
|
|
|
578
345
|
/**
|
|
579
346
|
* @generated from field: string resource_name = 4;
|
|
580
347
|
*/
|
|
581
|
-
resourceName
|
|
348
|
+
resourceName: string;
|
|
582
349
|
|
|
583
350
|
/**
|
|
584
351
|
* @generated from field: string new_namespace_name = 5;
|
|
585
352
|
*/
|
|
586
|
-
newNamespaceName
|
|
587
|
-
|
|
588
|
-
constructor(data?: PartialMessage<ChangeResourceNamespaceRequest>) {
|
|
589
|
-
super();
|
|
590
|
-
proto3.util.initPartial(data, this);
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
594
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ChangeResourceNamespaceRequest";
|
|
595
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
596
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
597
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
598
|
-
{ no: 3, name: "datastore_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
599
|
-
{ no: 4, name: "resource_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
600
|
-
{ no: 5, name: "new_namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
601
|
-
]);
|
|
602
|
-
|
|
603
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ChangeResourceNamespaceRequest {
|
|
604
|
-
return new ChangeResourceNamespaceRequest().fromBinary(bytes, options);
|
|
605
|
-
}
|
|
606
|
-
|
|
607
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ChangeResourceNamespaceRequest {
|
|
608
|
-
return new ChangeResourceNamespaceRequest().fromJson(jsonValue, options);
|
|
609
|
-
}
|
|
610
|
-
|
|
611
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ChangeResourceNamespaceRequest {
|
|
612
|
-
return new ChangeResourceNamespaceRequest().fromJsonString(jsonString, options);
|
|
613
|
-
}
|
|
353
|
+
newNamespaceName: string;
|
|
354
|
+
};
|
|
614
355
|
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
356
|
+
/**
|
|
357
|
+
* Describes the message raystack.optimus.core.v1beta1.ChangeResourceNamespaceRequest.
|
|
358
|
+
* Use `create(ChangeResourceNamespaceRequestSchema)` to create a new message.
|
|
359
|
+
*/
|
|
360
|
+
export const ChangeResourceNamespaceRequestSchema: GenMessage<ChangeResourceNamespaceRequest> = /*@__PURE__*/
|
|
361
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 11);
|
|
619
362
|
|
|
620
363
|
/**
|
|
621
364
|
* @generated from message raystack.optimus.core.v1beta1.ChangeResourceNamespaceResponse
|
|
622
365
|
*/
|
|
623
|
-
export
|
|
624
|
-
|
|
625
|
-
super();
|
|
626
|
-
proto3.util.initPartial(data, this);
|
|
627
|
-
}
|
|
628
|
-
|
|
629
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
630
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ChangeResourceNamespaceResponse";
|
|
631
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
632
|
-
]);
|
|
633
|
-
|
|
634
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ChangeResourceNamespaceResponse {
|
|
635
|
-
return new ChangeResourceNamespaceResponse().fromBinary(bytes, options);
|
|
636
|
-
}
|
|
366
|
+
export type ChangeResourceNamespaceResponse = Message<"raystack.optimus.core.v1beta1.ChangeResourceNamespaceResponse"> & {
|
|
367
|
+
};
|
|
637
368
|
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
}
|
|
645
|
-
|
|
646
|
-
static equals(a: ChangeResourceNamespaceResponse | PlainMessage<ChangeResourceNamespaceResponse> | undefined, b: ChangeResourceNamespaceResponse | PlainMessage<ChangeResourceNamespaceResponse> | undefined): boolean {
|
|
647
|
-
return proto3.util.equals(ChangeResourceNamespaceResponse, a, b);
|
|
648
|
-
}
|
|
649
|
-
}
|
|
369
|
+
/**
|
|
370
|
+
* Describes the message raystack.optimus.core.v1beta1.ChangeResourceNamespaceResponse.
|
|
371
|
+
* Use `create(ChangeResourceNamespaceResponseSchema)` to create a new message.
|
|
372
|
+
*/
|
|
373
|
+
export const ChangeResourceNamespaceResponseSchema: GenMessage<ChangeResourceNamespaceResponse> = /*@__PURE__*/
|
|
374
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 12);
|
|
650
375
|
|
|
651
376
|
/**
|
|
652
377
|
* @generated from message raystack.optimus.core.v1beta1.ApplyResourcesRequest
|
|
653
378
|
*/
|
|
654
|
-
export
|
|
379
|
+
export type ApplyResourcesRequest = Message<"raystack.optimus.core.v1beta1.ApplyResourcesRequest"> & {
|
|
655
380
|
/**
|
|
656
381
|
* @generated from field: string project_name = 1;
|
|
657
382
|
*/
|
|
658
|
-
projectName
|
|
383
|
+
projectName: string;
|
|
659
384
|
|
|
660
385
|
/**
|
|
661
386
|
* @generated from field: string namespace_name = 2;
|
|
662
387
|
*/
|
|
663
|
-
namespaceName
|
|
388
|
+
namespaceName: string;
|
|
664
389
|
|
|
665
390
|
/**
|
|
666
391
|
* @generated from field: string datastore_name = 3;
|
|
667
392
|
*/
|
|
668
|
-
datastoreName
|
|
393
|
+
datastoreName: string;
|
|
669
394
|
|
|
670
395
|
/**
|
|
671
396
|
* @generated from field: repeated string resource_names = 4;
|
|
672
397
|
*/
|
|
673
|
-
resourceNames: string[]
|
|
674
|
-
|
|
675
|
-
constructor(data?: PartialMessage<ApplyResourcesRequest>) {
|
|
676
|
-
super();
|
|
677
|
-
proto3.util.initPartial(data, this);
|
|
678
|
-
}
|
|
679
|
-
|
|
680
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
681
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ApplyResourcesRequest";
|
|
682
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
683
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
684
|
-
{ no: 2, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
685
|
-
{ no: 3, name: "datastore_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
686
|
-
{ no: 4, name: "resource_names", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
687
|
-
]);
|
|
688
|
-
|
|
689
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyResourcesRequest {
|
|
690
|
-
return new ApplyResourcesRequest().fromBinary(bytes, options);
|
|
691
|
-
}
|
|
398
|
+
resourceNames: string[];
|
|
399
|
+
};
|
|
692
400
|
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
static equals(a: ApplyResourcesRequest | PlainMessage<ApplyResourcesRequest> | undefined, b: ApplyResourcesRequest | PlainMessage<ApplyResourcesRequest> | undefined): boolean {
|
|
702
|
-
return proto3.util.equals(ApplyResourcesRequest, a, b);
|
|
703
|
-
}
|
|
704
|
-
}
|
|
401
|
+
/**
|
|
402
|
+
* Describes the message raystack.optimus.core.v1beta1.ApplyResourcesRequest.
|
|
403
|
+
* Use `create(ApplyResourcesRequestSchema)` to create a new message.
|
|
404
|
+
*/
|
|
405
|
+
export const ApplyResourcesRequestSchema: GenMessage<ApplyResourcesRequest> = /*@__PURE__*/
|
|
406
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 13);
|
|
705
407
|
|
|
706
408
|
/**
|
|
707
409
|
* @generated from message raystack.optimus.core.v1beta1.ApplyResourcesResponse
|
|
708
410
|
*/
|
|
709
|
-
export
|
|
411
|
+
export type ApplyResourcesResponse = Message<"raystack.optimus.core.v1beta1.ApplyResourcesResponse"> & {
|
|
710
412
|
/**
|
|
711
413
|
* @generated from field: repeated raystack.optimus.core.v1beta1.ApplyResourcesResponse.ResourceStatus statuses = 1;
|
|
712
414
|
*/
|
|
713
|
-
statuses: ApplyResourcesResponse_ResourceStatus[]
|
|
714
|
-
|
|
715
|
-
constructor(data?: PartialMessage<ApplyResourcesResponse>) {
|
|
716
|
-
super();
|
|
717
|
-
proto3.util.initPartial(data, this);
|
|
718
|
-
}
|
|
719
|
-
|
|
720
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
721
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ApplyResourcesResponse";
|
|
722
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
723
|
-
{ no: 1, name: "statuses", kind: "message", T: ApplyResourcesResponse_ResourceStatus, repeated: true },
|
|
724
|
-
]);
|
|
725
|
-
|
|
726
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyResourcesResponse {
|
|
727
|
-
return new ApplyResourcesResponse().fromBinary(bytes, options);
|
|
728
|
-
}
|
|
415
|
+
statuses: ApplyResourcesResponse_ResourceStatus[];
|
|
416
|
+
};
|
|
729
417
|
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
}
|
|
737
|
-
|
|
738
|
-
static equals(a: ApplyResourcesResponse | PlainMessage<ApplyResourcesResponse> | undefined, b: ApplyResourcesResponse | PlainMessage<ApplyResourcesResponse> | undefined): boolean {
|
|
739
|
-
return proto3.util.equals(ApplyResourcesResponse, a, b);
|
|
740
|
-
}
|
|
741
|
-
}
|
|
418
|
+
/**
|
|
419
|
+
* Describes the message raystack.optimus.core.v1beta1.ApplyResourcesResponse.
|
|
420
|
+
* Use `create(ApplyResourcesResponseSchema)` to create a new message.
|
|
421
|
+
*/
|
|
422
|
+
export const ApplyResourcesResponseSchema: GenMessage<ApplyResourcesResponse> = /*@__PURE__*/
|
|
423
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 14);
|
|
742
424
|
|
|
743
425
|
/**
|
|
744
426
|
* @generated from message raystack.optimus.core.v1beta1.ApplyResourcesResponse.ResourceStatus
|
|
745
427
|
*/
|
|
746
|
-
export
|
|
428
|
+
export type ApplyResourcesResponse_ResourceStatus = Message<"raystack.optimus.core.v1beta1.ApplyResourcesResponse.ResourceStatus"> & {
|
|
747
429
|
/**
|
|
748
430
|
* @generated from field: string resource_name = 1;
|
|
749
431
|
*/
|
|
750
|
-
resourceName
|
|
432
|
+
resourceName: string;
|
|
751
433
|
|
|
752
434
|
/**
|
|
753
435
|
* @generated from field: string status = 2;
|
|
754
436
|
*/
|
|
755
|
-
status
|
|
437
|
+
status: string;
|
|
756
438
|
|
|
757
439
|
/**
|
|
758
440
|
* @generated from field: string reason = 3;
|
|
759
441
|
*/
|
|
760
|
-
reason
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
442
|
+
reason: string;
|
|
443
|
+
};
|
|
444
|
+
|
|
445
|
+
/**
|
|
446
|
+
* Describes the message raystack.optimus.core.v1beta1.ApplyResourcesResponse.ResourceStatus.
|
|
447
|
+
* Use `create(ApplyResourcesResponse_ResourceStatusSchema)` to create a new message.
|
|
448
|
+
*/
|
|
449
|
+
export const ApplyResourcesResponse_ResourceStatusSchema: GenMessage<ApplyResourcesResponse_ResourceStatus> = /*@__PURE__*/
|
|
450
|
+
messageDesc(file_raystack_optimus_core_v1beta1_resource, 14, 0);
|
|
451
|
+
|
|
452
|
+
/**
|
|
453
|
+
* @generated from service raystack.optimus.core.v1beta1.ResourceService
|
|
454
|
+
*/
|
|
455
|
+
export const ResourceService: GenService<{
|
|
456
|
+
/**
|
|
457
|
+
* DeployResourceSpecification migrate all resource specifications of a datastore in project
|
|
458
|
+
* State of the world request
|
|
459
|
+
*
|
|
460
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ResourceService.DeployResourceSpecification
|
|
461
|
+
*/
|
|
462
|
+
deployResourceSpecification: {
|
|
463
|
+
methodKind: "bidi_streaming";
|
|
464
|
+
input: typeof DeployResourceSpecificationRequestSchema;
|
|
465
|
+
output: typeof DeployResourceSpecificationResponseSchema;
|
|
466
|
+
},
|
|
467
|
+
/**
|
|
468
|
+
* ListResourceSpecification lists all resource specifications of a datastore in project
|
|
469
|
+
*
|
|
470
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ListResourceSpecification
|
|
471
|
+
*/
|
|
472
|
+
listResourceSpecification: {
|
|
473
|
+
methodKind: "unary";
|
|
474
|
+
input: typeof ListResourceSpecificationRequestSchema;
|
|
475
|
+
output: typeof ListResourceSpecificationResponseSchema;
|
|
476
|
+
},
|
|
477
|
+
/**
|
|
478
|
+
* Database CRUD
|
|
479
|
+
* CreateResource registers a new resource of a namespace which belongs to a project
|
|
480
|
+
*
|
|
481
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ResourceService.CreateResource
|
|
482
|
+
*/
|
|
483
|
+
createResource: {
|
|
484
|
+
methodKind: "unary";
|
|
485
|
+
input: typeof CreateResourceRequestSchema;
|
|
486
|
+
output: typeof CreateResourceResponseSchema;
|
|
487
|
+
},
|
|
488
|
+
/**
|
|
489
|
+
* ReadResource reads a provided resource spec of a namespace
|
|
490
|
+
*
|
|
491
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ReadResource
|
|
492
|
+
*/
|
|
493
|
+
readResource: {
|
|
494
|
+
methodKind: "unary";
|
|
495
|
+
input: typeof ReadResourceRequestSchema;
|
|
496
|
+
output: typeof ReadResourceResponseSchema;
|
|
497
|
+
},
|
|
498
|
+
/**
|
|
499
|
+
* UpdateResource updates a resource specification of a datastore in project
|
|
500
|
+
*
|
|
501
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ResourceService.UpdateResource
|
|
502
|
+
*/
|
|
503
|
+
updateResource: {
|
|
504
|
+
methodKind: "unary";
|
|
505
|
+
input: typeof UpdateResourceRequestSchema;
|
|
506
|
+
output: typeof UpdateResourceResponseSchema;
|
|
507
|
+
},
|
|
508
|
+
/**
|
|
509
|
+
* ChangeJobNamespace move a job spec from one namespace to another
|
|
510
|
+
*
|
|
511
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ChangeResourceNamespace
|
|
512
|
+
*/
|
|
513
|
+
changeResourceNamespace: {
|
|
514
|
+
methodKind: "unary";
|
|
515
|
+
input: typeof ChangeResourceNamespaceRequestSchema;
|
|
516
|
+
output: typeof ChangeResourceNamespaceResponseSchema;
|
|
517
|
+
},
|
|
518
|
+
/**
|
|
519
|
+
* apply a resource from optimus to datastore
|
|
520
|
+
*
|
|
521
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ResourceService.ApplyResources
|
|
522
|
+
*/
|
|
523
|
+
applyResources: {
|
|
524
|
+
methodKind: "unary";
|
|
525
|
+
input: typeof ApplyResourcesRequestSchema;
|
|
526
|
+
output: typeof ApplyResourcesResponseSchema;
|
|
527
|
+
},
|
|
528
|
+
}> = /*@__PURE__*/
|
|
529
|
+
serviceDesc(file_raystack_optimus_core_v1beta1_resource, 0);
|
|
791
530
|
|