@temporalio/proto 0.23.0 → 1.0.0-rc.0

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.
@@ -15,7 +15,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15
15
  },
16
16
  details: {
17
17
  rule: "repeated",
18
- type: "common.Payload",
18
+ type: "temporal.api.common.v1.Payload",
19
19
  id: 2
20
20
  }
21
21
  }
@@ -97,7 +97,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
97
97
  Success: {
98
98
  fields: {
99
99
  result: {
100
- type: "common.Payload",
100
+ type: "temporal.api.common.v1.Payload",
101
101
  id: 1
102
102
  }
103
103
  }
@@ -139,96 +139,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
139
139
  }
140
140
  }
141
141
  },
142
- common: {
143
- nested: {
144
- Payload: {
145
- fields: {
146
- metadata: {
147
- keyType: "string",
148
- type: "bytes",
149
- id: 1
150
- },
151
- data: {
152
- type: "bytes",
153
- id: 2
154
- }
155
- }
156
- },
157
- WorkflowExecution: {
158
- fields: {
159
- workflowId: {
160
- type: "string",
161
- id: 1
162
- },
163
- runId: {
164
- type: "string",
165
- id: 2
166
- }
167
- }
168
- },
169
- NamespacedWorkflowExecution: {
170
- fields: {
171
- namespace: {
172
- type: "string",
173
- id: 1
174
- },
175
- workflowId: {
176
- type: "string",
177
- id: 2
178
- },
179
- runId: {
180
- type: "string",
181
- id: 3
182
- }
183
- }
184
- },
185
- RetryPolicy: {
186
- fields: {
187
- initialInterval: {
188
- type: "google.protobuf.Duration",
189
- id: 1
190
- },
191
- backoffCoefficient: {
192
- type: "double",
193
- id: 2
194
- },
195
- maximumInterval: {
196
- type: "google.protobuf.Duration",
197
- id: 3
198
- },
199
- maximumAttempts: {
200
- type: "int32",
201
- id: 4
202
- },
203
- nonRetryableErrorTypes: {
204
- rule: "repeated",
205
- type: "string",
206
- id: 5
207
- }
208
- }
209
- },
210
- WorkflowIdReusePolicy: {
211
- values: {
212
- WORKFLOW_ID_REUSE_POLICY_UNSPECIFIED: 0,
213
- WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE: 1,
214
- WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY: 2,
215
- WORKFLOW_ID_REUSE_POLICY_REJECT_DUPLICATE: 3
216
- }
217
- },
218
- CancelExternalWorkflowExecutionFailedCause: {
219
- values: {
220
- CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED: 0,
221
- CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_EXTERNAL_WORKFLOW_EXECUTION_NOT_FOUND: 1
222
- }
223
- },
224
- SignalExternalWorkflowExecutionFailedCause: {
225
- values: {
226
- SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED: 0,
227
- SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_EXTERNAL_WORKFLOW_EXECUTION_NOT_FOUND: 1
228
- }
229
- }
230
- }
231
- },
232
142
  activity_task: {
233
143
  nested: {
234
144
  ActivityTask: {
@@ -266,7 +176,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
266
176
  id: 2
267
177
  },
268
178
  workflowExecution: {
269
- type: "common.WorkflowExecution",
179
+ type: "temporal.api.common.v1.WorkflowExecution",
270
180
  id: 3
271
181
  },
272
182
  activityId: {
@@ -279,17 +189,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
279
189
  },
280
190
  headerFields: {
281
191
  keyType: "string",
282
- type: "common.Payload",
192
+ type: "temporal.api.common.v1.Payload",
283
193
  id: 6
284
194
  },
285
195
  input: {
286
196
  rule: "repeated",
287
- type: "common.Payload",
197
+ type: "temporal.api.common.v1.Payload",
288
198
  id: 7
289
199
  },
290
200
  heartbeatDetails: {
291
201
  rule: "repeated",
292
- type: "common.Payload",
202
+ type: "temporal.api.common.v1.Payload",
293
203
  id: 8
294
204
  },
295
205
  scheduledTime: {
@@ -321,7 +231,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
321
231
  id: 15
322
232
  },
323
233
  retryPolicy: {
324
- type: "common.RetryPolicy",
234
+ type: "temporal.api.common.v1.RetryPolicy",
325
235
  id: 16
326
236
  },
327
237
  isLocal: {
@@ -347,6 +257,26 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
347
257
  }
348
258
  }
349
259
  },
260
+ common: {
261
+ nested: {
262
+ NamespacedWorkflowExecution: {
263
+ fields: {
264
+ namespace: {
265
+ type: "string",
266
+ id: 1
267
+ },
268
+ workflowId: {
269
+ type: "string",
270
+ id: 2
271
+ },
272
+ runId: {
273
+ type: "string",
274
+ id: 3
275
+ }
276
+ }
277
+ }
278
+ }
279
+ },
350
280
  external_data: {
351
281
  nested: {
352
282
  LocalActivityMarkerData: {
@@ -399,10 +329,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
399
329
  type: "bool",
400
330
  id: 3
401
331
  },
332
+ historyLength: {
333
+ type: "uint32",
334
+ id: 4
335
+ },
402
336
  jobs: {
403
337
  rule: "repeated",
404
338
  type: "WorkflowActivationJob",
405
- id: 4
339
+ id: 5
406
340
  }
407
341
  }
408
342
  },
@@ -493,7 +427,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
493
427
  },
494
428
  "arguments": {
495
429
  rule: "repeated",
496
- type: "common.Payload",
430
+ type: "temporal.api.common.v1.Payload",
497
431
  id: 3
498
432
  },
499
433
  randomnessSeed: {
@@ -502,7 +436,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
502
436
  },
503
437
  headers: {
504
438
  keyType: "string",
505
- type: "common.Payload",
439
+ type: "temporal.api.common.v1.Payload",
506
440
  id: 5
507
441
  },
508
442
  identity: {
@@ -688,12 +622,12 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
688
622
  },
689
623
  "arguments": {
690
624
  rule: "repeated",
691
- type: "common.Payload",
625
+ type: "temporal.api.common.v1.Payload",
692
626
  id: 3
693
627
  },
694
628
  headers: {
695
629
  keyType: "string",
696
- type: "common.Payload",
630
+ type: "temporal.api.common.v1.Payload",
697
631
  id: 5
698
632
  }
699
633
  }
@@ -702,7 +636,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
702
636
  fields: {
703
637
  details: {
704
638
  rule: "repeated",
705
- type: "common.Payload",
639
+ type: "temporal.api.common.v1.Payload",
706
640
  id: 1
707
641
  }
708
642
  }
@@ -715,7 +649,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
715
649
  },
716
650
  input: {
717
651
  rule: "repeated",
718
- type: "common.Payload",
652
+ type: "temporal.api.common.v1.Payload",
719
653
  id: 2
720
654
  },
721
655
  identity: {
@@ -724,7 +658,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
724
658
  },
725
659
  headers: {
726
660
  keyType: "string",
727
- type: "common.Payload",
661
+ type: "temporal.api.common.v1.Payload",
728
662
  id: 5
729
663
  }
730
664
  }
@@ -820,7 +754,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
820
754
  Success: {
821
755
  fields: {
822
756
  result: {
823
- type: "common.Payload",
757
+ type: "temporal.api.common.v1.Payload",
824
758
  id: 1
825
759
  }
826
760
  }
@@ -888,7 +822,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
888
822
  "cancelSignalWorkflow",
889
823
  "scheduleLocalActivity",
890
824
  "requestCancelLocalActivity",
891
- "upsertWorkflowSearchAttributesCommandAttributes"
825
+ "upsertWorkflowSearchAttributes"
892
826
  ]
893
827
  }
894
828
  },
@@ -961,7 +895,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
961
895
  type: "RequestCancelLocalActivity",
962
896
  id: 17
963
897
  },
964
- upsertWorkflowSearchAttributesCommandAttributes: {
898
+ upsertWorkflowSearchAttributes: {
965
899
  type: "UpsertWorkflowSearchAttributes",
966
900
  id: 18
967
901
  }
@@ -1011,12 +945,12 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1011
945
  },
1012
946
  headers: {
1013
947
  keyType: "string",
1014
- type: "common.Payload",
948
+ type: "temporal.api.common.v1.Payload",
1015
949
  id: 6
1016
950
  },
1017
951
  "arguments": {
1018
952
  rule: "repeated",
1019
- type: "common.Payload",
953
+ type: "temporal.api.common.v1.Payload",
1020
954
  id: 7
1021
955
  },
1022
956
  scheduleToCloseTimeout: {
@@ -1036,12 +970,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1036
970
  id: 11
1037
971
  },
1038
972
  retryPolicy: {
1039
- type: "common.RetryPolicy",
973
+ type: "temporal.api.common.v1.RetryPolicy",
1040
974
  id: 12
1041
975
  },
1042
976
  cancellationType: {
1043
977
  type: "ActivityCancellationType",
1044
978
  id: 13
979
+ },
980
+ doNotEagerlyExecute: {
981
+ type: "bool",
982
+ id: 14
1045
983
  }
1046
984
  }
1047
985
  },
@@ -1069,12 +1007,12 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1069
1007
  },
1070
1008
  headers: {
1071
1009
  keyType: "string",
1072
- type: "common.Payload",
1010
+ type: "temporal.api.common.v1.Payload",
1073
1011
  id: 6
1074
1012
  },
1075
1013
  "arguments": {
1076
1014
  rule: "repeated",
1077
- type: "common.Payload",
1015
+ type: "temporal.api.common.v1.Payload",
1078
1016
  id: 7
1079
1017
  },
1080
1018
  scheduleToCloseTimeout: {
@@ -1090,7 +1028,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1090
1028
  id: 10
1091
1029
  },
1092
1030
  retryPolicy: {
1093
- type: "common.RetryPolicy",
1031
+ type: "temporal.api.common.v1.RetryPolicy",
1094
1032
  id: 11
1095
1033
  },
1096
1034
  localRetryThreshold: {
@@ -1153,7 +1091,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1153
1091
  QuerySuccess: {
1154
1092
  fields: {
1155
1093
  response: {
1156
- type: "common.Payload",
1094
+ type: "temporal.api.common.v1.Payload",
1157
1095
  id: 1
1158
1096
  }
1159
1097
  }
@@ -1161,7 +1099,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1161
1099
  CompleteWorkflowExecution: {
1162
1100
  fields: {
1163
1101
  result: {
1164
- type: "common.Payload",
1102
+ type: "temporal.api.common.v1.Payload",
1165
1103
  id: 1
1166
1104
  }
1167
1105
  }
@@ -1186,7 +1124,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1186
1124
  },
1187
1125
  "arguments": {
1188
1126
  rule: "repeated",
1189
- type: "common.Payload",
1127
+ type: "temporal.api.common.v1.Payload",
1190
1128
  id: 3
1191
1129
  },
1192
1130
  workflowRunTimeout: {
@@ -1199,17 +1137,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1199
1137
  },
1200
1138
  memo: {
1201
1139
  keyType: "string",
1202
- type: "common.Payload",
1140
+ type: "temporal.api.common.v1.Payload",
1203
1141
  id: 6
1204
1142
  },
1205
1143
  headers: {
1206
1144
  keyType: "string",
1207
- type: "common.Payload",
1145
+ type: "temporal.api.common.v1.Payload",
1208
1146
  id: 7
1209
1147
  },
1210
1148
  searchAttributes: {
1211
1149
  keyType: "string",
1212
- type: "common.Payload",
1150
+ type: "temporal.api.common.v1.Payload",
1213
1151
  id: 8
1214
1152
  }
1215
1153
  }
@@ -1253,7 +1191,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1253
1191
  },
