@raystack/proton 0.1.0-639e522a5cab4021f05990d13ef31161a35e17d7 → 0.1.0-881c92a4cab2490e6c680462a94660b551b1040f
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/google/api/annotations_pb.ts +15 -9
- package/google/api/field_behavior_pb.ts +19 -19
- package/google/api/http_pb.ts +43 -108
- package/google/api/httpbody_pb.ts +23 -37
- package/index.ts +10 -0
- package/package.json +58 -14
- package/protoc-gen-openapiv2/options/annotations_pb.ts +23 -29
- package/protoc-gen-openapiv2/options/openapiv2_pb.ts +338 -808
- package/raystack/assets/v1beta1/bucket_pb.ts +46 -89
- package/raystack/assets/v1beta1/dashboard_pb.ts +49 -97
- package/raystack/assets/v1beta1/event_pb.ts +22 -36
- package/raystack/assets/v1beta1/group_pb.ts +38 -74
- package/raystack/assets/v1beta1/job_pb.ts +30 -43
- package/raystack/assets/v1beta1/lineage_pb.ts +22 -36
- package/raystack/assets/v1beta1/ownership_pb.ts +31 -68
- package/raystack/assets/v1beta1/preview_pb.ts +21 -34
- package/raystack/assets/v1beta1/properties_pb.ts +22 -37
- package/raystack/assets/v1beta1/resource_pb.ts +24 -43
- package/raystack/assets/v1beta1/schema_pb.ts +59 -145
- package/raystack/assets/v1beta1/table_pb.ts +59 -120
- package/raystack/assets/v1beta1/timestamp_pb.ts +28 -62
- package/raystack/assets/v1beta1/topic_pb.ts +43 -78
- package/raystack/assets/v1beta1/user_pb.ts +58 -125
- package/raystack/assets/v1beta2/application_pb.ts +23 -39
- package/raystack/assets/v1beta2/asset_pb.ts +30 -53
- package/raystack/assets/v1beta2/bucket_pb.ts +41 -87
- package/raystack/assets/v1beta2/common_pb.ts +56 -137
- package/raystack/assets/v1beta2/dashboard_pb.ts +44 -93
- package/raystack/assets/v1beta2/experiment_pb.ts +38 -79
- package/raystack/assets/v1beta2/feature_table_pb.ts +51 -115
- package/raystack/assets/v1beta2/group_pb.ts +32 -68
- package/raystack/assets/v1beta2/job_pb.ts +21 -35
- package/raystack/assets/v1beta2/metric_pb.ts +25 -43
- package/raystack/assets/v1beta2/model_pb.ts +59 -147
- package/raystack/assets/v1beta2/table_pb.ts +82 -200
- package/raystack/assets/v1beta2/topic_pb.ts +41 -99
- package/raystack/assets/v1beta2/user_pb.ts +53 -121
- package/raystack/common/index.ts +0 -1
- package/raystack/common/v1/service-CommonService_connectquery.ts +3 -14
- package/raystack/common/v1/service_pb.ts +57 -97
- package/raystack/compass/index.ts +0 -1
- package/raystack/compass/v1beta1/service-CompassService_connectquery.ts +44 -424
- package/raystack/compass/v1beta1/service_pb.ts +1448 -3319
- package/raystack/entropy/index.ts +0 -2
- package/raystack/entropy/v1beta1/module-ModuleService_connectquery.ts +7 -54
- package/raystack/entropy/v1beta1/module_pb.ts +156 -324
- package/raystack/entropy/v1beta1/resource-ResourceService_connectquery.ts +9 -74
- package/raystack/entropy/v1beta1/resource_pb.ts +330 -756
- package/raystack/frontier/index.ts +0 -2
- package/raystack/frontier/v1beta1/admin-AdminService_connectquery.ts +54 -524
- package/raystack/frontier/v1beta1/admin_pb.ts +1755 -3846
- package/raystack/frontier/v1beta1/frontier-FrontierService_connectquery.ts +169 -1674
- package/raystack/frontier/v1beta1/frontier_pb.ts +4850 -10959
- package/raystack/frontier/v1beta1/models_pb.ts +810 -2296
- package/raystack/guardian/index.ts +0 -1
- package/raystack/guardian/v1beta1/guardian-GuardianService_connectquery.ts +42 -404
- package/raystack/guardian/v1beta1/guardian_pb.ts +1584 -3783
- package/raystack/optimus/core/v1beta1/backup-BackupService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/backup_pb.ts +137 -273
- package/raystack/optimus/core/v1beta1/job_run-JobRunService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/job_run_pb.ts +194 -376
- package/raystack/optimus/core/v1beta1/job_spec-JobSpecificationService_connectquery.ts +17 -154
- package/raystack/optimus/core/v1beta1/job_spec_pb.ts +910 -2081
- package/raystack/optimus/core/v1beta1/namespace-NamespaceService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/namespace_pb.ts +113 -212
- package/raystack/optimus/core/v1beta1/project-ProjectService_connectquery.ts +5 -34
- package/raystack/optimus/core/v1beta1/project_pb.ts +121 -238
- package/raystack/optimus/core/v1beta1/replay-ReplayService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/replay_pb.ts +160 -335
- package/raystack/optimus/core/v1beta1/resource-ResourceService_connectquery.ts +8 -64
- package/raystack/optimus/core/v1beta1/resource_pb.ts +266 -527
- package/raystack/optimus/core/v1beta1/runtime-RuntimeService_connectquery.ts +3 -14
- package/raystack/optimus/core/v1beta1/runtime_pb.ts +48 -61
- package/raystack/optimus/core/v1beta1/secret-SecretService_connectquery.ts +6 -44
- package/raystack/optimus/core/v1beta1/secret_pb.ts +155 -283
- package/raystack/optimus/core/v1beta1/status_pb.ts +35 -54
- package/raystack/optimus/integration/v1beta1/event_pb.ts +75 -187
- package/raystack/optimus/plugins/v1beta1/dependency_resolver-DependencyResolverModService_connectquery.ts +6 -44
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_pb.ts +193 -426
- package/raystack/predator/v1beta1/metrics_log_pb.ts +67 -173
- package/raystack/predator/v1beta1/result_log_pb.ts +60 -144
- package/raystack/raccoon/index.ts +0 -1
- package/raystack/raccoon/v1beta1/raccoon-EventService_connectquery.ts +3 -14
- package/raystack/raccoon/v1beta1/raccoon_pb.ts +142 -189
- package/raystack/siren/index.ts +0 -1
- package/raystack/siren/v1beta1/siren-SirenService_connectquery.ts +37 -354
- package/raystack/siren/v1beta1/siren_pb.ts +1155 -2637
- package/raystack/stencil/index.ts +0 -1
- package/raystack/stencil/v1beta1/stencil-StencilService_connectquery.ts +18 -164
- package/raystack/stencil/v1beta1/stencil_pb.ts +530 -1157
- package/validate/validate_pb.ts +401 -1038
- package/raystack/common/v1/service_connect.ts +0 -26
- package/raystack/compass/v1beta1/service_connect.ts +0 -407
- package/raystack/entropy/v1beta1/module_connect.ts +0 -62
- package/raystack/entropy/v1beta1/resource_connect.ts +0 -89
- package/raystack/frontier/v1beta1/admin_connect.ts +0 -584
- package/raystack/frontier/v1beta1/frontier_connect.ts +0 -1574
- package/raystack/guardian/v1beta1/guardian_connect.ts +0 -381
- package/raystack/optimus/core/v1beta1/backup_connect.ts +0 -44
- package/raystack/optimus/core/v1beta1/job_run_connect.ts +0 -63
- package/raystack/optimus/core/v1beta1/job_spec_connect.ts +0 -233
- package/raystack/optimus/core/v1beta1/namespace_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/project_connect.ts +0 -50
- package/raystack/optimus/core/v1beta1/replay_connect.ts +0 -53
- package/raystack/optimus/core/v1beta1/resource_connect.ts +0 -96
- package/raystack/optimus/core/v1beta1/runtime_connect.ts +0 -30
- package/raystack/optimus/core/v1beta1/secret_connect.ts +0 -61
- package/raystack/optimus/plugins/v1beta1/dependency_resolver_connect.ts +0 -65
- package/raystack/raccoon/v1beta1/raccoon_connect.ts +0 -26
- package/raystack/siren/v1beta1/siren_connect.ts +0 -332
- package/raystack/stencil/v1beta1/stencil_connect.ts +0 -161
|
@@ -1,146 +1,95 @@
|
|
|
1
|
-
// @generated by protoc-gen-es
|
|
1
|
+
// @generated by protoc-gen-es v2.6.2 with parameter "target=ts,import_extension=none"
|
|
2
2
|
// @generated from file raystack/optimus/core/v1beta1/replay.proto (package raystack.optimus.core.v1beta1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
|
-
// @ts-nocheck
|
|
5
4
|
|
|
6
|
-
import type {
|
|
7
|
-
import {
|
|
5
|
+
import type { GenFile, GenMessage, GenService } from "@bufbuild/protobuf/codegenv2";
|
|
6
|
+
import { fileDesc, messageDesc, serviceDesc } from "@bufbuild/protobuf/codegenv2";
|
|
7
|
+
import { file_google_api_annotations } from "../../../../google/api/annotations_pb";
|
|
8
|
+
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
9
|
+
import { file_google_protobuf_timestamp } from "@bufbuild/protobuf/wkt";
|
|
10
|
+
import { file_protoc_gen_openapiv2_options_annotations } from "../../../../protoc-gen-openapiv2/options/annotations_pb";
|
|
11
|
+
import type { Message } from "@bufbuild/protobuf";
|
|
12
|
+
|
|
13
|
+
/**
|
|
14
|
+
* Describes the file raystack/optimus/core/v1beta1/replay.proto.
|
|
15
|
+
*/
|
|
16
|
+
export const file_raystack_optimus_core_v1beta1_replay: GenFile = /*@__PURE__*/
|
|
17
|
+
fileDesc("CipyYXlzdGFjay9vcHRpbXVzL2NvcmUvdjFiZXRhMS9yZXBsYXkucHJvdG8SHXJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExIikKEUxpc3RSZXBsYXlSZXF1ZXN0EhQKDHByb2plY3RfbmFtZRgBIAEoCSJXChJMaXN0UmVwbGF5UmVzcG9uc2USQQoHcmVwbGF5cxgBIAMoCzIwLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkdldFJlcGxheVJlc3BvbnNlIjsKEEdldFJlcGxheVJlcXVlc3QSEQoJcmVwbGF5X2lkGAEgASgJEhQKDHByb2plY3RfbmFtZRgCIAEoCSLEAQoRR2V0UmVwbGF5UmVzcG9uc2USCgoCaWQYASABKAkSEAoIam9iX25hbWUYAiABKAkSDgoGc3RhdHVzGAMgASgJEkIKDXJlcGxheV9jb25maWcYBCABKAsyKy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZXBsYXlDb25maWcSPQoLcmVwbGF5X3J1bnMYBSADKAsyKC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZXBsYXlSdW4ilQIKDFJlcGxheUNvbmZpZxIuCgpzdGFydF90aW1lGAEgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIsCghlbmRfdGltZRgCIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASEAoIcGFyYWxsZWwYAyABKAgSTgoKam9iX2NvbmZpZxgEIAMoCzI6LnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlcGxheUNvbmZpZy5Kb2JDb25maWdFbnRyeRITCgtkZXNjcmlwdGlvbhgFIAEoCRowCg5Kb2JDb25maWdFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBIk0KCVJlcGxheVJ1bhIwCgxzY2hlZHVsZWRfYXQYASABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEg4KBnN0YXR1cxgCIAEoCSJVChRSZXBsYXlEcnlSdW5SZXNwb25zZRI9CgtyZXBsYXlfcnVucxgBIAMoCzIoLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlcGxheVJ1biLoAQoNUmVwbGF5UmVxdWVzdBIUCgxwcm9qZWN0X25hbWUYASABKAkSEAoIam9iX25hbWUYAiABKAkSFgoObmFtZXNwYWNlX25hbWUYAyABKAkSLgoKc3RhcnRfdGltZRgEIAEoCzIaLmdvb2dsZS5wcm90b2J1Zi5UaW1lc3RhbXASLAoIZW5kX3RpbWUYBSABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEhAKCHBhcmFsbGVsGAYgASgIEhMKC2Rlc2NyaXB0aW9uGAcgASgJEhIKCmpvYl9jb25maWcYCCABKAki7gEKE1JlcGxheURyeVJ1blJlcXVlc3QSFAoMcHJvamVjdF9uYW1lGAEgASgJEhAKCGpvYl9uYW1lGAIgASgJEhYKDm5hbWVzcGFjZV9uYW1lGAMgASgJEi4KCnN0YXJ0X3RpbWUYBCABKAsyGi5nb29nbGUucHJvdG9idWYuVGltZXN0YW1wEiwKCGVuZF90aW1lGAUgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcBIQCghwYXJhbGxlbBgGIAEoCBITCgtkZXNjcmlwdGlvbhgHIAEoCRISCgpqb2JfY29uZmlnGAggASgJIhwKDlJlcGxheVJlc3BvbnNlEgoKAmlkGAEgASgJMrAFCg1SZXBsYXlTZXJ2aWNlEpgBCgZSZXBsYXkSLC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZXBsYXlSZXF1ZXN0Gi0ucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuUmVwbGF5UmVzcG9uc2UiMYLT5JMCKyImL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9yZXBsYXk6ASoSsgEKDFJlcGxheURyeVJ1bhIyLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLlJlcGxheURyeVJ1blJlcXVlc3QaMy5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5SZXBsYXlEcnlSdW5SZXNwb25zZSI5gtPkkwIzIi4vdjFiZXRhMS9wcm9qZWN0L3twcm9qZWN0X25hbWV9L3JlcGxheS1kcnktcnVuOgEqEqEBCgpMaXN0UmVwbGF5EjAucmF5c3RhY2sub3B0aW11cy5jb3JlLnYxYmV0YTEuTGlzdFJlcGxheVJlcXVlc3QaMS5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5MaXN0UmVwbGF5UmVzcG9uc2UiLoLT5JMCKBImL3YxYmV0YTEvcHJvamVjdC97cHJvamVjdF9uYW1lfS9yZXBsYXkSqgEKCUdldFJlcGxheRIvLnJheXN0YWNrLm9wdGltdXMuY29yZS52MWJldGExLkdldFJlcGxheVJlcXVlc3QaMC5yYXlzdGFjay5vcHRpbXVzLmNvcmUudjFiZXRhMS5HZXRSZXBsYXlSZXNwb25zZSI6gtPkkwI0EjIvdjFiZXRhMS9wcm9qZWN0L3twcm9qZWN0X25hbWV9L3JlcGxheS97cmVwbGF5X2lkfUKWAQobb3JnLnJheXN0YWNrLnByb3Rvbi5vcHRpbXVzQhRSZXBsYXlTZXJ2aWNlTWFuYWdlclABWiJnaXRodWIuY29tL3JheXN0YWNrL3Byb3Rvbi9vcHRpbXVzkkE6EgUyAzAuMRoOMTI3LjAuMC4xOjkxMDAiBC9hcGkqAQFyGAoWT3B0aW11cyBSZXBsYXkgU2VydmljZWIGcHJvdG8z", [file_google_api_annotations, file_google_protobuf_timestamp, file_protoc_gen_openapiv2_options_annotations]);
|
|
8
18
|
|
|
9
19
|
/**
|
|
10
20
|
* @generated from message raystack.optimus.core.v1beta1.ListReplayRequest
|
|
11
21
|
*/
|
|
12
|
-
export
|
|
22
|
+
export type ListReplayRequest = Message<"raystack.optimus.core.v1beta1.ListReplayRequest"> & {
|
|
13
23
|
/**
|
|
14
24
|
* @generated from field: string project_name = 1;
|
|
15
25
|
*/
|
|
16
|
-
projectName
|
|
17
|
-
|
|
18
|
-
constructor(data?: PartialMessage<ListReplayRequest>) {
|
|
19
|
-
super();
|
|
20
|
-
proto3.util.initPartial(data, this);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
24
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ListReplayRequest";
|
|
25
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
26
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
27
|
-
]);
|
|
26
|
+
projectName: string;
|
|
27
|
+
};
|
|
28
28
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListReplayRequest {
|
|
38
|
-
return new ListReplayRequest().fromJsonString(jsonString, options);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
static equals(a: ListReplayRequest | PlainMessage<ListReplayRequest> | undefined, b: ListReplayRequest | PlainMessage<ListReplayRequest> | undefined): boolean {
|
|
42
|
-
return proto3.util.equals(ListReplayRequest, a, b);
|
|
43
|
-
}
|
|
44
|
-
}
|
|
29
|
+
/**
|
|
30
|
+
* Describes the message raystack.optimus.core.v1beta1.ListReplayRequest.
|
|
31
|
+
* Use `create(ListReplayRequestSchema)` to create a new message.
|
|
32
|
+
*/
|
|
33
|
+
export const ListReplayRequestSchema: GenMessage<ListReplayRequest> = /*@__PURE__*/
|
|
34
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 0);
|
|
45
35
|
|
|
46
36
|
/**
|
|
47
37
|
* @generated from message raystack.optimus.core.v1beta1.ListReplayResponse
|
|
48
38
|
*/
|
|
49
|
-
export
|
|
39
|
+
export type ListReplayResponse = Message<"raystack.optimus.core.v1beta1.ListReplayResponse"> & {
|
|
50
40
|
/**
|
|
51
41
|
* @generated from field: repeated raystack.optimus.core.v1beta1.GetReplayResponse replays = 1;
|
|
52
42
|
*/
|
|
53
|
-
replays: GetReplayResponse[]
|
|
43
|
+
replays: GetReplayResponse[];
|
|
44
|
+
};
|
|
54
45
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ListReplayResponse";
|
|
62
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
63
|
-
{ no: 1, name: "replays", kind: "message", T: GetReplayResponse, repeated: true },
|
|
64
|
-
]);
|
|
65
|
-
|
|
66
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ListReplayResponse {
|
|
67
|
-
return new ListReplayResponse().fromBinary(bytes, options);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ListReplayResponse {
|
|
71
|
-
return new ListReplayResponse().fromJson(jsonValue, options);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ListReplayResponse {
|
|
75
|
-
return new ListReplayResponse().fromJsonString(jsonString, options);
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
static equals(a: ListReplayResponse | PlainMessage<ListReplayResponse> | undefined, b: ListReplayResponse | PlainMessage<ListReplayResponse> | undefined): boolean {
|
|
79
|
-
return proto3.util.equals(ListReplayResponse, a, b);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
46
|
+
/**
|
|
47
|
+
* Describes the message raystack.optimus.core.v1beta1.ListReplayResponse.
|
|
48
|
+
* Use `create(ListReplayResponseSchema)` to create a new message.
|
|
49
|
+
*/
|
|
50
|
+
export const ListReplayResponseSchema: GenMessage<ListReplayResponse> = /*@__PURE__*/
|
|
51
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 1);
|
|
82
52
|
|
|
83
53
|
/**
|
|
84
54
|
* @generated from message raystack.optimus.core.v1beta1.GetReplayRequest
|
|
85
55
|
*/
|
|
86
|
-
export
|
|
56
|
+
export type GetReplayRequest = Message<"raystack.optimus.core.v1beta1.GetReplayRequest"> & {
|
|
87
57
|
/**
|
|
88
58
|
* @generated from field: string replay_id = 1;
|
|
89
59
|
*/
|
|
90
|
-
replayId
|
|
60
|
+
replayId: string;
|
|
91
61
|
|
|
92
62
|
/**
|
|
93
63
|
* @generated from field: string project_name = 2;
|
|
94
64
|
*/
|
|
95
|
-
projectName
|
|
96
|
-
|
|
97
|
-
constructor(data?: PartialMessage<GetReplayRequest>) {
|
|
98
|
-
super();
|
|
99
|
-
proto3.util.initPartial(data, this);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
103
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.GetReplayRequest";
|
|
104
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
105
|
-
{ no: 1, name: "replay_id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
106
|
-
{ no: 2, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
107
|
-
]);
|
|
65
|
+
projectName: string;
|
|
66
|
+
};
|
|
108
67
|
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): GetReplayRequest {
|
|
118
|
-
return new GetReplayRequest().fromJsonString(jsonString, options);
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
static equals(a: GetReplayRequest | PlainMessage<GetReplayRequest> | undefined, b: GetReplayRequest | PlainMessage<GetReplayRequest> | undefined): boolean {
|
|
122
|
-
return proto3.util.equals(GetReplayRequest, a, b);
|
|
123
|
-
}
|
|
124
|
-
}
|
|
68
|
+
/**
|
|
69
|
+
* Describes the message raystack.optimus.core.v1beta1.GetReplayRequest.
|
|
70
|
+
* Use `create(GetReplayRequestSchema)` to create a new message.
|
|
71
|
+
*/
|
|
72
|
+
export const GetReplayRequestSchema: GenMessage<GetReplayRequest> = /*@__PURE__*/
|
|
73
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 2);
|
|
125
74
|
|
|
126
75
|
/**
|
|
127
76
|
* @generated from message raystack.optimus.core.v1beta1.GetReplayResponse
|
|
128
77
|
*/
|
|
129
|
-
export
|
|
78
|
+
export type GetReplayResponse = Message<"raystack.optimus.core.v1beta1.GetReplayResponse"> & {
|
|
130
79
|
/**
|
|
131
80
|
* @generated from field: string id = 1;
|
|
132
81
|
*/
|
|
133
|
-
id
|
|
82
|
+
id: string;
|
|
134
83
|
|
|
135
84
|
/**
|
|
136
85
|
* @generated from field: string job_name = 2;
|
|
137
86
|
*/
|
|
138
|
-
jobName
|
|
87
|
+
jobName: string;
|
|
139
88
|
|
|
140
89
|
/**
|
|
141
90
|
* @generated from field: string status = 3;
|
|
142
91
|
*/
|
|
143
|
-
status
|
|
92
|
+
status: string;
|
|
144
93
|
|
|
145
94
|
/**
|
|
146
95
|
* @generated from field: raystack.optimus.core.v1beta1.ReplayConfig replay_config = 4;
|
|
@@ -150,44 +99,20 @@ export class GetReplayResponse extends Message<GetReplayResponse> {
|
|
|
150
99
|
/**
|
|
151
100
|
* @generated from field: repeated raystack.optimus.core.v1beta1.ReplayRun replay_runs = 5;
|
|
152
101
|
*/
|
|
153
|
-
replayRuns: ReplayRun[]
|
|
154
|
-
|
|
155
|
-
constructor(data?: PartialMessage<GetReplayResponse>) {
|
|
156
|
-
super();
|
|
157
|
-
proto3.util.initPartial(data, this);
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
161
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.GetReplayResponse";
|
|
162
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
163
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
164
|
-
{ no: 2, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
165
|
-
{ no: 3, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
166
|
-
{ no: 4, name: "replay_config", kind: "message", T: ReplayConfig },
|
|
167
|
-
{ no: 5, name: "replay_runs", kind: "message", T: ReplayRun, repeated: true },
|
|
168
|
-
]);
|
|
169
|
-
|
|
170
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): GetReplayResponse {
|
|
171
|
-
return new GetReplayResponse().fromBinary(bytes, options);
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): GetReplayResponse {
|
|
175
|
-
return new GetReplayResponse().fromJson(jsonValue, options);
|
|
176
|
-
}
|
|
102
|
+
replayRuns: ReplayRun[];
|
|
103
|
+
};
|
|
177
104
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
}
|
|
185
|
-
}
|
|
105
|
+
/**
|
|
106
|
+
* Describes the message raystack.optimus.core.v1beta1.GetReplayResponse.
|
|
107
|
+
* Use `create(GetReplayResponseSchema)` to create a new message.
|
|
108
|
+
*/
|
|
109
|
+
export const GetReplayResponseSchema: GenMessage<GetReplayResponse> = /*@__PURE__*/
|
|
110
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 3);
|
|
186
111
|
|
|
187
112
|
/**
|
|
188
113
|
* @generated from message raystack.optimus.core.v1beta1.ReplayConfig
|
|
189
114
|
*/
|
|
190
|
-
export
|
|
115
|
+
export type ReplayConfig = Message<"raystack.optimus.core.v1beta1.ReplayConfig"> & {
|
|
191
116
|
/**
|
|
192
117
|
* @generated from field: google.protobuf.Timestamp start_time = 1;
|
|
193
118
|
*/
|
|
@@ -201,54 +126,30 @@ export class ReplayConfig extends Message<ReplayConfig> {
|
|
|
201
126
|
/**
|
|
202
127
|
* @generated from field: bool parallel = 3;
|
|
203
128
|
*/
|
|
204
|
-
parallel
|
|
129
|
+
parallel: boolean;
|
|
205
130
|
|
|
206
131
|
/**
|
|
207
132
|
* @generated from field: map<string, string> job_config = 4;
|
|
208
133
|
*/
|
|
209
|
-
jobConfig: { [key: string]: string }
|
|
134
|
+
jobConfig: { [key: string]: string };
|
|
210
135
|
|
|
211
136
|
/**
|
|
212
137
|
* @generated from field: string description = 5;
|
|
213
138
|
*/
|
|
214
|
-
description
|
|
215
|
-
|
|
216
|
-
constructor(data?: PartialMessage<ReplayConfig>) {
|
|
217
|
-
super();
|
|
218
|
-
proto3.util.initPartial(data, this);
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
222
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ReplayConfig";
|
|
223
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
224
|
-
{ no: 1, name: "start_time", kind: "message", T: Timestamp },
|
|
225
|
-
{ no: 2, name: "end_time", kind: "message", T: Timestamp },
|
|
226
|
-
{ no: 3, name: "parallel", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
227
|
-
{ no: 4, name: "job_config", kind: "map", K: 9 /* ScalarType.STRING */, V: {kind: "scalar", T: 9 /* ScalarType.STRING */} },
|
|
228
|
-
{ no: 5, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
229
|
-
]);
|
|
139
|
+
description: string;
|
|
140
|
+
};
|
|
230
141
|
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReplayConfig {
|
|
240
|
-
return new ReplayConfig().fromJsonString(jsonString, options);
|
|
241
|
-
}
|
|
242
|
-
|
|
243
|
-
static equals(a: ReplayConfig | PlainMessage<ReplayConfig> | undefined, b: ReplayConfig | PlainMessage<ReplayConfig> | undefined): boolean {
|
|
244
|
-
return proto3.util.equals(ReplayConfig, a, b);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
142
|
+
/**
|
|
143
|
+
* Describes the message raystack.optimus.core.v1beta1.ReplayConfig.
|
|
144
|
+
* Use `create(ReplayConfigSchema)` to create a new message.
|
|
145
|
+
*/
|
|
146
|
+
export const ReplayConfigSchema: GenMessage<ReplayConfig> = /*@__PURE__*/
|
|
147
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 4);
|
|
247
148
|
|
|
248
149
|
/**
|
|
249
150
|
* @generated from message raystack.optimus.core.v1beta1.ReplayRun
|
|
250
151
|
*/
|
|
251
|
-
export
|
|
152
|
+
export type ReplayRun = Message<"raystack.optimus.core.v1beta1.ReplayRun"> & {
|
|
252
153
|
/**
|
|
253
154
|
* @generated from field: google.protobuf.Timestamp scheduled_at = 1;
|
|
254
155
|
*/
|
|
@@ -257,92 +158,51 @@ export class ReplayRun extends Message<ReplayRun> {
|
|
|
257
158
|
/**
|
|
258
159
|
* @generated from field: string status = 2;
|
|
259
160
|
*/
|
|
260
|
-
status
|
|
261
|
-
|
|
262
|
-
constructor(data?: PartialMessage<ReplayRun>) {
|
|
263
|
-
super();
|
|
264
|
-
proto3.util.initPartial(data, this);
|
|
265
|
-
}
|
|
266
|
-
|
|
267
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
268
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ReplayRun";
|
|
269
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
270
|
-
{ no: 1, name: "scheduled_at", kind: "message", T: Timestamp },
|
|
271
|
-
{ no: 2, name: "status", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
272
|
-
]);
|
|
273
|
-
|
|
274
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReplayRun {
|
|
275
|
-
return new ReplayRun().fromBinary(bytes, options);
|
|
276
|
-
}
|
|
277
|
-
|
|
278
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReplayRun {
|
|
279
|
-
return new ReplayRun().fromJson(jsonValue, options);
|
|
280
|
-
}
|
|
161
|
+
status: string;
|
|
162
|
+
};
|
|
281
163
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
}
|
|
289
|
-
}
|
|
164
|
+
/**
|
|
165
|
+
* Describes the message raystack.optimus.core.v1beta1.ReplayRun.
|
|
166
|
+
* Use `create(ReplayRunSchema)` to create a new message.
|
|
167
|
+
*/
|
|
168
|
+
export const ReplayRunSchema: GenMessage<ReplayRun> = /*@__PURE__*/
|
|
169
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 5);
|
|
290
170
|
|
|
291
171
|
/**
|
|
292
172
|
* @generated from message raystack.optimus.core.v1beta1.ReplayDryRunResponse
|
|
293
173
|
*/
|
|
294
|
-
export
|
|
174
|
+
export type ReplayDryRunResponse = Message<"raystack.optimus.core.v1beta1.ReplayDryRunResponse"> & {
|
|
295
175
|
/**
|
|
296
176
|
* @generated from field: repeated raystack.optimus.core.v1beta1.ReplayRun replay_runs = 1;
|
|
297
177
|
*/
|
|
298
|
-
replayRuns: ReplayRun[]
|
|
299
|
-
|
|
300
|
-
constructor(data?: PartialMessage<ReplayDryRunResponse>) {
|
|
301
|
-
super();
|
|
302
|
-
proto3.util.initPartial(data, this);
|
|
303
|
-
}
|
|
304
|
-
|
|
305
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
306
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ReplayDryRunResponse";
|
|
307
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
308
|
-
{ no: 1, name: "replay_runs", kind: "message", T: ReplayRun, repeated: true },
|
|
309
|
-
]);
|
|
178
|
+
replayRuns: ReplayRun[];
|
|
179
|
+
};
|
|
310
180
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
}
|
|
318
|
-
|
|
319
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReplayDryRunResponse {
|
|
320
|
-
return new ReplayDryRunResponse().fromJsonString(jsonString, options);
|
|
321
|
-
}
|
|
322
|
-
|
|
323
|
-
static equals(a: ReplayDryRunResponse | PlainMessage<ReplayDryRunResponse> | undefined, b: ReplayDryRunResponse | PlainMessage<ReplayDryRunResponse> | undefined): boolean {
|
|
324
|
-
return proto3.util.equals(ReplayDryRunResponse, a, b);
|
|
325
|
-
}
|
|
326
|
-
}
|
|
181
|
+
/**
|
|
182
|
+
* Describes the message raystack.optimus.core.v1beta1.ReplayDryRunResponse.
|
|
183
|
+
* Use `create(ReplayDryRunResponseSchema)` to create a new message.
|
|
184
|
+
*/
|
|
185
|
+
export const ReplayDryRunResponseSchema: GenMessage<ReplayDryRunResponse> = /*@__PURE__*/
|
|
186
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 6);
|
|
327
187
|
|
|
328
188
|
/**
|
|
329
189
|
* @generated from message raystack.optimus.core.v1beta1.ReplayRequest
|
|
330
190
|
*/
|
|
331
|
-
export
|
|
191
|
+
export type ReplayRequest = Message<"raystack.optimus.core.v1beta1.ReplayRequest"> & {
|
|
332
192
|
/**
|
|
333
193
|
* @generated from field: string project_name = 1;
|
|
334
194
|
*/
|
|
335
|
-
projectName
|
|
195
|
+
projectName: string;
|
|
336
196
|
|
|
337
197
|
/**
|
|
338
198
|
* @generated from field: string job_name = 2;
|
|
339
199
|
*/
|
|
340
|
-
jobName
|
|
200
|
+
jobName: string;
|
|
341
201
|
|
|
342
202
|
/**
|
|
343
203
|
* @generated from field: string namespace_name = 3;
|
|
344
204
|
*/
|
|
345
|
-
namespaceName
|
|
205
|
+
namespaceName: string;
|
|
346
206
|
|
|
347
207
|
/**
|
|
348
208
|
* @generated from field: google.protobuf.Timestamp start_time = 4;
|
|
@@ -357,71 +217,44 @@ export class ReplayRequest extends Message<ReplayRequest> {
|
|
|
357
217
|
/**
|
|
358
218
|
* @generated from field: bool parallel = 6;
|
|
359
219
|
*/
|
|
360
|
-
parallel
|
|
220
|
+
parallel: boolean;
|
|
361
221
|
|
|
362
222
|
/**
|
|
363
223
|
* @generated from field: string description = 7;
|
|
364
224
|
*/
|
|
365
|
-
description
|
|
225
|
+
description: string;
|
|
366
226
|
|
|
367
227
|
/**
|
|
368
228
|
* @generated from field: string job_config = 8;
|
|
369
229
|
*/
|
|
370
|
-
jobConfig
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
380
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
381
|
-
{ no: 2, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
382
|
-
{ no: 3, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
383
|
-
{ no: 4, name: "start_time", kind: "message", T: Timestamp },
|
|
384
|
-
{ no: 5, name: "end_time", kind: "message", T: Timestamp },
|
|
385
|
-
{ no: 6, name: "parallel", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
386
|
-
{ no: 7, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
387
|
-
{ no: 8, name: "job_config", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
388
|
-
]);
|
|
389
|
-
|
|
390
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReplayRequest {
|
|
391
|
-
return new ReplayRequest().fromBinary(bytes, options);
|
|
392
|
-
}
|
|
393
|
-
|
|
394
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReplayRequest {
|
|
395
|
-
return new ReplayRequest().fromJson(jsonValue, options);
|
|
396
|
-
}
|
|
397
|
-
|
|
398
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReplayRequest {
|
|
399
|
-
return new ReplayRequest().fromJsonString(jsonString, options);
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
static equals(a: ReplayRequest | PlainMessage<ReplayRequest> | undefined, b: ReplayRequest | PlainMessage<ReplayRequest> | undefined): boolean {
|
|
403
|
-
return proto3.util.equals(ReplayRequest, a, b);
|
|
404
|
-
}
|
|
405
|
-
}
|
|
230
|
+
jobConfig: string;
|
|
231
|
+
};
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* Describes the message raystack.optimus.core.v1beta1.ReplayRequest.
|
|
235
|
+
* Use `create(ReplayRequestSchema)` to create a new message.
|
|
236
|
+
*/
|
|
237
|
+
export const ReplayRequestSchema: GenMessage<ReplayRequest> = /*@__PURE__*/
|
|
238
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 7);
|
|
406
239
|
|
|
407
240
|
/**
|
|
408
241
|
* @generated from message raystack.optimus.core.v1beta1.ReplayDryRunRequest
|
|
409
242
|
*/
|
|
410
|
-
export
|
|
243
|
+
export type ReplayDryRunRequest = Message<"raystack.optimus.core.v1beta1.ReplayDryRunRequest"> & {
|
|
411
244
|
/**
|
|
412
245
|
* @generated from field: string project_name = 1;
|
|
413
246
|
*/
|
|
414
|
-
projectName
|
|
247
|
+
projectName: string;
|
|
415
248
|
|
|
416
249
|
/**
|
|
417
250
|
* @generated from field: string job_name = 2;
|
|
418
251
|
*/
|
|
419
|
-
jobName
|
|
252
|
+
jobName: string;
|
|
420
253
|
|
|
421
254
|
/**
|
|
422
255
|
* @generated from field: string namespace_name = 3;
|
|
423
256
|
*/
|
|
424
|
-
namespaceName
|
|
257
|
+
namespaceName: string;
|
|
425
258
|
|
|
426
259
|
/**
|
|
427
260
|
* @generated from field: google.protobuf.Timestamp start_time = 4;
|
|
@@ -436,87 +269,79 @@ export class ReplayDryRunRequest extends Message<ReplayDryRunRequest> {
|
|
|
436
269
|
/**
|
|
437
270
|
* @generated from field: bool parallel = 6;
|
|
438
271
|
*/
|
|
439
|
-
parallel
|
|
272
|
+
parallel: boolean;
|
|
440
273
|
|
|
441
274
|
/**
|
|
442
275
|
* @generated from field: string description = 7;
|
|
443
276
|
*/
|
|
444
|
-
description
|
|
277
|
+
description: string;
|
|
445
278
|
|
|
446
279
|
/**
|
|
447
280
|
* @generated from field: string job_config = 8;
|
|
448
281
|
*/
|
|
449
|
-
jobConfig
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
459
|
-
{ no: 1, name: "project_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
460
|
-
{ no: 2, name: "job_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
461
|
-
{ no: 3, name: "namespace_name", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
462
|
-
{ no: 4, name: "start_time", kind: "message", T: Timestamp },
|
|
463
|
-
{ no: 5, name: "end_time", kind: "message", T: Timestamp },
|
|
464
|
-
{ no: 6, name: "parallel", kind: "scalar", T: 8 /* ScalarType.BOOL */ },
|
|
465
|
-
{ no: 7, name: "description", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
466
|
-
{ no: 8, name: "job_config", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
467
|
-
]);
|
|
468
|
-
|
|
469
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReplayDryRunRequest {
|
|
470
|
-
return new ReplayDryRunRequest().fromBinary(bytes, options);
|
|
471
|
-
}
|
|
472
|
-
|
|
473
|
-
static fromJson(jsonValue: JsonValue, options?: Partial<JsonReadOptions>): ReplayDryRunRequest {
|
|
474
|
-
return new ReplayDryRunRequest().fromJson(jsonValue, options);
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
static fromJsonString(jsonString: string, options?: Partial<JsonReadOptions>): ReplayDryRunRequest {
|
|
478
|
-
return new ReplayDryRunRequest().fromJsonString(jsonString, options);
|
|
479
|
-
}
|
|
480
|
-
|
|
481
|
-
static equals(a: ReplayDryRunRequest | PlainMessage<ReplayDryRunRequest> | undefined, b: ReplayDryRunRequest | PlainMessage<ReplayDryRunRequest> | undefined): boolean {
|
|
482
|
-
return proto3.util.equals(ReplayDryRunRequest, a, b);
|
|
483
|
-
}
|
|
484
|
-
}
|
|
282
|
+
jobConfig: string;
|
|
283
|
+
};
|
|
284
|
+
|
|
285
|
+
/**
|
|
286
|
+
* Describes the message raystack.optimus.core.v1beta1.ReplayDryRunRequest.
|
|
287
|
+
* Use `create(ReplayDryRunRequestSchema)` to create a new message.
|
|
288
|
+
*/
|
|
289
|
+
export const ReplayDryRunRequestSchema: GenMessage<ReplayDryRunRequest> = /*@__PURE__*/
|
|
290
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 8);
|
|
485
291
|
|
|
486
292
|
/**
|
|
487
293
|
* @generated from message raystack.optimus.core.v1beta1.ReplayResponse
|
|
488
294
|
*/
|
|
489
|
-
export
|
|
295
|
+
export type ReplayResponse = Message<"raystack.optimus.core.v1beta1.ReplayResponse"> & {
|
|
490
296
|
/**
|
|
491
297
|
* @generated from field: string id = 1;
|
|
492
298
|
*/
|
|
493
|
-
id
|
|
494
|
-
|
|
495
|
-
constructor(data?: PartialMessage<ReplayResponse>) {
|
|
496
|
-
super();
|
|
497
|
-
proto3.util.initPartial(data, this);
|
|
498
|
-
}
|
|
499
|
-
|
|
500
|
-
static readonly runtime: typeof proto3 = proto3;
|
|
501
|
-
static readonly typeName = "raystack.optimus.core.v1beta1.ReplayResponse";
|
|
502
|
-
static readonly fields: FieldList = proto3.util.newFieldList(() => [
|
|
503
|
-
{ no: 1, name: "id", kind: "scalar", T: 9 /* ScalarType.STRING */ },
|
|
504
|
-
]);
|
|
505
|
-
|
|
506
|
-
static fromBinary(bytes: Uint8Array, options?: Partial<BinaryReadOptions>): ReplayResponse {
|
|
507
|
-
return new ReplayResponse().fromBinary(bytes, options);
|
|
508
|
-
}
|
|
299
|
+
id: string;
|
|
300
|
+
};
|
|
509
301
|
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
}
|
|
302
|
+
/**
|
|
303
|
+
* Describes the message raystack.optimus.core.v1beta1.ReplayResponse.
|
|
304
|
+
* Use `create(ReplayResponseSchema)` to create a new message.
|
|
305
|
+
*/
|
|
306
|
+
export const ReplayResponseSchema: GenMessage<ReplayResponse> = /*@__PURE__*/
|
|
307
|
+
messageDesc(file_raystack_optimus_core_v1beta1_replay, 9);
|
|
517
308
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
309
|
+
/**
|
|
310
|
+
* @generated from service raystack.optimus.core.v1beta1.ReplayService
|
|
311
|
+
*/
|
|
312
|
+
export const ReplayService: GenService<{
|
|
313
|
+
/**
|
|
314
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.Replay
|
|
315
|
+
*/
|
|
316
|
+
replay: {
|
|
317
|
+
methodKind: "unary";
|
|
318
|
+
input: typeof ReplayRequestSchema;
|
|
319
|
+
output: typeof ReplayResponseSchema;
|
|
320
|
+
},
|
|
321
|
+
/**
|
|
322
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.ReplayDryRun
|
|
323
|
+
*/
|
|
324
|
+
replayDryRun: {
|
|
325
|
+
methodKind: "unary";
|
|
326
|
+
input: typeof ReplayDryRunRequestSchema;
|
|
327
|
+
output: typeof ReplayDryRunResponseSchema;
|
|
328
|
+
},
|
|
329
|
+
/**
|
|
330
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.ListReplay
|
|
331
|
+
*/
|
|
332
|
+
listReplay: {
|
|
333
|
+
methodKind: "unary";
|
|
334
|
+
input: typeof ListReplayRequestSchema;
|
|
335
|
+
output: typeof ListReplayResponseSchema;
|
|
336
|
+
},
|
|
337
|
+
/**
|
|
338
|
+
* @generated from rpc raystack.optimus.core.v1beta1.ReplayService.GetReplay
|
|
339
|
+
*/
|
|
340
|
+
getReplay: {
|
|
341
|
+
methodKind: "unary";
|
|
342
|
+
input: typeof GetReplayRequestSchema;
|
|
343
|
+
output: typeof GetReplayResponseSchema;
|
|
344
|
+
},
|
|
345
|
+
}> = /*@__PURE__*/
|
|
346
|
+
serviceDesc(file_raystack_optimus_core_v1beta1_replay, 0);
|
|
522
347
|
|