@raystack/proton 0.1.0-ce225175aa066e6f296bc489293bb83ed0edcef6 → 0.1.0-dcceed81ad090604a542bb2a9a12bab7218bc59b
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 +3624 -0
- package/raystack/frontier/v1beta1/admin_pb.js +935 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +1940 -3791
- 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 +8784 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2593 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +4962 -11060
- 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,63 +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/entropy/v1beta1/resource.proto (package raystack.entropy.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
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 { Timestamp, Value } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import { file_google_protobuf_struct, file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
10
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
11
|
+
|
|
12
|
+
/**
|
|
13
|
+
* Describes the file raystack/entropy/v1beta1/resource.proto.
|
|
14
|
+
*/
|
|
15
|
+
export const file_raystack_entropy_v1beta1_resource: GenFile = /*@__PURE__*/
|
|
16
|
+
fileDesc("CidyYXlzdGFjay9lbnRyb3B5L3YxYmV0YTEvcmVzb3VyY2UucHJvdG8SGHJheXN0YWNrLmVudHJvcHkudjFiZXRhMSIwChJSZXNvdXJjZURlcGVuZGVuY3kSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJInsKDFJlc291cmNlU3BlYxInCgdjb25maWdzGAEgASgLMhYuZ29vZ2xlLnByb3RvYnVmLlZhbHVlEkIKDGRlcGVuZGVuY2llcxgCIAMoCzIsLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZURlcGVuZGVuY3kiHAoKTGlzdFN0cmluZxIOCgZ2YWx1ZXMYASADKAkipgEKCkxvZ09wdGlvbnMSQgoHZmlsdGVycxgBIAMoCzIxLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5Mb2dPcHRpb25zLkZpbHRlcnNFbnRyeRpUCgxGaWx0ZXJzRW50cnkSCwoDa2V5GAEgASgJEjMKBXZhbHVlGAIgASgLMiQucmF5c3RhY2suZW50cm9weS52MWJldGExLkxpc3RTdHJpbmc6AjgBIrkCCg1SZXNvdXJjZVN0YXRlEj4KBnN0YXR1cxgBIAEoDjIuLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZVN0YXRlLlN0YXR1cxImCgZvdXRwdXQYAiABKAsyFi5nb29nbGUucHJvdG9idWYuVmFsdWUSEwoLbW9kdWxlX2RhdGEYAyABKAwSOQoLbG9nX29wdGlvbnMYBCABKAsyJC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuTG9nT3B0aW9ucyJwCgZTdGF0dXMSFgoSU1RBVFVTX1VOU1BFQ0lGSUVEEAASEgoOU1RBVFVTX1BFTkRJTkcQARIQCgxTVEFUVVNfRVJST1IQAhISCg5TVEFUVVNfREVMRVRFRBADEhQKEFNUQVRVU19DT01QTEVURUQQBCKBAwoIUmVzb3VyY2USCwoDdXJuGAEgASgJEgwKBGtpbmQYAiABKAkSDAoEbmFtZRgDIAEoCRIPCgdwcm9qZWN0GAQgASgJEj4KBmxhYmVscxgFIAMoCzIuLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZS5MYWJlbHNFbnRyeRIuCgpjcmVhdGVkX2F0GAYgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIuCgp1cGRhdGVkX2F0GAcgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBI0CgRzcGVjGAggASgLMiYucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlU3BlYxI2CgVzdGF0ZRgJIAEoCzInLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZVN0YXRlGi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiNQoUTGlzdFJlc291cmNlc1JlcXVlc3QSDwoHcHJvamVjdBgBIAEoCRIMCgRraW5kGAIgASgJIk4KFUxpc3RSZXNvdXJjZXNSZXNwb25zZRI1CglyZXNvdXJjZXMYASADKAsyIi5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuUmVzb3VyY2UiIQoSR2V0UmVzb3VyY2VSZXF1ZXN0EgsKA3VybhgBIAEoCSJLChNHZXRSZXNvdXJjZVJlc3BvbnNlEjQKCHJlc291cmNlGAEgASgLMiIucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlIk0KFUNyZWF0ZVJlc291cmNlUmVxdWVzdBI0CghyZXNvdXJjZRgBIAEoCzIiLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZSJOChZDcmVhdGVSZXNvdXJjZVJlc3BvbnNlEjQKCHJlc291cmNlGAEgASgLMiIucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlItoBChVVcGRhdGVSZXNvdXJjZVJlcXVlc3QSCwoDdXJuGAEgASgJEjgKCG5ld19zcGVjGAIgASgLMiYucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlU3BlYxJLCgZsYWJlbHMYAyADKAsyOy5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuVXBkYXRlUmVzb3VyY2VSZXF1ZXN0LkxhYmVsc0VudHJ5Gi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiTgoWVXBkYXRlUmVzb3VyY2VSZXNwb25zZRI0CghyZXNvdXJjZRgBIAEoCzIiLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZSIkChVEZWxldGVSZXNvdXJjZVJlcXVlc3QSCwoDdXJuGAEgASgJIhgKFkRlbGV0ZVJlc291cmNlUmVzcG9uc2Ui0gEKEkFwcGx5QWN0aW9uUmVxdWVzdBILCgN1cm4YASABKAkSDgoGYWN0aW9uGAIgASgJEiYKBnBhcmFtcxgDIAEoCzIWLmdvb2dsZS5wcm90b2J1Zi5WYWx1ZRJICgZsYWJlbHMYBCADKAsyOC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuQXBwbHlBY3Rpb25SZXF1ZXN0LkxhYmVsc0VudHJ5Gi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiSwoTQXBwbHlBY3Rpb25SZXNwb25zZRI0CghyZXNvdXJjZRgBIAEoCzIiLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZSKHAQoITG9nQ2h1bmsSDAoEZGF0YRgBIAEoDBI+CgZsYWJlbHMYAiADKAsyLi5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuTG9nQ2h1bmsuTGFiZWxzRW50cnkaLQoLTGFiZWxzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASKQAQoNR2V0TG9nUmVxdWVzdBILCgN1cm4YASABKAkSQwoGZmlsdGVyGAYgAygLMjMucmF5c3RhY2suZW50cm9weS52MWJldGExLkdldExvZ1JlcXVlc3QuRmlsdGVyRW50cnkaLQoLRmlsdGVyRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASJDCg5HZXRMb2dSZXNwb25zZRIxCgVjaHVuaxgBIAEoCzIiLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5Mb2dDaHVuayKYAgoQUmVzb3VyY2VSZXZpc2lvbhIKCgJpZBgBIAEoCRILCgN1cm4YAiABKAkSRgoGbGFiZWxzGAMgAygLMjYucmF5c3RhY2suZW50cm9weS52MWJldGExLlJlc291cmNlUmV2aXNpb24uTGFiZWxzRW50cnkSLgoKY3JlYXRlZF9hdBgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASNAoEc3BlYxgFIAEoCzImLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZVNwZWMSDgoGcmVhc29uGAYgASgJGi0KC0xhYmVsc0VudHJ5EgsKA2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoCToCOAEiKgobR2V0UmVzb3VyY2VSZXZpc2lvbnNSZXF1ZXN0EgsKA3VybhgBIAEoCSJdChxHZXRSZXNvdXJjZVJldmlzaW9uc1Jlc3BvbnNlEj0KCXJldmlzaW9ucxgBIAMoCzIqLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5SZXNvdXJjZVJldmlzaW9uMuEJCg9SZXNvdXJjZVNlcnZpY2USjAEKDUxpc3RSZXNvdXJjZXMSLi5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuTGlzdFJlc291cmNlc1JlcXVlc3QaLy5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuTGlzdFJlc291cmNlc1Jlc3BvbnNlIhqC0+STAhQSEi92MWJldGExL3Jlc291cmNlcxKMAQoLR2V0UmVzb3VyY2USLC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuR2V0UmVzb3VyY2VSZXF1ZXN0Gi0ucmF5c3RhY2suZW50cm9weS52MWJldGExLkdldFJlc291cmNlUmVzcG9uc2UiIILT5JMCGhIYL3YxYmV0YTEvcmVzb3VyY2VzL3t1cm59EpkBCg5DcmVhdGVSZXNvdXJjZRIvLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5DcmVhdGVSZXNvdXJjZVJlcXVlc3QaMC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuQ3JlYXRlUmVzb3VyY2VSZXNwb25zZSIkgtPkkwIeIhIvdjFiZXRhMS9yZXNvdXJjZXM6CHJlc291cmNlEpgBCg5VcGRhdGVSZXNvdXJjZRIvLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5VcGRhdGVSZXNvdXJjZVJlcXVlc3QaMC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuVXBkYXRlUmVzb3VyY2VSZXNwb25zZSIjgtPkkwIdMhgvdjFiZXRhMS9yZXNvdXJjZXMve3Vybn06ASoSlQEKDkRlbGV0ZVJlc291cmNlEi8ucmF5c3RhY2suZW50cm9weS52MWJldGExLkRlbGV0ZVJlc291cmNlUmVxdWVzdBowLnJheXN0YWNrLmVudHJvcHkudjFiZXRhMS5EZWxldGVSZXNvdXJjZVJlc3BvbnNlIiCC0+STAhoqGC92MWJldGExL3Jlc291cmNlcy97dXJufRKlAQoLQXBwbHlBY3Rpb24SLC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuQXBwbHlBY3Rpb25SZXF1ZXN0Gi0ucmF5c3RhY2suZW50cm9weS52MWJldGExLkFwcGx5QWN0aW9uUmVzcG9uc2UiOYLT5JMCMyIpL3YxYmV0YTEvcmVzb3VyY2VzL3t1cm59L2FjdGlvbnMve2FjdGlvbn06BnBhcmFtcxKEAQoGR2V0TG9nEicucmF5c3RhY2suZW50cm9weS52MWJldGExLkdldExvZ1JlcXVlc3QaKC5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuR2V0TG9nUmVzcG9uc2UiJYLT5JMCHxIdL3YxYmV0YTEvcmVzb3VyY2VzL3t1cm59L2xvZ3MwARKxAQoUR2V0UmVzb3VyY2VSZXZpc2lvbnMSNS5yYXlzdGFjay5lbnRyb3B5LnYxYmV0YTEuR2V0UmVzb3VyY2VSZXZpc2lvbnNSZXF1ZXN0GjYucmF5c3RhY2suZW50cm9weS52MWJldGExLkdldFJlc291cmNlUmV2aXNpb25zUmVzcG9uc2UiKoLT5JMCJBIiL3YxYmV0YTEvcmVzb3VyY2VzL3t1cm59L3JldmlzaW9uc0J3CiJpby5yYXlzdGFjay5wcm90b24uZW50cm9weS52MWJldGExQhRSZXNvdXJjZVNlcnZpY2VQcm90b1ABWjlnaXRodWIuY29tL3JheXN0YWNrL3Byb3Rvbi9lbnRyb3B5L3YxYmV0YTE7ZW50cm9weXYxYmV0YTFiBnByb3RvMw", [file_google_api_annotations, file_google_protobuf_struct, file_google_protobuf_timestamp]);
|
|
8
17
|
|
|
9
18
|
/**
|
|
10
19
|
* @generated from message raystack.entropy.v1beta1.ResourceDependency
|
|
11
20
|
*/
|
|
12
|
-
export
|
|
21
|
+
export type ResourceDependency = Message<"raystack.entropy.v1beta1.ResourceDependency"> & {
|
|
13
22
|
/**
|
|
14
23
|
* Key should be as defined by the module being used for
|
|
15
24
|
* the resource.
|
|
16
25
|
*
|
|
17
26
|
* @generated from field: string key = 1;
|
|
18
27
|
*/
|
|
19
|
-
key
|
|
28
|
+
key: string;
|
|
20
29
|
|
|
21
30
|
/**
|
|
22
31
|
* Value should refer to an existing resource via URN.
|
|
23
32
|
*
|
|
24
33
|
* @generated from field: string value = 2;
|
|
25
34
|
*/
|
|
26
|
-
value
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
36
|
-
{ no: 1, name: "key", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
37
|
-
{ no: 2, name: "value", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
38
|
-
]);
|
|
39
|
-
|
|
40
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResourceDependency {
|
|
41
|
-
return new ResourceDependency().fromBinary(bytes, options);
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResourceDependency {
|
|
45
|
-
return new ResourceDependency().fromJson(jsonValue, options);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResourceDependency {
|
|
49
|
-
return new ResourceDependency().fromJsonString(jsonString, options);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
static equals(a: ResourceDependency | PlainMessage<ResourceDependency> | undefined, b: ResourceDependency | PlainMessage<ResourceDependency> | undefined): boolean {
|
|
53
|
-
return proto3.util.equals(ResourceDependency, a, b);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
35
|
+
value: string;
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
/**
|
|
39
|
+
* Describes the message raystack.entropy.v1beta1.ResourceDependency.
|
|
40
|
+
* Use `create(ResourceDependencySchema)` to create a new message.
|
|
41
|
+
*/
|
|
42
|
+
export const ResourceDependencySchema: GenMessage<ResourceDependency> = /*@__PURE__*/
|
|
43
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 0);
|
|
56
44
|
|
|
57
45
|
/**
|
|
58
46
|
* @generated from message raystack.entropy.v1beta1.ResourceSpec
|
|
59
47
|
*/
|
|
60
|
-
export
|
|
48
|
+
export type ResourceSpec = Message<"raystack.entropy.v1beta1.ResourceSpec"> & {
|
|
61
49
|
/**
|
|
62
50
|
* @generated from field: google.protobuf.Value configs = 1;
|
|
63
51
|
*/
|
|
@@ -69,119 +57,58 @@ export class ResourceSpec extends Message<ResourceSpec> {
|
|
|
69
57
|
*
|
|
70
58
|
* @generated from field: repeated raystack.entropy.v1beta1.ResourceDependency dependencies = 2;
|
|
71
59
|
*/
|
|
72
|
-
dependencies: ResourceDependency[]
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
82
|
-
{ no: 1, name: "configs", kind: "message", T: Value },
|
|
83
|
-
{ no: 2, name: "dependencies", kind: "message", T: ResourceDependency, repeated: true },
|
|
84
|
-
]);
|
|
85
|
-
|
|
86
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResourceSpec {
|
|
87
|
-
return new ResourceSpec().fromBinary(bytes, options);
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResourceSpec {
|
|
91
|
-
return new ResourceSpec().fromJson(jsonValue, options);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResourceSpec {
|
|
95
|
-
return new ResourceSpec().fromJsonString(jsonString, options);
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
static equals(a: ResourceSpec | PlainMessage<ResourceSpec> | undefined, b: ResourceSpec | PlainMessage<ResourceSpec> | undefined): boolean {
|
|
99
|
-
return proto3.util.equals(ResourceSpec, a, b);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
60
|
+
dependencies: ResourceDependency[];
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
/**
|
|
64
|
+
* Describes the message raystack.entropy.v1beta1.ResourceSpec.
|
|
65
|
+
* Use `create(ResourceSpecSchema)` to create a new message.
|
|
66
|
+
*/
|
|
67
|
+
export const ResourceSpecSchema: GenMessage<ResourceSpec> = /*@__PURE__*/
|
|
68
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 1);
|
|
102
69
|
|
|
103
70
|
/**
|
|
104
71
|
* @generated from message raystack.entropy.v1beta1.ListString
|
|
105
72
|
*/
|
|
106
|
-
export
|
|
73
|
+
export type ListString = Message<"raystack.entropy.v1beta1.ListString"> & {
|
|
107
74
|
/**
|
|
108
75
|
* @generated from field: repeated string values = 1;
|
|
109
76
|
*/
|
|
110
|
-
values: string[]
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
120
|
-
{ no: 1, name: "values", kind: "scalar", T: 9 /* ScalarType.STRING */, repeated: true },
|
|
121
|
-
]);
|
|
122
|
-
|
|
123
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListString {
|
|
124
|
-
return new ListString().fromBinary(bytes, options);
|
|
125
|
-
}
|
|
126
|
-
|
|
127
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListString {
|
|
128
|
-
return new ListString().fromJson(jsonValue, options);
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListString {
|
|
132
|
-
return new ListString().fromJsonString(jsonString, options);
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
static equals(a: ListString | PlainMessage<ListString> | undefined, b: ListString | PlainMessage<ListString> | undefined): boolean {
|
|
136
|
-
return proto3.util.equals(ListString, a, b);
|
|
137
|
-
}
|
|
138
|
-
}
|
|
77
|
+
values: string[];
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
/**
|
|
81
|
+
* Describes the message raystack.entropy.v1beta1.ListString.
|
|
82
|
+
* Use `create(ListStringSchema)` to create a new message.
|
|
83
|
+
*/
|
|
84
|
+
export const ListStringSchema: GenMessage<ListString> = /*@__PURE__*/
|
|
85
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 2);
|
|
139
86
|
|
|
140
87
|
/**
|
|
141
88
|
* @generated from message raystack.entropy.v1beta1.LogOptions
|
|
142
89
|
*/
|
|
143
|
-
export
|
|
90
|
+
export type LogOptions = Message<"raystack.entropy.v1beta1.LogOptions"> & {
|
|
144
91
|
/**
|
|
145
92
|
* @generated from field: map<string, raystack.entropy.v1beta1.ListString> filters = 1;
|
|
146
93
|
*/
|
|
147
|
-
filters: { [key: string]: ListString }
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
157
|
-
{ no: 1, name: "filters", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "message", T: ListString} },
|
|
158
|
-
]);
|
|
159
|
-
|
|
160
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LogOptions {
|
|
161
|
-
return new LogOptions().fromBinary(bytes, options);
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LogOptions {
|
|
165
|
-
return new LogOptions().fromJson(jsonValue, options);
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LogOptions {
|
|
169
|
-
return new LogOptions().fromJsonString(jsonString, options);
|
|
170
|
-
}
|
|
171
|
-
|
|
172
|
-
static equals(a: LogOptions | PlainMessage<LogOptions> | undefined, b: LogOptions | PlainMessage<LogOptions> | undefined): boolean {
|
|
173
|
-
return proto3.util.equals(LogOptions, a, b);
|
|
174
|
-
}
|
|
175
|
-
}
|
|
94
|
+
filters: { [key: string]: ListString };
|
|
95
|
+
};
|
|
96
|
+
|
|
97
|
+
/**
|
|
98
|
+
* Describes the message raystack.entropy.v1beta1.LogOptions.
|
|
99
|
+
* Use `create(LogOptionsSchema)` to create a new message.
|
|
100
|
+
*/
|
|
101
|
+
export const LogOptionsSchema: GenMessage<LogOptions> = /*@__PURE__*/
|
|
102
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 3);
|
|
176
103
|
|
|
177
104
|
/**
|
|
178
105
|
* @generated from message raystack.entropy.v1beta1.ResourceState
|
|
179
106
|
*/
|
|
180
|
-
export
|
|
107
|
+
export type ResourceState = Message<"raystack.entropy.v1beta1.ResourceState"> & {
|
|
181
108
|
/**
|
|
182
109
|
* @generated from field: raystack.entropy.v1beta1.ResourceState.Status status = 1;
|
|
183
110
|
*/
|
|
184
|
-
status
|
|
111
|
+
status: ResourceState_Status;
|
|
185
112
|
|
|
186
113
|
/**
|
|
187
114
|
* @generated from field: google.protobuf.Value output = 2;
|
|
@@ -191,43 +118,20 @@ export class ResourceState extends Message<ResourceState> {
|
|
|
191
118
|
/**
|
|
192
119
|
* @generated from field: bytes module_data = 3;
|
|
193
120
|
*/
|
|
194
|
-
moduleData
|
|
121
|
+
moduleData: Uint8Array;
|
|
195
122
|
|
|
196
123
|
/**
|
|
197
124
|
* @generated from field: raystack.entropy.v1beta1.LogOptions log_options = 4;
|
|
198
125
|
*/
|
|
199
126
|
logOptions?: LogOptions;
|
|
127
|
+
};
|
|
200
128
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
static readonly typeName = "raystack.entropy.v1beta1.ResourceState";
|
|
208
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
209
|
-
{ no: 1, name: "status", kind: "enum", T: proto3.getEnumType(ResourceState_Status) },
|
|
210
|
-
{ no: 2, name: "output", kind: "message", T: Value },
|
|
211
|
-
{ no: 3, name: "module_data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
212
|
-
{ no: 4, name: "log_options", kind: "message", T: LogOptions },
|
|
213
|
-
]);
|
|
214
|
-
|
|
215
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResourceState {
|
|
216
|
-
return new ResourceState().fromBinary(bytes, options);
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResourceState {
|
|
220
|
-
return new ResourceState().fromJson(jsonValue, options);
|
|
221
|
-
}
|
|
222
|
-
|
|
223
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResourceState {
|
|
224
|
-
return new ResourceState().fromJsonString(jsonString, options);
|
|
225
|
-
}
|
|
226
|
-
|
|
227
|
-
static equals(a: ResourceState | PlainMessage<ResourceState> | undefined, b: ResourceState | PlainMessage<ResourceState> | undefined): boolean {
|
|
228
|
-
return proto3.util.equals(ResourceState, a, b);
|
|
229
|
-
}
|
|
230
|
-
}
|
|
129
|
+
/**
|
|
130
|
+
* Describes the message raystack.entropy.v1beta1.ResourceState.
|
|
131
|
+
* Use `create(ResourceStateSchema)` to create a new message.
|
|
132
|
+
*/
|
|
133
|
+
export const ResourceStateSchema: GenMessage<ResourceState> = /*@__PURE__*/
|
|
134
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 4);
|
|
231
135
|
|
|
232
136
|
/**
|
|
233
137
|
* @generated from enum raystack.entropy.v1beta1.ResourceState.Status
|
|
@@ -258,43 +162,41 @@ export enum ResourceState_Status {
|
|
|
258
162
|
*/
|
|
259
163
|
COMPLETED = 4,
|
|
260
164
|
}
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
{ no: 4, name: "STATUS_COMPLETED" },
|
|
268
|
-
]);
|
|
165
|
+
|
|
166
|
+
/**
|
|
167
|
+
* Describes the enum raystack.entropy.v1beta1.ResourceState.Status.
|
|
168
|
+
*/
|
|
169
|
+
export const ResourceState_StatusSchema: GenEnum<ResourceState_Status> = /*@__PURE__*/
|
|
170
|
+
enumDesc(file_raystack_entropy_v1beta1_resource, 4, 0);
|
|
269
171
|
|
|
270
172
|
/**
|
|
271
173
|
* @generated from message raystack.entropy.v1beta1.Resource
|
|
272
174
|
*/
|
|
273
|
-
export
|
|
175
|
+
export type Resource = Message<"raystack.entropy.v1beta1.Resource"> & {
|
|
274
176
|
/**
|
|
275
177
|
* @generated from field: string urn = 1;
|
|
276
178
|
*/
|
|
277
|
-
urn
|
|
179
|
+
urn: string;
|
|
278
180
|
|
|
279
181
|
/**
|
|
280
182
|
* @generated from field: string kind = 2;
|
|
281
183
|
*/
|
|
282
|
-
kind
|
|
184
|
+
kind: string;
|
|
283
185
|
|
|
284
186
|
/**
|
|
285
187
|
* @generated from field: string name = 3;
|
|
286
188
|
*/
|
|
287
|
-
name
|
|
189
|
+
name: string;
|
|
288
190
|
|
|
289
191
|
/**
|
|
290
192
|
* @generated from field: string project = 4;
|
|
291
193
|
*/
|
|
292
|
-
project
|
|
194
|
+
project: string;
|
|
293
195
|
|
|
294
196
|
/**
|
|
295
197
|
* @generated from field: map<string, string> labels = 5;
|
|
296
198
|
*/
|
|
297
|
-
labels: { [key: string]: string }
|
|
199
|
+
labels: { [key: string]: string };
|
|
298
200
|
|
|
299
201
|
/**
|
|
300
202
|
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
@@ -315,279 +217,130 @@ export class Resource extends Message<Resource> {
|
|
|
315
217
|
* @generated from field: raystack.entropy.v1beta1.ResourceState state = 9;
|
|
316
218
|
*/
|
|
317
219
|
state?: ResourceState;
|
|
220
|
+
};
|
|
318
221
|
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
static readonly typeName = "raystack.entropy.v1beta1.Resource";
|
|
326
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
327
|
-
{ no: 1, name: "urn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
328
|
-
{ no: 2, name: "kind", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
329
|
-
{ no: 3, name: "name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
330
|
-
{ no: 4, name: "project", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
331
|
-
{ no: 5, name: "labels", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
332
|
-
{ no: 6, name: "created_at", kind: "message", T: Timestamp },
|
|
333
|
-
{ no: 7, name: "updated_at", kind: "message", T: Timestamp },
|
|
334
|
-
{ no: 8, name: "spec", kind: "message", T: ResourceSpec },
|
|
335
|
-
{ no: 9, name: "state", kind: "message", T: ResourceState },
|
|
336
|
-
]);
|
|
337
|
-
|
|
338
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): Resource {
|
|
339
|
-
return new Resource().fromBinary(bytes, options);
|
|
340
|
-
}
|
|
341
|
-
|
|
342
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): Resource {
|
|
343
|
-
return new Resource().fromJson(jsonValue, options);
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): Resource {
|
|
347
|
-
return new Resource().fromJsonString(jsonString, options);
|
|
348
|
-
}
|
|
349
|
-
|
|
350
|
-
static equals(a: Resource | PlainMessage<Resource> | undefined, b: Resource | PlainMessage<Resource> | undefined): boolean {
|
|
351
|
-
return proto3.util.equals(Resource, a, b);
|
|
352
|
-
}
|
|
353
|
-
}
|
|
222
|
+
/**
|
|
223
|
+
* Describes the message raystack.entropy.v1beta1.Resource.
|
|
224
|
+
* Use `create(ResourceSchema)` to create a new message.
|
|
225
|
+
*/
|
|
226
|
+
export const ResourceSchema: GenMessage<Resource> = /*@__PURE__*/
|
|
227
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 5);
|
|
354
228
|
|
|
355
229
|
/**
|
|
356
230
|
* @generated from message raystack.entropy.v1beta1.ListResourcesRequest
|
|
357
231
|
*/
|
|
358
|
-
export
|
|
232
|
+
export type ListResourcesRequest = Message<"raystack.entropy.v1beta1.ListResourcesRequest"> & {
|
|
359
233
|
/**
|
|
360
234
|
* @generated from field: string project = 1;
|
|
361
235
|
*/
|
|
362
|
-
project
|
|
236
|
+
project: string;
|
|
363
237
|
|
|
364
238
|
/**
|
|
365
239
|
* @generated from field: string kind = 2;
|
|
366
240
|
*/
|
|
367
|
-
kind
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
377
|
-
{ no: 1, name: "project", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
378
|
-
{ no: 2, name: "kind", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
379
|
-
]);
|
|
380
|
-
|
|
381
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListResourcesRequest {
|
|
382
|
-
return new ListResourcesRequest().fromBinary(bytes, options);
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListResourcesRequest {
|
|
386
|
-
return new ListResourcesRequest().fromJson(jsonValue, options);
|
|
387
|
-
}
|
|
388
|
-
|
|
389
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListResourcesRequest {
|
|
390
|
-
return new ListResourcesRequest().fromJsonString(jsonString, options);
|
|
391
|
-
}
|
|
392
|
-
|
|
393
|
-
static equals(a: ListResourcesRequest | PlainMessage<ListResourcesRequest> | undefined, b: ListResourcesRequest | PlainMessage<ListResourcesRequest> | undefined): boolean {
|
|
394
|
-
return proto3.util.equals(ListResourcesRequest, a, b);
|
|
395
|
-
}
|
|
396
|
-
}
|
|
241
|
+
kind: string;
|
|
242
|
+
};
|
|
243
|
+
|
|
244
|
+
/**
|
|
245
|
+
* Describes the message raystack.entropy.v1beta1.ListResourcesRequest.
|
|
246
|
+
* Use `create(ListResourcesRequestSchema)` to create a new message.
|
|
247
|
+
*/
|
|
248
|
+
export const ListResourcesRequestSchema: GenMessage<ListResourcesRequest> = /*@__PURE__*/
|
|
249
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 6);
|
|
397
250
|
|
|
398
251
|
/**
|
|
399
252
|
* @generated from message raystack.entropy.v1beta1.ListResourcesResponse
|
|
400
253
|
*/
|
|
401
|
-
export
|
|
254
|
+
export type ListResourcesResponse = Message<"raystack.entropy.v1beta1.ListResourcesResponse"> & {
|
|
402
255
|
/**
|
|
403
256
|
* @generated from field: repeated raystack.entropy.v1beta1.Resource resources = 1;
|
|
404
257
|
*/
|
|
405
|
-
resources: Resource[]
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
415
|
-
{ no: 1, name: "resources", kind: "message", T: Resource, repeated: true },
|
|
416
|
-
]);
|
|
417
|
-
|
|
418
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListResourcesResponse {
|
|
419
|
-
return new ListResourcesResponse().fromBinary(bytes, options);
|
|
420
|
-
}
|
|
421
|
-
|
|
422
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListResourcesResponse {
|
|
423
|
-
return new ListResourcesResponse().fromJson(jsonValue, options);
|
|
424
|
-
}
|
|
425
|
-
|
|
426
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListResourcesResponse {
|
|
427
|
-
return new ListResourcesResponse().fromJsonString(jsonString, options);
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
static equals(a: ListResourcesResponse | PlainMessage<ListResourcesResponse> | undefined, b: ListResourcesResponse | PlainMessage<ListResourcesResponse> | undefined): boolean {
|
|
431
|
-
return proto3.util.equals(ListResourcesResponse, a, b);
|
|
432
|
-
}
|
|
433
|
-
}
|
|
258
|
+
resources: Resource[];
|
|
259
|
+
};
|
|
260
|
+
|
|
261
|
+
/**
|
|
262
|
+
* Describes the message raystack.entropy.v1beta1.ListResourcesResponse.
|
|
263
|
+
* Use `create(ListResourcesResponseSchema)` to create a new message.
|
|
264
|
+
*/
|
|
265
|
+
export const ListResourcesResponseSchema: GenMessage<ListResourcesResponse> = /*@__PURE__*/
|
|
266
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 7);
|
|
434
267
|
|
|
435
268
|
/**
|
|
436
269
|
* @generated from message raystack.entropy.v1beta1.GetResourceRequest
|
|
437
270
|
*/
|
|
438
|
-
export
|
|
271
|
+
export type GetResourceRequest = Message<"raystack.entropy.v1beta1.GetResourceRequest"> & {
|
|
439
272
|
/**
|
|
440
273
|
* @generated from field: string urn = 1;
|
|
441
274
|
*/
|
|
442
|
-
urn
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
452
|
-
{ no: 1, name: "urn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
453
|
-
]);
|
|
454
|
-
|
|
455
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetResourceRequest {
|
|
456
|
-
return new GetResourceRequest().fromBinary(bytes, options);
|
|
457
|
-
}
|
|
458
|
-
|
|
459
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetResourceRequest {
|
|
460
|
-
return new GetResourceRequest().fromJson(jsonValue, options);
|
|
461
|
-
}
|
|
462
|
-
|
|
463
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetResourceRequest {
|
|
464
|
-
return new GetResourceRequest().fromJsonString(jsonString, options);
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
static equals(a: GetResourceRequest | PlainMessage<GetResourceRequest> | undefined, b: GetResourceRequest | PlainMessage<GetResourceRequest> | undefined): boolean {
|
|
468
|
-
return proto3.util.equals(GetResourceRequest, a, b);
|
|
469
|
-
}
|
|
470
|
-
}
|
|
275
|
+
urn: string;
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
/**
|
|
279
|
+
* Describes the message raystack.entropy.v1beta1.GetResourceRequest.
|
|
280
|
+
* Use `create(GetResourceRequestSchema)` to create a new message.
|
|
281
|
+
*/
|
|
282
|
+
export const GetResourceRequestSchema: GenMessage<GetResourceRequest> = /*@__PURE__*/
|
|
283
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 8);
|
|
471
284
|
|
|
472
285
|
/**
|
|
473
286
|
* @generated from message raystack.entropy.v1beta1.GetResourceResponse
|
|
474
287
|
*/
|
|
475
|
-
export
|
|
288
|
+
export type GetResourceResponse = Message<"raystack.entropy.v1beta1.GetResourceResponse"> & {
|
|
476
289
|
/**
|
|
477
290
|
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
478
291
|
*/
|
|
479
292
|
resource?: Resource;
|
|
293
|
+
};
|
|
480
294
|
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
static readonly typeName = "raystack.entropy.v1beta1.GetResourceResponse";
|
|
488
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
489
|
-
{ no: 1, name: "resource", kind: "message", T: Resource },
|
|
490
|
-
]);
|
|
491
|
-
|
|
492
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetResourceResponse {
|
|
493
|
-
return new GetResourceResponse().fromBinary(bytes, options);
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetResourceResponse {
|
|
497
|
-
return new GetResourceResponse().fromJson(jsonValue, options);
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetResourceResponse {
|
|
501
|
-
return new GetResourceResponse().fromJsonString(jsonString, options);
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
static equals(a: GetResourceResponse | PlainMessage<GetResourceResponse> | undefined, b: GetResourceResponse | PlainMessage<GetResourceResponse> | undefined): boolean {
|
|
505
|
-
return proto3.util.equals(GetResourceResponse, a, b);
|
|
506
|
-
}
|
|
507
|
-
}
|
|
295
|
+
/**
|
|
296
|
+
* Describes the message raystack.entropy.v1beta1.GetResourceResponse.
|
|
297
|
+
* Use `create(GetResourceResponseSchema)` to create a new message.
|
|
298
|
+
*/
|
|
299
|
+
export const GetResourceResponseSchema: GenMessage<GetResourceResponse> = /*@__PURE__*/
|
|
300
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 9);
|
|
508
301
|
|
|
509
302
|
/**
|
|
510
303
|
* @generated from message raystack.entropy.v1beta1.CreateResourceRequest
|
|
511
304
|
*/
|
|
512
|
-
export
|
|
305
|
+
export type CreateResourceRequest = Message<"raystack.entropy.v1beta1.CreateResourceRequest"> & {
|
|
513
306
|
/**
|
|
514
307
|
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
515
308
|
*/
|
|
516
309
|
resource?: Resource;
|
|
310
|
+
};
|
|
517
311
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
static readonly typeName = "raystack.entropy.v1beta1.CreateResourceRequest";
|
|
525
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
526
|
-
{ no: 1, name: "resource", kind: "message", T: Resource },
|
|
527
|
-
]);
|
|
528
|
-
|
|
529
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateResourceRequest {
|
|
530
|
-
return new CreateResourceRequest().fromBinary(bytes, options);
|
|
531
|
-
}
|
|
532
|
-
|
|
533
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateResourceRequest {
|
|
534
|
-
return new CreateResourceRequest().fromJson(jsonValue, options);
|
|
535
|
-
}
|
|
536
|
-
|
|
537
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateResourceRequest {
|
|
538
|
-
return new CreateResourceRequest().fromJsonString(jsonString, options);
|
|
539
|
-
}
|
|
540
|
-
|
|
541
|
-
static equals(a: CreateResourceRequest | PlainMessage<CreateResourceRequest> | undefined, b: CreateResourceRequest | PlainMessage<CreateResourceRequest> | undefined): boolean {
|
|
542
|
-
return proto3.util.equals(CreateResourceRequest, a, b);
|
|
543
|
-
}
|
|
544
|
-
}
|
|
312
|
+
/**
|
|
313
|
+
* Describes the message raystack.entropy.v1beta1.CreateResourceRequest.
|
|
314
|
+
* Use `create(CreateResourceRequestSchema)` to create a new message.
|
|
315
|
+
*/
|
|
316
|
+
export const CreateResourceRequestSchema: GenMessage<CreateResourceRequest> = /*@__PURE__*/
|
|
317
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 10);
|
|
545
318
|
|
|
546
319
|
/**
|
|
547
320
|
* @generated from message raystack.entropy.v1beta1.CreateResourceResponse
|
|
548
321
|
*/
|
|
549
|
-
export
|
|
322
|
+
export type CreateResourceResponse = Message<"raystack.entropy.v1beta1.CreateResourceResponse"> & {
|
|
550
323
|
/**
|
|
551
324
|
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
552
325
|
*/
|
|
553
326
|
resource?: Resource;
|
|
327
|
+
};
|
|
554
328
|
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
static readonly typeName = "raystack.entropy.v1beta1.CreateResourceResponse";
|
|
562
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
563
|
-
{ no: 1, name: "resource", kind: "message", T: Resource },
|
|
564
|
-
]);
|
|
565
|
-
|
|
566
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): CreateResourceResponse {
|
|
567
|
-
return new CreateResourceResponse().fromBinary(bytes, options);
|
|
568
|
-
}
|
|
569
|
-
|
|
570
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): CreateResourceResponse {
|
|
571
|
-
return new CreateResourceResponse().fromJson(jsonValue, options);
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): CreateResourceResponse {
|
|
575
|
-
return new CreateResourceResponse().fromJsonString(jsonString, options);
|
|
576
|
-
}
|
|
577
|
-
|
|
578
|
-
static equals(a: CreateResourceResponse | PlainMessage<CreateResourceResponse> | undefined, b: CreateResourceResponse | PlainMessage<CreateResourceResponse> | undefined): boolean {
|
|
579
|
-
return proto3.util.equals(CreateResourceResponse, a, b);
|
|
580
|
-
}
|
|
581
|
-
}
|
|
329
|
+
/**
|
|
330
|
+
* Describes the message raystack.entropy.v1beta1.CreateResourceResponse.
|
|
331
|
+
* Use `create(CreateResourceResponseSchema)` to create a new message.
|
|
332
|
+
*/
|
|
333
|
+
export const CreateResourceResponseSchema: GenMessage<CreateResourceResponse> = /*@__PURE__*/
|
|
334
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 11);
|
|
582
335
|
|
|
583
336
|
/**
|
|
584
337
|
* @generated from message raystack.entropy.v1beta1.UpdateResourceRequest
|
|
585
338
|
*/
|
|
586
|
-
export
|
|
339
|
+
export type UpdateResourceRequest = Message<"raystack.entropy.v1beta1.UpdateResourceRequest"> & {
|
|
587
340
|
/**
|
|
588
341
|
* @generated from field: string urn = 1;
|
|
589
342
|
*/
|
|
590
|
-
urn
|
|
343
|
+
urn: string;
|
|
591
344
|
|
|
592
345
|
/**
|
|
593
346
|
* @generated from field: raystack.entropy.v1beta1.ResourceSpec new_spec = 2;
|
|
@@ -597,156 +350,76 @@ export class UpdateResourceRequest extends Message<UpdateResourceRequest> {
|
|
|
597
350
|
/**
|
|
598
351
|
* @generated from field: map<string, string> labels = 3;
|
|
599
352
|
*/
|
|
600
|
-
labels: { [key: string]: string }
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
610
|
-
{ no: 1, name: "urn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
611
|
-
{ no: 2, name: "new_spec", kind: "message", T: ResourceSpec },
|
|
612
|
-
{ no: 3, name: "labels", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
613
|
-
]);
|
|
614
|
-
|
|
615
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateResourceRequest {
|
|
616
|
-
return new UpdateResourceRequest().fromBinary(bytes, options);
|
|
617
|
-
}
|
|
618
|
-
|
|
619
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateResourceRequest {
|
|
620
|
-
return new UpdateResourceRequest().fromJson(jsonValue, options);
|
|
621
|
-
}
|
|
622
|
-
|
|
623
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateResourceRequest {
|
|
624
|
-
return new UpdateResourceRequest().fromJsonString(jsonString, options);
|
|
625
|
-
}
|
|
626
|
-
|
|
627
|
-
static equals(a: UpdateResourceRequest | PlainMessage<UpdateResourceRequest> | undefined, b: UpdateResourceRequest | PlainMessage<UpdateResourceRequest> | undefined): boolean {
|
|
628
|
-
return proto3.util.equals(UpdateResourceRequest, a, b);
|
|
629
|
-
}
|
|
630
|
-
}
|
|
353
|
+
labels: { [key: string]: string };
|
|
354
|
+
};
|
|
355
|
+
|
|
356
|
+
/**
|
|
357
|
+
* Describes the message raystack.entropy.v1beta1.UpdateResourceRequest.
|
|
358
|
+
* Use `create(UpdateResourceRequestSchema)` to create a new message.
|
|
359
|
+
*/
|
|
360
|
+
export const UpdateResourceRequestSchema: GenMessage<UpdateResourceRequest> = /*@__PURE__*/
|
|
361
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 12);
|
|
631
362
|
|
|
632
363
|
/**
|
|
633
364
|
* @generated from message raystack.entropy.v1beta1.UpdateResourceResponse
|
|
634
365
|
*/
|
|
635
|
-
export
|
|
366
|
+
export type UpdateResourceResponse = Message<"raystack.entropy.v1beta1.UpdateResourceResponse"> & {
|
|
636
367
|
/**
|
|
637
368
|
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
638
369
|
*/
|
|
639
370
|
resource?: Resource;
|
|
371
|
+
};
|
|
640
372
|
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
static readonly typeName = "raystack.entropy.v1beta1.UpdateResourceResponse";
|
|
648
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
649
|
-
{ no: 1, name: "resource", kind: "message", T: Resource },
|
|
650
|
-
]);
|
|
651
|
-
|
|
652
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): UpdateResourceResponse {
|
|
653
|
-
return new UpdateResourceResponse().fromBinary(bytes, options);
|
|
654
|
-
}
|
|
655
|
-
|
|
656
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): UpdateResourceResponse {
|
|
657
|
-
return new UpdateResourceResponse().fromJson(jsonValue, options);
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): UpdateResourceResponse {
|
|
661
|
-
return new UpdateResourceResponse().fromJsonString(jsonString, options);
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
static equals(a: UpdateResourceResponse | PlainMessage<UpdateResourceResponse> | undefined, b: UpdateResourceResponse | PlainMessage<UpdateResourceResponse> | undefined): boolean {
|
|
665
|
-
return proto3.util.equals(UpdateResourceResponse, a, b);
|
|
666
|
-
}
|
|
667
|
-
}
|
|
373
|
+
/**
|
|
374
|
+
* Describes the message raystack.entropy.v1beta1.UpdateResourceResponse.
|
|
375
|
+
* Use `create(UpdateResourceResponseSchema)` to create a new message.
|
|
376
|
+
*/
|
|
377
|
+
export const UpdateResourceResponseSchema: GenMessage<UpdateResourceResponse> = /*@__PURE__*/
|
|
378
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 13);
|
|
668
379
|
|
|
669
380
|
/**
|
|
670
381
|
* @generated from message raystack.entropy.v1beta1.DeleteResourceRequest
|
|
671
382
|
*/
|
|
672
|
-
export
|
|
383
|
+
export type DeleteResourceRequest = Message<"raystack.entropy.v1beta1.DeleteResourceRequest"> & {
|
|
673
384
|
/**
|
|
674
385
|
* @generated from field: string urn = 1;
|
|
675
386
|
*/
|
|
676
|
-
urn
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
686
|
-
{ no: 1, name: "urn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
687
|
-
]);
|
|
688
|
-
|
|
689
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteResourceRequest {
|
|
690
|
-
return new DeleteResourceRequest().fromBinary(bytes, options);
|
|
691
|
-
}
|
|
692
|
-
|
|
693
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteResourceRequest {
|
|
694
|
-
return new DeleteResourceRequest().fromJson(jsonValue, options);
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteResourceRequest {
|
|
698
|
-
return new DeleteResourceRequest().fromJsonString(jsonString, options);
|
|
699
|
-
}
|
|
700
|
-
|
|
701
|
-
static equals(a: DeleteResourceRequest | PlainMessage<DeleteResourceRequest> | undefined, b: DeleteResourceRequest | PlainMessage<DeleteResourceRequest> | undefined): boolean {
|
|
702
|
-
return proto3.util.equals(DeleteResourceRequest, a, b);
|
|
703
|
-
}
|
|
704
|
-
}
|
|
387
|
+
urn: string;
|
|
388
|
+
};
|
|
389
|
+
|
|
390
|
+
/**
|
|
391
|
+
* Describes the message raystack.entropy.v1beta1.DeleteResourceRequest.
|
|
392
|
+
* Use `create(DeleteResourceRequestSchema)` to create a new message.
|
|
393
|
+
*/
|
|
394
|
+
export const DeleteResourceRequestSchema: GenMessage<DeleteResourceRequest> = /*@__PURE__*/
|
|
395
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 14);
|
|
705
396
|
|
|
706
397
|
/**
|
|
707
398
|
* @generated from message raystack.entropy.v1beta1.DeleteResourceResponse
|
|
708
399
|
*/
|
|
709
|
-
export
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
]);
|
|
719
|
-
|
|
720
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): DeleteResourceResponse {
|
|
721
|
-
return new DeleteResourceResponse().fromBinary(bytes, options);
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): DeleteResourceResponse {
|
|
725
|
-
return new DeleteResourceResponse().fromJson(jsonValue, options);
|
|
726
|
-
}
|
|
727
|
-
|
|
728
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): DeleteResourceResponse {
|
|
729
|
-
return new DeleteResourceResponse().fromJsonString(jsonString, options);
|
|
730
|
-
}
|
|
731
|
-
|
|
732
|
-
static equals(a: DeleteResourceResponse | PlainMessage<DeleteResourceResponse> | undefined, b: DeleteResourceResponse | PlainMessage<DeleteResourceResponse> | undefined): boolean {
|
|
733
|
-
return proto3.util.equals(DeleteResourceResponse, a, b);
|
|
734
|
-
}
|
|
735
|
-
}
|
|
400
|
+
export type DeleteResourceResponse = Message<"raystack.entropy.v1beta1.DeleteResourceResponse"> & {
|
|
401
|
+
};
|
|
402
|
+
|
|
403
|
+
/**
|
|
404
|
+
* Describes the message raystack.entropy.v1beta1.DeleteResourceResponse.
|
|
405
|
+
* Use `create(DeleteResourceResponseSchema)` to create a new message.
|
|
406
|
+
*/
|
|
407
|
+
export const DeleteResourceResponseSchema: GenMessage<DeleteResourceResponse> = /*@__PURE__*/
|
|
408
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 15);
|
|
736
409
|
|
|
737
410
|
/**
|
|
738
411
|
* @generated from message raystack.entropy.v1beta1.ApplyActionRequest
|
|
739
412
|
*/
|
|
740
|
-
export
|
|
413
|
+
export type ApplyActionRequest = Message<"raystack.entropy.v1beta1.ApplyActionRequest"> & {
|
|
741
414
|
/**
|
|
742
415
|
* @generated from field: string urn = 1;
|
|
743
416
|
*/
|
|
744
|
-
urn
|
|
417
|
+
urn: string;
|
|
745
418
|
|
|
746
419
|
/**
|
|
747
420
|
* @generated from field: string action = 2;
|
|
748
421
|
*/
|
|
749
|
-
action
|
|
422
|
+
action: string;
|
|
750
423
|
|
|
751
424
|
/**
|
|
752
425
|
* @generated from field: google.protobuf.Value params = 3;
|
|
@@ -756,217 +429,112 @@ export class ApplyActionRequest extends Message<ApplyActionRequest> {
|
|
|
756
429
|
/**
|
|
757
430
|
* @generated from field: map<string, string> labels = 4;
|
|
758
431
|
*/
|
|
759
|
-
labels: { [key: string]: string }
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
769
|
-
{ no: 1, name: "urn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
770
|
-
{ no: 2, name: "action", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
771
|
-
{ no: 3, name: "params", kind: "message", T: Value },
|
|
772
|
-
{ no: 4, name: "labels", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
773
|
-
]);
|
|
774
|
-
|
|
775
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyActionRequest {
|
|
776
|
-
return new ApplyActionRequest().fromBinary(bytes, options);
|
|
777
|
-
}
|
|
778
|
-
|
|
779
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplyActionRequest {
|
|
780
|
-
return new ApplyActionRequest().fromJson(jsonValue, options);
|
|
781
|
-
}
|
|
782
|
-
|
|
783
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplyActionRequest {
|
|
784
|
-
return new ApplyActionRequest().fromJsonString(jsonString, options);
|
|
785
|
-
}
|
|
786
|
-
|
|
787
|
-
static equals(a: ApplyActionRequest | PlainMessage<ApplyActionRequest> | undefined, b: ApplyActionRequest | PlainMessage<ApplyActionRequest> | undefined): boolean {
|
|
788
|
-
return proto3.util.equals(ApplyActionRequest, a, b);
|
|
789
|
-
}
|
|
790
|
-
}
|
|
432
|
+
labels: { [key: string]: string };
|
|
433
|
+
};
|
|
434
|
+
|
|
435
|
+
/**
|
|
436
|
+
* Describes the message raystack.entropy.v1beta1.ApplyActionRequest.
|
|
437
|
+
* Use `create(ApplyActionRequestSchema)` to create a new message.
|
|
438
|
+
*/
|
|
439
|
+
export const ApplyActionRequestSchema: GenMessage<ApplyActionRequest> = /*@__PURE__*/
|
|
440
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 16);
|
|
791
441
|
|
|
792
442
|
/**
|
|
793
443
|
* @generated from message raystack.entropy.v1beta1.ApplyActionResponse
|
|
794
444
|
*/
|
|
795
|
-
export
|
|
445
|
+
export type ApplyActionResponse = Message<"raystack.entropy.v1beta1.ApplyActionResponse"> & {
|
|
796
446
|
/**
|
|
797
447
|
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
798
448
|
*/
|
|
799
449
|
resource?: Resource;
|
|
450
|
+
};
|
|
800
451
|
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
static readonly typeName = "raystack.entropy.v1beta1.ApplyActionResponse";
|
|
808
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
809
|
-
{ no: 1, name: "resource", kind: "message", T: Resource },
|
|
810
|
-
]);
|
|
811
|
-
|
|
812
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ApplyActionResponse {
|
|
813
|
-
return new ApplyActionResponse().fromBinary(bytes, options);
|
|
814
|
-
}
|
|
815
|
-
|
|
816
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ApplyActionResponse {
|
|
817
|
-
return new ApplyActionResponse().fromJson(jsonValue, options);
|
|
818
|
-
}
|
|
819
|
-
|
|
820
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ApplyActionResponse {
|
|
821
|
-
return new ApplyActionResponse().fromJsonString(jsonString, options);
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
static equals(a: ApplyActionResponse | PlainMessage<ApplyActionResponse> | undefined, b: ApplyActionResponse | PlainMessage<ApplyActionResponse> | undefined): boolean {
|
|
825
|
-
return proto3.util.equals(ApplyActionResponse, a, b);
|
|
826
|
-
}
|
|
827
|
-
}
|
|
452
|
+
/**
|
|
453
|
+
* Describes the message raystack.entropy.v1beta1.ApplyActionResponse.
|
|
454
|
+
* Use `create(ApplyActionResponseSchema)` to create a new message.
|
|
455
|
+
*/
|
|
456
|
+
export const ApplyActionResponseSchema: GenMessage<ApplyActionResponse> = /*@__PURE__*/
|
|
457
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 17);
|
|
828
458
|
|
|
829
459
|
/**
|
|
830
460
|
* @generated from message raystack.entropy.v1beta1.LogChunk
|
|
831
461
|
*/
|
|
832
|
-
export
|
|
462
|
+
export type LogChunk = Message<"raystack.entropy.v1beta1.LogChunk"> & {
|
|
833
463
|
/**
|
|
834
464
|
* @generated from field: bytes data = 1;
|
|
835
465
|
*/
|
|
836
|
-
data
|
|
466
|
+
data: Uint8Array;
|
|
837
467
|
|
|
838
468
|
/**
|
|
839
469
|
* @generated from field: map<string, string> labels = 2;
|
|
840
470
|
*/
|
|
841
|
-
labels: { [key: string]: string }
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
851
|
-
{ no: 1, name: "data", kind: "scalar", T: 12 /* ScalarType.BYTES */ },
|
|
852
|
-
{ no: 2, name: "labels", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
853
|
-
]);
|
|
854
|
-
|
|
855
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): LogChunk {
|
|
856
|
-
return new LogChunk().fromBinary(bytes, options);
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): LogChunk {
|
|
860
|
-
return new LogChunk().fromJson(jsonValue, options);
|
|
861
|
-
}
|
|
862
|
-
|
|
863
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): LogChunk {
|
|
864
|
-
return new LogChunk().fromJsonString(jsonString, options);
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
static equals(a: LogChunk | PlainMessage<LogChunk> | undefined, b: LogChunk | PlainMessage<LogChunk> | undefined): boolean {
|
|
868
|
-
return proto3.util.equals(LogChunk, a, b);
|
|
869
|
-
}
|
|
870
|
-
}
|
|
471
|
+
labels: { [key: string]: string };
|
|
472
|
+
};
|
|
473
|
+
|
|
474
|
+
/**
|
|
475
|
+
* Describes the message raystack.entropy.v1beta1.LogChunk.
|
|
476
|
+
* Use `create(LogChunkSchema)` to create a new message.
|
|
477
|
+
*/
|
|
478
|
+
export const LogChunkSchema: GenMessage<LogChunk> = /*@__PURE__*/
|
|
479
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 18);
|
|
871
480
|
|
|
872
481
|
/**
|
|
873
482
|
* @generated from message raystack.entropy.v1beta1.GetLogRequest
|
|
874
483
|
*/
|
|
875
|
-
export
|
|
484
|
+
export type GetLogRequest = Message<"raystack.entropy.v1beta1.GetLogRequest"> & {
|
|
876
485
|
/**
|
|
877
486
|
* @generated from field: string urn = 1;
|
|
878
487
|
*/
|
|
879
|
-
urn
|
|
488
|
+
urn: string;
|
|
880
489
|
|
|
881
490
|
/**
|
|
882
491
|
* @generated from field: map<string, string> filter = 6;
|
|
883
492
|
*/
|
|
884
|
-
filter: { [key: string]: string }
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
894
|
-
{ no: 1, name: "urn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
895
|
-
{ no: 6, name: "filter", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
896
|
-
]);
|
|
897
|
-
|
|
898
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLogRequest {
|
|
899
|
-
return new GetLogRequest().fromBinary(bytes, options);
|
|
900
|
-
}
|
|
901
|
-
|
|
902
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLogRequest {
|
|
903
|
-
return new GetLogRequest().fromJson(jsonValue, options);
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLogRequest {
|
|
907
|
-
return new GetLogRequest().fromJsonString(jsonString, options);
|
|
908
|
-
}
|
|
909
|
-
|
|
910
|
-
static equals(a: GetLogRequest | PlainMessage<GetLogRequest> | undefined, b: GetLogRequest | PlainMessage<GetLogRequest> | undefined): boolean {
|
|
911
|
-
return proto3.util.equals(GetLogRequest, a, b);
|
|
912
|
-
}
|
|
913
|
-
}
|
|
493
|
+
filter: { [key: string]: string };
|
|
494
|
+
};
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* Describes the message raystack.entropy.v1beta1.GetLogRequest.
|
|
498
|
+
* Use `create(GetLogRequestSchema)` to create a new message.
|
|
499
|
+
*/
|
|
500
|
+
export const GetLogRequestSchema: GenMessage<GetLogRequest> = /*@__PURE__*/
|
|
501
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 19);
|
|
914
502
|
|
|
915
503
|
/**
|
|
916
504
|
* @generated from message raystack.entropy.v1beta1.GetLogResponse
|
|
917
505
|
*/
|
|
918
|
-
export
|
|
506
|
+
export type GetLogResponse = Message<"raystack.entropy.v1beta1.GetLogResponse"> & {
|
|
919
507
|
/**
|
|
920
508
|
* @generated from field: raystack.entropy.v1beta1.LogChunk chunk = 1;
|
|
921
509
|
*/
|
|
922
510
|
chunk?: LogChunk;
|
|
511
|
+
};
|
|
923
512
|
|
|
924
|
-
|
|
925
|
-
|
|
926
|
-
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
|
|
930
|
-
static readonly typeName = "raystack.entropy.v1beta1.GetLogResponse";
|
|
931
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
932
|
-
{ no: 1, name: "chunk", kind: "message", T: LogChunk },
|
|
933
|
-
]);
|
|
934
|
-
|
|
935
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetLogResponse {
|
|
936
|
-
return new GetLogResponse().fromBinary(bytes, options);
|
|
937
|
-
}
|
|
938
|
-
|
|
939
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetLogResponse {
|
|
940
|
-
return new GetLogResponse().fromJson(jsonValue, options);
|
|
941
|
-
}
|
|
942
|
-
|
|
943
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetLogResponse {
|
|
944
|
-
return new GetLogResponse().fromJsonString(jsonString, options);
|
|
945
|
-
}
|
|
946
|
-
|
|
947
|
-
static equals(a: GetLogResponse | PlainMessage<GetLogResponse> | undefined, b: GetLogResponse | PlainMessage<GetLogResponse> | undefined): boolean {
|
|
948
|
-
return proto3.util.equals(GetLogResponse, a, b);
|
|
949
|
-
}
|
|
950
|
-
}
|
|
513
|
+
/**
|
|
514
|
+
* Describes the message raystack.entropy.v1beta1.GetLogResponse.
|
|
515
|
+
* Use `create(GetLogResponseSchema)` to create a new message.
|
|
516
|
+
*/
|
|
517
|
+
export const GetLogResponseSchema: GenMessage<GetLogResponse> = /*@__PURE__*/
|
|
518
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 20);
|
|
951
519
|
|
|
952
520
|
/**
|
|
953
521
|
* @generated from message raystack.entropy.v1beta1.ResourceRevision
|
|
954
522
|
*/
|
|
955
|
-
export
|
|
523
|
+
export type ResourceRevision = Message<"raystack.entropy.v1beta1.ResourceRevision"> & {
|
|
956
524
|
/**
|
|
957
525
|
* @generated from field: string id = 1;
|
|
958
526
|
*/
|
|
959
|
-
id
|
|
527
|
+
id: string;
|
|
960
528
|
|
|
961
529
|
/**
|
|
962
530
|
* @generated from field: string urn = 2;
|
|
963
531
|
*/
|
|
964
|
-
urn
|
|
532
|
+
urn: string;
|
|
965
533
|
|
|
966
534
|
/**
|
|
967
535
|
* @generated from field: map<string, string> labels = 3;
|
|
968
536
|
*/
|
|
969
|
-
labels: { [key: string]: string }
|
|
537
|
+
labels: { [key: string]: string };
|
|
970
538
|
|
|
971
539
|
/**
|
|
972
540
|
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
@@ -981,112 +549,118 @@ export class ResourceRevision extends Message<ResourceRevision> {
|
|
|
981
549
|
/**
|
|
982
550
|
* @generated from field: string reason = 6;
|
|
983
551
|
*/
|
|
984
|
-
reason
|
|
985
|
-
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
994
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
995
|
-
{ no: 2, name: "urn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
996
|
-
{ no: 3, name: "labels", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
997
|
-
{ no: 4, name: "created_at", kind: "message", T: Timestamp },
|
|
998
|
-
{ no: 5, name: "spec", kind: "message", T: ResourceSpec },
|
|
999
|
-
{ no: 6, name: "reason", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1000
|
-
]);
|
|
1001
|
-
|
|
1002
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ResourceRevision {
|
|
1003
|
-
return new ResourceRevision().fromBinary(bytes, options);
|
|
1004
|
-
}
|
|
1005
|
-
|
|
1006
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ResourceRevision {
|
|
1007
|
-
return new ResourceRevision().fromJson(jsonValue, options);
|
|
1008
|
-
}
|
|
1009
|
-
|
|
1010
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ResourceRevision {
|
|
1011
|
-
return new ResourceRevision().fromJsonString(jsonString, options);
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
static equals(a: ResourceRevision | PlainMessage<ResourceRevision> | undefined, b: ResourceRevision | PlainMessage<ResourceRevision> | undefined): boolean {
|
|
1015
|
-
return proto3.util.equals(ResourceRevision, a, b);
|
|
1016
|
-
}
|
|
1017
|
-
}
|
|
552
|
+
reason: string;
|
|
553
|
+
};
|
|
554
|
+
|
|
555
|
+
/**
|
|
556
|
+
* Describes the message raystack.entropy.v1beta1.ResourceRevision.
|
|
557
|
+
* Use `create(ResourceRevisionSchema)` to create a new message.
|
|
558
|
+
*/
|
|
559
|
+
export const ResourceRevisionSchema: GenMessage<ResourceRevision> = /*@__PURE__*/
|
|
560
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 21);
|
|
1018
561
|
|
|
1019
562
|
/**
|
|
1020
563
|
* @generated from message raystack.entropy.v1beta1.GetResourceRevisionsRequest
|
|
1021
564
|
*/
|
|
1022
|
-
export
|
|
565
|
+
export type GetResourceRevisionsRequest = Message<"raystack.entropy.v1beta1.GetResourceRevisionsRequest"> & {
|
|
1023
566
|
/**
|
|
1024
567
|
* @generated from field: string urn = 1;
|
|
1025
568
|
*/
|
|
1026
|
-
urn
|
|
1027
|
-
|
|
1028
|
-
|
|
1029
|
-
|
|
1030
|
-
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
|
-
|
|
1034
|
-
|
|
1035
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
1036
|
-
{ no: 1, name: "urn", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
1037
|
-
]);
|
|
1038
|
-
|
|
1039
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetResourceRevisionsRequest {
|
|
1040
|
-
return new GetResourceRevisionsRequest().fromBinary(bytes, options);
|
|
1041
|
-
}
|
|
1042
|
-
|
|
1043
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetResourceRevisionsRequest {
|
|
1044
|
-
return new GetResourceRevisionsRequest().fromJson(jsonValue, options);
|
|
1045
|
-
}
|
|
1046
|
-
|
|
1047
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetResourceRevisionsRequest {
|
|
1048
|
-
return new GetResourceRevisionsRequest().fromJsonString(jsonString, options);
|
|
1049
|
-
}
|
|
1050
|
-
|
|
1051
|
-
static equals(a: GetResourceRevisionsRequest | PlainMessage<GetResourceRevisionsRequest> | undefined, b: GetResourceRevisionsRequest | PlainMessage<GetResourceRevisionsRequest> | undefined): boolean {
|
|
1052
|
-
return proto3.util.equals(GetResourceRevisionsRequest, a, b);
|
|
1053
|
-
}
|
|
1054
|
-
}
|
|
569
|
+
urn: string;
|
|
570
|
+
};
|
|
571
|
+
|
|
572
|
+
/**
|
|
573
|
+
* Describes the message raystack.entropy.v1beta1.GetResourceRevisionsRequest.
|
|
574
|
+
* Use `create(GetResourceRevisionsRequestSchema)` to create a new message.
|
|
575
|
+
*/
|
|
576
|
+
export const GetResourceRevisionsRequestSchema: GenMessage<GetResourceRevisionsRequest> = /*@__PURE__*/
|
|
577
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 22);
|
|
1055
578
|
|
|
1056
579
|
/**
|
|
1057
580
|
* @generated from message raystack.entropy.v1beta1.GetResourceRevisionsResponse
|
|
1058
581
|
*/
|
|
1059
|
-
export
|
|
582
|
+
export type GetResourceRevisionsResponse = Message<"raystack.entropy.v1beta1.GetResourceRevisionsResponse"> & {
|
|
1060
583
|
/**
|
|
1061
584
|
* @generated from field: repeated raystack.entropy.v1beta1.ResourceRevision revisions = 1;
|
|
1062
585
|
*/
|
|
1063
|
-
revisions: ResourceRevision[]
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
586
|
+
revisions: ResourceRevision[];
|
|
587
|
+
};
|
|
588
|
+
|
|
589
|
+
/**
|
|
590
|
+
* Describes the message raystack.entropy.v1beta1.GetResourceRevisionsResponse.
|
|
591
|
+
* Use `create(GetResourceRevisionsResponseSchema)` to create a new message.
|
|
592
|
+
*/
|
|
593
|
+
export const GetResourceRevisionsResponseSchema: GenMessage<GetResourceRevisionsResponse> = /*@__PURE__*/
|
|
594
|
+
messageDesc(file_raystack_entropy_v1beta1_resource, 23);
|
|
595
|
+
|
|
596
|
+
/**
|
|
597
|
+
* @generated from service raystack.entropy.v1beta1.ResourceService
|
|
598
|
+
*/
|
|
599
|
+
export const ResourceService: GenService<{
|
|
600
|
+
/**
|
|
601
|
+
* @generated from rpc raystack.entropy.v1beta1.ResourceService.ListResources
|
|
602
|
+
*/
|
|
603
|
+
listResources: {
|
|
604
|
+
methodKind: "unary";
|
|
605
|
+
input: typeof ListResourcesRequestSchema;
|
|
606
|
+
output: typeof ListResourcesResponseSchema;
|
|
607
|
+
},
|
|
608
|
+
/**
|
|
609
|
+
* @generated from rpc raystack.entropy.v1beta1.ResourceService.GetResource
|
|
610
|
+
*/
|
|
611
|
+
getResource: {
|
|
612
|
+
methodKind: "unary";
|
|
613
|
+
input: typeof GetResourceRequestSchema;
|
|
614
|
+
output: typeof GetResourceResponseSchema;
|
|
615
|
+
},
|
|
616
|
+
/**
|
|
617
|
+
* @generated from rpc raystack.entropy.v1beta1.ResourceService.CreateResource
|
|
618
|
+
*/
|
|
619
|
+
createResource: {
|
|
620
|
+
methodKind: "unary";
|
|
621
|
+
input: typeof CreateResourceRequestSchema;
|
|
622
|
+
output: typeof CreateResourceResponseSchema;
|
|
623
|
+
},
|
|
624
|
+
/**
|
|
625
|
+
* @generated from rpc raystack.entropy.v1beta1.ResourceService.UpdateResource
|
|
626
|
+
*/
|
|
627
|
+
updateResource: {
|
|
628
|
+
methodKind: "unary";
|
|
629
|
+
input: typeof UpdateResourceRequestSchema;
|
|
630
|
+
output: typeof UpdateResourceResponseSchema;
|
|
631
|
+
},
|
|
632
|
+
/**
|
|
633
|
+
* @generated from rpc raystack.entropy.v1beta1.ResourceService.DeleteResource
|
|
634
|
+
*/
|
|
635
|
+
deleteResource: {
|
|
636
|
+
methodKind: "unary";
|
|
637
|
+
input: typeof DeleteResourceRequestSchema;
|
|
638
|
+
output: typeof DeleteResourceResponseSchema;
|
|
639
|
+
},
|
|
640
|
+
/**
|
|
641
|
+
* @generated from rpc raystack.entropy.v1beta1.ResourceService.ApplyAction
|
|
642
|
+
*/
|
|
643
|
+
applyAction: {
|
|
644
|
+
methodKind: "unary";
|
|
645
|
+
input: typeof ApplyActionRequestSchema;
|
|
646
|
+
output: typeof ApplyActionResponseSchema;
|
|
647
|
+
},
|
|
648
|
+
/**
|
|
649
|
+
* @generated from rpc raystack.entropy.v1beta1.ResourceService.GetLog
|
|
650
|
+
*/
|
|
651
|
+
getLog: {
|
|
652
|
+
methodKind: "server_streaming";
|
|
653
|
+
input: typeof GetLogRequestSchema;
|
|
654
|
+
output: typeof GetLogResponseSchema;
|
|
655
|
+
},
|
|
656
|
+
/**
|
|
657
|
+
* @generated from rpc raystack.entropy.v1beta1.ResourceService.GetResourceRevisions
|
|
658
|
+
*/
|
|
659
|
+
getResourceRevisions: {
|
|
660
|
+
methodKind: "unary";
|
|
661
|
+
input: typeof GetResourceRevisionsRequestSchema;
|
|
662
|
+
output: typeof GetResourceRevisionsResponseSchema;
|
|
663
|
+
},
|
|
664
|
+
}> = /*@__PURE__*/
|
|
665
|
+
serviceDesc(file_raystack_entropy_v1beta1_resource, 0);
|
|
1092
666
|
|