1254
1192
  input: {
1255
1193
  rule: "repeated",
1256
- type: "common.Payload",
1194
+ type: "temporal.api.common.v1.Payload",
1257
1195
  id: 6
1258
1196
  },
1259
1197
  workflowExecutionTimeout: {
@@ -1273,11 +1211,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1273
1211
  id: 10
1274
1212
  },
1275
1213
  workflowIdReusePolicy: {
1276
- type: "common.WorkflowIdReusePolicy",
1214
+ type: "temporal.api.enums.v1.WorkflowIdReusePolicy",
1277
1215
  id: 12
1278
1216
  },
1279
1217
  retryPolicy: {
1280
- type: "common.RetryPolicy",
1218
+ type: "temporal.api.common.v1.RetryPolicy",
1281
1219
  id: 13
1282
1220
  },
1283
1221
  cronSchedule: {
@@ -1286,17 +1224,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1286
1224
  },
1287
1225
  headers: {
1288
1226
  keyType: "string",
1289
- type: "common.Payload",
1227
+ type: "temporal.api.common.v1.Payload",
1290
1228
  id: 15
1291
1229
  },
1292
1230
  memo: {
1293
1231
  keyType: "string",
1294
- type: "common.Payload",
1232
+ type: "temporal.api.common.v1.Payload",
1295
1233
  id: 16
1296
1234
  },
1297
1235
  searchAttributes: {
1298
1236
  keyType: "string",
1299
- type: "common.Payload",
1237
+ type: "temporal.api.common.v1.Payload",
1300
1238
  id: 17
1301
1239
  },
1302
1240
  cancellationType: {
@@ -1365,12 +1303,12 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1365
1303
  },
1366
1304
  args: {
1367
1305
  rule: "repeated",
1368
- type: "common.Payload",
1306
+ type: "temporal.api.common.v1.Payload",
1369
1307
  id: 5
1370
1308
  },
1371
1309
  headers: {
1372
1310
  keyType: "string",
1373
- type: "common.Payload",
1311
+ type: "temporal.api.common.v1.Payload",
1374
1312
  id: 6
1375
1313
  }
1376
1314
  }
@@ -1385,14 +1323,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1385
1323
  },
1386
1324
  UpsertWorkflowSearchAttributes: {
1387
1325
  fields: {
1388
- seq: {
1389
- type: "uint32",
1390
- id: 1
1391
- },
1392
1326
  searchAttributes: {
1393
1327
  keyType: "string",
1394
- type: "common.Payload",
1395
- id: 2
1328
+ type: "temporal.api.common.v1.Payload",
1329
+ id: 1
1396
1330
  }
1397
1331
  }
1398
1332
  }
