@raystack/proton 0.1.0-00c55b6ba2a3f425eca16ca3d36e172952e4824d
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +113 -0
- package/google/api/annotations_pb.d.ts +34 -0
- package/google/api/annotations_pb.js +36 -0
- package/google/api/annotations_pb.ts +39 -0
- 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 +139 -0
- package/google/api/http_pb.d.ts +477 -0
- package/google/api/http_pb.js +47 -0
- package/google/api/http_pb.ts +482 -0
- package/google/api/httpbody_pb.d.ts +104 -0
- package/google/api/httpbody_pb.js +34 -0
- package/google/api/httpbody_pb.ts +108 -0
- package/index.d.ts +10 -0
- package/index.js +10 -0
- package/index.ts +10 -0
- package/package.json +94 -0
- 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 +72 -0
- 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 +1525 -0
- package/raystack/assets/index.d.ts +29 -0
- package/raystack/assets/index.js +29 -0
- package/raystack/assets/index.ts +29 -0
- 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 +190 -0
- 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 +227 -0
- 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 +56 -0
- 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 +113 -0
- 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 +87 -0
- 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 +47 -0
- 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 +82 -0
- 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 +45 -0
- 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 +48 -0
- 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 +77 -0
- 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 +176 -0
- 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 +205 -0
- 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 +73 -0
- 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 +136 -0
- 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 +225 -0
- 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 +63 -0
- 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 +134 -0
- 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 +169 -0
- 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 +177 -0
- 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 +198 -0
- 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 +139 -0
- 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 +173 -0
- 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 +82 -0
- 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 +51 -0
- 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 +87 -0
- 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 +234 -0
- 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 +291 -0
- 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 +123 -0
- 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 +209 -0
- package/raystack/common/index.d.ts +2 -0
- package/raystack/common/index.js +2 -0
- package/raystack/common/index.ts +2 -0
- 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 +10 -0
- 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 +109 -0
- package/raystack/compass/index.d.ts +2 -0
- package/raystack/compass/index.js +2 -0
- package/raystack/compass/index.ts +2 -0
- 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 +225 -0
- 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 +3104 -0
- package/raystack/entropy/index.d.ts +4 -0
- package/raystack/entropy/index.js +4 -0
- package/raystack/entropy/index.ts +4 -0
- 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 +30 -0
- 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 +277 -0
- 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 +40 -0
- 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 +666 -0
- package/raystack/frontier/index.d.ts +5 -0
- package/raystack/frontier/index.js +5 -0
- package/raystack/frontier/index.ts +5 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.d.ts +263 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.js +316 -0
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +316 -0
- package/raystack/frontier/v1beta1/admin_pb.d.ts +3550 -0
- package/raystack/frontier/v1beta1/admin_pb.js +914 -0
- package/raystack/frontier/v1beta1/admin_pb.ts +3687 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.d.ts +746 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.js +915 -0
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +915 -0
- package/raystack/frontier/v1beta1/frontier_pb.d.ts +8883 -0
- package/raystack/frontier/v1beta1/frontier_pb.js +2635 -0
- package/raystack/frontier/v1beta1/frontier_pb.ts +9265 -0
- package/raystack/frontier/v1beta1/models_pb.d.ts +2861 -0
- package/raystack/frontier/v1beta1/models_pb.js +450 -0
- package/raystack/frontier/v1beta1/models_pb.ts +2928 -0
- package/raystack/guardian/index.d.ts +2 -0
- package/raystack/guardian/index.js +2 -0
- package/raystack/guardian/index.ts +2 -0
- 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 +207 -0
- 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 +3659 -0
- 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 +20 -0
- 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 +270 -0
- 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 +33 -0
- 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 +430 -0
- 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 +112 -0
- 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 +2025 -0
- 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 +26 -0
- 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 +192 -0
- 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 +26 -0
- 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 +178 -0
- 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 +25 -0
- 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 +347 -0
- 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 +48 -0
- 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 +530 -0
- 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 +12 -0
- 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 +69 -0
- 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 +33 -0
- 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 +265 -0
- 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 +82 -0
- 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 +250 -0
- 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 +34 -0
- 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 +371 -0
- package/raystack/predator/index.d.ts +2 -0
- package/raystack/predator/index.js +2 -0
- package/raystack/predator/index.ts +2 -0
- 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 +171 -0
- 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 +151 -0
- package/raystack/raccoon/index.d.ts +2 -0
- package/raystack/raccoon/index.js +2 -0
- package/raystack/raccoon/index.ts +2 -0
- 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 +10 -0
- 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 +277 -0
- package/raystack/siren/index.d.ts +2 -0
- package/raystack/siren/index.js +2 -0
- package/raystack/siren/index.ts +2 -0
- 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 +180 -0
- 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 +2371 -0
- package/raystack/stencil/index.d.ts +2 -0
- package/raystack/stencil/index.js +2 -0
- package/raystack/stencil/index.ts +2 -0
- 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 +85 -0
- 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 +1102 -0
- package/validate/validate_pb.d.ts +1953 -0
- package/validate/validate_pb.js +223 -0
- package/validate/validate_pb.ts +1984 -0
|
@@ -0,0 +1,666 @@
|
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts+js+dts,import_extension=none"
|
|
2
|
+
// @generated from file raystack/entropy/v1beta1/resource.proto (package raystack.entropy.v1beta1, syntax proto3)
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
|
|
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]);
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* @generated from message raystack.entropy.v1beta1.ResourceDependency
|
|
20
|
+
*/
|
|
21
|
+
export type ResourceDependency = Message<"raystack.entropy.v1beta1.ResourceDependency"> & {
|
|
22
|
+
/**
|
|
23
|
+
* Key should be as defined by the module being used for
|
|
24
|
+
* the resource.
|
|
25
|
+
*
|
|
26
|
+
* @generated from field: string key = 1;
|
|
27
|
+
*/
|
|
28
|
+
key: string;
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* Value should refer to an existing resource via URN.
|
|
32
|
+
*
|
|
33
|
+
* @generated from field: string value = 2;
|
|
34
|
+
*/
|
|
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);
|
|
44
|
+
|
|
45
|
+
/**
|
|
46
|
+
* @generated from message raystack.entropy.v1beta1.ResourceSpec
|
|
47
|
+
*/
|
|
48
|
+
export type ResourceSpec = Message<"raystack.entropy.v1beta1.ResourceSpec"> & {
|
|
49
|
+
/**
|
|
50
|
+
* @generated from field: google.protobuf.Value configs = 1;
|
|
51
|
+
*/
|
|
52
|
+
configs?: Value;
|
|
53
|
+
|
|
54
|
+
/**
|
|
55
|
+
* dependencies can be used to refer to other existing resources
|
|
56
|
+
* as dependency of this resource.
|
|
57
|
+
*
|
|
58
|
+
* @generated from field: repeated raystack.entropy.v1beta1.ResourceDependency dependencies = 2;
|
|
59
|
+
*/
|
|
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);
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* @generated from message raystack.entropy.v1beta1.ListString
|
|
72
|
+
*/
|
|
73
|
+
export type ListString = Message<"raystack.entropy.v1beta1.ListString"> & {
|
|
74
|
+
/**
|
|
75
|
+
* @generated from field: repeated string values = 1;
|
|
76
|
+
*/
|
|
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);
|
|
86
|
+
|
|
87
|
+
/**
|
|
88
|
+
* @generated from message raystack.entropy.v1beta1.LogOptions
|
|
89
|
+
*/
|
|
90
|
+
export type LogOptions = Message<"raystack.entropy.v1beta1.LogOptions"> & {
|
|
91
|
+
/**
|
|
92
|
+
* @generated from field: map<string, raystack.entropy.v1beta1.ListString> filters = 1;
|
|
93
|
+
*/
|
|
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);
|
|
103
|
+
|
|
104
|
+
/**
|
|
105
|
+
* @generated from message raystack.entropy.v1beta1.ResourceState
|
|
106
|
+
*/
|
|
107
|
+
export type ResourceState = Message<"raystack.entropy.v1beta1.ResourceState"> & {
|
|
108
|
+
/**
|
|
109
|
+
* @generated from field: raystack.entropy.v1beta1.ResourceState.Status status = 1;
|
|
110
|
+
*/
|
|
111
|
+
status: ResourceState_Status;
|
|
112
|
+
|
|
113
|
+
/**
|
|
114
|
+
* @generated from field: google.protobuf.Value output = 2;
|
|
115
|
+
*/
|
|
116
|
+
output?: Value;
|
|
117
|
+
|
|
118
|
+
/**
|
|
119
|
+
* @generated from field: bytes module_data = 3;
|
|
120
|
+
*/
|
|
121
|
+
moduleData: Uint8Array;
|
|
122
|
+
|
|
123
|
+
/**
|
|
124
|
+
* @generated from field: raystack.entropy.v1beta1.LogOptions log_options = 4;
|
|
125
|
+
*/
|
|
126
|
+
logOptions?: LogOptions;
|
|
127
|
+
};
|
|
128
|
+
|
|
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);
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* @generated from enum raystack.entropy.v1beta1.ResourceState.Status
|
|
138
|
+
*/
|
|
139
|
+
export enum ResourceState_Status {
|
|
140
|
+
/**
|
|
141
|
+
* @generated from enum value: STATUS_UNSPECIFIED = 0;
|
|
142
|
+
*/
|
|
143
|
+
UNSPECIFIED = 0,
|
|
144
|
+
|
|
145
|
+
/**
|
|
146
|
+
* @generated from enum value: STATUS_PENDING = 1;
|
|
147
|
+
*/
|
|
148
|
+
PENDING = 1,
|
|
149
|
+
|
|
150
|
+
/**
|
|
151
|
+
* @generated from enum value: STATUS_ERROR = 2;
|
|
152
|
+
*/
|
|
153
|
+
ERROR = 2,
|
|
154
|
+
|
|
155
|
+
/**
|
|
156
|
+
* @generated from enum value: STATUS_DELETED = 3;
|
|
157
|
+
*/
|
|
158
|
+
DELETED = 3,
|
|
159
|
+
|
|
160
|
+
/**
|
|
161
|
+
* @generated from enum value: STATUS_COMPLETED = 4;
|
|
162
|
+
*/
|
|
163
|
+
COMPLETED = 4,
|
|
164
|
+
}
|
|
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);
|
|
171
|
+
|
|
172
|
+
/**
|
|
173
|
+
* @generated from message raystack.entropy.v1beta1.Resource
|
|
174
|
+
*/
|
|
175
|
+
export type Resource = Message<"raystack.entropy.v1beta1.Resource"> & {
|
|
176
|
+
/**
|
|
177
|
+
* @generated from field: string urn = 1;
|
|
178
|
+
*/
|
|
179
|
+
urn: string;
|
|
180
|
+
|
|
181
|
+
/**
|
|
182
|
+
* @generated from field: string kind = 2;
|
|
183
|
+
*/
|
|
184
|
+
kind: string;
|
|
185
|
+
|
|
186
|
+
/**
|
|
187
|
+
* @generated from field: string name = 3;
|
|
188
|
+
*/
|
|
189
|
+
name: string;
|
|
190
|
+
|
|
191
|
+
/**
|
|
192
|
+
* @generated from field: string project = 4;
|
|
193
|
+
*/
|
|
194
|
+
project: string;
|
|
195
|
+
|
|
196
|
+
/**
|
|
197
|
+
* @generated from field: map<string, string> labels = 5;
|
|
198
|
+
*/
|
|
199
|
+
labels: { [key: string]: string };
|
|
200
|
+
|
|
201
|
+
/**
|
|
202
|
+
* @generated from field: google.protobuf.Timestamp created_at = 6;
|
|
203
|
+
*/
|
|
204
|
+
createdAt?: Timestamp;
|
|
205
|
+
|
|
206
|
+
/**
|
|
207
|
+
* @generated from field: google.protobuf.Timestamp updated_at = 7;
|
|
208
|
+
*/
|
|
209
|
+
updatedAt?: Timestamp;
|
|
210
|
+
|
|
211
|
+
/**
|
|
212
|
+
* @generated from field: raystack.entropy.v1beta1.ResourceSpec spec = 8;
|
|
213
|
+
*/
|
|
214
|
+
spec?: ResourceSpec;
|
|
215
|
+
|
|
216
|
+
/**
|
|
217
|
+
* @generated from field: raystack.entropy.v1beta1.ResourceState state = 9;
|
|
218
|
+
*/
|
|
219
|
+
state?: ResourceState;
|
|
220
|
+
};
|
|
221
|
+
|
|
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);
|
|
228
|
+
|
|
229
|
+
/**
|
|
230
|
+
* @generated from message raystack.entropy.v1beta1.ListResourcesRequest
|
|
231
|
+
*/
|
|
232
|
+
export type ListResourcesRequest = Message<"raystack.entropy.v1beta1.ListResourcesRequest"> & {
|
|
233
|
+
/**
|
|
234
|
+
* @generated from field: string project = 1;
|
|
235
|
+
*/
|
|
236
|
+
project: string;
|
|
237
|
+
|
|
238
|
+
/**
|
|
239
|
+
* @generated from field: string kind = 2;
|
|
240
|
+
*/
|
|
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);
|
|
250
|
+
|
|
251
|
+
/**
|
|
252
|
+
* @generated from message raystack.entropy.v1beta1.ListResourcesResponse
|
|
253
|
+
*/
|
|
254
|
+
export type ListResourcesResponse = Message<"raystack.entropy.v1beta1.ListResourcesResponse"> & {
|
|
255
|
+
/**
|
|
256
|
+
* @generated from field: repeated raystack.entropy.v1beta1.Resource resources = 1;
|
|
257
|
+
*/
|
|
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);
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* @generated from message raystack.entropy.v1beta1.GetResourceRequest
|
|
270
|
+
*/
|
|
271
|
+
export type GetResourceRequest = Message<"raystack.entropy.v1beta1.GetResourceRequest"> & {
|
|
272
|
+
/**
|
|
273
|
+
* @generated from field: string urn = 1;
|
|
274
|
+
*/
|
|
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);
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* @generated from message raystack.entropy.v1beta1.GetResourceResponse
|
|
287
|
+
*/
|
|
288
|
+
export type GetResourceResponse = Message<"raystack.entropy.v1beta1.GetResourceResponse"> & {
|
|
289
|
+
/**
|
|
290
|
+
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
291
|
+
*/
|
|
292
|
+
resource?: Resource;
|
|
293
|
+
};
|
|
294
|
+
|
|
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);
|
|
301
|
+
|
|
302
|
+
/**
|
|
303
|
+
* @generated from message raystack.entropy.v1beta1.CreateResourceRequest
|
|
304
|
+
*/
|
|
305
|
+
export type CreateResourceRequest = Message<"raystack.entropy.v1beta1.CreateResourceRequest"> & {
|
|
306
|
+
/**
|
|
307
|
+
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
308
|
+
*/
|
|
309
|
+
resource?: Resource;
|
|
310
|
+
};
|
|
311
|
+
|
|
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);
|
|
318
|
+
|
|
319
|
+
/**
|
|
320
|
+
* @generated from message raystack.entropy.v1beta1.CreateResourceResponse
|
|
321
|
+
*/
|
|
322
|
+
export type CreateResourceResponse = Message<"raystack.entropy.v1beta1.CreateResourceResponse"> & {
|
|
323
|
+
/**
|
|
324
|
+
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
325
|
+
*/
|
|
326
|
+
resource?: Resource;
|
|
327
|
+
};
|
|
328
|
+
|
|
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);
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* @generated from message raystack.entropy.v1beta1.UpdateResourceRequest
|
|
338
|
+
*/
|
|
339
|
+
export type UpdateResourceRequest = Message<"raystack.entropy.v1beta1.UpdateResourceRequest"> & {
|
|
340
|
+
/**
|
|
341
|
+
* @generated from field: string urn = 1;
|
|
342
|
+
*/
|
|
343
|
+
urn: string;
|
|
344
|
+
|
|
345
|
+
/**
|
|
346
|
+
* @generated from field: raystack.entropy.v1beta1.ResourceSpec new_spec = 2;
|
|
347
|
+
*/
|
|
348
|
+
newSpec?: ResourceSpec;
|
|
349
|
+
|
|
350
|
+
/**
|
|
351
|
+
* @generated from field: map<string, string> labels = 3;
|
|
352
|
+
*/
|
|
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);
|
|
362
|
+
|
|
363
|
+
/**
|
|
364
|
+
* @generated from message raystack.entropy.v1beta1.UpdateResourceResponse
|
|
365
|
+
*/
|
|
366
|
+
export type UpdateResourceResponse = Message<"raystack.entropy.v1beta1.UpdateResourceResponse"> & {
|
|
367
|
+
/**
|
|
368
|
+
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
369
|
+
*/
|
|
370
|
+
resource?: Resource;
|
|
371
|
+
};
|
|
372
|
+
|
|
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);
|
|
379
|
+
|
|
380
|
+
/**
|
|
381
|
+
* @generated from message raystack.entropy.v1beta1.DeleteResourceRequest
|
|
382
|
+
*/
|
|
383
|
+
export type DeleteResourceRequest = Message<"raystack.entropy.v1beta1.DeleteResourceRequest"> & {
|
|
384
|
+
/**
|
|
385
|
+
* @generated from field: string urn = 1;
|
|
386
|
+
*/
|
|
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);
|
|
396
|
+
|
|
397
|
+
/**
|
|
398
|
+
* @generated from message raystack.entropy.v1beta1.DeleteResourceResponse
|
|
399
|
+
*/
|
|
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);
|
|
409
|
+
|
|
410
|
+
/**
|
|
411
|
+
* @generated from message raystack.entropy.v1beta1.ApplyActionRequest
|
|
412
|
+
*/
|
|
413
|
+
export type ApplyActionRequest = Message<"raystack.entropy.v1beta1.ApplyActionRequest"> & {
|
|
414
|
+
/**
|
|
415
|
+
* @generated from field: string urn = 1;
|
|
416
|
+
*/
|
|
417
|
+
urn: string;
|
|
418
|
+
|
|
419
|
+
/**
|
|
420
|
+
* @generated from field: string action = 2;
|
|
421
|
+
*/
|
|
422
|
+
action: string;
|
|
423
|
+
|
|
424
|
+
/**
|
|
425
|
+
* @generated from field: google.protobuf.Value params = 3;
|
|
426
|
+
*/
|
|
427
|
+
params?: Value;
|
|
428
|
+
|
|
429
|
+
/**
|
|
430
|
+
* @generated from field: map<string, string> labels = 4;
|
|
431
|
+
*/
|
|
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);
|
|
441
|
+
|
|
442
|
+
/**
|
|
443
|
+
* @generated from message raystack.entropy.v1beta1.ApplyActionResponse
|
|
444
|
+
*/
|
|
445
|
+
export type ApplyActionResponse = Message<"raystack.entropy.v1beta1.ApplyActionResponse"> & {
|
|
446
|
+
/**
|
|
447
|
+
* @generated from field: raystack.entropy.v1beta1.Resource resource = 1;
|
|
448
|
+
*/
|
|
449
|
+
resource?: Resource;
|
|
450
|
+
};
|
|
451
|
+
|
|
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);
|
|
458
|
+
|
|
459
|
+
/**
|
|
460
|
+
* @generated from message raystack.entropy.v1beta1.LogChunk
|
|
461
|
+
*/
|
|
462
|
+
export type LogChunk = Message<"raystack.entropy.v1beta1.LogChunk"> & {
|
|
463
|
+
/**
|
|
464
|
+
* @generated from field: bytes data = 1;
|
|
465
|
+
*/
|
|
466
|
+
data: Uint8Array;
|
|
467
|
+
|
|
468
|
+
/**
|
|
469
|
+
* @generated from field: map<string, string> labels = 2;
|
|
470
|
+
*/
|
|
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);
|
|
480
|
+
|
|
481
|
+
/**
|
|
482
|
+
* @generated from message raystack.entropy.v1beta1.GetLogRequest
|
|
483
|
+
*/
|
|
484
|
+
export type GetLogRequest = Message<"raystack.entropy.v1beta1.GetLogRequest"> & {
|
|
485
|
+
/**
|
|
486
|
+
* @generated from field: string urn = 1;
|
|
487
|
+
*/
|
|
488
|
+
urn: string;
|
|
489
|
+
|
|
490
|
+
/**
|
|
491
|
+
* @generated from field: map<string, string> filter = 6;
|
|
492
|
+
*/
|
|
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);
|
|
502
|
+
|
|
503
|
+
/**
|
|
504
|
+
* @generated from message raystack.entropy.v1beta1.GetLogResponse
|
|
505
|
+
*/
|
|
506
|
+
export type GetLogResponse = Message<"raystack.entropy.v1beta1.GetLogResponse"> & {
|
|
507
|
+
/**
|
|
508
|
+
* @generated from field: raystack.entropy.v1beta1.LogChunk chunk = 1;
|
|
509
|
+
*/
|
|
510
|
+
chunk?: LogChunk;
|
|
511
|
+
};
|
|
512
|
+
|
|
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);
|
|
519
|
+
|
|
520
|
+
/**
|
|
521
|
+
* @generated from message raystack.entropy.v1beta1.ResourceRevision
|
|
522
|
+
*/
|
|
523
|
+
export type ResourceRevision = Message<"raystack.entropy.v1beta1.ResourceRevision"> & {
|
|
524
|
+
/**
|
|
525
|
+
* @generated from field: string id = 1;
|
|
526
|
+
*/
|
|
527
|
+
id: string;
|
|
528
|
+
|
|
529
|
+
/**
|
|
530
|
+
* @generated from field: string urn = 2;
|
|
531
|
+
*/
|
|
532
|
+
urn: string;
|
|
533
|
+
|
|
534
|
+
/**
|
|
535
|
+
* @generated from field: map<string, string> labels = 3;
|
|
536
|
+
*/
|
|
537
|
+
labels: { [key: string]: string };
|
|
538
|
+
|
|
539
|
+
/**
|
|
540
|
+
* @generated from field: google.protobuf.Timestamp created_at = 4;
|
|
541
|
+
*/
|
|
542
|
+
createdAt?: Timestamp;
|
|
543
|
+
|
|
544
|
+
/**
|
|
545
|
+
* @generated from field: raystack.entropy.v1beta1.ResourceSpec spec = 5;
|
|
546
|
+
*/
|
|
547
|
+
spec?: ResourceSpec;
|
|
548
|
+
|
|
549
|
+
/**
|
|
550
|
+
* @generated from field: string reason = 6;
|
|
551
|
+
*/
|
|
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);
|
|
561
|
+
|
|
562
|
+
/**
|
|
563
|
+
* @generated from message raystack.entropy.v1beta1.GetResourceRevisionsRequest
|
|
564
|
+
*/
|
|
565
|
+
export type GetResourceRevisionsRequest = Message<"raystack.entropy.v1beta1.GetResourceRevisionsRequest"> & {
|
|
566
|
+
/**
|
|
567
|
+
* @generated from field: string urn = 1;
|
|
568
|
+
*/
|
|
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);
|
|
578
|
+
|
|
579
|
+
/**
|
|
580
|
+
* @generated from message raystack.entropy.v1beta1.GetResourceRevisionsResponse
|
|
581
|
+
*/
|
|
582
|
+
export type GetResourceRevisionsResponse = Message<"raystack.entropy.v1beta1.GetResourceRevisionsResponse"> & {
|
|
583
|
+
/**
|
|
584
|
+
* @generated from field: repeated raystack.entropy.v1beta1.ResourceRevision revisions = 1;
|
|
585
|
+
*/
|
|
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);
|
|
666
|
+
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as AdminServiceQueries from "./v1beta1/admin-AdminService_connectquery";
|
|
2
|
+
export * as FrontierServiceQueries from "./v1beta1/frontier-FrontierService_connectquery";
|
|
3
|
+
export * from "./v1beta1/admin_pb";
|
|
4
|
+
export * from "./v1beta1/frontier_pb";
|
|
5
|
+
export * from "./v1beta1/models_pb";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as AdminServiceQueries from "./v1beta1/admin-AdminService_connectquery";
|
|
2
|
+
export * as FrontierServiceQueries from "./v1beta1/frontier-FrontierService_connectquery";
|
|
3
|
+
export * from "./v1beta1/admin_pb";
|
|
4
|
+
export * from "./v1beta1/frontier_pb";
|
|
5
|
+
export * from "./v1beta1/models_pb";
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export * as AdminServiceQueries from "./v1beta1/admin-AdminService_connectquery";
|
|
2
|
+
export * as FrontierServiceQueries from "./v1beta1/frontier-FrontierService_connectquery";
|
|
3
|
+
export * from "./v1beta1/admin_pb";
|
|
4
|
+
export * from "./v1beta1/frontier_pb";
|
|
5
|
+
export * from "./v1beta1/models_pb";
|