@@ -1449,327 +1383,134 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1449
1383
  nested: {
1450
1384
  api: {
1451
1385
  nested: {
1452
- failure: {
1386
+ common: {
1453
1387
  nested: {
1454
1388
  v1: {
1455
1389
  options: {
1456
- go_package: "go.temporal.io/api/failure/v1;failure",
1457
- java_package: "io.temporal.api.failure.v1",
1390
+ go_package: "go.temporal.io/api/common/v1;common",
1391
+ java_package: "io.temporal.api.common.v1",
1458
1392
  java_multiple_files: true,
1459
1393
  java_outer_classname: "MessageProto",
1460
- ruby_package: "Temporal::Api::Failure::V1",
1461
- csharp_namespace: "Temporal.Api.Failure.V1"
1394
+ ruby_package: "Temporal::Api::Common::V1",
1395
+ csharp_namespace: "Temporal.Api.Common.V1"
1462
1396
  },
1463
1397
  nested: {
1464
- ApplicationFailureInfo: {
1398
+ DataBlob: {
1465
1399
  fields: {
1466
- type: {
1467
- type: "string",
1400
+ encodingType: {
1401
+ type: "temporal.api.enums.v1.EncodingType",
1468
1402
  id: 1
1469
1403
  },
1470
- nonRetryable: {
1471
- type: "bool",
1404
+ data: {
1405
+ type: "bytes",
1472
1406
  id: 2
1473
- },
1474
- details: {
1475
- type: "temporal.api.common.v1.Payloads",
1476
- id: 3
1477
1407
  }
1478
1408
  }
1479
1409
  },
1480
- TimeoutFailureInfo: {
1410
+ Payloads: {
1481
1411
  fields: {
1482
- timeoutType: {
1483
- type: "temporal.api.enums.v1.TimeoutType",
1412
+ payloads: {
1413
+ rule: "repeated",
1414
+ type: "Payload",
1415
+ id: 1
1416
+ }
1417
+ }
1418
+ },
1419
+ Payload: {
1420
+ fields: {
1421
+ metadata: {
1422
+ keyType: "string",
1423
+ type: "bytes",
1484
1424
  id: 1
1485
1425
  },
1486
- lastHeartbeatDetails: {
1487
- type: "temporal.api.common.v1.Payloads",
1426
+ data: {
1427
+ type: "bytes",
1488
1428
  id: 2
1489
1429
  }
1490
1430
  }
1491
1431
  },
1492
- CanceledFailureInfo: {
1432
+ SearchAttributes: {
1493
1433
  fields: {
1494
- details: {
1495
- type: "temporal.api.common.v1.Payloads",
1434
+ indexedFields: {
1435
+ keyType: "string",
1436
+ type: "Payload",
1496
1437
  id: 1
1497
1438
  }
1498
1439
  }
1499
1440
  },
1500
- TerminatedFailureInfo: {
1501
- fields: {}
1502
- },
1503
- ServerFailureInfo: {
1441
+ Memo: {
1504
1442
  fields: {
1505
- nonRetryable: {
1506
- type: "bool",
1443
+ fields: {
1444
+ keyType: "string",
1445
+ type: "Payload",
1507
1446
  id: 1
1508
1447
  }
1509
1448
  }
1510
1449
  },
1511
- ResetWorkflowFailureInfo: {
1450
+ Header: {
1512
1451
  fields: {
1513
- lastHeartbeatDetails: {
1514
- type: "temporal.api.common.v1.Payloads",
1452
+ fields: {
1453
+ keyType: "string",
1454
+ type: "Payload",
1515
1455
  id: 1
1516
1456
  }
1517
1457
  }
1518
1458
  },
1519
- ActivityFailureInfo: {
1459
+ WorkflowExecution: {
1520
1460
  fields: {
1521
- scheduledEventId: {
1522
- type: "int64",
1461
+ workflowId: {
1462
+ type: "string",
1523
1463
  id: 1
1524
1464
  },
1525
- startedEventId: {
1526
- type: "int64",
1527
- id: 2
1528
- },
1529
- identity: {
1465
+ runId: {
1530
1466
  type: "string",
1531
- id: 3
1532
- },
1533
- activityType: {
1534
- type: "temporal.api.common.v1.ActivityType",
1535
- id: 4
1536
- },
1537
- activityId: {
1467
+ id: 2
1468
+ }
1469
+ }
1470
+ },
1471
+ WorkflowType: {
1472
+ fields: {
1473
+ name: {
1538
1474
  type: "string",
1539
- id: 5
1540
- },
1541
- retryState: {
1542
- type: "temporal.api.enums.v1.RetryState",
1543
- id: 6
1475
+ id: 1
1544
1476
  }
1545
1477
  }
1546
1478
  },
1547
- ChildWorkflowExecutionFailureInfo: {
1479
+ ActivityType: {
1548
1480
  fields: {
1549
- namespace: {
1481
+ name: {
1550
1482
  type: "string",
1551
1483
  id: 1
1484
+ }
1485
+ }
1486
+ },
1487
+ RetryPolicy: {
1488
+ fields: {
1489
+ initialInterval: {
1490
+ type: "google.protobuf.Duration",
1491
+ id: 1,
1492
+ options: {
1493
+ "(gogoproto.stdduration)": true
1494
+ }
1552
1495
  },
1553
- workflowExecution: {
1554
- type: "temporal.api.common.v1.WorkflowExecution",
1496
+ backoffCoefficient: {
1497
+ type: "double",
1555
1498
  id: 2
1556
1499
  },
1557
- workflowType: {
1558
- type: "temporal.api.common.v1.WorkflowType",
1559
- id: 3
1500
+ maximumInterval: {
1501
+ type: "google.protobuf.Duration",
1502
+ id: 3,
1503
+ options: {
1504
+ "(gogoproto.stdduration)": true
1505
+ }
1560
1506
  },
1561
- initiatedEventId: {
1562
- type: "int64",
1507
+ maximumAttempts: {
1508
+ type: "int32",
1563
1509
  id: 4
1564
1510
  },
1565
- startedEventId: {
1566
- type: "int64",
1567
- id: 5
1568
- },
1569
- retryState: {
1570
- type: "temporal.api.enums.v1.RetryState",
1571
- id: 6
1572
- }
1573
- }
1574
- },
1575
- Failure: {
1576
- oneofs: {
1577
- failureInfo: {
1578
- oneof: [
1579
- "applicationFailureInfo",
1580
- "timeoutFailureInfo",
1581
- "canceledFailureInfo",
1582
- "terminatedFailureInfo",
1583
- "serverFailureInfo",
1584
- "resetWorkflowFailureInfo",
1585
- "activityFailureInfo",
1586
- "childWorkflowExecutionFailureInfo"
1587
- ]
1588
- }
1589
- },
1590
- fields: {
1591
- message: {
1592
- type: "string",
1593
- id: 1
1594
- },
1595
- source: {
1596
- type: "string",
1597
- id: 2
1598
- },
1599
- stackTrace: {
1600
- type: "string",
1601
- id: 3
1602
- },
1603
- cause: {
1604
- type: "Failure",
1605
- id: 4
1606
- },
1607
- applicationFailureInfo: {
1608
- type: "ApplicationFailureInfo",
1609
- id: 5
1610
- },
1611
- timeoutFailureInfo: {
1612
- type: "TimeoutFailureInfo",
1613
- id: 6
1614
- },
1615
- canceledFailureInfo: {
1616
- type: "CanceledFailureInfo",
1617
- id: 7
1618
- },
1619
- terminatedFailureInfo: {
1620
- type: "TerminatedFailureInfo",
1621
- id: 8
1622
- },
1623
- serverFailureInfo: {
1624
- type: "ServerFailureInfo",
1625
- id: 9
1626
- },
1627
- resetWorkflowFailureInfo: {
1628
- type: "ResetWorkflowFailureInfo",
1629
- id: 10
1630
- },
1631
- activityFailureInfo: {
1632
- type: "ActivityFailureInfo",
1633
- id: 11
1634
- },
1635
- childWorkflowExecutionFailureInfo: {
1636
- type: "ChildWorkflowExecutionFailureInfo",
1637
- id: 12
1638
- }
1639
- }
1640
- }
1641
- }
1642
- }
1643
- }
1644
- },
1645
- common: {
1646
- nested: {
1647
- v1: {
1648
- options: {
1649
- go_package: "go.temporal.io/api/common/v1;common",
1650
- java_package: "io.temporal.api.common.v1",
1651
- java_multiple_files: true,
1652
- java_outer_classname: "MessageProto",
1653
- ruby_package: "Temporal::Api::Common::V1",
1654
- csharp_namespace: "Temporal.Api.Common.V1"
1655
- },
1656
- nested: {
1657
- DataBlob: {
1658
- fields: {
1659
- encodingType: {
1660
- type: "temporal.api.enums.v1.EncodingType",
1661
- id: 1
1662
- },
1663
- data: {
1664
- type: "bytes",
1665
- id: 2
1666
- }
1667
- }
1668
- },
1669
- Payloads: {
1670
- fields: {
1671
- payloads: {
1672
- rule: "repeated",
1673
- type: "Payload",
1674
- id: 1
1675
- }
1676
- }
1677
- },
1678
- Payload: {
1679
- fields: {
1680
- metadata: {
1681
- keyType: "string",
1682
- type: "bytes",
1683
- id: 1
1684
- },
1685
- data: {
1686
- type: "bytes",
1687
- id: 2
1688
- }
1689
- }
1690
- },
1691
- SearchAttributes: {
1692
- fields: {
1693
- indexedFields: {
1694
- keyType: "string",
1695
- type: "Payload",
1696
- id: 1
1697
- }
1698
- }
1699
- },
1700
- Memo: {
1701
- fields: {
1702
- fields: {
1703
- keyType: "string",
1704
- type: "Payload",
1705
- id: 1
1706
- }
1707
- }
1708
- },
1709
- Header: {
1710
- fields: {
1711
- fields: {
1712
- keyType: "string",
1713
- type: "Payload",
1714
- id: 1
1715
- }
1716
- }
1717
- },
1718
- WorkflowExecution: {
1719
- fields: {
1720
- workflowId: {
1721
- type: "string",
1722
- id: 1
1723
- },
1724
- runId: {
1725
- type: "string",
1726
- id: 2
1727
- }
1728
- }
1729
- },
1730
- WorkflowType: {
1731
- fields: {
1732
- name: {
1733
- type: "string",
1734
- id: 1
1735
- }
1736
- }
1737
- },
1738
- ActivityType: {
1739
- fields: {
1740
- name: {
1741
- type: "string",
1742
- id: 1
1743
- }
1744
- }
1745
- },
1746
- RetryPolicy: {
1747
- fields: {
1748
- initialInterval: {
1749
- type: "google.protobuf.Duration",
1750
- id: 1,
1751
- options: {
1752
- "(gogoproto.stdduration)": true
1753
- }
1754
- },
1755
- backoffCoefficient: {
1756
- type: "double",
1757
- id: 2
1758
- },
1759
- maximumInterval: {
1760
- type: "google.protobuf.Duration",
1761
- id: 3,
1762
- options: {
1763
- "(gogoproto.stdduration)": true
1764
- }
1765
- },
1766
- maximumAttempts: {
1767
- type: "int32",
1768
- id: 4
1769
- },
1770
- nonRetryableErrorTypes: {
1771
- rule: "repeated",
1772
- type: "string",
1511
+ nonRetryableErrorTypes: {
1512
+ rule: "repeated",
1513
+ type: "string",
1773
1514
  id: 5
1774
1515
  }
1775
1516
  }
@@ -1785,7 +1526,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1785
1526
  go_package: "go.temporal.io/api/enums/v1;enums",
1786
1527
  java_package: "io.temporal.api.enums.v1",
1787
1528
  java_multiple_files: true,
1788
- java_outer_classname: "CommandTypeProto",
1529
+ java_outer_classname: "ClusterProto",
1789
1530
  ruby_package: "Temporal::Api::Enums::V1",
1790
1531
  csharp_namespace: "Temporal.Api.Enums.V1"
1791
1532
  },
@@ -1821,7 +1562,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1821
1562
  WORKFLOW_ID_REUSE_POLICY_UNSPECIFIED: 0,
1822
1563
  WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE: 1,
1823
1564
  WORKFLOW_ID_REUSE_POLICY_ALLOW_DUPLICATE_FAILED_ONLY: 2,
1824
- WORKFLOW_ID_REUSE_POLICY_REJECT_DUPLICATE: 3
1565
+ WORKFLOW_ID_REUSE_POLICY_REJECT_DUPLICATE: 3,
1566
+ WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING: 4
1825
1567
  }
1826
1568
  },
1827
1569
  ParentClosePolicy: {
@@ -1949,19 +1691,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1949
1691
  StartChildWorkflowExecutionFailedCause: {
1950
1692
  values: {
1951
1693
  START_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED: 0,
1952
- START_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_EXISTS: 1
1694
+ START_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_EXISTS: 1,
1695
+ START_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_NAMESPACE_NOT_FOUND: 2
1953
1696
  }
1954
1697
  },
1955
1698
  CancelExternalWorkflowExecutionFailedCause: {
1956
1699
  values: {
1957
1700
  CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED: 0,
1958
- CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_EXTERNAL_WORKFLOW_EXECUTION_NOT_FOUND: 1
1701
+ CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_EXTERNAL_WORKFLOW_EXECUTION_NOT_FOUND: 1,
1702
+ CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_NAMESPACE_NOT_FOUND: 2
1959
1703
  }
1960
1704
  },
1961
1705
  SignalExternalWorkflowExecutionFailedCause: {
1962
1706
  values: {
1963
1707
  SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED: 0,
1964
- SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_EXTERNAL_WORKFLOW_EXECUTION_NOT_FOUND: 1
1708
+ SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_EXTERNAL_WORKFLOW_EXECUTION_NOT_FOUND: 1,
1709
+ SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_NAMESPACE_NOT_FOUND: 2
1965
1710
  }
1966
1711
  },
1967
1712
  ResourceExhaustedCause: {
@@ -2070,53 +1815,270 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2070
1815
  COMMAND_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION: 12,
2071
1816
  COMMAND_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 13
2072
1817
  }
1818
+ },
1819
+ ScheduleOverlapPolicy: {
1820
+ values: {
1821
+ SCHEDULE_OVERLAP_POLICY_UNSPECIFIED: 0,
1822
+ SCHEDULE_OVERLAP_POLICY_SKIP: 1,
1823
+ SCHEDULE_OVERLAP_POLICY_BUFFER_ONE: 2,
1824
+ SCHEDULE_OVERLAP_POLICY_BUFFER_ALL: 3,
1825
+ SCHEDULE_OVERLAP_POLICY_CANCEL_OTHER: 4,
1826
+ SCHEDULE_OVERLAP_POLICY_TERMINATE_OTHER: 5,
1827
+ SCHEDULE_OVERLAP_POLICY_ALLOW_ALL: 6
1828
+ }
1829
+ },
1830
+ ClusterMemberRole: {
1831
+ values: {
1832
+ CLUSTER_MEMBER_ROLE_UNSPECIFIED: 0,
1833
+ CLUSTER_MEMBER_ROLE_FRONTEND: 1,
1834
+ CLUSTER_MEMBER_ROLE_HISTORY: 2,
1835
+ CLUSTER_MEMBER_ROLE_MATCHING: 3,
1836
+ CLUSTER_MEMBER_ROLE_WORKER: 4
1837
+ }
2073
1838
  }
2074
1839
  }
2075
1840
  }
2076
1841
  }
2077
1842
  },
2078
- workflowservice: {
1843
+ failure: {
2079
1844
  nested: {
2080
1845
  v1: {
2081
1846
  options: {
2082
- go_package: "go.temporal.io/api/workflowservice/v1;workflowservice",
2083
- java_package: "io.temporal.api.workflowservice.v1",
1847
+ go_package: "go.temporal.io/api/failure/v1;failure",
1848
+ java_package: "io.temporal.api.failure.v1",
2084
1849
  java_multiple_files: true,
2085
- java_outer_classname: "RequestResponseProto",
2086
- ruby_package: "Temporal::Api::WorkflowService::V1",
2087
- csharp_namespace: "Temporal.Api.WorkflowService.V1"
1850
+ java_outer_classname: "MessageProto",
1851
+ ruby_package: "Temporal::Api::Failure::V1",
1852
+ csharp_namespace: "Temporal.Api.Failure.V1"
2088
1853
  },
2089
1854
  nested: {
2090
- WorkflowService: {
2091
- methods: {
2092
- RegisterNamespace: {
2093
- requestType: "RegisterNamespaceRequest",
2094
- responseType: "RegisterNamespaceResponse"
2095
- },
2096
- DescribeNamespace: {
2097
- requestType: "DescribeNamespaceRequest",
2098
- responseType: "DescribeNamespaceResponse"
2099
- },
2100
- ListNamespaces: {
2101
- requestType: "ListNamespacesRequest",
2102
- responseType: "ListNamespacesResponse"
2103
- },
2104
- UpdateNamespace: {
2105
- requestType: "UpdateNamespaceRequest",
2106
- responseType: "UpdateNamespaceResponse"
1855
+ ApplicationFailureInfo: {
1856
+ fields: {
1857
+ type: {
1858
+ type: "string",
1859
+ id: 1
2107
1860
  },
2108
- DeprecateNamespace: {
2109
- requestType: "DeprecateNamespaceRequest",
2110
- responseType: "DeprecateNamespaceResponse"
1861
+ nonRetryable: {
1862
+ type: "bool",
1863
+ id: 2
2111
1864
  },
2112
- StartWorkflowExecution: {
2113
- requestType: "StartWorkflowExecutionRequest",
2114
- responseType: "StartWorkflowExecutionResponse"
1865
+ details: {
1866
+ type: "temporal.api.common.v1.Payloads",
1867
+ id: 3
1868
+ }
1869
+ }
1870
+ },
1871
+ TimeoutFailureInfo: {
1872
+ fields: {
1873
+ timeoutType: {
1874
+ type: "temporal.api.enums.v1.TimeoutType",
1875
+ id: 1
2115
1876
  },
2116
- GetWorkflowExecutionHistory: {
2117
- requestType: "GetWorkflowExecutionHistoryRequest",
1877
+ lastHeartbeatDetails: {
1878
+ type: "temporal.api.common.v1.Payloads",
1879
+ id: 2
1880
+ }
1881
+ }
1882
+ },
1883
+ CanceledFailureInfo: {
1884
+ fields: {
1885
+ details: {
1886
+ type: "temporal.api.common.v1.Payloads",
1887
+ id: 1
1888
+ }
1889
+ }
1890
+ },
1891
+ TerminatedFailureInfo: {
1892
+ fields: {}
1893
+ },
1894
+ ServerFailureInfo: {
1895
+ fields: {
1896
+ nonRetryable: {
1897
+ type: "bool",
1898
+ id: 1
1899
+ }
1900
+ }
1901
+ },
1902
+ ResetWorkflowFailureInfo: {
1903
+ fields: {
1904
+ lastHeartbeatDetails: {
1905
+ type: "temporal.api.common.v1.Payloads",
1906
+ id: 1
1907
+ }
1908
+ }
1909
+ },
1910
+ ActivityFailureInfo: {
1911
+ fields: {
1912
+ scheduledEventId: {
1913
+ type: "int64",
1914
+ id: 1
1915
+ },
1916
+ startedEventId: {
1917
+ type: "int64",
1918
+ id: 2
1919
+ },
1920
+ identity: {
1921
+ type: "string",
1922
+ id: 3
1923
+ },
1924
+ activityType: {
1925
+ type: "temporal.api.common.v1.ActivityType",
1926
+ id: 4
1927
+ },
1928
+ activityId: {
1929
+ type: "string",
1930
+ id: 5
1931
+ },
1932
+ retryState: {
1933
+ type: "temporal.api.enums.v1.RetryState",
1934
+ id: 6
1935
+ }
1936
+ }
1937
+ },
1938
+ ChildWorkflowExecutionFailureInfo: {
1939
+ fields: {
1940
+ namespace: {
1941
+ type: "string",
1942
+ id: 1
1943
+ },
1944
+ workflowExecution: {
1945
+ type: "temporal.api.common.v1.WorkflowExecution",
1946
+ id: 2
1947
+ },
1948
+ workflowType: {
1949
+ type: "temporal.api.common.v1.WorkflowType",
1950
+ id: 3
1951
+ },
1952
+ initiatedEventId: {
1953
+ type: "int64",
1954
+ id: 4
1955
+ },
1956
+ startedEventId: {
1957
+ type: "int64",
1958
+ id: 5
1959
+ },
1960
+ retryState: {
1961
+ type: "temporal.api.enums.v1.RetryState",
1962
+ id: 6
1963
+ }
1964
+ }
1965
+ },
1966
+ Failure: {
1967
+ oneofs: {
1968
+ failureInfo: {
1969
+ oneof: [
1970
+ "applicationFailureInfo",
1971
+ "timeoutFailureInfo",
1972
+ "canceledFailureInfo",
1973
+ "terminatedFailureInfo",
1974
+ "serverFailureInfo",
1975
+ "resetWorkflowFailureInfo",
1976
+ "activityFailureInfo",
1977
+ "childWorkflowExecutionFailureInfo"
1978
+ ]
1979
+ }
1980
+ },
1981
+ fields: {
1982
+ message: {
1983
+ type: "string",
1984
+ id: 1
1985
+ },
1986
+ source: {
1987
+ type: "string",
1988
+ id: 2
1989
+ },
1990
+ stackTrace: {
1991
+ type: "string",
1992
+ id: 3
1993
+ },
1994
+ cause: {
1995
+ type: "Failure",
1996
+ id: 4
1997
+ },
1998
+ applicationFailureInfo: {
1999
+ type: "ApplicationFailureInfo",
2000
+ id: 5
2001
+ },
2002
+ timeoutFailureInfo: {
2003
+ type: "TimeoutFailureInfo",
2004
+ id: 6
2005
+ },
2006
+ canceledFailureInfo: {
2007
+ type: "CanceledFailureInfo",
2008
+ id: 7
2009
+ },
2010
+ terminatedFailureInfo: {
2011
+ type: "TerminatedFailureInfo",
2012
+ id: 8
2013
+ },
2014
+ serverFailureInfo: {
2015
+ type: "ServerFailureInfo",
2016
+ id: 9
2017
+ },
2018
+ resetWorkflowFailureInfo: {
2019
+ type: "ResetWorkflowFailureInfo",
2020
+ id: 10
2021
+ },
2022
+ activityFailureInfo: {
2023
+ type: "ActivityFailureInfo",
2024
+ id: 11
2025
+ },
2026
+ childWorkflowExecutionFailureInfo: {
2027
+ type: "ChildWorkflowExecutionFailureInfo",
2028
+ id: 12
2029
+ }
2030
+ }
2031
+ }
2032
+ }
2033
+ }
2034
+ }
2035
+ },
2036
+ workflowservice: {
2037
+ nested: {
2038
+ v1: {
2039
+ options: {
2040
+ go_package: "go.temporal.io/api/workflowservice/v1;workflowservice",
2041
+ java_package: "io.temporal.api.workflowservice.v1",
2042
+ java_multiple_files: true,
2043
+ java_outer_classname: "RequestResponseProto",
2044
+ ruby_package: "Temporal::Api::WorkflowService::V1",
2045
+ csharp_namespace: "Temporal.Api.WorkflowService.V1"
2046
+ },
2047
+ nested: {
2048
+ WorkflowService: {
2049
+ methods: {
2050
+ RegisterNamespace: {
2051
+ requestType: "RegisterNamespaceRequest",
2052
+ responseType: "RegisterNamespaceResponse"
2053
+ },
2054
+ DescribeNamespace: {
2055
+ requestType: "DescribeNamespaceRequest",
2056
+ responseType: "DescribeNamespaceResponse"
2057
+ },
2058
+ ListNamespaces: {
2059
+ requestType: "ListNamespacesRequest",
2060
+ responseType: "ListNamespacesResponse"
2061
+ },
2062
+ UpdateNamespace: {
2063
+ requestType: "UpdateNamespaceRequest",
2064
+ responseType: "UpdateNamespaceResponse"
2065
+ },
2066
+ DeprecateNamespace: {
2067
+ requestType: "DeprecateNamespaceRequest",
2068
+ responseType: "DeprecateNamespaceResponse"
2069
+ },
2070
+ StartWorkflowExecution: {
2071
+ requestType: "StartWorkflowExecutionRequest",
2072
+ responseType: "StartWorkflowExecutionResponse"
2073
+ },
2074
+ GetWorkflowExecutionHistory: {
2075
+ requestType: "GetWorkflowExecutionHistoryRequest",
2118
2076
  responseType: "GetWorkflowExecutionHistoryResponse"
2119
2077
  },
2078
+ GetWorkflowExecutionHistoryReverse: {
2079
+ requestType: "GetWorkflowExecutionHistoryReverseRequest",
2080
+ responseType: "GetWorkflowExecutionHistoryReverseResponse"
2081
+ },
2120
2082
  PollWorkflowTaskQueue: {
2121
2083
  requestType: "PollWorkflowTaskQueueRequest",
2122
2084
  responseType: "PollWorkflowTaskQueueResponse"
@@ -2244,6 +2206,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2244
2206
  ListTaskQueuePartitions: {
2245
2207
  requestType: "ListTaskQueuePartitionsRequest",
2246
2208
  responseType: "ListTaskQueuePartitionsResponse"
2209
+ },
2210
+ CreateSchedule: {
2211
+ requestType: "CreateScheduleRequest",
2212
+ responseType: "CreateScheduleResponse"
2213
+ },
2214
+ DescribeSchedule: {
2215
+ requestType: "DescribeScheduleRequest",
2216
+ responseType: "DescribeScheduleResponse"
2217
+ },
2218
+ UpdateSchedule: {
2219
+ requestType: "UpdateScheduleRequest",
2220
+ responseType: "UpdateScheduleResponse"
2221
+ },
2222
+ PatchSchedule: {
2223
+ requestType: "PatchScheduleRequest",
2224
+ responseType: "PatchScheduleResponse"
2225
+ },
2226
+ ListScheduleMatchingTimes: {
2227
+ requestType: "ListScheduleMatchingTimesRequest",
2228
+ responseType: "ListScheduleMatchingTimesResponse"
2229
+ },
2230
+ DeleteSchedule: {
2231
+ requestType: "DeleteScheduleRequest",
2232
+ responseType: "DeleteScheduleResponse"
2233
+ },
2234
+ ListSchedules: {
2235
+ requestType: "ListSchedulesRequest",
2236
+ responseType: "ListSchedulesResponse"
2247
2237
  }
2248
2238
  }
2249
2239
  },
@@ -2320,6 +2310,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2320
2310
  nextPageToken: {
2321
2311
  type: "bytes",
2322
2312
  id: 2
2313
+ },
2314
+ namespaceFilter: {
2315
+ type: "temporal.api.namespace.v1.NamespaceFilter",
2316
+ id: 3
2323
2317
  }
2324
2318
  }
2325
2319
  },
@@ -2581,6 +2575,38 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2581
2575
  }
2582
2576
  }
2583
2577
  },
2578
+ GetWorkflowExecutionHistoryReverseRequest: {
2579
+ fields: {
2580
+ namespace: {
2581
+ type: "string",
2582
+ id: 1
2583
+ },
2584
+ execution: {
2585
+ type: "temporal.api.common.v1.WorkflowExecution",
2586
+ id: 2
2587
+ },
2588
+ maximumPageSize: {
2589
+ type: "int32",
2590
+ id: 3
2591
+ },
2592
+ nextPageToken: {
2593
+ type: "bytes",
2594
+ id: 4
2595
+ }
2596
+ }
2597
+ },
2598
+ GetWorkflowExecutionHistoryReverseResponse: {
2599
+ fields: {
2600
+ history: {
2601
+ type: "temporal.api.history.v1.History",
2602
+ id: 1
2603
+ },
2604
+ nextPageToken: {
2605
+ type: "bytes",
2606
+ id: 3
2607
+ }
2608
+ }
2609
+ },
2584
2610
  PollWorkflowTaskQueueRequest: {
2585
2611
  fields: {
2586
2612
  namespace: {
@@ -2715,6 +2741,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2715
2741
  workflowTask: {
2716
2742
  type: "PollWorkflowTaskQueueResponse",
2717
2743
  id: 1
2744
+ },
2745
+ activityTasks: {
2746
+ rule: "repeated",
2747
+ type: "PollActivityTaskQueueResponse",
2748
+ id: 2
2718
2749
  }
2719
2750
  }
2720
2751
  },
@@ -2994,11 +3025,21 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2994
3025
  namespace: {
2995
3026
  type: "string",
2996
3027
  id: 4
3028
+ },
3029
+ lastHeartbeatDetails: {
3030
+ type: "temporal.api.common.v1.Payloads",
3031
+ id: 5
2997
3032
  }
2998
3033
  }
2999
3034
  },
3000
3035
  RespondActivityTaskFailedResponse: {
3001
- fields: {}
3036
+ fields: {
3037
+ failures: {
3038
+ rule: "repeated",
3039
+ type: "temporal.api.failure.v1.Failure",
3040
+ id: 1
3041
+ }
3042
+ }
3002
3043
  },
3003
3044
  RespondActivityTaskFailedByIdRequest: {
3004
3045
  fields: {
@@ -3025,11 +3066,21 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3025
3066
  identity: {
3026
3067
  type: "string",
3027
3068
  id: 6
3028
- }
3029
- }
3030
- },
3069
+ },
3070
+ lastHeartbeatDetails: {
3071
+ type: "temporal.api.common.v1.Payloads",
3072
+ id: 7
3073
+ }
3074
+ }
3075
+ },
3031
3076
  RespondActivityTaskFailedByIdResponse: {
3032
- fields: {}
3077
+ fields: {
3078
+ failures: {
3079
+ rule: "repeated",
3080
+ type: "temporal.api.failure.v1.Failure",
3081
+ id: 1
3082
+ }
3083
+ }
3033
3084
  },
3034
3085
  RespondActivityTaskCanceledRequest: {
3035
3086
  fields: {
@@ -3106,6 +3157,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3106
3157
  firstExecutionRunId: {
3107
3158
  type: "string",
3108
3159
  id: 5
3160
+ },
3161
+ reason: {
3162
+ type: "string",
3163
+ id: 6
3109
3164
  }
3110
3165
  }
3111
3166
  },
@@ -3764,6 +3819,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3764
3819
  internalErrorDifferentiation: {
3765
3820
  type: "bool",
3766
3821
  id: 2
3822
+ },
3823
+ activityFailureIncludeHeartbeat: {
3824
+ type: "bool",
3825
+ id: 3
3826
+ },
3827
+ supportsSchedules: {
3828
+ type: "bool",
3829
+ id: 4
3767
3830
  }
3768
3831
  }
3769
3832
  }
@@ -3794,6 +3857,230 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3794
3857
  id: 2
3795
3858
  }
3796
3859
  }
3860
+ },
3861
+ CreateScheduleRequest: {
3862
+ fields: {
3863
+ namespace: {
3864
+ type: "string",
3865
+ id: 1
3866
+ },
3867
+ scheduleId: {
3868
+ type: "string",
3869
+ id: 2
3870
+ },
3871
+ schedule: {
3872
+ type: "temporal.api.schedule.v1.Schedule",
3873
+ id: 3
3874
+ },
3875
+ initialPatch: {
3876
+ type: "temporal.api.schedule.v1.SchedulePatch",
3877
+ id: 4
3878
+ },
3879
+ identity: {
3880
+ type: "string",
3881
+ id: 5
3882
+ },
3883
+ requestId: {
3884
+ type: "string",
3885
+ id: 6
3886
+ },
3887
+ memo: {
3888
+ type: "temporal.api.common.v1.Memo",
3889
+ id: 7
3890
+ },
3891
+ searchAttributes: {
3892
+ type: "temporal.api.common.v1.SearchAttributes",
3893
+ id: 8
3894
+ }
3895
+ }
3896
+ },
3897
+ CreateScheduleResponse: {
3898
+ fields: {
3899
+ conflictToken: {
3900
+ type: "bytes",
3901
+ id: 1
3902
+ }
3903
+ }
3904
+ },
3905
+ DescribeScheduleRequest: {
3906
+ fields: {
3907
+ namespace: {
3908
+ type: "string",
3909
+ id: 1
3910
+ },
3911
+ scheduleId: {
3912
+ type: "string",
3913
+ id: 2
3914
+ }
3915
+ }
3916
+ },
3917
+ DescribeScheduleResponse: {
3918
+ fields: {
3919
+ schedule: {
3920
+ type: "temporal.api.schedule.v1.Schedule",
3921
+ id: 1
3922
+ },
3923
+ info: {
3924
+ type: "temporal.api.schedule.v1.ScheduleInfo",
3925
+ id: 2
3926
+ },
3927
+ memo: {
3928
+ type: "temporal.api.common.v1.Memo",
3929
+ id: 3
3930
+ },
3931
+ searchAttributes: {
3932
+ type: "temporal.api.common.v1.SearchAttributes",
3933
+ id: 4
3934
+ },
3935
+ conflictToken: {
3936
+ type: "bytes",
3937
+ id: 5
3938
+ }
3939
+ }
3940
+ },
3941
+ UpdateScheduleRequest: {
3942
+ fields: {
3943
+ namespace: {
3944
+ type: "string",
3945
+ id: 1
3946
+ },
3947
+ scheduleId: {
3948
+ type: "string",
3949
+ id: 2
3950
+ },
3951
+ schedule: {
3952
+ type: "temporal.api.schedule.v1.Schedule",
3953
+ id: 3
3954
+ },
3955
+ conflictToken: {
3956
+ type: "bytes",
3957
+ id: 4
3958
+ },
3959
+ identity: {
3960
+ type: "string",
3961
+ id: 5
3962
+ },
3963
+ requestId: {
3964
+ type: "string",
3965
+ id: 6
3966
+ }
3967
+ }
3968
+ },
3969
+ UpdateScheduleResponse: {
3970
+ fields: {}
3971
+ },
3972
+ PatchScheduleRequest: {
3973
+ fields: {
3974
+ namespace: {
3975
+ type: "string",
3976
+ id: 1
3977
+ },
3978
+ scheduleId: {
3979
+ type: "string",
3980
+ id: 2
3981
+ },
3982
+ patch: {
3983
+ type: "temporal.api.schedule.v1.SchedulePatch",
3984
+ id: 3
3985
+ },
3986
+ identity: {
3987
+ type: "string",
3988
+ id: 4
3989
+ },
3990
+ requestId: {
3991
+ type: "string",
3992
+ id: 5
3993
+ }
3994
+ }
3995
+ },
3996
+ PatchScheduleResponse: {
3997
+ fields: {}
3998
+ },
3999
+ ListScheduleMatchingTimesRequest: {
4000
+ fields: {
4001
+ namespace: {
4002
+ type: "string",
4003
+ id: 1
4004
+ },
4005
+ scheduleId: {
4006
+ type: "string",
4007
+ id: 2
4008
+ },
4009
+ startTime: {
4010
+ type: "google.protobuf.Timestamp",
4011
+ id: 3,
4012
+ options: {
4013
+ "(gogoproto.stdtime)": true
4014
+ }
4015
+ },
4016
+ endTime: {
4017
+ type: "google.protobuf.Timestamp",
4018
+ id: 4,
4019
+ options: {
4020
+ "(gogoproto.stdtime)": true
4021
+ }
4022
+ }
4023
+ }
4024
+ },
4025
+ ListScheduleMatchingTimesResponse: {
4026
+ fields: {
4027
+ startTime: {
4028
+ rule: "repeated",
4029
+ type: "google.protobuf.Timestamp",
4030
+ id: 1,
4031
+ options: {
4032
+ "(gogoproto.stdtime)": true
4033
+ }
4034
+ }
4035
+ }
4036
+ },
4037
+ DeleteScheduleRequest: {
4038
+ fields: {
4039
+ namespace: {
4040
+ type: "string",
4041
+ id: 1
4042
+ },
4043
+ scheduleId: {
4044
+ type: "string",
4045
+ id: 2
4046
+ },
4047
+ identity: {
4048
+ type: "string",
4049
+ id: 3
4050
+ }
4051
+ }
4052
+ },
4053
+ DeleteScheduleResponse: {
4054
+ fields: {}
4055
+ },
4056
+ ListSchedulesRequest: {
4057
+ fields: {
4058
+ namespace: {
4059
+ type: "string",
4060
+ id: 1
4061
+ },
4062
+ maximumPageSize: {
4063
+ type: "int32",
4064
+ id: 2
4065
+ },
4066
+ nextPageToken: {
4067
+ type: "bytes",
4068
+ id: 3
4069
+ }
4070
+ }
4071
+ },
4072
+ ListSchedulesResponse: {
4073
+ fields: {
4074
+ schedules: {
4075
+ rule: "repeated",
4076
+ type: "temporal.api.schedule.v1.ScheduleListEntry",
4077
+ id: 1
4078
+ },
4079
+ nextPageToken: {
4080
+ type: "bytes",
4081
+ id: 2
4082
+ }
4083
+ }
3797
4084
  }
3798
4085
  }
3799
4086
  }
@@ -3821,6 +4108,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3821
4108
  type: "string",
3822
4109
  id: 2
3823
4110
  },
4111
+ parentWorkflowNamespaceId: {
4112
+ type: "string",
4113
+ id: 27
4114
+ },
3824
4115
  parentWorkflowExecution: {
3825
4116
  type: "temporal.api.common.v1.WorkflowExecution",
3826
4117
  id: 3
@@ -3927,6 +4218,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3927
4218
  header: {
3928
4219
  type: "temporal.api.common.v1.Header",
3929
4220
  id: 25
4221
+ },
4222
+ parentInitiatedEventVersion: {
4223
+ type: "int64",
4224
+ id: 26
3930
4225
  }
3931
4226
  }
3932
4227
  },
@@ -4079,6 +4374,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4079
4374
  requestId: {
4080
4375
  type: "string",
4081
4376
  id: 3
4377
+ },
4378
+ suggestContinueAsNew: {
4379
+ type: "bool",
4380
+ id: 4
4381
+ },
4382
+ historySizeBytes: {
4383
+ type: "int64",
4384
+ id: 5
4082
4385
  }
4083
4386
  }
4084
4387
  },
@@ -4168,10 +4471,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4168
4471
  type: "temporal.api.common.v1.ActivityType",
4169
4472
  id: 2
4170
4473
  },
4171
- namespace: {
4172
- type: "string",
4173
- id: 3
4174
- },
4175
4474
  taskQueue: {
4176
4475
  type: "temporal.api.taskqueue.v1.TaskQueue",
4177
4476
  id: 4
@@ -4220,7 +4519,13 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4220
4519
  type: "temporal.api.common.v1.RetryPolicy",
4221
4520
  id: 12
4222
4521
  }
4223
- }
4522
+ },
4523
+ reserved: [
4524
+ [
4525
+ 3,
4526
+ 3
4527
+ ]
4528
+ ]
4224
4529
  },
4225
4530
  ActivityTaskStartedEventAttributes: {
4226
4531
  fields: {
@@ -4500,6 +4805,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4500
4805
  type: "string",
4501
4806
  id: 2
4502
4807
  },
4808
+ namespaceId: {
4809
+ type: "string",
4810
+ id: 7
4811
+ },
4503
4812
  workflowExecution: {
4504
4813
  type: "temporal.api.common.v1.WorkflowExecution",
4505
4814
  id: 3
@@ -4511,6 +4820,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4511
4820
  childWorkflowOnly: {
4512
4821
  type: "bool",
4513
4822
  id: 5
4823
+ },
4824
+ reason: {
4825
+ type: "string",
4826
+ id: 6
4514
4827
  }
4515
4828
  }
4516
4829
  },
@@ -4528,6 +4841,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4528
4841
  type: "string",
4529
4842
  id: 3
4530
4843
  },
4844
+ namespaceId: {
4845
+ type: "string",
4846
+ id: 7
4847
+ },
4531
4848
  workflowExecution: {
4532
4849
  type: "temporal.api.common.v1.WorkflowExecution",
4533
4850
  id: 4
@@ -4552,6 +4869,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4552
4869
  type: "string",
4553
4870
  id: 2
4554
4871
  },
4872
+ namespaceId: {
4873
+ type: "string",
4874
+ id: 4
4875
+ },
4555
4876
  workflowExecution: {
4556
4877
  type: "temporal.api.common.v1.WorkflowExecution",
4557
4878
  id: 3
@@ -4568,6 +4889,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4568
4889
  type: "string",
4569
4890
  id: 2
4570
4891
  },
4892
+ namespaceId: {
4893
+ type: "string",
4894
+ id: 9
4895
+ },
4571
4896
  workflowExecution: {
4572
4897
  type: "temporal.api.common.v1.WorkflowExecution",
4573
4898
  id: 3
@@ -4608,6 +4933,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4608
4933
  type: "string",
4609
4934
  id: 3
4610
4935
  },
4936
+ namespaceId: {
4937
+ type: "string",
4938
+ id: 7
4939
+ },
4611
4940
  workflowExecution: {
4612
4941
  type: "temporal.api.common.v1.WorkflowExecution",
4613
4942
  id: 4
@@ -4632,6 +4961,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4632
4961
  type: "string",
4633
4962
  id: 2
4634
4963
  },
4964
+ namespaceId: {
4965
+ type: "string",
4966
+ id: 5
4967
+ },
4635
4968
  workflowExecution: {
4636
4969
  type: "temporal.api.common.v1.WorkflowExecution",
4637
4970
  id: 3
@@ -4660,6 +4993,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4660
4993
  type: "string",
4661
4994
  id: 1
4662
4995
  },
4996
+ namespaceId: {
4997
+ type: "string",
4998
+ id: 18
4999
+ },
4663
5000
  workflowId: {
4664
5001
  type: "string",
4665
5002
  id: 2
@@ -4741,7 +5078,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4741
5078
  type: "string",
4742
5079
  id: 1
4743
5080
  },
4744
- workflowId: {
5081
+ namespaceId: {
5082
+ type: "string",
5083
+ id: 8
5084
+ },
5085
+ workflowId: {
4745
5086
  type: "string",
4746
5087
  id: 2
4747
5088
  },
@@ -4773,6 +5114,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4773
5114
  type: "string",
4774
5115
  id: 1
4775
5116
  },
5117
+ namespaceId: {
5118
+ type: "string",
5119
+ id: 6
5120
+ },
4776
5121
  initiatedEventId: {
4777
5122
  type: "int64",
4778
5123
  id: 2
@@ -4801,6 +5146,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4801
5146
  type: "string",
4802
5147
  id: 2
4803
5148
  },
5149
+ namespaceId: {
5150
+ type: "string",
5151
+ id: 7
5152
+ },
4804
5153
  workflowExecution: {
4805
5154
  type: "temporal.api.common.v1.WorkflowExecution",
4806
5155
  id: 3
@@ -4829,6 +5178,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4829
5178
  type: "string",
4830
5179
  id: 2
4831
5180
  },
5181
+ namespaceId: {
5182
+ type: "string",
5183
+ id: 8
5184
+ },
4832
5185
  workflowExecution: {
4833
5186
  type: "temporal.api.common.v1.WorkflowExecution",
4834
5187
  id: 3
@@ -4861,6 +5214,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4861
5214
  type: "string",
4862
5215
  id: 2
4863
5216
  },
5217
+ namespaceId: {
5218
+ type: "string",
5219
+ id: 7
5220
+ },
4864
5221
  workflowExecution: {
4865
5222
  type: "temporal.api.common.v1.WorkflowExecution",
4866
5223
  id: 3
@@ -4885,6 +5242,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4885
5242
  type: "string",
4886
5243
  id: 1
4887
5244
  },
5245
+ namespaceId: {
5246
+ type: "string",
5247
+ id: 7
5248
+ },
4888
5249
  workflowExecution: {
4889
5250
  type: "temporal.api.common.v1.WorkflowExecution",
4890
5251
  id: 2
@@ -4913,6 +5274,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4913
5274
  type: "string",
4914
5275
  id: 1
4915
5276
  },
5277
+ namespaceId: {
5278
+ type: "string",
5279
+ id: 6
5280
+ },
4916
5281
  workflowExecution: {
4917
5282
  type: "temporal.api.common.v1.WorkflowExecution",
4918
5283
  id: 2
@@ -5450,6 +5815,71 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5450
5815
  id: 6
5451
5816
  }
5452
5817
  }
5818
+ },
5819
+ NewWorkflowExecutionInfo: {
5820
+ fields: {
5821
+ workflowId: {
5822
+ type: "string",
5823
+ id: 1
5824
+ },
5825
+ workflowType: {
5826
+ type: "temporal.api.common.v1.WorkflowType",
5827
+ id: 2
5828
+ },
5829
+ taskQueue: {
5830
+ type: "temporal.api.taskqueue.v1.TaskQueue",
5831
+ id: 3
5832
+ },
5833
+ input: {
5834
+ type: "temporal.api.common.v1.Payloads",
5835
+ id: 4
5836
+ },
5837
+ workflowExecutionTimeout: {
5838
+ type: "google.protobuf.Duration",
5839
+ id: 5,
5840
+ options: {
5841
+ "(gogoproto.stdduration)": true
5842
+ }
5843
+ },
5844
+ workflowRunTimeout: {
5845
+ type: "google.protobuf.Duration",
5846
+ id: 6,
5847
+ options: {
5848
+ "(gogoproto.stdduration)": true
5849
+ }
5850
+ },
5851
+ workflowTaskTimeout: {
5852
+ type: "google.protobuf.Duration",
5853
+ id: 7,
5854
+ options: {
5855
+ "(gogoproto.stdduration)": true
5856
+ }
5857
+ },
5858
+ workflowIdReusePolicy: {
5859
+ type: "temporal.api.enums.v1.WorkflowIdReusePolicy",
5860
+ id: 8
5861
+ },
5862
+ retryPolicy: {
5863
+ type: "temporal.api.common.v1.RetryPolicy",
5864
+ id: 9
5865
+ },
5866
+ cronSchedule: {
5867
+ type: "string",
5868
+ id: 10
5869
+ },
5870
+ memo: {
5871
+ type: "temporal.api.common.v1.Memo",
5872
+ id: 11
5873
+ },
5874
+ searchAttributes: {
5875
+ type: "temporal.api.common.v1.SearchAttributes",
5876
+ id: 12
5877
+ },
5878
+ header: {
5879
+ type: "temporal.api.common.v1.Header",
5880
+ id: 13
5881
+ }
5882
+ }
5453
5883
  }
5454
5884
  }
5455
5885
  }
@@ -5595,10 +6025,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5595
6025
  type: "temporal.api.common.v1.ActivityType",
5596
6026
  id: 2
5597
6027
  },
5598
- namespace: {
5599
- type: "string",
5600
- id: 3
5601
- },
5602
6028
  taskQueue: {
5603
6029
  type: "temporal.api.taskqueue.v1.TaskQueue",
5604
6030
  id: 4
@@ -5642,8 +6068,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5642
6068
  retryPolicy: {
5643
6069
  type: "temporal.api.common.v1.RetryPolicy",
5644
6070
  id: 11
6071
+ },
6072
+ requestEagerExecution: {
6073
+ type: "bool",
6074
+ id: 12
5645
6075
  }
5646
- }
6076
+ },
6077
+ reserved: [
6078
+ [
6079
+ 3,
6080
+ 3
6081
+ ]
6082
+ ]
5647
6083
  },
5648
6084
  RequestCancelActivityTaskCommandAttributes: {
5649
6085
  fields: {
@@ -5721,6 +6157,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5721
6157
  childWorkflowOnly: {
5722
6158
  type: "bool",
5723
6159
  id: 5
6160
+ },
6161
+ reason: {
6162
+ type: "string",
6163
+ id: 6
5724
6164
  }
5725
6165
  }
5726
6166
  },
@@ -6114,6 +6554,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6114
6554
  id: {
6115
6555
  type: "string",
6116
6556
  id: 6
6557
+ },
6558
+ supportsSchedules: {
6559
+ type: "bool",
6560
+ id: 100
6117
6561
  }
6118
6562
  }
6119
6563
  },
@@ -6196,6 +6640,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6196
6640
  id: 4
6197
6641
  }
6198
6642
  }
6643
+ },
6644
+ NamespaceFilter: {
6645
+ fields: {
6646
+ includeDeleted: {
6647
+ type: "bool",
6648
+ id: 1
6649
+ }
6650
+ }
6199
6651
  }
6200
6652
  }
6201
6653
  }
@@ -6298,74 +6750,894 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6298
6750
  }
6299
6751
  }
6300
6752
  },
6301
- version: {
6753
+ schedule: {
6302
6754
  nested: {
6303
6755
  v1: {
6304
6756
  options: {
6305
- go_package: "go.temporal.io/api/version/v1;version",
6306
- java_package: "io.temporal.api.version.v1",
6757
+ go_package: "go.temporal.io/api/schedule/v1;schedule",
6758
+ java_package: "io.temporal.api.schedule.v1",
6307
6759
  java_multiple_files: true,
6308
6760
  java_outer_classname: "MessageProto",
6309
- ruby_package: "Temporal::Api::Version::V1",
6310
- csharp_namespace: "Temporal.Api.Version.V1"
6761
+ ruby_package: "Temporal::Api::Schedule::V1",
6762
+ csharp_namespace: "Temporal.Api.Schedule.V1"
6311
6763
  },
6312
6764
  nested: {
6313
- ReleaseInfo: {
6765
+ CalendarSpec: {
6314
6766
  fields: {
6315
- version: {
6767
+ second: {
6316
6768
  type: "string",
6317
6769
  id: 1
6318
6770
  },
6319
- releaseTime: {
6320
- type: "google.protobuf.Timestamp",
6771
+ minute: {
6772
+ type: "string",
6773
+ id: 2
6774
+ },
6775
+ hour: {
6776
+ type: "string",
6777
+ id: 3
6778
+ },
6779
+ dayOfMonth: {
6780
+ type: "string",
6781
+ id: 4
6782
+ },
6783
+ month: {
6784
+ type: "string",
6785
+ id: 5
6786
+ },
6787
+ year: {
6788
+ type: "string",
6789
+ id: 6
6790
+ },
6791
+ dayOfWeek: {
6792
+ type: "string",
6793
+ id: 7
6794
+ }
6795
+ }
6796
+ },
6797
+ IntervalSpec: {
6798
+ fields: {
6799
+ interval: {
6800
+ type: "google.protobuf.Duration",
6801
+ id: 1,
6802
+ options: {
6803
+ "(gogoproto.stdduration)": true
6804
+ }
6805
+ },
6806
+ phase: {
6807
+ type: "google.protobuf.Duration",
6321
6808
  id: 2,
6809
+ options: {
6810
+ "(gogoproto.stdduration)": true
6811
+ }
6812
+ }
6813
+ }
6814
+ },
6815
+ ScheduleSpec: {
6816
+ fields: {
6817
+ calendar: {
6818
+ rule: "repeated",
6819
+ type: "CalendarSpec",
6820
+ id: 1
6821
+ },
6822
+ interval: {
6823
+ rule: "repeated",
6824
+ type: "IntervalSpec",
6825
+ id: 2
6826
+ },
6827
+ excludeCalendar: {
6828
+ rule: "repeated",
6829
+ type: "CalendarSpec",
6830
+ id: 3
6831
+ },
6832
+ startTime: {
6833
+ type: "google.protobuf.Timestamp",
6834
+ id: 4,
6322
6835
  options: {
6323
6836
  "(gogoproto.stdtime)": true
6324
6837
  }
6325
6838
  },
6326
- notes: {
6839
+ endTime: {
6840
+ type: "google.protobuf.Timestamp",
6841
+ id: 5,
6842
+ options: {
6843
+ "(gogoproto.stdtime)": true
6844
+ }
6845
+ },
6846
+ jitter: {
6847
+ type: "google.protobuf.Duration",
6848
+ id: 6,
6849
+ options: {
6850
+ "(gogoproto.stdduration)": true
6851
+ }
6852
+ },
6853
+ timezoneName: {
6327
6854
  type: "string",
6855
+ id: 10
6856
+ },
6857
+ timezoneData: {
6858
+ type: "bytes",
6859
+ id: 11
6860
+ }
6861
+ }
6862
+ },
6863
+ SchedulePolicies: {
6864
+ fields: {
6865
+ overlapPolicy: {
6866
+ type: "temporal.api.enums.v1.ScheduleOverlapPolicy",
6867
+ id: 1
6868
+ },
6869
+ catchupWindow: {
6870
+ type: "google.protobuf.Duration",
6871
+ id: 2,
6872
+ options: {
6873
+ "(gogoproto.stdduration)": true
6874
+ }
6875
+ },
6876
+ pauseOnFailure: {
6877
+ type: "bool",
6328
6878
  id: 3
6329
6879
  }
6330
6880
  }
6331
6881
  },
6332
- Alert: {
6882
+ ScheduleAction: {
6883
+ oneofs: {
6884
+ action: {
6885
+ oneof: [
6886
+ "startWorkflow"
6887
+ ]
6888
+ }
6889
+ },
6333
6890
  fields: {
6334
- message: {
6335
- type: "string",
6891
+ startWorkflow: {
6892
+ type: "temporal.api.workflow.v1.NewWorkflowExecutionInfo",
6336
6893
  id: 1
6894
+ }
6895
+ }
6896
+ },
6897
+ ScheduleActionResult: {
6898
+ fields: {
6899
+ scheduleTime: {
6900
+ type: "google.protobuf.Timestamp",
6901
+ id: 1,
6902
+ options: {
6903
+ "(gogoproto.stdtime)": true
6904
+ }
6337
6905
  },
6338
- severity: {
6339
- type: "temporal.api.enums.v1.Severity",
6340
- id: 2
6906
+ actualTime: {
6907
+ type: "google.protobuf.Timestamp",
6908
+ id: 2,
6909
+ options: {
6910
+ "(gogoproto.stdtime)": true
6911
+ }
6912
+ },
6913
+ startWorkflowResult: {
6914
+ type: "temporal.api.common.v1.WorkflowExecution",
6915
+ id: 11
6341
6916
  }
6342
6917
  }
6343
6918
  },
6344
- VersionInfo: {
6919
+ ScheduleState: {
6345
6920
  fields: {
6346
- current: {
6347
- type: "ReleaseInfo",
6921
+ notes: {
6922
+ type: "string",
6348
6923
  id: 1
6349
6924
  },
6350
- recommended: {
6351
- type: "ReleaseInfo",
6925
+ paused: {
6926
+ type: "bool",
6352
6927
  id: 2
6353
6928
  },
6354
- instructions: {
6355
- type: "string",
6929
+ limitedActions: {
6930
+ type: "bool",
6356
6931
  id: 3
6357
6932
  },
6358
- alerts: {
6359
- rule: "repeated",
6360
- type: "Alert",
6933
+ remainingActions: {
6934
+ type: "int64",
6361
6935
  id: 4
6936
+ }
6937
+ }
6938
+ },
6939
+ TriggerImmediatelyRequest: {
6940
+ fields: {
6941
+ overlapPolicy: {
6942
+ type: "temporal.api.enums.v1.ScheduleOverlapPolicy",
6943
+ id: 1
6944
+ }
6945
+ }
6946
+ },
6947
+ BackfillRequest: {
6948
+ fields: {
6949
+ startTime: {
6950
+ type: "google.protobuf.Timestamp",
6951
+ id: 1,
6952
+ options: {
6953
+ "(gogoproto.stdtime)": true
6954
+ }
6362
6955
  },
6363
- lastUpdateTime: {
6956
+ endTime: {
6957
+ type: "google.protobuf.Timestamp",
6958
+ id: 2,
6959
+ options: {
6960
+ "(gogoproto.stdtime)": true
6961
+ }
6962
+ },
6963
+ overlapPolicy: {
6964
+ type: "temporal.api.enums.v1.ScheduleOverlapPolicy",
6965
+ id: 3
6966
+ }
6967
+ }
6968
+ },
6969
+ SchedulePatch: {
6970
+ fields: {
6971
+ triggerImmediately: {
6972
+ type: "TriggerImmediatelyRequest",
6973
+ id: 1
6974
+ },
6975
+ backfillRequest: {
6976
+ rule: "repeated",
6977
+ type: "BackfillRequest",
6978
+ id: 2
6979
+ },
6980
+ pause: {
6981
+ type: "string",
6982
+ id: 3
6983
+ },
6984
+ unpause: {
6985
+ type: "string",
6986
+ id: 4
6987
+ }
6988
+ }
6989
+ },
6990
+ ScheduleInfo: {
6991
+ fields: {
6992
+ actionCount: {
6993
+ type: "int64",
6994
+ id: 1
6995
+ },
6996
+ missedCatchupWindow: {
6997
+ type: "int64",
6998
+ id: 2
6999
+ },
7000
+ overlapSkipped: {
7001
+ type: "int64",
7002
+ id: 3
7003
+ },
7004
+ runningWorkflows: {
7005
+ rule: "repeated",
7006
+ type: "temporal.api.common.v1.WorkflowExecution",
7007
+ id: 9
7008
+ },
7009
+ recentActions: {
7010
+ rule: "repeated",
7011
+ type: "ScheduleActionResult",
7012
+ id: 4
7013
+ },
7014
+ futureActionTimes: {
7015
+ rule: "repeated",
7016
+ type: "google.protobuf.Timestamp",
7017
+ id: 5,
7018
+ options: {
7019
+ "(gogoproto.stdtime)": true
7020
+ }
7021
+ },
7022
+ createTime: {
7023
+ type: "google.protobuf.Timestamp",
7024
+ id: 6,
7025
+ options: {
7026
+ "(gogoproto.stdtime)": true
7027
+ }
7028
+ },
7029
+ updateTime: {
7030
+ type: "google.protobuf.Timestamp",
7031
+ id: 7,
7032
+ options: {
7033
+ "(gogoproto.stdtime)": true
7034
+ }
7035
+ },
7036
+ invalidScheduleError: {
7037
+ type: "string",
7038
+ id: 8
7039
+ }
7040
+ }
7041
+ },
7042
+ Schedule: {
7043
+ fields: {
7044
+ spec: {
7045
+ type: "ScheduleSpec",
7046
+ id: 1
7047
+ },
7048
+ action: {
7049
+ type: "ScheduleAction",
7050
+ id: 2
7051
+ },
7052
+ policies: {
7053
+ type: "SchedulePolicies",
7054
+ id: 3
7055
+ },
7056
+ state: {
7057
+ type: "ScheduleState",
7058
+ id: 4
7059
+ }
7060
+ }
7061
+ },
7062
+ ScheduleListInfo: {
7063
+ fields: {
7064
+ spec: {
7065
+ type: "ScheduleSpec",
7066
+ id: 1
7067
+ },
7068
+ workflowType: {
7069
+ type: "temporal.api.common.v1.WorkflowType",
7070
+ id: 2
7071
+ },
7072
+ notes: {
7073
+ type: "string",
7074
+ id: 3
7075
+ },
7076
+ paused: {
7077
+ type: "bool",
7078
+ id: 4
7079
+ },
7080
+ recentActions: {
7081
+ rule: "repeated",
7082
+ type: "ScheduleActionResult",
7083
+ id: 5
7084
+ },
7085
+ futureActionTimes: {
7086
+ rule: "repeated",
7087
+ type: "google.protobuf.Timestamp",
7088
+ id: 6,
7089
+ options: {
7090
+ "(gogoproto.stdtime)": true
7091
+ }
7092
+ }
7093
+ }
7094
+ },
7095
+ ScheduleListEntry: {
7096
+ fields: {
7097
+ scheduleId: {
7098
+ type: "string",
7099
+ id: 1
7100
+ },
7101
+ memo: {
7102
+ type: "temporal.api.common.v1.Memo",
7103
+ id: 2
7104
+ },
7105
+ searchAttributes: {
7106
+ type: "temporal.api.common.v1.SearchAttributes",
7107
+ id: 3
7108
+ },
7109
+ info: {
7110
+ type: "ScheduleListInfo",
7111
+ id: 4
7112
+ }
7113
+ }
7114
+ }
7115
+ }
7116
+ }
7117
+ }
7118
+ },
7119
+ version: {
7120
+ nested: {
7121
+ v1: {
7122
+ options: {
7123
+ go_package: "go.temporal.io/api/version/v1;version",
7124
+ java_package: "io.temporal.api.version.v1",
7125
+ java_multiple_files: true,
7126
+ java_outer_classname: "MessageProto",
7127
+ ruby_package: "Temporal::Api::Version::V1",
7128
+ csharp_namespace: "Temporal.Api.Version.V1"
7129
+ },
7130
+ nested: {
7131
+ ReleaseInfo: {
7132
+ fields: {
7133
+ version: {
7134
+ type: "string",
7135
+ id: 1
7136
+ },
7137
+ releaseTime: {
7138
+ type: "google.protobuf.Timestamp",
7139
+ id: 2,
7140
+ options: {
7141
+ "(gogoproto.stdtime)": true
7142
+ }
7143
+ },
7144
+ notes: {
7145
+ type: "string",
7146
+ id: 3
7147
+ }
7148
+ }
7149
+ },
7150
+ Alert: {
7151
+ fields: {
7152
+ message: {
7153
+ type: "string",
7154
+ id: 1
7155
+ },
7156
+ severity: {
7157
+ type: "temporal.api.enums.v1.Severity",
7158
+ id: 2
7159
+ }
7160
+ }
7161
+ },
7162
+ VersionInfo: {
7163
+ fields: {
7164
+ current: {
7165
+ type: "ReleaseInfo",
7166
+ id: 1
7167
+ },
7168
+ recommended: {
7169
+ type: "ReleaseInfo",
7170
+ id: 2
7171
+ },
7172
+ instructions: {
7173
+ type: "string",
7174
+ id: 3
7175
+ },
7176
+ alerts: {
7177
+ rule: "repeated",
7178
+ type: "Alert",
7179
+ id: 4
7180
+ },
7181
+ lastUpdateTime: {
7182
+ type: "google.protobuf.Timestamp",
7183
+ id: 5,
7184
+ options: {
7185
+ "(gogoproto.stdtime)": true
7186
+ }
7187
+ }
7188
+ }
7189
+ }
7190
+ }
7191
+ }
7192
+ }
7193
+ },
7194
+ operatorservice: {
7195
+ nested: {
7196
+ v1: {
7197
+ options: {
7198
+ go_package: "go.temporal.io/api/operatorservice/v1;operatorservice",
7199
+ java_package: "io.temporal.api.operatorservice.v1",
7200
+ java_multiple_files: true,
7201
+ java_outer_classname: "RequestResponseProto",
7202
+ ruby_package: "Temporal::Api::OperatorService::V1",
7203
+ csharp_namespace: "Temporal.Api.OperatorService.V1"
7204
+ },
7205
+ nested: {
7206
+ OperatorService: {
7207
+ methods: {
7208
+ AddSearchAttributes: {
7209
+ requestType: "AddSearchAttributesRequest",
7210
+ responseType: "AddSearchAttributesResponse"
7211
+ },
7212
+ RemoveSearchAttributes: {
7213
+ requestType: "RemoveSearchAttributesRequest",
7214
+ responseType: "RemoveSearchAttributesResponse"
7215
+ },
7216
+ ListSearchAttributes: {
7217
+ requestType: "ListSearchAttributesRequest",
7218
+ responseType: "ListSearchAttributesResponse"
7219
+ },
7220
+ DeleteNamespace: {
7221
+ requestType: "DeleteNamespaceRequest",
7222
+ responseType: "DeleteNamespaceResponse"
7223
+ },
7224
+ DeleteWorkflowExecution: {
7225
+ requestType: "DeleteWorkflowExecutionRequest",
7226
+ responseType: "DeleteWorkflowExecutionResponse"
7227
+ },
7228
+ AddOrUpdateRemoteCluster: {
7229
+ requestType: "AddOrUpdateRemoteClusterRequest",
7230
+ responseType: "AddOrUpdateRemoteClusterResponse"
7231
+ },
7232
+ RemoveRemoteCluster: {
7233
+ requestType: "RemoveRemoteClusterRequest",
7234
+ responseType: "RemoveRemoteClusterResponse"
7235
+ },
7236
+ DescribeCluster: {
7237
+ requestType: "DescribeClusterRequest",
7238
+ responseType: "DescribeClusterResponse"
7239
+ },
7240
+ ListClusters: {
7241
+ requestType: "ListClustersRequest",
7242
+ responseType: "ListClustersResponse"
7243
+ },
7244
+ ListClusterMembers: {
7245
+ requestType: "ListClusterMembersRequest",
7246
+ responseType: "ListClusterMembersResponse"
7247
+ }
7248
+ }
7249
+ },
7250
+ AddSearchAttributesRequest: {
7251
+ fields: {
7252
+ searchAttributes: {
7253
+ keyType: "string",
7254
+ type: "temporal.api.enums.v1.IndexedValueType",
7255
+ id: 1
7256
+ }
7257
+ }
7258
+ },
7259
+ AddSearchAttributesResponse: {
7260
+ fields: {}
7261
+ },
7262
+ RemoveSearchAttributesRequest: {
7263
+ fields: {
7264
+ searchAttributes: {
7265
+ rule: "repeated",
7266
+ type: "string",
7267
+ id: 1
7268
+ }
7269
+ }
7270
+ },
7271
+ RemoveSearchAttributesResponse: {
7272
+ fields: {}
7273
+ },
7274
+ ListSearchAttributesRequest: {
7275
+ fields: {}
7276
+ },
7277
+ ListSearchAttributesResponse: {
7278
+ fields: {
7279
+ customAttributes: {
7280
+ keyType: "string",
7281
+ type: "temporal.api.enums.v1.IndexedValueType",
7282
+ id: 1
7283
+ },
7284
+ systemAttributes: {
7285
+ keyType: "string",
7286
+ type: "temporal.api.enums.v1.IndexedValueType",
7287
+ id: 2
7288
+ },
7289
+ storageSchema: {
7290
+ keyType: "string",
7291
+ type: "string",
7292
+ id: 3
7293
+ }
7294
+ }
7295
+ },
7296
+ DeleteNamespaceRequest: {
7297
+ fields: {
7298
+ namespace: {
7299
+ type: "string",
7300
+ id: 1
7301
+ }
7302
+ }
7303
+ },
7304
+ DeleteNamespaceResponse: {
7305
+ fields: {
7306
+ deletedNamespace: {
7307
+ type: "string",
7308
+ id: 1
7309
+ }
7310
+ }
7311
+ },
7312
+ DeleteWorkflowExecutionRequest: {
7313
+ fields: {
7314
+ namespace: {
7315
+ type: "string",
7316
+ id: 1
7317
+ },
7318
+ workflowExecution: {
7319
+ type: "temporal.api.common.v1.WorkflowExecution",
7320
+ id: 2
7321
+ }
7322
+ }
7323
+ },
7324
+ DeleteWorkflowExecutionResponse: {
7325
+ fields: {}
7326
+ },
7327
+ AddOrUpdateRemoteClusterRequest: {
7328
+ fields: {
7329
+ frontendAddress: {
7330
+ type: "string",
7331
+ id: 1
7332
+ },
7333
+ enableRemoteClusterConnection: {
7334
+ type: "bool",
7335
+ id: 2
7336
+ }
7337
+ }
7338
+ },
7339
+ AddOrUpdateRemoteClusterResponse: {
7340
+ fields: {}
7341
+ },
7342
+ RemoveRemoteClusterRequest: {
7343
+ fields: {
7344
+ clusterName: {
7345
+ type: "string",
7346
+ id: 1
7347
+ }
7348
+ }
7349
+ },
7350
+ RemoveRemoteClusterResponse: {
7351
+ fields: {}
7352
+ },
7353
+ DescribeClusterRequest: {
7354
+ fields: {
7355
+ clusterName: {
7356
+ type: "string",
7357
+ id: 1
7358
+ }
7359
+ }
7360
+ },
7361
+ DescribeClusterResponse: {
7362
+ fields: {
7363
+ supportedClients: {
7364
+ keyType: "string",
7365
+ type: "string",
7366
+ id: 1
7367
+ },
7368
+ serverVersion: {
7369
+ type: "string",
7370
+ id: 2
7371
+ },
7372
+ membershipInfo: {
7373
+ type: "temporal.api.cluster.v1.MembershipInfo",
7374
+ id: 3
7375
+ },
7376
+ clusterId: {
7377
+ type: "string",
7378
+ id: 4
7379
+ },
7380
+ clusterName: {
7381
+ type: "string",
7382
+ id: 5
7383
+ },
7384
+ historyShardCount: {
7385
+ type: "int32",
7386
+ id: 6
7387
+ },
7388
+ persistenceStore: {
7389
+ type: "string",
7390
+ id: 7
7391
+ },
7392
+ visibilityStore: {
7393
+ type: "string",
7394
+ id: 8
7395
+ },
7396
+ versionInfo: {
7397
+ type: "temporal.api.version.v1.VersionInfo",
7398
+ id: 9
7399
+ },
7400
+ failoverVersionIncrement: {
7401
+ type: "int64",
7402
+ id: 10
7403
+ },
7404
+ initialFailoverVersion: {
7405
+ type: "int64",
7406
+ id: 11
7407
+ },
7408
+ isGlobalNamespaceEnabled: {
7409
+ type: "bool",
7410
+ id: 12
7411
+ }
7412
+ }
7413
+ },
7414
+ ListClustersRequest: {
7415
+ fields: {
7416
+ pageSize: {
7417
+ type: "int32",
7418
+ id: 1
7419
+ },
7420
+ nextPageToken: {
7421
+ type: "bytes",
7422
+ id: 2
7423
+ }
7424
+ }
7425
+ },
7426
+ ListClustersResponse: {
7427
+ fields: {
7428
+ clusters: {
7429
+ rule: "repeated",
7430
+ type: "temporal.api.cluster.v1.ClusterMetadata",
7431
+ id: 1
7432
+ },
7433
+ nextPageToken: {
7434
+ type: "bytes",
7435
+ id: 2
7436
+ }
7437
+ }
7438
+ },
7439
+ ListClusterMembersRequest: {
7440
+ fields: {
7441
+ lastHeartbeatWithin: {
7442
+ type: "google.protobuf.Duration",
7443
+ id: 1,
7444
+ options: {
7445
+ "(gogoproto.stdduration)": true
7446
+ }
7447
+ },
7448
+ rpcAddress: {
7449
+ type: "string",
7450
+ id: 2
7451
+ },
7452
+ hostId: {
7453
+ type: "string",
7454
+ id: 3
7455
+ },
7456
+ role: {
7457
+ type: "temporal.api.enums.v1.ClusterMemberRole",
7458
+ id: 4
7459
+ },
7460
+ sessionStartedAfterTime: {
7461
+ type: "google.protobuf.Timestamp",
7462
+ id: 5,
7463
+ options: {
7464
+ "(gogoproto.stdtime)": true
7465
+ }
7466
+ },
7467
+ pageSize: {
7468
+ type: "int32",
7469
+ id: 6
7470
+ },
7471
+ nextPageToken: {
7472
+ type: "bytes",
7473
+ id: 7
7474
+ }
7475
+ }
7476
+ },
7477
+ ListClusterMembersResponse: {
7478
+ fields: {
7479
+ activeMembers: {
7480
+ rule: "repeated",
7481
+ type: "temporal.api.cluster.v1.ClusterMember",
7482
+ id: 1
7483
+ },
7484
+ nextPageToken: {
7485
+ type: "bytes",
7486
+ id: 2
7487
+ }
7488
+ }
7489
+ }
7490
+ }
7491
+ }
7492
+ }
7493
+ },
7494
+ cluster: {
7495
+ nested: {
7496
+ v1: {
7497
+ options: {
7498
+ go_package: "go.temporal.io/api/cluster/v1;cluster",
7499
+ java_package: "io.temporal.api.cluster.v1",
7500
+ java_multiple_files: true,
7501
+ java_outer_classname: "MessageProto",
7502
+ ruby_package: "Temporal::Api::Cluster::V1",
7503
+ csharp_namespace: "Temporal.Api.Cluster.V1"
7504
+ },
7505
+ nested: {
7506
+ ClusterMetadata: {
7507
+ fields: {
7508
+ cluster: {
7509
+ type: "string",
7510
+ id: 1
7511
+ },
7512
+ historyShardCount: {
7513
+ type: "int32",
7514
+ id: 2
7515
+ },
7516
+ clusterId: {
7517
+ type: "string",
7518
+ id: 3
7519
+ },
7520
+ versionInfo: {
7521
+ type: "temporal.api.version.v1.VersionInfo",
7522
+ id: 4
7523
+ },
7524
+ indexSearchAttributes: {
7525
+ keyType: "string",
7526
+ type: "IndexSearchAttributes",
7527
+ id: 5
7528
+ },
7529
+ clusterAddress: {
7530
+ type: "string",
7531
+ id: 6
7532
+ },
7533
+ failoverVersionIncrement: {
7534
+ type: "int64",
7535
+ id: 7
7536
+ },
7537
+ initialFailoverVersion: {
7538
+ type: "int64",
7539
+ id: 8
7540
+ },
7541
+ isGlobalNamespaceEnabled: {
7542
+ type: "bool",
7543
+ id: 9
7544
+ },
7545
+ isConnectionEnabled: {
7546
+ type: "bool",
7547
+ id: 10
7548
+ }
7549
+ }
7550
+ },
7551
+ IndexSearchAttributes: {
7552
+ fields: {
7553
+ customSearchAttributes: {
7554
+ keyType: "string",
7555
+ type: "temporal.api.enums.v1.IndexedValueType",
7556
+ id: 1
7557
+ }
7558
+ }
7559
+ },
7560
+ HostInfo: {
7561
+ fields: {
7562
+ identity: {
7563
+ type: "string",
7564
+ id: 1
7565
+ }
7566
+ }
7567
+ },
7568
+ RingInfo: {
7569
+ fields: {
7570
+ role: {
7571
+ type: "string",
7572
+ id: 1
7573
+ },
7574
+ memberCount: {
7575
+ type: "int32",
7576
+ id: 2
7577
+ },
7578
+ members: {
7579
+ rule: "repeated",
7580
+ type: "HostInfo",
7581
+ id: 3
7582
+ }
7583
+ }
7584
+ },
7585
+ MembershipInfo: {
7586
+ fields: {
7587
+ currentHost: {
7588
+ type: "HostInfo",
7589
+ id: 1
7590
+ },
7591
+ reachableMembers: {
7592
+ rule: "repeated",
7593
+ type: "string",
7594
+ id: 2
7595
+ },
7596
+ rings: {
7597
+ rule: "repeated",
7598
+ type: "RingInfo",
7599
+ id: 3
7600
+ }
7601
+ }
7602
+ },
7603
+ ClusterMember: {
7604
+ fields: {
7605
+ role: {
7606
+ type: "temporal.api.enums.v1.ClusterMemberRole",
7607
+ id: 1
7608
+ },
7609
+ hostId: {
7610
+ type: "string",
7611
+ id: 2
7612
+ },
7613
+ rpcAddress: {
7614
+ type: "string",
7615
+ id: 3
7616
+ },
7617
+ rpcPort: {
7618
+ type: "int32",
7619
+ id: 4
7620
+ },
7621
+ sessionStartTime: {
6364
7622
  type: "google.protobuf.Timestamp",
6365
7623
  id: 5,
6366
7624
  options: {
6367
7625
  "(gogoproto.stdtime)": true
6368
7626
  }
7627
+ },
7628
+ lastHeartbitTime: {
7629
+ type: "google.protobuf.Timestamp",
7630
+ id: 6,
7631
+ options: {
7632
+ "(gogoproto.stdtime)": true
7633
+ }
7634
+ },
7635
+ recordExpiryTime: {
7636
+ type: "google.protobuf.Timestamp",
7637
+ id: 7,
7638
+ options: {
7639
+ "(gogoproto.stdtime)": true
7640
+ }
6369
7641
  }
6370
7642
  }
6371
7643
  }