@temporalio/proto 1.8.6 → 1.9.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.
@@ -388,6 +388,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
388
388
  continueAsNewSuggested: {
389
389
  type: "bool",
390
390
  id: 8
391
+ },
392
+ buildIdForCurrentTask: {
393
+ type: "string",
394
+ id: 9
391
395
  }
392
396
  }
393
397
  },
@@ -407,6 +411,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
407
411
  "resolveChildWorkflowExecution",
408
412
  "resolveSignalExternalWorkflow",
409
413
  "resolveRequestCancelExternalWorkflow",
414
+ "doUpdate",
410
415
  "removeFromCache"
411
416
  ]
412
417
  }
@@ -460,6 +465,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
460
465
  type: "ResolveRequestCancelExternalWorkflow",
461
466
  id: 13
462
467
  },
468
+ doUpdate: {
469
+ type: "DoUpdate",
470
+ id: 14
471
+ },
463
472
  removeFromCache: {
464
473
  type: "RemoveFromCache",
465
474
  id: 50
@@ -750,6 +759,40 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
750
759
  }
751
760
  }
752
761
  },
762
+ DoUpdate: {
763
+ fields: {
764
+ id: {
765
+ type: "string",
766
+ id: 1
767
+ },
768
+ protocolInstanceId: {
769
+ type: "string",
770
+ id: 2
771
+ },
772
+ name: {
773
+ type: "string",
774
+ id: 3
775
+ },
776
+ input: {
777
+ rule: "repeated",
778
+ type: "temporal.api.common.v1.Payload",
779
+ id: 4
780
+ },
781
+ headers: {
782
+ keyType: "string",
783
+ type: "temporal.api.common.v1.Payload",
784
+ id: 5
785
+ },
786
+ meta: {
787
+ type: "temporal.api.update.v1.Meta",
788
+ id: 6
789
+ },
790
+ runValidator: {
791
+ type: "bool",
792
+ id: 7
793
+ }
794
+ }
795
+ },
753
796
  RemoveFromCache: {
754
797
  fields: {
755
798
  message: {
@@ -885,7 +928,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
885
928
  "scheduleLocalActivity",
886
929
  "requestCancelLocalActivity",
887
930
  "upsertWorkflowSearchAttributes",
888
- "modifyWorkflowProperties"
931
+ "modifyWorkflowProperties",
932
+ "updateResponse"
889
933
  ]
890
934
  }
891
935
  },
@@ -965,6 +1009,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
965
1009
  modifyWorkflowProperties: {
966
1010
  type: "ModifyWorkflowProperties",
967
1011
  id: 19
1012
+ },
1013
+ updateResponse: {
1014
+ type: "UpdateResponse",
1015
+ id: 20
968
1016
  }
969
1017
  }
970
1018
  },
@@ -1416,6 +1464,35 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1416
1464
  id: 1
1417
1465
  }
1418
1466
  }
1467
+ },
1468
+ UpdateResponse: {
1469
+ oneofs: {
1470
+ response: {
1471
+ oneof: [
1472
+ "accepted",
1473
+ "rejected",
1474
+ "completed"
1475
+ ]
1476
+ }
1477
+ },
1478
+ fields: {
1479
+ protocolInstanceId: {
1480
+ type: "string",
1481
+ id: 1
1482
+ },
1483
+ accepted: {
1484
+ type: "google.protobuf.Empty",
1485
+ id: 2
1486
+ },
1487
+ rejected: {
1488
+ type: "temporal.api.failure.v1.Failure",
1489
+ id: 3
1490
+ },
1491
+ completed: {
1492
+ type: "temporal.api.common.v1.Payload",
1493
+ id: 4
1494
+ }
1495
+ }
1419
1496
  }
1420
1497
  }
1421
1498
  },
@@ -1587,10 +1664,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1587
1664
  fields: {
1588
1665
  initialInterval: {
1589
1666
  type: "google.protobuf.Duration",
1590
- id: 1,
1591
- options: {
1592
- "(gogoproto.stdduration)": true
1593
- }
1667
+ id: 1
1594
1668
  },
1595
1669
  backoffCoefficient: {
1596
1670
  type: "double",
@@ -1598,10 +1672,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1598
1672
  },
1599
1673
  maximumInterval: {
1600
1674
  type: "google.protobuf.Duration",
1601
- id: 3,
1602
- options: {
1603
- "(gogoproto.stdduration)": true
1604
- }
1675
+ id: 3
1605
1676
  },
1606
1677
  maximumAttempts: {
1607
1678
  type: "int32",
@@ -1649,6 +1720,44 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1649
1720
  id: 2
1650
1721
  }
1651
1722
  }
1723
+ },
1724
+ ResetOptions: {
1725
+ oneofs: {
1726
+ target: {
1727
+ oneof: [
1728
+ "firstWorkflowTask",
1729
+ "lastWorkflowTask",
1730
+ "workflowTaskId",
1731
+ "buildId"
1732
+ ]
1733
+ }
1734
+ },
1735
+ fields: {
1736
+ firstWorkflowTask: {
1737
+ type: "google.protobuf.Empty",
1738
+ id: 1
1739
+ },
1740
+ lastWorkflowTask: {
1741
+ type: "google.protobuf.Empty",
1742
+ id: 2
1743
+ },
1744
+ workflowTaskId: {
1745
+ type: "int64",
1746
+ id: 3
1747
+ },
1748
+ buildId: {
1749
+ type: "string",
1750
+ id: 4
1751
+ },
1752
+ resetReapplyType: {
1753
+ type: "temporal.api.enums.v1.ResetReapplyType",
1754
+ id: 10
1755
+ },
1756
+ currentRunOnly: {
1757
+ type: "bool",
1758
+ id: 11
1759
+ }
1760
+ }
1652
1761
  }
1653
1762
  }
1654
1763
  }
@@ -1693,6 +1802,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1693
1802
  SEVERITY_LOW: 3
1694
1803
  }
1695
1804
  },
1805
+ ResetReapplyType: {
1806
+ values: {
1807
+ RESET_REAPPLY_TYPE_UNSPECIFIED: 0,
1808
+ RESET_REAPPLY_TYPE_SIGNAL: 1,
1809
+ RESET_REAPPLY_TYPE_NONE: 2
1810
+ }
1811
+ },
1812
+ ResetType: {
1813
+ values: {
1814
+ RESET_TYPE_UNSPECIFIED: 0,
1815
+ RESET_TYPE_FIRST_WORKFLOW_TASK: 1,
1816
+ RESET_TYPE_LAST_WORKFLOW_TASK: 2
1817
+ }
1818
+ },
1696
1819
  WorkflowIdReusePolicy: {
1697
1820
  values: {
1698
1821
  WORKFLOW_ID_REUSE_POLICY_UNSPECIFIED: 0,
@@ -1773,6 +1896,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1773
1896
  TIMEOUT_TYPE_HEARTBEAT: 4
1774
1897
  }
1775
1898
  },
1899
+ UpdateWorkflowExecutionLifecycleStage: {
1900
+ values: {
1901
+ UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_UNSPECIFIED: 0,
1902
+ UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ADMITTED: 1,
1903
+ UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ACCEPTED: 2,
1904
+ UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_COMPLETED: 3
1905
+ }
1906
+ },
1776
1907
  WorkflowTaskFailedCause: {
1777
1908
  values: {
1778
1909
  WORKFLOW_TASK_FAILED_CAUSE_UNSPECIFIED: 0,
@@ -1838,7 +1969,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1838
1969
  RESOURCE_EXHAUSTED_CAUSE_CONCURRENT_LIMIT: 2,
1839
1970
  RESOURCE_EXHAUSTED_CAUSE_SYSTEM_OVERLOADED: 3,
1840
1971
  RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_LIMIT: 4,
1841
- RESOURCE_EXHAUSTED_CAUSE_BUSY_WORKFLOW: 5
1972
+ RESOURCE_EXHAUSTED_CAUSE_BUSY_WORKFLOW: 5,
1973
+ RESOURCE_EXHAUSTED_CAUSE_APS_LIMIT: 6
1842
1974
  }
1843
1975
  },
1844
1976
  BatchOperationType: {
@@ -1896,20 +2028,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1896
2028
  QUERY_REJECT_CONDITION_NOT_COMPLETED_CLEANLY: 3
1897
2029
  }
1898
2030
  },
1899
- ResetReapplyType: {
1900
- values: {
1901
- RESET_REAPPLY_TYPE_UNSPECIFIED: 0,
1902
- RESET_REAPPLY_TYPE_SIGNAL: 1,
1903
- RESET_REAPPLY_TYPE_NONE: 2
1904
- }
1905
- },
1906
- ResetType: {
1907
- values: {
1908
- RESET_TYPE_UNSPECIFIED: 0,
1909
- RESET_TYPE_FIRST_WORKFLOW_TASK: 1,
1910
- RESET_TYPE_LAST_WORKFLOW_TASK: 2
1911
- }
1912
- },
1913
2031
  TaskQueueKind: {
1914
2032
  values: {
1915
2033
  TASK_QUEUE_KIND_UNSPECIFIED: 0,
@@ -1984,14 +2102,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1984
2102
  EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED: 46
1985
2103
  }
1986
2104
  },
1987
- UpdateWorkflowExecutionLifecycleStage: {
1988
- values: {
1989
- UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_UNSPECIFIED: 0,
1990
- UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ADMITTED: 1,
1991
- UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_ACCEPTED: 2,
1992
- UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_COMPLETED: 3
1993
- }
1994
- },
1995
2105
  CommandType: {
1996
2106
  values: {
1997
2107
  COMMAND_TYPE_UNSPECIFIED: 0,
@@ -2224,55 +2334,275 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2224
2334
  }
2225
2335
  }
2226
2336
  },
2227
- workflowservice: {
2337
+ update: {
2228
2338
  nested: {
2229
2339
  v1: {
2230
2340
  options: {
2231
- go_package: "go.temporal.io/api/workflowservice/v1;workflowservice",
2232
- java_package: "io.temporal.api.workflowservice.v1",
2341
+ go_package: "go.temporal.io/api/update/v1;update",
2342
+ java_package: "io.temporal.api.update.v1",
2233
2343
  java_multiple_files: true,
2234
- java_outer_classname: "RequestResponseProto",
2235
- ruby_package: "Temporalio::Api::WorkflowService::V1",
2236
- csharp_namespace: "Temporalio.Api.WorkflowService.V1"
2344
+ java_outer_classname: "MessageProto",
2345
+ ruby_package: "Temporalio::Api::Update::V1",
2346
+ csharp_namespace: "Temporalio.Api.Update.V1"
2237
2347
  },
2238
2348
  nested: {
2239
- WorkflowService: {
2240
- methods: {
2241
- RegisterNamespace: {
2242
- requestType: "RegisterNamespaceRequest",
2243
- responseType: "RegisterNamespaceResponse"
2349
+ WaitPolicy: {
2350
+ fields: {
2351
+ lifecycleStage: {
2352
+ type: "temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage",
2353
+ id: 1
2354
+ }
2355
+ }
2356
+ },
2357
+ UpdateRef: {
2358
+ fields: {
2359
+ workflowExecution: {
2360
+ type: "temporal.api.common.v1.WorkflowExecution",
2361
+ id: 1
2244
2362
  },
2245
- DescribeNamespace: {
2246
- requestType: "DescribeNamespaceRequest",
2247
- responseType: "DescribeNamespaceResponse"
2363
+ updateId: {
2364
+ type: "string",
2365
+ id: 2
2366
+ }
2367
+ }
2368
+ },
2369
+ Outcome: {
2370
+ oneofs: {
2371
+ value: {
2372
+ oneof: [
2373
+ "success",
2374
+ "failure"
2375
+ ]
2376
+ }
2377
+ },
2378
+ fields: {
2379
+ success: {
2380
+ type: "temporal.api.common.v1.Payloads",
2381
+ id: 1
2248
2382
  },
2249
- ListNamespaces: {
2250
- requestType: "ListNamespacesRequest",
2251
- responseType: "ListNamespacesResponse"
2383
+ failure: {
2384
+ type: "temporal.api.failure.v1.Failure",
2385
+ id: 2
2386
+ }
2387
+ }
2388
+ },
2389
+ Meta: {
2390
+ fields: {
2391
+ updateId: {
2392
+ type: "string",
2393
+ id: 1
2252
2394
  },
2253
- UpdateNamespace: {
2254
- requestType: "UpdateNamespaceRequest",
2255
- responseType: "UpdateNamespaceResponse"
2395
+ identity: {
2396
+ type: "string",
2397
+ id: 2
2398
+ }
2399
+ }
2400
+ },
2401
+ Input: {
2402
+ fields: {
2403
+ header: {
2404
+ type: "temporal.api.common.v1.Header",
2405
+ id: 1
2256
2406
  },
2257
- DeprecateNamespace: {
2258
- requestType: "DeprecateNamespaceRequest",
2259
- responseType: "DeprecateNamespaceResponse"
2407
+ name: {
2408
+ type: "string",
2409
+ id: 2
2260
2410
  },
2261
- StartWorkflowExecution: {
2262
- requestType: "StartWorkflowExecutionRequest",
2263
- responseType: "StartWorkflowExecutionResponse"
2411
+ args: {
2412
+ type: "temporal.api.common.v1.Payloads",
2413
+ id: 3
2414
+ }
2415
+ }
2416
+ },
2417
+ Request: {
2418
+ fields: {
2419
+ meta: {
2420
+ type: "Meta",
2421
+ id: 1
2264
2422
  },
2265
- GetWorkflowExecutionHistory: {
2266
- requestType: "GetWorkflowExecutionHistoryRequest",
2267
- responseType: "GetWorkflowExecutionHistoryResponse"
2423
+ input: {
2424
+ type: "Input",
2425
+ id: 2
2426
+ }
2427
+ }
2428
+ },
2429
+ Rejection: {
2430
+ fields: {
2431
+ rejectedRequestMessageId: {
2432
+ type: "string",
2433
+ id: 1
2268
2434
  },
2269
- GetWorkflowExecutionHistoryReverse: {
2270
- requestType: "GetWorkflowExecutionHistoryReverseRequest",
2271
- responseType: "GetWorkflowExecutionHistoryReverseResponse"
2435
+ rejectedRequestSequencingEventId: {
2436
+ type: "int64",
2437
+ id: 2
2272
2438
  },
2273
- PollWorkflowTaskQueue: {
2274
- requestType: "PollWorkflowTaskQueueRequest",
2275
- responseType: "PollWorkflowTaskQueueResponse"
2439
+ rejectedRequest: {
2440
+ type: "Request",
2441
+ id: 3
2442
+ },
2443
+ failure: {
2444
+ type: "temporal.api.failure.v1.Failure",
2445
+ id: 4
2446
+ }
2447
+ }
2448
+ },
2449
+ Acceptance: {
2450
+ fields: {
2451
+ acceptedRequestMessageId: {
2452
+ type: "string",
2453
+ id: 1
2454
+ },
2455
+ acceptedRequestSequencingEventId: {
2456
+ type: "int64",
2457
+ id: 2
2458
+ },
2459
+ acceptedRequest: {
2460
+ type: "Request",
2461
+ id: 3
2462
+ }
2463
+ }
2464
+ },
2465
+ Response: {
2466
+ fields: {
2467
+ meta: {
2468
+ type: "Meta",
2469
+ id: 1
2470
+ },
2471
+ outcome: {
2472
+ type: "Outcome",
2473
+ id: 2
2474
+ }
2475
+ }
2476
+ }
2477
+ }
2478
+ }
2479
+ }
2480
+ },
2481
+ workflowservice: {
2482
+ nested: {
2483
+ v1: {
2484
+ options: {
2485
+ go_package: "go.temporal.io/api/workflowservice/v1;workflowservice",
2486
+ java_package: "io.temporal.api.workflowservice.v1",
2487
+ java_multiple_files: true,
2488
+ java_outer_classname: "RequestResponseProto",
2489
+ ruby_package: "Temporalio::Api::WorkflowService::V1",
2490
+ csharp_namespace: "Temporalio.Api.WorkflowService.V1"
2491
+ },
2492
+ nested: {
2493
+ WorkflowService: {
2494
+ methods: {
2495
+ RegisterNamespace: {
2496
+ requestType: "RegisterNamespaceRequest",
2497
+ responseType: "RegisterNamespaceResponse",
2498
+ options: {
2499
+ "(google.api.http).post": "/api/v1/namespaces",
2500
+ "(google.api.http).body": "*"
2501
+ },
2502
+ parsedOptions: [
2503
+ {
2504
+ "(google.api.http)": {
2505
+ post: "/api/v1/namespaces",
2506
+ body: "*"
2507
+ }
2508
+ }
2509
+ ]
2510
+ },
2511
+ DescribeNamespace: {
2512
+ requestType: "DescribeNamespaceRequest",
2513
+ responseType: "DescribeNamespaceResponse",
2514
+ options: {
2515
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}"
2516
+ },
2517
+ parsedOptions: [
2518
+ {
2519
+ "(google.api.http)": {
2520
+ get: "/api/v1/namespaces/{namespace}"
2521
+ }
2522
+ }
2523
+ ]
2524
+ },
2525
+ ListNamespaces: {
2526
+ requestType: "ListNamespacesRequest",
2527
+ responseType: "ListNamespacesResponse",
2528
+ options: {
2529
+ "(google.api.http).get": "/api/v1/namespaces"
2530
+ },
2531
+ parsedOptions: [
2532
+ {
2533
+ "(google.api.http)": {
2534
+ get: "/api/v1/namespaces"
2535
+ }
2536
+ }
2537
+ ]
2538
+ },
2539
+ UpdateNamespace: {
2540
+ requestType: "UpdateNamespaceRequest",
2541
+ responseType: "UpdateNamespaceResponse",
2542
+ options: {
2543
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/update",
2544
+ "(google.api.http).body": "*"
2545
+ },
2546
+ parsedOptions: [
2547
+ {
2548
+ "(google.api.http)": {
2549
+ post: "/api/v1/namespaces/{namespace}/update",
2550
+ body: "*"
2551
+ }
2552
+ }
2553
+ ]
2554
+ },
2555
+ DeprecateNamespace: {
2556
+ requestType: "DeprecateNamespaceRequest",
2557
+ responseType: "DeprecateNamespaceResponse"
2558
+ },
2559
+ StartWorkflowExecution: {
2560
+ requestType: "StartWorkflowExecutionRequest",
2561
+ responseType: "StartWorkflowExecutionResponse",
2562
+ options: {
2563
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/workflows/{workflow_id}",
2564
+ "(google.api.http).body": "*"
2565
+ },
2566
+ parsedOptions: [
2567
+ {
2568
+ "(google.api.http)": {
2569
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_id}",
2570
+ body: "*"
2571
+ }
2572
+ }
2573
+ ]
2574
+ },
2575
+ GetWorkflowExecutionHistory: {
2576
+ requestType: "GetWorkflowExecutionHistoryRequest",
2577
+ responseType: "GetWorkflowExecutionHistoryResponse",
2578
+ options: {
2579
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/history"
2580
+ },
2581
+ parsedOptions: [
2582
+ {
2583
+ "(google.api.http)": {
2584
+ get: "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/history"
2585
+ }
2586
+ }
2587
+ ]
2588
+ },
2589
+ GetWorkflowExecutionHistoryReverse: {
2590
+ requestType: "GetWorkflowExecutionHistoryReverseRequest",
2591
+ responseType: "GetWorkflowExecutionHistoryReverseResponse",
2592
+ options: {
2593
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/history-reverse"
2594
+ },
2595
+ parsedOptions: [
2596
+ {
2597
+ "(google.api.http)": {
2598
+ get: "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/history-reverse"
2599
+ }
2600
+ }
2601
+ ]
2602
+ },
2603
+ PollWorkflowTaskQueue: {
2604
+ requestType: "PollWorkflowTaskQueueRequest",
2605
+ responseType: "PollWorkflowTaskQueueResponse"
2276
2606
  },
2277
2607
  RespondWorkflowTaskCompleted: {
2278
2608
  requestType: "RespondWorkflowTaskCompletedRequest",
@@ -2288,55 +2618,211 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2288
2618
  },
2289
2619
  RecordActivityTaskHeartbeat: {
2290
2620
  requestType: "RecordActivityTaskHeartbeatRequest",
2291
- responseType: "RecordActivityTaskHeartbeatResponse"
2621
+ responseType: "RecordActivityTaskHeartbeatResponse",
2622
+ options: {
2623
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/activities/heartbeat",
2624
+ "(google.api.http).body": "*"
2625
+ },
2626
+ parsedOptions: [
2627
+ {
2628
+ "(google.api.http)": {
2629
+ post: "/api/v1/namespaces/{namespace}/activities/heartbeat",
2630
+ body: "*"
2631
+ }
2632
+ }
2633
+ ]
2292
2634
  },
2293
2635
  RecordActivityTaskHeartbeatById: {
2294
2636
  requestType: "RecordActivityTaskHeartbeatByIdRequest",
2295
- responseType: "RecordActivityTaskHeartbeatByIdResponse"
2637
+ responseType: "RecordActivityTaskHeartbeatByIdResponse",
2638
+ options: {
2639
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/activities/heartbeat-by-id",
2640
+ "(google.api.http).body": "*"
2641
+ },
2642
+ parsedOptions: [
2643
+ {
2644
+ "(google.api.http)": {
2645
+ post: "/api/v1/namespaces/{namespace}/activities/heartbeat-by-id",
2646
+ body: "*"
2647
+ }
2648
+ }
2649
+ ]
2296
2650
  },
2297
2651
  RespondActivityTaskCompleted: {
2298
2652
  requestType: "RespondActivityTaskCompletedRequest",
2299
- responseType: "RespondActivityTaskCompletedResponse"
2653
+ responseType: "RespondActivityTaskCompletedResponse",
2654
+ options: {
2655
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/activities/complete",
2656
+ "(google.api.http).body": "*"
2657
+ },
2658
+ parsedOptions: [
2659
+ {
2660
+ "(google.api.http)": {
2661
+ post: "/api/v1/namespaces/{namespace}/activities/complete",
2662
+ body: "*"
2663
+ }
2664
+ }
2665
+ ]
2300
2666
  },
2301
2667
  RespondActivityTaskCompletedById: {
2302
2668
  requestType: "RespondActivityTaskCompletedByIdRequest",
2303
- responseType: "RespondActivityTaskCompletedByIdResponse"
2669
+ responseType: "RespondActivityTaskCompletedByIdResponse",
2670
+ options: {
2671
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/activities/complete-by-id",
2672
+ "(google.api.http).body": "*"
2673
+ },
2674
+ parsedOptions: [
2675
+ {
2676
+ "(google.api.http)": {
2677
+ post: "/api/v1/namespaces/{namespace}/activities/complete-by-id",
2678
+ body: "*"
2679
+ }
2680
+ }
2681
+ ]
2304
2682
  },
2305
2683
  RespondActivityTaskFailed: {
2306
2684
  requestType: "RespondActivityTaskFailedRequest",
2307
- responseType: "RespondActivityTaskFailedResponse"
2685
+ responseType: "RespondActivityTaskFailedResponse",
2686
+ options: {
2687
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/activities/fail",
2688
+ "(google.api.http).body": "*"
2689
+ },
2690
+ parsedOptions: [
2691
+ {
2692
+ "(google.api.http)": {
2693
+ post: "/api/v1/namespaces/{namespace}/activities/fail",
2694
+ body: "*"
2695
+ }
2696
+ }
2697
+ ]
2308
2698
  },
2309
2699
  RespondActivityTaskFailedById: {
2310
2700
  requestType: "RespondActivityTaskFailedByIdRequest",
2311
- responseType: "RespondActivityTaskFailedByIdResponse"
2701
+ responseType: "RespondActivityTaskFailedByIdResponse",
2702
+ options: {
2703
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/activities/fail-by-id",
2704
+ "(google.api.http).body": "*"
2705
+ },
2706
+ parsedOptions: [
2707
+ {
2708
+ "(google.api.http)": {
2709
+ post: "/api/v1/namespaces/{namespace}/activities/fail-by-id",
2710
+ body: "*"
2711
+ }
2712
+ }
2713
+ ]
2312
2714
  },
2313
2715
  RespondActivityTaskCanceled: {
2314
2716
  requestType: "RespondActivityTaskCanceledRequest",
2315
- responseType: "RespondActivityTaskCanceledResponse"
2717
+ responseType: "RespondActivityTaskCanceledResponse",
2718
+ options: {
2719
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/activities/cancel",
2720
+ "(google.api.http).body": "*"
2721
+ },
2722
+ parsedOptions: [
2723
+ {
2724
+ "(google.api.http)": {
2725
+ post: "/api/v1/namespaces/{namespace}/activities/cancel",
2726
+ body: "*"
2727
+ }
2728
+ }
2729
+ ]
2316
2730
  },
2317
2731
  RespondActivityTaskCanceledById: {
2318
2732
  requestType: "RespondActivityTaskCanceledByIdRequest",
2319
- responseType: "RespondActivityTaskCanceledByIdResponse"
2733
+ responseType: "RespondActivityTaskCanceledByIdResponse",
2734
+ options: {
2735
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/activities/cancel-by-id",
2736
+ "(google.api.http).body": "*"
2737
+ },
2738
+ parsedOptions: [
2739
+ {
2740
+ "(google.api.http)": {
2741
+ post: "/api/v1/namespaces/{namespace}/activities/cancel-by-id",
2742
+ body: "*"
2743
+ }
2744
+ }
2745
+ ]
2320
2746
  },
2321
2747
  RequestCancelWorkflowExecution: {
2322
2748
  requestType: "RequestCancelWorkflowExecutionRequest",
2323
- responseType: "RequestCancelWorkflowExecutionResponse"
2749
+ responseType: "RequestCancelWorkflowExecutionResponse",
2750
+ options: {
2751
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/cancel",
2752
+ "(google.api.http).body": "*"
2753
+ },
2754
+ parsedOptions: [
2755
+ {
2756
+ "(google.api.http)": {
2757
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/cancel",
2758
+ body: "*"
2759
+ }
2760
+ }
2761
+ ]
2324
2762
  },
2325
2763
  SignalWorkflowExecution: {
2326
2764
  requestType: "SignalWorkflowExecutionRequest",
2327
- responseType: "SignalWorkflowExecutionResponse"
2765
+ responseType: "SignalWorkflowExecutionResponse",
2766
+ options: {
2767
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/signal/{signal_name}",
2768
+ "(google.api.http).body": "*"
2769
+ },
2770
+ parsedOptions: [
2771
+ {
2772
+ "(google.api.http)": {
2773
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/signal/{signal_name}",
2774
+ body: "*"
2775
+ }
2776
+ }
2777
+ ]
2328
2778
  },
2329
2779
  SignalWithStartWorkflowExecution: {
2330
2780
  requestType: "SignalWithStartWorkflowExecutionRequest",
2331
- responseType: "SignalWithStartWorkflowExecutionResponse"
2781
+ responseType: "SignalWithStartWorkflowExecutionResponse",
2782
+ options: {
2783
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
2784
+ "(google.api.http).body": "*"
2785
+ },
2786
+ parsedOptions: [
2787
+ {
2788
+ "(google.api.http)": {
2789
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
2790
+ body: "*"
2791
+ }
2792
+ }
2793
+ ]
2332
2794
  },
2333
2795
  ResetWorkflowExecution: {
2334
2796
  requestType: "ResetWorkflowExecutionRequest",
2335
- responseType: "ResetWorkflowExecutionResponse"
2797
+ responseType: "ResetWorkflowExecutionResponse",
2798
+ options: {
2799
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/reset",
2800
+ "(google.api.http).body": "*"
2801
+ },
2802
+ parsedOptions: [
2803
+ {
2804
+ "(google.api.http)": {
2805
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/reset",
2806
+ body: "*"
2807
+ }
2808
+ }
2809
+ ]
2336
2810
  },
2337
2811
  TerminateWorkflowExecution: {
2338
2812
  requestType: "TerminateWorkflowExecutionRequest",
2339
- responseType: "TerminateWorkflowExecutionResponse"
2813
+ responseType: "TerminateWorkflowExecutionResponse",
2814
+ options: {
2815
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/terminate",
2816
+ "(google.api.http).body": "*"
2817
+ },
2818
+ parsedOptions: [
2819
+ {
2820
+ "(google.api.http)": {
2821
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/terminate",
2822
+ body: "*"
2823
+ }
2824
+ }
2825
+ ]
2340
2826
  },
2341
2827
  DeleteWorkflowExecution: {
2342
2828
  requestType: "DeleteWorkflowExecutionRequest",
@@ -2352,11 +2838,31 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2352
2838
  },
2353
2839
  ListWorkflowExecutions: {
2354
2840
  requestType: "ListWorkflowExecutionsRequest",
2355
- responseType: "ListWorkflowExecutionsResponse"
2841
+ responseType: "ListWorkflowExecutionsResponse",
2842
+ options: {
2843
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/workflows"
2844
+ },
2845
+ parsedOptions: [
2846
+ {
2847
+ "(google.api.http)": {
2848
+ get: "/api/v1/namespaces/{namespace}/workflows"
2849
+ }
2850
+ }
2851
+ ]
2356
2852
  },
2357
2853
  ListArchivedWorkflowExecutions: {
2358
2854
  requestType: "ListArchivedWorkflowExecutionsRequest",
2359
- responseType: "ListArchivedWorkflowExecutionsResponse"
2855
+ responseType: "ListArchivedWorkflowExecutionsResponse",
2856
+ options: {
2857
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/archived-workflows"
2858
+ },
2859
+ parsedOptions: [
2860
+ {
2861
+ "(google.api.http)": {
2862
+ get: "/api/v1/namespaces/{namespace}/archived-workflows"
2863
+ }
2864
+ }
2865
+ ]
2360
2866
  },
2361
2867
  ScanWorkflowExecutions: {
2362
2868
  requestType: "ScanWorkflowExecutionsRequest",
@@ -2364,7 +2870,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2364
2870
  },
2365
2871
  CountWorkflowExecutions: {
2366
2872
  requestType: "CountWorkflowExecutionsRequest",
2367
- responseType: "CountWorkflowExecutionsResponse"
2873
+ responseType: "CountWorkflowExecutionsResponse",
2874
+ options: {
2875
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/workflow-count"
2876
+ },
2877
+ parsedOptions: [
2878
+ {
2879
+ "(google.api.http)": {
2880
+ get: "/api/v1/namespaces/{namespace}/workflow-count"
2881
+ }
2882
+ }
2883
+ ]
2368
2884
  },
2369
2885
  GetSearchAttributes: {
2370
2886
  requestType: "GetSearchAttributesRequest",
@@ -2380,23 +2896,75 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2380
2896
  },
2381
2897
  QueryWorkflow: {
2382
2898
  requestType: "QueryWorkflowRequest",
2383
- responseType: "QueryWorkflowResponse"
2899
+ responseType: "QueryWorkflowResponse",
2900
+ options: {
2901
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/query/{query.query_type}",
2902
+ "(google.api.http).body": "*"
2903
+ },
2904
+ parsedOptions: [
2905
+ {
2906
+ "(google.api.http)": {
2907
+ post: "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/query/{query.query_type}",
2908
+ body: "*"
2909
+ }
2910
+ }
2911
+ ]
2384
2912
  },
2385
2913
  DescribeWorkflowExecution: {
2386
2914
  requestType: "DescribeWorkflowExecutionRequest",
2387
- responseType: "DescribeWorkflowExecutionResponse"
2915
+ responseType: "DescribeWorkflowExecutionResponse",
2916
+ options: {
2917
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}"
2918
+ },
2919
+ parsedOptions: [
2920
+ {
2921
+ "(google.api.http)": {
2922
+ get: "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}"
2923
+ }
2924
+ }
2925
+ ]
2388
2926
  },
2389
2927
  DescribeTaskQueue: {
2390
2928
  requestType: "DescribeTaskQueueRequest",
2391
- responseType: "DescribeTaskQueueResponse"
2929
+ responseType: "DescribeTaskQueueResponse",
2930
+ options: {
2931
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/task-queues/{task_queue.name}"
2932
+ },
2933
+ parsedOptions: [
2934
+ {
2935
+ "(google.api.http)": {
2936
+ get: "/api/v1/namespaces/{namespace}/task-queues/{task_queue.name}"
2937
+ }
2938
+ }
2939
+ ]
2392
2940
  },
2393
2941
  GetClusterInfo: {
2394
2942
  requestType: "GetClusterInfoRequest",
2395
- responseType: "GetClusterInfoResponse"
2943
+ responseType: "GetClusterInfoResponse",
2944
+ options: {
2945
+ "(google.api.http).get": "/api/v1/cluster-info"
2946
+ },
2947
+ parsedOptions: [
2948
+ {
2949
+ "(google.api.http)": {
2950
+ get: "/api/v1/cluster-info"
2951
+ }
2952
+ }
2953
+ ]
2396
2954
  },
2397
2955
  GetSystemInfo: {
2398
2956
  requestType: "GetSystemInfoRequest",
2399
- responseType: "GetSystemInfoResponse"
2957
+ responseType: "GetSystemInfoResponse",
2958
+ options: {
2959
+ "(google.api.http).get": "/api/v1/system-info"
2960
+ },
2961
+ parsedOptions: [
2962
+ {
2963
+ "(google.api.http)": {
2964
+ get: "/api/v1/system-info"
2965
+ }
2966
+ }
2967
+ ]
2400
2968
  },
2401
2969
  ListTaskQueuePartitions: {
2402
2970
  requestType: "ListTaskQueuePartitionsRequest",
@@ -2404,31 +2972,107 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2404
2972
  },
2405
2973
  CreateSchedule: {
2406
2974
  requestType: "CreateScheduleRequest",
2407
- responseType: "CreateScheduleResponse"
2975
+ responseType: "CreateScheduleResponse",
2976
+ options: {
2977
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}",
2978
+ "(google.api.http).body": "*"
2979
+ },
2980
+ parsedOptions: [
2981
+ {
2982
+ "(google.api.http)": {
2983
+ post: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}",
2984
+ body: "*"
2985
+ }
2986
+ }
2987
+ ]
2408
2988
  },
2409
2989
  DescribeSchedule: {
2410
2990
  requestType: "DescribeScheduleRequest",
2411
- responseType: "DescribeScheduleResponse"
2991
+ responseType: "DescribeScheduleResponse",
2992
+ options: {
2993
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}"
2994
+ },
2995
+ parsedOptions: [
2996
+ {
2997
+ "(google.api.http)": {
2998
+ get: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}"
2999
+ }
3000
+ }
3001
+ ]
2412
3002
  },
2413
3003
  UpdateSchedule: {
2414
3004
  requestType: "UpdateScheduleRequest",
2415
- responseType: "UpdateScheduleResponse"
3005
+ responseType: "UpdateScheduleResponse",
3006
+ options: {
3007
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/update",
3008
+ "(google.api.http).body": "*"
3009
+ },
3010
+ parsedOptions: [
3011
+ {
3012
+ "(google.api.http)": {
3013
+ post: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/update",
3014
+ body: "*"
3015
+ }
3016
+ }
3017
+ ]
2416
3018
  },
2417
3019
  PatchSchedule: {
2418
3020
  requestType: "PatchScheduleRequest",
2419
- responseType: "PatchScheduleResponse"
3021
+ responseType: "PatchScheduleResponse",
3022
+ options: {
3023
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/patch",
3024
+ "(google.api.http).body": "*"
3025
+ },
3026
+ parsedOptions: [
3027
+ {
3028
+ "(google.api.http)": {
3029
+ post: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/patch",
3030
+ body: "*"
3031
+ }
3032
+ }
3033
+ ]
2420
3034
  },
2421
3035
  ListScheduleMatchingTimes: {
2422
3036
  requestType: "ListScheduleMatchingTimesRequest",
2423
- responseType: "ListScheduleMatchingTimesResponse"
3037
+ responseType: "ListScheduleMatchingTimesResponse",
3038
+ options: {
3039
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/matching-times"
3040
+ },
3041
+ parsedOptions: [
3042
+ {
3043
+ "(google.api.http)": {
3044
+ get: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/matching-times"
3045
+ }
3046
+ }
3047
+ ]
2424
3048
  },
2425
3049
  DeleteSchedule: {
2426
3050
  requestType: "DeleteScheduleRequest",
2427
- responseType: "DeleteScheduleResponse"
3051
+ responseType: "DeleteScheduleResponse",
3052
+ options: {
3053
+ "(google.api.http).delete": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}"
3054
+ },
3055
+ parsedOptions: [
3056
+ {
3057
+ "(google.api.http)": {
3058
+ "delete": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}"
3059
+ }
3060
+ }
3061
+ ]
2428
3062
  },
2429
3063
  ListSchedules: {
2430
3064
  requestType: "ListSchedulesRequest",
2431
- responseType: "ListSchedulesResponse"
3065
+ responseType: "ListSchedulesResponse",
3066
+ options: {
3067
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/schedules"
3068
+ },
3069
+ parsedOptions: [
3070
+ {
3071
+ "(google.api.http)": {
3072
+ get: "/api/v1/namespaces/{namespace}/schedules"
3073
+ }
3074
+ }
3075
+ ]
2432
3076
  },
2433
3077
  UpdateWorkerBuildIdCompatibility: {
2434
3078
  requestType: "UpdateWorkerBuildIdCompatibilityRequest",
@@ -2436,15 +3080,47 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2436
3080
  },
2437
3081
  GetWorkerBuildIdCompatibility: {
2438
3082
  requestType: "GetWorkerBuildIdCompatibilityRequest",
2439
- responseType: "GetWorkerBuildIdCompatibilityResponse"
3083
+ responseType: "GetWorkerBuildIdCompatibilityResponse",
3084
+ options: {
3085
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/worker-build-id-compatibility"
3086
+ },
3087
+ parsedOptions: [
3088
+ {
3089
+ "(google.api.http)": {
3090
+ get: "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/worker-build-id-compatibility"
3091
+ }
3092
+ }
3093
+ ]
2440
3094
  },
2441
3095
  GetWorkerTaskReachability: {
2442
3096
  requestType: "GetWorkerTaskReachabilityRequest",
2443
- responseType: "GetWorkerTaskReachabilityResponse"
3097
+ responseType: "GetWorkerTaskReachabilityResponse",
3098
+ options: {
3099
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/worker-task-reachability"
3100
+ },
3101
+ parsedOptions: [
3102
+ {
3103
+ "(google.api.http)": {
3104
+ get: "/api/v1/namespaces/{namespace}/worker-task-reachability"
3105
+ }
3106
+ }
3107
+ ]
2444
3108
  },
2445
3109
  UpdateWorkflowExecution: {
2446
3110
  requestType: "UpdateWorkflowExecutionRequest",
2447
- responseType: "UpdateWorkflowExecutionResponse"
3111
+ responseType: "UpdateWorkflowExecutionResponse",
3112
+ options: {
3113
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/update/{request.input.name}",
3114
+ "(google.api.http).body": "*"
3115
+ },
3116
+ parsedOptions: [
3117
+ {
3118
+ "(google.api.http)": {
3119
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/update/{request.input.name}",
3120
+ body: "*"
3121
+ }
3122
+ }
3123
+ ]
2448
3124
  },
2449
3125
  PollWorkflowExecutionUpdate: {
2450
3126
  requestType: "PollWorkflowExecutionUpdateRequest",
@@ -2452,19 +3128,63 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2452
3128
  },
2453
3129
  StartBatchOperation: {
2454
3130
  requestType: "StartBatchOperationRequest",
2455
- responseType: "StartBatchOperationResponse"
3131
+ responseType: "StartBatchOperationResponse",
3132
+ options: {
3133
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/batch-operations/{job_id}",
3134
+ "(google.api.http).body": "*"
3135
+ },
3136
+ parsedOptions: [
3137
+ {
3138
+ "(google.api.http)": {
3139
+ post: "/api/v1/namespaces/{namespace}/batch-operations/{job_id}",
3140
+ body: "*"
3141
+ }
3142
+ }
3143
+ ]
2456
3144
  },
2457
3145
  StopBatchOperation: {
2458
3146
  requestType: "StopBatchOperationRequest",
2459
- responseType: "StopBatchOperationResponse"
3147
+ responseType: "StopBatchOperationResponse",
3148
+ options: {
3149
+ "(google.api.http).post": "/api/v1/namespaces/{namespace}/batch-operations/{job_id}/stop",
3150
+ "(google.api.http).body": "*"
3151
+ },
3152
+ parsedOptions: [
3153
+ {
3154
+ "(google.api.http)": {
3155
+ post: "/api/v1/namespaces/{namespace}/batch-operations/{job_id}/stop",
3156
+ body: "*"
3157
+ }
3158
+ }
3159
+ ]
2460
3160
  },
2461
3161
  DescribeBatchOperation: {
2462
3162
  requestType: "DescribeBatchOperationRequest",
2463
- responseType: "DescribeBatchOperationResponse"
3163
+ responseType: "DescribeBatchOperationResponse",
3164
+ options: {
3165
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/batch-operations/{job_id}"
3166
+ },
3167
+ parsedOptions: [
3168
+ {
3169
+ "(google.api.http)": {
3170
+ get: "/api/v1/namespaces/{namespace}/batch-operations/{job_id}"
3171
+ }
3172
+ }
3173
+ ]
2464
3174
  },
2465
3175
  ListBatchOperations: {
2466
3176
  requestType: "ListBatchOperationsRequest",
2467
- responseType: "ListBatchOperationsResponse"
3177
+ responseType: "ListBatchOperationsResponse",
3178
+ options: {
3179
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/batch-operations"
3180
+ },
3181
+ parsedOptions: [
3182
+ {
3183
+ "(google.api.http)": {
3184
+ get: "/api/v1/namespaces/{namespace}/batch-operations"
3185
+ }
3186
+ }
3187
+ ]
2468
3188
  }
2469
3189
  }
2470
3190
  },
@@ -2484,10 +3204,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2484
3204
  },
2485
3205
  workflowExecutionRetentionPeriod: {
2486
3206
  type: "google.protobuf.Duration",
2487
- id: 4,
2488
- options: {
2489
- "(gogoproto.stdduration)": true
2490
- }
3207
+ id: 4
2491
3208
  },
2492
3209
  clusters: {
2493
3210
  rule: "repeated",
@@ -2697,24 +3414,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2697
3414
  },
2698
3415
  workflowExecutionTimeout: {
2699
3416
  type: "google.protobuf.Duration",
2700
- id: 6,
2701
- options: {
2702
- "(gogoproto.stdduration)": true
2703
- }
3417
+ id: 6
2704
3418
  },
2705
3419
  workflowRunTimeout: {
2706
3420
  type: "google.protobuf.Duration",
2707
- id: 7,
2708
- options: {
2709
- "(gogoproto.stdduration)": true
2710
- }
3421
+ id: 7
2711
3422
  },
2712
3423
  workflowTaskTimeout: {
2713
3424
  type: "google.protobuf.Duration",
2714
- id: 8,
2715
- options: {
2716
- "(gogoproto.stdduration)": true
2717
- }
3425
+ id: 8
2718
3426
  },
2719
3427
  identity: {
2720
3428
  type: "string",
@@ -2762,10 +3470,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2762
3470
  },
2763
3471
  workflowStartDelay: {
2764
3472
  type: "google.protobuf.Duration",
2765
- id: 20,
2766
- options: {
2767
- "(gogoproto.stdduration)": true
2768
- }
3473
+ id: 20
2769
3474
  }
2770
3475
  }
2771
3476
  },
@@ -2938,17 +3643,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2938
3643
  },
2939
3644
  scheduledTime: {
2940
3645
  type: "google.protobuf.Timestamp",
2941
- id: 12,
2942
- options: {
2943
- "(gogoproto.stdtime)": true
2944
- }
3646
+ id: 12
2945
3647
  },
2946
3648
  startedTime: {
2947
3649
  type: "google.protobuf.Timestamp",
2948
- id: 13,
2949
- options: {
2950
- "(gogoproto.stdtime)": true
2951
- }
3650
+ id: 13
2952
3651
  },
2953
3652
  queries: {
2954
3653
  keyType: "string",
@@ -3142,24 +3841,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3142
3841
  },
3143
3842
  scheduledTime: {
3144
3843
  type: "google.protobuf.Timestamp",
3145
- id: 10,
3146
- options: {
3147
- "(gogoproto.stdtime)": true
3148
- }
3844
+ id: 10
3149
3845
  },
3150
3846
  currentAttemptScheduledTime: {
3151
3847
  type: "google.protobuf.Timestamp",
3152
- id: 11,
3153
- options: {
3154
- "(gogoproto.stdtime)": true
3155
- }
3848
+ id: 11
3156
3849
  },
3157
3850
  startedTime: {
3158
3851
  type: "google.protobuf.Timestamp",
3159
- id: 12,
3160
- options: {
3161
- "(gogoproto.stdtime)": true
3162
- }
3852
+ id: 12
3163
3853
  },
3164
3854
  attempt: {
3165
3855
  type: "int32",
@@ -3167,24 +3857,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3167
3857
  },
3168
3858
  scheduleToCloseTimeout: {
3169
3859
  type: "google.protobuf.Duration",
3170
- id: 14,
3171
- options: {
3172
- "(gogoproto.stdduration)": true
3173
- }
3860
+ id: 14
3174
3861
  },
3175
3862
  startToCloseTimeout: {
3176
3863
  type: "google.protobuf.Duration",
3177
- id: 15,
3178
- options: {
3179
- "(gogoproto.stdduration)": true
3180
- }
3864
+ id: 15
3181
3865
  },
3182
3866
  heartbeatTimeout: {
3183
3867
  type: "google.protobuf.Duration",
3184
- id: 16,
3185
- options: {
3186
- "(gogoproto.stdduration)": true
3187
- }
3868
+ id: 16
3188
3869
  },
3189
3870
  retryPolicy: {
3190
3871
  type: "temporal.api.common.v1.RetryPolicy",
@@ -3548,24 +4229,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3548
4229
  },
3549
4230
  workflowExecutionTimeout: {
3550
4231
  type: "google.protobuf.Duration",
3551
- id: 6,
3552
- options: {
3553
- "(gogoproto.stdduration)": true
3554
- }
4232
+ id: 6
3555
4233
  },
3556
4234
  workflowRunTimeout: {
3557
4235
  type: "google.protobuf.Duration",
3558
- id: 7,
3559
- options: {
3560
- "(gogoproto.stdduration)": true
3561
- }
4236
+ id: 7
3562
4237
  },
3563
4238
  workflowTaskTimeout: {
3564
4239
  type: "google.protobuf.Duration",
3565
- id: 8,
3566
- options: {
3567
- "(gogoproto.stdduration)": true
3568
- }
4240
+ id: 8
3569
4241
  },
3570
4242
  identity: {
3571
4243
  type: "string",
@@ -3613,10 +4285,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3613
4285
  },
3614
4286
  workflowStartDelay: {
3615
4287
  type: "google.protobuf.Duration",
3616
- id: 20,
3617
- options: {
3618
- "(gogoproto.stdduration)": true
3619
- }
4288
+ id: 20
3620
4289
  },
3621
4290
  skipGenerateWorkflowTask: {
3622
4291
  type: "bool",
@@ -3933,6 +4602,26 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3933
4602
  count: {
3934
4603
  type: "int64",
3935
4604
  id: 1
4605
+ },
4606
+ groups: {
4607
+ rule: "repeated",
4608
+ type: "AggregationGroup",
4609
+ id: 2
4610
+ }
4611
+ },
4612
+ nested: {
4613
+ AggregationGroup: {
4614
+ fields: {
4615
+ groupValues: {
4616
+ rule: "repeated",
4617
+ type: "temporal.api.common.v1.Payload",
4618
+ id: 1
4619
+ },
4620
+ count: {
4621
+ type: "int64",
4622
+ id: 2
4623
+ }
4624
+ }
3936
4625
  }
3937
4626
  }
3938
4627
  },
@@ -4191,6 +4880,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4191
4880
  sdkMetadata: {
4192
4881
  type: "bool",
4193
4882
  id: 9
4883
+ },
4884
+ countGroupByExecutionStatus: {
4885
+ type: "bool",
4886
+ id: 10
4194
4887
  }
4195
4888
  }
4196
4889
  }
@@ -4372,17 +5065,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4372
5065
  },
4373
5066
  startTime: {
4374
5067
  type: "google.protobuf.Timestamp",
4375
- id: 3,
4376
- options: {
4377
- "(gogoproto.stdtime)": true
4378
- }
5068
+ id: 3
4379
5069
  },
4380
5070
  endTime: {
4381
5071
  type: "google.protobuf.Timestamp",
4382
- id: 4,
4383
- options: {
4384
- "(gogoproto.stdtime)": true
4385
- }
5072
+ id: 4
4386
5073
  }
4387
5074
  }
4388
5075
  },
@@ -4391,10 +5078,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4391
5078
  startTime: {
4392
5079
  rule: "repeated",
4393
5080
  type: "google.protobuf.Timestamp",
4394
- id: 1,
4395
- options: {
4396
- "(gogoproto.stdtime)": true
4397
- }
5081
+ id: 1
4398
5082
  }
4399
5083
  }
4400
5084
  },
@@ -4520,12 +5204,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4520
5204
  }
4521
5205
  },
4522
5206
  UpdateWorkerBuildIdCompatibilityResponse: {
4523
- fields: {
4524
- versionSetId: {
4525
- type: "string",
4526
- id: 1
4527
- }
4528
- }
5207
+ fields: {},
5208
+ reserved: [
5209
+ [
5210
+ 1,
5211
+ 1
5212
+ ],
5213
+ "version_set_id"
5214
+ ]
4529
5215
  },
4530
5216
  GetWorkerBuildIdCompatibilityRequest: {
4531
5217
  fields: {
@@ -4616,6 +5302,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4616
5302
  outcome: {
4617
5303
  type: "temporal.api.update.v1.Outcome",
4618
5304
  id: 2
5305
+ },
5306
+ stage: {
5307
+ type: "temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage",
5308
+ id: 3
4619
5309
  }
4620
5310
  }
4621
5311
  },
@@ -4653,6 +5343,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4653
5343
  type: "temporal.api.common.v1.WorkflowExecution",
4654
5344
  id: 5
4655
5345
  },
5346
+ maxOperationsPerSecond: {
5347
+ type: "float",
5348
+ id: 6
5349
+ },
4656
5350
  terminationOperation: {
4657
5351
  type: "temporal.api.batch.v1.BatchOperationTermination",
4658
5352
  id: 10
@@ -4729,17 +5423,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4729
5423
  },
4730
5424
  startTime: {
4731
5425
  type: "google.protobuf.Timestamp",
4732
- id: 4,
4733
- options: {
4734
- "(gogoproto.stdtime)": true
4735
- }
5426
+ id: 4
4736
5427
  },
4737
5428
  closeTime: {
4738
5429
  type: "google.protobuf.Timestamp",
4739
- id: 5,
4740
- options: {
4741
- "(gogoproto.stdtime)": true
4742
- }
5430
+ id: 5
4743
5431
  },
4744
5432
  totalOperationCount: {
4745
5433
  type: "int64",
@@ -4817,6 +5505,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4817
5505
  outcome: {
4818
5506
  type: "temporal.api.update.v1.Outcome",
4819
5507
  id: 1
5508
+ },
5509
+ stage: {
5510
+ type: "temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage",
5511
+ id: 2
5512
+ },
5513
+ updateRef: {
5514
+ type: "temporal.api.update.v1.UpdateRef",
5515
+ id: 3
4820
5516
  }
4821
5517
  }
4822
5518
  }
@@ -4868,24 +5564,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4868
5564
  },
4869
5565
  workflowExecutionTimeout: {
4870
5566
  type: "google.protobuf.Duration",
4871
- id: 7,
4872
- options: {
4873
- "(gogoproto.stdduration)": true
4874
- }
5567
+ id: 7
4875
5568
  },
4876
5569
  workflowRunTimeout: {
4877
5570
  type: "google.protobuf.Duration",
4878
- id: 8,
4879
- options: {
4880
- "(gogoproto.stdduration)": true
4881
- }
5571
+ id: 8
4882
5572
  },
4883
5573
  workflowTaskTimeout: {
4884
5574
  type: "google.protobuf.Duration",
4885
- id: 9,
4886
- options: {
4887
- "(gogoproto.stdduration)": true
4888
- }
5575
+ id: 9
4889
5576
  },
4890
5577
  continuedExecutionRunId: {
4891
5578
  type: "string",
@@ -4925,10 +5612,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4925
5612
  },
4926
5613
  workflowExecutionExpirationTime: {
4927
5614
  type: "google.protobuf.Timestamp",
4928
- id: 19,
4929
- options: {
4930
- "(gogoproto.stdtime)": true
4931
- }
5615
+ id: 19
4932
5616
  },
4933
5617
  cronSchedule: {
4934
5618
  type: "string",
@@ -4936,10 +5620,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4936
5620
  },
4937
5621
  firstWorkflowTaskBackoff: {
4938
5622
  type: "google.protobuf.Duration",
4939
- id: 21,
4940
- options: {
4941
- "(gogoproto.stdduration)": true
4942
- }
5623
+ id: 21
4943
5624
  },
4944
5625
  memo: {
4945
5626
  type: "temporal.api.common.v1.Memo",
@@ -5039,17 +5720,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5039
5720
  },
5040
5721
  workflowRunTimeout: {
5041
5722
  type: "google.protobuf.Duration",
5042
- id: 5,
5043
- options: {
5044
- "(gogoproto.stdduration)": true
5045
- }
5723
+ id: 5
5046
5724
  },
5047
5725
  workflowTaskTimeout: {
5048
5726
  type: "google.protobuf.Duration",
5049
- id: 6,
5050
- options: {
5051
- "(gogoproto.stdduration)": true
5052
- }
5727
+ id: 6
5053
5728
  },
5054
5729
  workflowTaskCompletedEventId: {
5055
5730
  type: "int64",
@@ -5057,10 +5732,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5057
5732
  },
5058
5733
  backoffStartInterval: {
5059
5734
  type: "google.protobuf.Duration",
5060
- id: 8,
5061
- options: {
5062
- "(gogoproto.stdduration)": true
5063
- }
5735
+ id: 8
5064
5736
  },
5065
5737
  initiator: {
5066
5738
  type: "temporal.api.enums.v1.ContinueAsNewInitiator",
@@ -5100,10 +5772,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5100
5772
  },
5101
5773
  startToCloseTimeout: {
5102
5774
  type: "google.protobuf.Duration",
5103
- id: 2,
5104
- options: {
5105
- "(gogoproto.stdduration)": true
5106
- }
5775
+ id: 2
5107
5776
  },
5108
5777
  attempt: {
5109
5778
  type: "int32",
@@ -5251,31 +5920,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5251
5920
  },
5252
5921
  scheduleToCloseTimeout: {
5253
5922
  type: "google.protobuf.Duration",
5254
- id: 7,
5255
- options: {
5256
- "(gogoproto.stdduration)": true
5257
- }
5923
+ id: 7
5258
5924
  },
5259
5925
  scheduleToStartTimeout: {
5260
5926
  type: "google.protobuf.Duration",
5261
- id: 8,
5262
- options: {
5263
- "(gogoproto.stdduration)": true
5264
- }
5927
+ id: 8
5265
5928
  },
5266
5929
  startToCloseTimeout: {
5267
5930
  type: "google.protobuf.Duration",
5268
- id: 9,
5269
- options: {
5270
- "(gogoproto.stdduration)": true
5271
- }
5931
+ id: 9
5272
5932
  },
5273
5933
  heartbeatTimeout: {
5274
5934
  type: "google.protobuf.Duration",
5275
- id: 10,
5276
- options: {
5277
- "(gogoproto.stdduration)": true
5278
- }
5935
+ id: 10
5279
5936
  },
5280
5937
  workflowTaskCompletedEventId: {
5281
5938
  type: "int64",
@@ -5441,10 +6098,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5441
6098
  },
5442
6099
  startToFireTimeout: {
5443
6100
  type: "google.protobuf.Duration",
5444
- id: 2,
5445
- options: {
5446
- "(gogoproto.stdduration)": true
5447
- }
6101
+ id: 2
5448
6102
  },
5449
6103
  workflowTaskCompletedEventId: {
5450
6104
  type: "int64",
@@ -5813,24 +6467,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5813
6467
  },
5814
6468
  workflowExecutionTimeout: {
5815
6469
  type: "google.protobuf.Duration",
5816
- id: 6,
5817
- options: {
5818
- "(gogoproto.stdduration)": true
5819
- }
6470
+ id: 6
5820
6471
  },
5821
6472
  workflowRunTimeout: {
5822
6473
  type: "google.protobuf.Duration",
5823
- id: 7,
5824
- options: {
5825
- "(gogoproto.stdduration)": true
5826
- }
6474
+ id: 7
5827
6475
  },
5828
6476
  workflowTaskTimeout: {
5829
6477
  type: "google.protobuf.Duration",
5830
- id: 8,
5831
- options: {
5832
- "(gogoproto.stdduration)": true
5833
- }
6478
+ id: 8
5834
6479
  },
5835
6480
  parentClosePolicy: {
5836
6481
  type: "temporal.api.enums.v1.ParentClosePolicy",
@@ -6106,24 +6751,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6106
6751
  },
6107
6752
  newWorkflowTaskTimeout: {
6108
6753
  type: "google.protobuf.Duration",
6109
- id: 2,
6110
- options: {
6111
- "(gogoproto.stdduration)": true
6112
- }
6754
+ id: 2
6113
6755
  },
6114
6756
  newWorkflowRunTimeout: {
6115
6757
  type: "google.protobuf.Duration",
6116
- id: 3,
6117
- options: {
6118
- "(gogoproto.stdduration)": true
6119
- }
6758
+ id: 3
6120
6759
  },
6121
6760
  newWorkflowExecutionTimeout: {
6122
6761
  type: "google.protobuf.Duration",
6123
- id: 4,
6124
- options: {
6125
- "(gogoproto.stdduration)": true
6126
- }
6762
+ id: 4
6127
6763
  },
6128
6764
  upsertedMemo: {
6129
6765
  type: "temporal.api.common.v1.Memo",
@@ -6263,10 +6899,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6263
6899
  },
6264
6900
  eventTime: {
6265
6901
  type: "google.protobuf.Timestamp",
6266
- id: 2,
6267
- options: {
6268
- "(gogoproto.stdtime)": true
6269
- }
6902
+ id: 2
6270
6903
  },
6271
6904
  eventType: {
6272
6905
  type: "temporal.api.enums.v1.EventType",
@@ -6521,265 +7154,115 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6521
7154
  },
6522
7155
  TaskQueueStatus: {
6523
7156
  fields: {
6524
- backlogCountHint: {
6525
- type: "int64",
6526
- id: 1
6527
- },
6528
- readLevel: {
6529
- type: "int64",
6530
- id: 2
6531
- },
6532
- ackLevel: {
6533
- type: "int64",
6534
- id: 3
6535
- },
6536
- ratePerSecond: {
6537
- type: "double",
6538
- id: 4
6539
- },
6540
- taskIdBlock: {
6541
- type: "TaskIdBlock",
6542
- id: 5
6543
- }
6544
- }
6545
- },
6546
- TaskIdBlock: {
6547
- fields: {
6548
- startId: {
6549
- type: "int64",
6550
- id: 1
6551
- },
6552
- endId: {
6553
- type: "int64",
6554
- id: 2
6555
- }
6556
- }
6557
- },
6558
- TaskQueuePartitionMetadata: {
6559
- fields: {
6560
- key: {
6561
- type: "string",
6562
- id: 1
6563
- },
6564
- ownerHostName: {
6565
- type: "string",
6566
- id: 2
6567
- }
6568
- }
6569
- },
6570
- PollerInfo: {
6571
- fields: {
6572
- lastAccessTime: {
6573
- type: "google.protobuf.Timestamp",
6574
- id: 1,
6575
- options: {
6576
- "(gogoproto.stdtime)": true
6577
- }
6578
- },
6579
- identity: {
6580
- type: "string",
6581
- id: 2
6582
- },
6583
- ratePerSecond: {
6584
- type: "double",
6585
- id: 3
6586
- },
6587
- workerVersionCapabilities: {
6588
- type: "temporal.api.common.v1.WorkerVersionCapabilities",
6589
- id: 4
6590
- }
6591
- }
6592
- },
6593
- StickyExecutionAttributes: {
6594
- fields: {
6595
- workerTaskQueue: {
6596
- type: "TaskQueue",
6597
- id: 1
6598
- },
6599
- scheduleToStartTimeout: {
6600
- type: "google.protobuf.Duration",
6601
- id: 2,
6602
- options: {
6603
- "(gogoproto.stdduration)": true
6604
- }
6605
- }
6606
- }
6607
- },
6608
- CompatibleVersionSet: {
6609
- fields: {
6610
- buildIds: {
6611
- rule: "repeated",
6612
- type: "string",
6613
- id: 1
6614
- }
6615
- }
6616
- },
6617
- TaskQueueReachability: {
6618
- fields: {
6619
- taskQueue: {
6620
- type: "string",
6621
- id: 1
6622
- },
6623
- reachability: {
6624
- rule: "repeated",
6625
- type: "temporal.api.enums.v1.TaskReachability",
6626
- id: 2
6627
- }
6628
- }
6629
- },
6630
- BuildIdReachability: {
6631
- fields: {
6632
- buildId: {
6633
- type: "string",
6634
- id: 1
6635
- },
6636
- taskQueueReachability: {
6637
- rule: "repeated",
6638
- type: "TaskQueueReachability",
6639
- id: 2
6640
- }
6641
- }
6642
- }
6643
- }
6644
- }
6645
- }
6646
- },
6647
- update: {
6648
- nested: {
6649
- v1: {
6650
- options: {
6651
- go_package: "go.temporal.io/api/update/v1;update",
6652
- java_package: "io.temporal.api.update.v1",
6653
- java_multiple_files: true,
6654
- java_outer_classname: "MessageProto",
6655
- ruby_package: "Temporalio::Api::Update::V1",
6656
- csharp_namespace: "Temporalio.Api.Update.V1"
6657
- },
6658
- nested: {
6659
- WaitPolicy: {
6660
- fields: {
6661
- lifecycleStage: {
6662
- type: "temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage",
6663
- id: 1
6664
- }
6665
- }
6666
- },
6667
- UpdateRef: {
6668
- fields: {
6669
- workflowExecution: {
6670
- type: "temporal.api.common.v1.WorkflowExecution",
7157
+ backlogCountHint: {
7158
+ type: "int64",
6671
7159
  id: 1
6672
7160
  },
6673
- updateId: {
6674
- type: "string",
7161
+ readLevel: {
7162
+ type: "int64",
6675
7163
  id: 2
7164
+ },
7165
+ ackLevel: {
7166
+ type: "int64",
7167
+ id: 3
7168
+ },
7169
+ ratePerSecond: {
7170
+ type: "double",
7171
+ id: 4
7172
+ },
7173
+ taskIdBlock: {
7174
+ type: "TaskIdBlock",
7175
+ id: 5
6676
7176
  }
6677
7177
  }
6678
7178
  },
6679
- Outcome: {
6680
- oneofs: {
6681
- value: {
6682
- oneof: [
6683
- "success",
6684
- "failure"
6685
- ]
6686
- }
6687
- },
7179
+ TaskIdBlock: {
6688
7180
  fields: {
6689
- success: {
6690
- type: "temporal.api.common.v1.Payloads",
7181
+ startId: {
7182
+ type: "int64",
6691
7183
  id: 1
6692
7184
  },
6693
- failure: {
6694
- type: "temporal.api.failure.v1.Failure",
7185
+ endId: {
7186
+ type: "int64",
6695
7187
  id: 2
6696
7188
  }
6697
7189
  }
6698
7190
  },
6699
- Meta: {
7191
+ TaskQueuePartitionMetadata: {
6700
7192
  fields: {
6701
- updateId: {
7193
+ key: {
6702
7194
  type: "string",
6703
7195
  id: 1
6704
7196
  },
6705
- identity: {
7197
+ ownerHostName: {
6706
7198
  type: "string",
6707
7199
  id: 2
6708
7200
  }
6709
7201
  }
6710
7202
  },
6711
- Input: {
7203
+ PollerInfo: {
6712
7204
  fields: {
6713
- header: {
6714
- type: "temporal.api.common.v1.Header",
7205
+ lastAccessTime: {
7206
+ type: "google.protobuf.Timestamp",
6715
7207
  id: 1
6716
7208
  },
6717
- name: {
7209
+ identity: {
6718
7210
  type: "string",
6719
7211
  id: 2
6720
7212
  },
6721
- args: {
6722
- type: "temporal.api.common.v1.Payloads",
7213
+ ratePerSecond: {
7214
+ type: "double",
6723
7215
  id: 3
7216
+ },
7217
+ workerVersionCapabilities: {
7218
+ type: "temporal.api.common.v1.WorkerVersionCapabilities",
7219
+ id: 4
6724
7220
  }
6725
7221
  }
6726
7222
  },
6727
- Request: {
7223
+ StickyExecutionAttributes: {
6728
7224
  fields: {
6729
- meta: {
6730
- type: "Meta",
7225
+ workerTaskQueue: {
7226
+ type: "TaskQueue",
6731
7227
  id: 1
6732
7228
  },
6733
- input: {
6734
- type: "Input",
7229
+ scheduleToStartTimeout: {
7230
+ type: "google.protobuf.Duration",
6735
7231
  id: 2
6736
7232
  }
6737
7233
  }
6738
7234
  },
6739
- Rejection: {
7235
+ CompatibleVersionSet: {
6740
7236
  fields: {
6741
- rejectedRequestMessageId: {
7237
+ buildIds: {
7238
+ rule: "repeated",
6742
7239
  type: "string",
6743
7240
  id: 1
6744
- },
6745
- rejectedRequestSequencingEventId: {
6746
- type: "int64",
6747
- id: 2
6748
- },
6749
- rejectedRequest: {
6750
- type: "Request",
6751
- id: 3
6752
- },
6753
- failure: {
6754
- type: "temporal.api.failure.v1.Failure",
6755
- id: 4
6756
7241
  }
6757
7242
  }
6758
7243
  },
6759
- Acceptance: {
7244
+ TaskQueueReachability: {
6760
7245
  fields: {
6761
- acceptedRequestMessageId: {
7246
+ taskQueue: {
6762
7247
  type: "string",
6763
7248
  id: 1
6764
7249
  },
6765
- acceptedRequestSequencingEventId: {
6766
- type: "int64",
7250
+ reachability: {
7251
+ rule: "repeated",
7252
+ type: "temporal.api.enums.v1.TaskReachability",
6767
7253
  id: 2
6768
- },
6769
- acceptedRequest: {
6770
- type: "Request",
6771
- id: 3
6772
7254
  }
6773
7255
  }
6774
7256
  },
6775
- Response: {
7257
+ BuildIdReachability: {
6776
7258
  fields: {
6777
- meta: {
6778
- type: "Meta",
7259
+ buildId: {
7260
+ type: "string",
6779
7261
  id: 1
6780
7262
  },
6781
- outcome: {
6782
- type: "Outcome",
7263
+ taskQueueReachability: {
7264
+ rule: "repeated",
7265
+ type: "TaskQueueReachability",
6783
7266
  id: 2
6784
7267
  }
6785
7268
  }
@@ -6812,17 +7295,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6812
7295
  },
6813
7296
  startTime: {
6814
7297
  type: "google.protobuf.Timestamp",
6815
- id: 3,
6816
- options: {
6817
- "(gogoproto.stdtime)": true
6818
- }
7298
+ id: 3
6819
7299
  },
6820
7300
  closeTime: {
6821
7301
  type: "google.protobuf.Timestamp",
6822
- id: 4,
6823
- options: {
6824
- "(gogoproto.stdtime)": true
6825
- }
7302
+ id: 4
6826
7303
  },
6827
7304
  status: {
6828
7305
  type: "temporal.api.enums.v1.WorkflowExecutionStatus",
@@ -6842,10 +7319,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6842
7319
  },
6843
7320
  executionTime: {
6844
7321
  type: "google.protobuf.Timestamp",
6845
- id: 9,
6846
- options: {
6847
- "(gogoproto.stdtime)": true
6848
- }
7322
+ id: 9
6849
7323
  },
6850
7324
  memo: {
6851
7325
  type: "temporal.api.common.v1.Memo",
@@ -6885,24 +7359,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6885
7359
  },
6886
7360
  workflowExecutionTimeout: {
6887
7361
  type: "google.protobuf.Duration",
6888
- id: 2,
6889
- options: {
6890
- "(gogoproto.stdduration)": true
6891
- }
7362
+ id: 2
6892
7363
  },
6893
7364
  workflowRunTimeout: {
6894
7365
  type: "google.protobuf.Duration",
6895
- id: 3,
6896
- options: {
6897
- "(gogoproto.stdduration)": true
6898
- }
7366
+ id: 3
6899
7367
  },
6900
7368
  defaultWorkflowTaskTimeout: {
6901
7369
  type: "google.protobuf.Duration",
6902
- id: 4,
6903
- options: {
6904
- "(gogoproto.stdduration)": true
6905
- }
7370
+ id: 4
6906
7371
  }
6907
7372
  }
6908
7373
  },
@@ -6926,17 +7391,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6926
7391
  },
6927
7392
  lastHeartbeatTime: {
6928
7393
  type: "google.protobuf.Timestamp",
6929
- id: 5,
6930
- options: {
6931
- "(gogoproto.stdtime)": true
6932
- }
7394
+ id: 5
6933
7395
  },
6934
7396
  lastStartedTime: {
6935
7397
  type: "google.protobuf.Timestamp",
6936
- id: 6,
6937
- options: {
6938
- "(gogoproto.stdtime)": true
6939
- }
7398
+ id: 6
6940
7399
  },
6941
7400
  attempt: {
6942
7401
  type: "int32",
@@ -6948,17 +7407,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6948
7407
  },
6949
7408
  scheduledTime: {
6950
7409
  type: "google.protobuf.Timestamp",
6951
- id: 9,
6952
- options: {
6953
- "(gogoproto.stdtime)": true
6954
- }
7410
+ id: 9
6955
7411
  },
6956
7412
  expirationTime: {
6957
7413
  type: "google.protobuf.Timestamp",
6958
- id: 10,
6959
- options: {
6960
- "(gogoproto.stdtime)": true
6961
- }
7414
+ id: 10
6962
7415
  },
6963
7416
  lastFailure: {
6964
7417
  type: "temporal.api.failure.v1.Failure",
@@ -7002,24 +7455,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7002
7455
  },
7003
7456
  scheduledTime: {
7004
7457
  type: "google.protobuf.Timestamp",
7005
- id: 2,
7006
- options: {
7007
- "(gogoproto.stdtime)": true
7008
- }
7458
+ id: 2
7009
7459
  },
7010
7460
  originalScheduledTime: {
7011
7461
  type: "google.protobuf.Timestamp",
7012
- id: 3,
7013
- options: {
7014
- "(gogoproto.stdtime)": true
7015
- }
7462
+ id: 3
7016
7463
  },
7017
7464
  startedTime: {
7018
7465
  type: "google.protobuf.Timestamp",
7019
- id: 4,
7020
- options: {
7021
- "(gogoproto.stdtime)": true
7022
- }
7466
+ id: 4
7023
7467
  },
7024
7468
  attempt: {
7025
7469
  type: "int32",
@@ -7038,6 +7482,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7038
7482
  },
7039
7483
  ResetPointInfo: {
7040
7484
  fields: {
7485
+ buildId: {
7486
+ type: "string",
7487
+ id: 7
7488
+ },
7041
7489
  binaryChecksum: {
7042
7490
  type: "string",
7043
7491
  id: 1
@@ -7052,17 +7500,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7052
7500
  },
7053
7501
  createTime: {
7054
7502
  type: "google.protobuf.Timestamp",
7055
- id: 4,
7056
- options: {
7057
- "(gogoproto.stdtime)": true
7058
- }
7503
+ id: 4
7059
7504
  },
7060
7505
  expireTime: {
7061
7506
  type: "google.protobuf.Timestamp",
7062
- id: 5,
7063
- options: {
7064
- "(gogoproto.stdtime)": true
7065
- }
7507
+ id: 5
7066
7508
  },
7067
7509
  resettable: {
7068
7510
  type: "bool",
@@ -7090,24 +7532,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7090
7532
  },
7091
7533
  workflowExecutionTimeout: {
7092
7534
  type: "google.protobuf.Duration",
7093
- id: 5,
7094
- options: {
7095
- "(gogoproto.stdduration)": true
7096
- }
7535
+ id: 5
7097
7536
  },
7098
7537
  workflowRunTimeout: {
7099
7538
  type: "google.protobuf.Duration",
7100
- id: 6,
7101
- options: {
7102
- "(gogoproto.stdduration)": true
7103
- }
7539
+ id: 6
7104
7540
  },
7105
7541
  workflowTaskTimeout: {
7106
7542
  type: "google.protobuf.Duration",
7107
- id: 7,
7108
- options: {
7109
- "(gogoproto.stdduration)": true
7110
- }
7543
+ id: 7
7111
7544
  },
7112
7545
  workflowIdReusePolicy: {
7113
7546
  type: "temporal.api.enums.v1.WorkflowIdReusePolicy",
@@ -7162,6 +7595,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7162
7595
  rule: "repeated",
7163
7596
  type: "uint32",
7164
7597
  id: 2
7598
+ },
7599
+ sdkName: {
7600
+ type: "string",
7601
+ id: 3
7602
+ },
7603
+ sdkVersion: {
7604
+ type: "string",
7605
+ id: 4
7165
7606
  }
7166
7607
  }
7167
7608
  }
@@ -7205,31 +7646,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7205
7646
  },
7206
7647
  scheduleToCloseTimeout: {
7207
7648
  type: "google.protobuf.Duration",
7208
- id: 7,
7209
- options: {
7210
- "(gogoproto.stdduration)": true
7211
- }
7649
+ id: 7
7212
7650
  },
7213
7651
  scheduleToStartTimeout: {
7214
7652
  type: "google.protobuf.Duration",
7215
- id: 8,
7216
- options: {
7217
- "(gogoproto.stdduration)": true
7218
- }
7653
+ id: 8
7219
7654
  },
7220
7655
  startToCloseTimeout: {
7221
7656
  type: "google.protobuf.Duration",
7222
- id: 9,
7223
- options: {
7224
- "(gogoproto.stdduration)": true
7225
- }
7657
+ id: 9
7226
7658
  },
7227
7659
  heartbeatTimeout: {
7228
7660
  type: "google.protobuf.Duration",
7229
- id: 10,
7230
- options: {
7231
- "(gogoproto.stdduration)": true
7232
- }
7661
+ id: 10
7233
7662
  },
7234
7663
  retryPolicy: {
7235
7664
  type: "temporal.api.common.v1.RetryPolicy",
@@ -7267,10 +7696,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7267
7696
  },
7268
7697
  startToFireTimeout: {
7269
7698
  type: "google.protobuf.Duration",
7270
- id: 2,
7271
- options: {
7272
- "(gogoproto.stdduration)": true
7273
- }
7699
+ id: 2
7274
7700
  }
7275
7701
  }
7276
7702
  },
@@ -7419,24 +7845,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7419
7845
  },
7420
7846
  workflowRunTimeout: {
7421
7847
  type: "google.protobuf.Duration",
7422
- id: 4,
7423
- options: {
7424
- "(gogoproto.stdduration)": true
7425
- }
7848
+ id: 4
7426
7849
  },
7427
7850
  workflowTaskTimeout: {
7428
7851
  type: "google.protobuf.Duration",
7429
- id: 5,
7430
- options: {
7431
- "(gogoproto.stdduration)": true
7432
- }
7852
+ id: 5
7433
7853
  },
7434
7854
  backoffStartInterval: {
7435
7855
  type: "google.protobuf.Duration",
7436
- id: 6,
7437
- options: {
7438
- "(gogoproto.stdduration)": true
7439
- }
7856
+ id: 6
7440
7857
  },
7441
7858
  retryPolicy: {
7442
7859
  type: "temporal.api.common.v1.RetryPolicy",
@@ -7500,24 +7917,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7500
7917
  },
7501
7918
  workflowExecutionTimeout: {
7502
7919
  type: "google.protobuf.Duration",
7503
- id: 6,
7504
- options: {
7505
- "(gogoproto.stdduration)": true
7506
- }
7920
+ id: 6
7507
7921
  },
7508
7922
  workflowRunTimeout: {
7509
7923
  type: "google.protobuf.Duration",
7510
- id: 7,
7511
- options: {
7512
- "(gogoproto.stdduration)": true
7513
- }
7924
+ id: 7
7514
7925
  },
7515
7926
  workflowTaskTimeout: {
7516
7927
  type: "google.protobuf.Duration",
7517
- id: 8,
7518
- options: {
7519
- "(gogoproto.stdduration)": true
7520
- }
7928
+ id: 8
7521
7929
  },
7522
7930
  parentClosePolicy: {
7523
7931
  type: "temporal.api.enums.v1.ParentClosePolicy",
@@ -7694,17 +8102,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7694
8102
  fields: {
7695
8103
  earliestTime: {
7696
8104
  type: "google.protobuf.Timestamp",
7697
- id: 1,
7698
- options: {
7699
- "(gogoproto.stdtime)": true
7700
- }
8105
+ id: 1
7701
8106
  },
7702
8107
  latestTime: {
7703
8108
  type: "google.protobuf.Timestamp",
7704
- id: 2,
7705
- options: {
7706
- "(gogoproto.stdtime)": true
7707
- }
8109
+ id: 2
7708
8110
  }
7709
8111
  }
7710
8112
  },
@@ -7817,10 +8219,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7817
8219
  fields: {
7818
8220
  workflowExecutionRetentionTtl: {
7819
8221
  type: "google.protobuf.Duration",
7820
- id: 1,
7821
- options: {
7822
- "(gogoproto.stdduration)": true
7823
- }
8222
+ id: 1
7824
8223
  },
7825
8224
  badBinaries: {
7826
8225
  type: "BadBinaries",
@@ -7870,10 +8269,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7870
8269
  },
7871
8270
  createTime: {
7872
8271
  type: "google.protobuf.Timestamp",
7873
- id: 3,
7874
- options: {
7875
- "(gogoproto.stdtime)": true
7876
- }
8272
+ id: 3
7877
8273
  }
7878
8274
  }
7879
8275
  },
@@ -8007,10 +8403,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8007
8403
  fields: {
8008
8404
  failoverTime: {
8009
8405
  type: "google.protobuf.Timestamp",
8010
- id: 1,
8011
- options: {
8012
- "(gogoproto.stdtime)": true
8013
- }
8406
+ id: 1
8014
8407
  },
8015
8408
  failoverVersion: {
8016
8409
  type: "int64",
@@ -8133,17 +8526,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8133
8526
  fields: {
8134
8527
  interval: {
8135
8528
  type: "google.protobuf.Duration",
8136
- id: 1,
8137
- options: {
8138
- "(gogoproto.stdduration)": true
8139
- }
8529
+ id: 1
8140
8530
  },
8141
8531
  phase: {
8142
8532
  type: "google.protobuf.Duration",
8143
- id: 2,
8144
- options: {
8145
- "(gogoproto.stdduration)": true
8146
- }
8533
+ id: 2
8147
8534
  }
8148
8535
  }
8149
8536
  },
@@ -8184,24 +8571,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8184
8571
  },
8185
8572
  startTime: {
8186
8573
  type: "google.protobuf.Timestamp",
8187
- id: 4,
8188
- options: {
8189
- "(gogoproto.stdtime)": true
8190
- }
8574
+ id: 4
8191
8575
  },
8192
8576
  endTime: {
8193
8577
  type: "google.protobuf.Timestamp",
8194
- id: 5,
8195
- options: {
8196
- "(gogoproto.stdtime)": true
8197
- }
8578
+ id: 5
8198
8579
  },
8199
8580
  jitter: {
8200
8581
  type: "google.protobuf.Duration",
8201
- id: 6,
8202
- options: {
8203
- "(gogoproto.stdduration)": true
8204
- }
8582
+ id: 6
8205
8583
  },
8206
8584
  timezoneName: {
8207
8585
  type: "string",
@@ -8221,10 +8599,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8221
8599
  },
8222
8600
  catchupWindow: {
8223
8601
  type: "google.protobuf.Duration",
8224
- id: 2,
8225
- options: {
8226
- "(gogoproto.stdduration)": true
8227
- }
8602
+ id: 2
8228
8603
  },
8229
8604
  pauseOnFailure: {
8230
8605
  type: "bool",
@@ -8251,17 +8626,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8251
8626
  fields: {
8252
8627
  scheduleTime: {
8253
8628
  type: "google.protobuf.Timestamp",
8254
- id: 1,
8255
- options: {
8256
- "(gogoproto.stdtime)": true
8257
- }
8629
+ id: 1
8258
8630
  },
8259
8631
  actualTime: {
8260
8632
  type: "google.protobuf.Timestamp",
8261
- id: 2,
8262
- options: {
8263
- "(gogoproto.stdtime)": true
8264
- }
8633
+ id: 2
8265
8634
  },
8266
8635
  startWorkflowResult: {
8267
8636
  type: "temporal.api.common.v1.WorkflowExecution",
@@ -8301,17 +8670,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8301
8670
  fields: {
8302
8671
  startTime: {
8303
8672
  type: "google.protobuf.Timestamp",
8304
- id: 1,
8305
- options: {
8306
- "(gogoproto.stdtime)": true
8307
- }
8673
+ id: 1
8308
8674
  },
8309
8675
  endTime: {
8310
8676
  type: "google.protobuf.Timestamp",
8311
- id: 2,
8312
- options: {
8313
- "(gogoproto.stdtime)": true
8314
- }
8677
+ id: 2
8315
8678
  },
8316
8679
  overlapPolicy: {
8317
8680
  type: "temporal.api.enums.v1.ScheduleOverlapPolicy",
@@ -8354,6 +8717,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8354
8717
  type: "int64",
8355
8718
  id: 3
8356
8719
  },
8720
+ bufferDropped: {
8721
+ type: "int64",
8722
+ id: 10
8723
+ },
8724
+ bufferSize: {
8725
+ type: "int64",
8726
+ id: 11
8727
+ },
8357
8728
  runningWorkflows: {
8358
8729
  rule: "repeated",
8359
8730
  type: "temporal.api.common.v1.WorkflowExecution",
@@ -8367,24 +8738,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8367
8738
  futureActionTimes: {
8368
8739
  rule: "repeated",
8369
8740
  type: "google.protobuf.Timestamp",
8370
- id: 5,
8371
- options: {
8372
- "(gogoproto.stdtime)": true
8373
- }
8741
+ id: 5
8374
8742
  },
8375
8743
  createTime: {
8376
8744
  type: "google.protobuf.Timestamp",
8377
- id: 6,
8378
- options: {
8379
- "(gogoproto.stdtime)": true
8380
- }
8745
+ id: 6
8381
8746
  },
8382
8747
  updateTime: {
8383
8748
  type: "google.protobuf.Timestamp",
8384
- id: 7,
8385
- options: {
8386
- "(gogoproto.stdtime)": true
8387
- }
8749
+ id: 7
8388
8750
  },
8389
8751
  invalidScheduleError: {
8390
8752
  type: "string",
@@ -8441,10 +8803,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8441
8803
  futureActionTimes: {
8442
8804
  rule: "repeated",
8443
8805
  type: "google.protobuf.Timestamp",
8444
- id: 6,
8445
- options: {
8446
- "(gogoproto.stdtime)": true
8447
- }
8806
+ id: 6
8448
8807
  }
8449
8808
  }
8450
8809
  },
@@ -8492,10 +8851,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8492
8851
  },
8493
8852
  releaseTime: {
8494
8853
  type: "google.protobuf.Timestamp",
8495
- id: 2,
8496
- options: {
8497
- "(gogoproto.stdtime)": true
8498
- }
8854
+ id: 2
8499
8855
  },
8500
8856
  notes: {
8501
8857
  type: "string",
@@ -8536,10 +8892,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8536
8892
  },
8537
8893
  lastUpdateTime: {
8538
8894
  type: "google.protobuf.Timestamp",
8539
- id: 5,
8540
- options: {
8541
- "(gogoproto.stdtime)": true
8542
- }
8895
+ id: 5
8543
8896
  }
8544
8897
  }
8545
8898
  }
@@ -8571,17 +8924,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8571
8924
  },
8572
8925
  startTime: {
8573
8926
  type: "google.protobuf.Timestamp",
8574
- id: 3,
8575
- options: {
8576
- "(gogoproto.stdtime)": true
8577
- }
8927
+ id: 3
8578
8928
  },
8579
8929
  closeTime: {
8580
8930
  type: "google.protobuf.Timestamp",
8581
- id: 4,
8582
- options: {
8583
- "(gogoproto.stdtime)": true
8584
- }
8931
+ id: 4
8585
8932
  }
8586
8933
  }
8587
8934
  },
@@ -8635,6 +8982,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8635
8982
  },
8636
8983
  BatchOperationReset: {
8637
8984
  fields: {
8985
+ identity: {
8986
+ type: "string",
8987
+ id: 3
8988
+ },
8989
+ options: {
8990
+ type: "temporal.api.common.v1.ResetOptions",
8991
+ id: 4
8992
+ },
8638
8993
  resetType: {
8639
8994
  type: "temporal.api.enums.v1.ResetType",
8640
8995
  id: 1
@@ -8642,10 +8997,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8642
8997
  resetReapplyType: {
8643
8998
  type: "temporal.api.enums.v1.ResetReapplyType",
8644
8999
  id: 2
8645
- },
8646
- identity: {
8647
- type: "string",
8648
- id: 3
8649
9000
  }
8650
9001
  }
8651
9002
  }
@@ -8677,7 +9028,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8677
9028
  },
8678
9029
  ListSearchAttributes: {
8679
9030
  requestType: "ListSearchAttributesRequest",
8680
- responseType: "ListSearchAttributesResponse"
9031
+ responseType: "ListSearchAttributesResponse",
9032
+ options: {
9033
+ "(google.api.http).get": "/api/v1/namespaces/{namespace}/search-attributes"
9034
+ },
9035
+ parsedOptions: [
9036
+ {
9037
+ "(google.api.http)": {
9038
+ get: "/api/v1/namespaces/{namespace}/search-attributes"
9039
+ }
9040
+ }
9041
+ ]
8681
9042
  },
8682
9043
  DeleteNamespace: {
8683
9044
  requestType: "DeleteNamespaceRequest",
@@ -8761,6 +9122,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8761
9122
  namespace: {
8762
9123
  type: "string",
8763
9124
  id: 1
9125
+ },
9126
+ namespaceId: {
9127
+ type: "string",
9128
+ id: 2
8764
9129
  }
8765
9130
  }
8766
9131
  },
@@ -9108,396 +9473,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9108
9473
  }
9109
9474
  }
9110
9475
  },
9111
- gogoproto: {
9112
- options: {
9113
- go_package: "github.com/gogo/protobuf/gogoproto"
9114
- },
9115
- nested: {
9116
- goprotoEnumPrefix: {
9117
- type: "bool",
9118
- id: 62001,
9119
- extend: "google.protobuf.EnumOptions"
9120
- },
9121
- goprotoEnumStringer: {
9122
- type: "bool",
9123
- id: 62021,
9124
- extend: "google.protobuf.EnumOptions"
9125
- },
9126
- enumStringer: {
9127
- type: "bool",
9128
- id: 62022,
9129
- extend: "google.protobuf.EnumOptions"
9130
- },
9131
- enumCustomname: {
9132
- type: "string",
9133
- id: 62023,
9134
- extend: "google.protobuf.EnumOptions"
9135
- },
9136
- enumdecl: {
9137
- type: "bool",
9138
- id: 62024,
9139
- extend: "google.protobuf.EnumOptions"
9140
- },
9141
- enumvalueCustomname: {
9142
- type: "string",
9143
- id: 66001,
9144
- extend: "google.protobuf.EnumValueOptions"
9145
- },
9146
- goprotoGettersAll: {
9147
- type: "bool",
9148
- id: 63001,
9149
- extend: "google.protobuf.FileOptions"
9150
- },
9151
- goprotoEnumPrefixAll: {
9152
- type: "bool",
9153
- id: 63002,
9154
- extend: "google.protobuf.FileOptions"
9155
- },
9156
- goprotoStringerAll: {
9157
- type: "bool",
9158
- id: 63003,
9159
- extend: "google.protobuf.FileOptions"
9160
- },
9161
- verboseEqualAll: {
9162
- type: "bool",
9163
- id: 63004,
9164
- extend: "google.protobuf.FileOptions"
9165
- },
9166
- faceAll: {
9167
- type: "bool",
9168
- id: 63005,
9169
- extend: "google.protobuf.FileOptions"
9170
- },
9171
- gostringAll: {
9172
- type: "bool",
9173
- id: 63006,
9174
- extend: "google.protobuf.FileOptions"
9175
- },
9176
- populateAll: {
9177
- type: "bool",
9178
- id: 63007,
9179
- extend: "google.protobuf.FileOptions"
9180
- },
9181
- stringerAll: {
9182
- type: "bool",
9183
- id: 63008,
9184
- extend: "google.protobuf.FileOptions"
9185
- },
9186
- onlyoneAll: {
9187
- type: "bool",
9188
- id: 63009,
9189
- extend: "google.protobuf.FileOptions"
9190
- },
9191
- equalAll: {
9192
- type: "bool",
9193
- id: 63013,
9194
- extend: "google.protobuf.FileOptions"
9195
- },
9196
- descriptionAll: {
9197
- type: "bool",
9198
- id: 63014,
9199
- extend: "google.protobuf.FileOptions"
9200
- },
9201
- testgenAll: {
9202
- type: "bool",
9203
- id: 63015,
9204
- extend: "google.protobuf.FileOptions"
9205
- },
9206
- benchgenAll: {
9207
- type: "bool",
9208
- id: 63016,
9209
- extend: "google.protobuf.FileOptions"
9210
- },
9211
- marshalerAll: {
9212
- type: "bool",
9213
- id: 63017,
9214
- extend: "google.protobuf.FileOptions"
9215
- },
9216
- unmarshalerAll: {
9217
- type: "bool",
9218
- id: 63018,
9219
- extend: "google.protobuf.FileOptions"
9220
- },
9221
- stableMarshalerAll: {
9222
- type: "bool",
9223
- id: 63019,
9224
- extend: "google.protobuf.FileOptions"
9225
- },
9226
- sizerAll: {
9227
- type: "bool",
9228
- id: 63020,
9229
- extend: "google.protobuf.FileOptions"
9230
- },
9231
- goprotoEnumStringerAll: {
9232
- type: "bool",
9233
- id: 63021,
9234
- extend: "google.protobuf.FileOptions"
9235
- },
9236
- enumStringerAll: {
9237
- type: "bool",
9238
- id: 63022,
9239
- extend: "google.protobuf.FileOptions"
9240
- },
9241
- unsafeMarshalerAll: {
9242
- type: "bool",
9243
- id: 63023,
9244
- extend: "google.protobuf.FileOptions"
9245
- },
9246
- unsafeUnmarshalerAll: {
9247
- type: "bool",
9248
- id: 63024,
9249
- extend: "google.protobuf.FileOptions"
9250
- },
9251
- goprotoExtensionsMapAll: {
9252
- type: "bool",
9253
- id: 63025,
9254
- extend: "google.protobuf.FileOptions"
9255
- },
9256
- goprotoUnrecognizedAll: {
9257
- type: "bool",
9258
- id: 63026,
9259
- extend: "google.protobuf.FileOptions"
9260
- },
9261
- gogoprotoImport: {
9262
- type: "bool",
9263
- id: 63027,
9264
- extend: "google.protobuf.FileOptions"
9265
- },
9266
- protosizerAll: {
9267
- type: "bool",
9268
- id: 63028,
9269
- extend: "google.protobuf.FileOptions"
9270
- },
9271
- compareAll: {
9272
- type: "bool",
9273
- id: 63029,
9274
- extend: "google.protobuf.FileOptions"
9275
- },
9276
- typedeclAll: {
9277
- type: "bool",
9278
- id: 63030,
9279
- extend: "google.protobuf.FileOptions"
9280
- },
9281
- enumdeclAll: {
9282
- type: "bool",
9283
- id: 63031,
9284
- extend: "google.protobuf.FileOptions"
9285
- },
9286
- goprotoRegistration: {
9287
- type: "bool",
9288
- id: 63032,
9289
- extend: "google.protobuf.FileOptions"
9290
- },
9291
- messagenameAll: {
9292
- type: "bool",
9293
- id: 63033,
9294
- extend: "google.protobuf.FileOptions"
9295
- },
9296
- goprotoSizecacheAll: {
9297
- type: "bool",
9298
- id: 63034,
9299
- extend: "google.protobuf.FileOptions"
9300
- },
9301
- goprotoUnkeyedAll: {
9302
- type: "bool",
9303
- id: 63035,
9304
- extend: "google.protobuf.FileOptions"
9305
- },
9306
- goprotoGetters: {
9307
- type: "bool",
9308
- id: 64001,
9309
- extend: "google.protobuf.MessageOptions"
9310
- },
9311
- goprotoStringer: {
9312
- type: "bool",
9313
- id: 64003,
9314
- extend: "google.protobuf.MessageOptions"
9315
- },
9316
- verboseEqual: {
9317
- type: "bool",
9318
- id: 64004,
9319
- extend: "google.protobuf.MessageOptions"
9320
- },
9321
- face: {
9322
- type: "bool",
9323
- id: 64005,
9324
- extend: "google.protobuf.MessageOptions"
9325
- },
9326
- gostring: {
9327
- type: "bool",
9328
- id: 64006,
9329
- extend: "google.protobuf.MessageOptions"
9330
- },
9331
- populate: {
9332
- type: "bool",
9333
- id: 64007,
9334
- extend: "google.protobuf.MessageOptions"
9335
- },
9336
- stringer: {
9337
- type: "bool",
9338
- id: 67008,
9339
- extend: "google.protobuf.MessageOptions"
9340
- },
9341
- onlyone: {
9342
- type: "bool",
9343
- id: 64009,
9344
- extend: "google.protobuf.MessageOptions"
9345
- },
9346
- equal: {
9347
- type: "bool",
9348
- id: 64013,
9349
- extend: "google.protobuf.MessageOptions"
9350
- },
9351
- description: {
9352
- type: "bool",
9353
- id: 64014,
9354
- extend: "google.protobuf.MessageOptions"
9355
- },
9356
- testgen: {
9357
- type: "bool",
9358
- id: 64015,
9359
- extend: "google.protobuf.MessageOptions"
9360
- },
9361
- benchgen: {
9362
- type: "bool",
9363
- id: 64016,
9364
- extend: "google.protobuf.MessageOptions"
9365
- },
9366
- marshaler: {
9367
- type: "bool",
9368
- id: 64017,
9369
- extend: "google.protobuf.MessageOptions"
9370
- },
9371
- unmarshaler: {
9372
- type: "bool",
9373
- id: 64018,
9374
- extend: "google.protobuf.MessageOptions"
9375
- },
9376
- stableMarshaler: {
9377
- type: "bool",
9378
- id: 64019,
9379
- extend: "google.protobuf.MessageOptions"
9380
- },
9381
- sizer: {
9382
- type: "bool",
9383
- id: 64020,
9384
- extend: "google.protobuf.MessageOptions"
9385
- },
9386
- unsafeMarshaler: {
9387
- type: "bool",
9388
- id: 64023,
9389
- extend: "google.protobuf.MessageOptions"
9390
- },
9391
- unsafeUnmarshaler: {
9392
- type: "bool",
9393
- id: 64024,
9394
- extend: "google.protobuf.MessageOptions"
9395
- },
9396
- goprotoExtensionsMap: {
9397
- type: "bool",
9398
- id: 64025,
9399
- extend: "google.protobuf.MessageOptions"
9400
- },
9401
- goprotoUnrecognized: {
9402
- type: "bool",
9403
- id: 64026,
9404
- extend: "google.protobuf.MessageOptions"
9405
- },
9406
- protosizer: {
9407
- type: "bool",
9408
- id: 64028,
9409
- extend: "google.protobuf.MessageOptions"
9410
- },
9411
- compare: {
9412
- type: "bool",
9413
- id: 64029,
9414
- extend: "google.protobuf.MessageOptions"
9415
- },
9416
- typedecl: {
9417
- type: "bool",
9418
- id: 64030,
9419
- extend: "google.protobuf.MessageOptions"
9420
- },
9421
- messagename: {
9422
- type: "bool",
9423
- id: 64033,
9424
- extend: "google.protobuf.MessageOptions"
9425
- },
9426
- goprotoSizecache: {
9427
- type: "bool",
9428
- id: 64034,
9429
- extend: "google.protobuf.MessageOptions"
9430
- },
9431
- goprotoUnkeyed: {
9432
- type: "bool",
9433
- id: 64035,
9434
- extend: "google.protobuf.MessageOptions"
9435
- },
9436
- nullable: {
9437
- type: "bool",
9438
- id: 65001,
9439
- extend: "google.protobuf.FieldOptions"
9440
- },
9441
- embed: {
9442
- type: "bool",
9443
- id: 65002,
9444
- extend: "google.protobuf.FieldOptions"
9445
- },
9446
- customtype: {
9447
- type: "string",
9448
- id: 65003,
9449
- extend: "google.protobuf.FieldOptions"
9450
- },
9451
- customname: {
9452
- type: "string",
9453
- id: 65004,
9454
- extend: "google.protobuf.FieldOptions"
9455
- },
9456
- jsontag: {
9457
- type: "string",
9458
- id: 65005,
9459
- extend: "google.protobuf.FieldOptions"
9460
- },
9461
- moretags: {
9462
- type: "string",
9463
- id: 65006,
9464
- extend: "google.protobuf.FieldOptions"
9465
- },
9466
- casttype: {
9467
- type: "string",
9468
- id: 65007,
9469
- extend: "google.protobuf.FieldOptions"
9470
- },
9471
- castkey: {
9472
- type: "string",
9473
- id: 65008,
9474
- extend: "google.protobuf.FieldOptions"
9475
- },
9476
- castvalue: {
9477
- type: "string",
9478
- id: 65009,
9479
- extend: "google.protobuf.FieldOptions"
9480
- },
9481
- stdtime: {
9482
- type: "bool",
9483
- id: 65010,
9484
- extend: "google.protobuf.FieldOptions"
9485
- },
9486
- stdduration: {
9487
- type: "bool",
9488
- id: 65011,
9489
- extend: "google.protobuf.FieldOptions"
9490
- },
9491
- wktpointer: {
9492
- type: "bool",
9493
- id: 65012,
9494
- extend: "google.protobuf.FieldOptions"
9495
- }
9496
- }
9497
- },
9498
9476
  google: {
9499
9477
  nested: {
9500
9478
  protobuf: {
9479
+ options: {
9480
+ go_package: "google.golang.org/protobuf/types/descriptorpb",
9481
+ java_package: "com.google.protobuf",
9482
+ java_outer_classname: "DescriptorProtos",
9483
+ csharp_namespace: "Google.Protobuf.Reflection",
9484
+ objc_class_prefix: "GPB",
9485
+ cc_enable_arenas: true,
9486
+ optimize_for: "SPEED"
9487
+ },
9501
9488
  nested: {
9502
9489
  FileDescriptorSet: {
9503
9490
  fields: {
@@ -10339,6 +10326,105 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10339
10326
  }
10340
10327
  }
10341
10328
  },
10329
+ api: {
10330
+ options: {
10331
+ go_package: "google.golang.org/genproto/googleapis/api/annotations;annotations",
10332
+ java_multiple_files: true,
10333
+ java_outer_classname: "HttpProto",
10334
+ java_package: "com.google.api",
10335
+ objc_class_prefix: "GAPI",
10336
+ cc_enable_arenas: true
10337
+ },
10338
+ nested: {
10339
+ http: {
10340
+ type: "HttpRule",
10341
+ id: 72295728,
10342
+ extend: "google.protobuf.MethodOptions"
10343
+ },
10344
+ Http: {
10345
+ fields: {
10346
+ rules: {
10347
+ rule: "repeated",
10348
+ type: "HttpRule",
10349
+ id: 1
10350
+ },
10351
+ fullyDecodeReservedExpansion: {
10352
+ type: "bool",
10353
+ id: 2
10354
+ }
10355
+ }
10356
+ },
10357
+ HttpRule: {
10358
+ oneofs: {
10359
+ pattern: {
10360
+ oneof: [
10361
+ "get",
10362
+ "put",
10363
+ "post",
10364
+ "delete",
10365
+ "patch",
10366
+ "custom"
10367
+ ]
10368
+ }
10369
+ },
10370
+ fields: {
10371
+ selector: {
10372
+ type: "string",
10373
+ id: 1
10374
+ },
10375
+ get: {
10376
+ type: "string",
10377
+ id: 2
10378
+ },
10379
+ put: {
10380
+ type: "string",
10381
+ id: 3
10382
+ },
10383
+ post: {
10384
+ type: "string",
10385
+ id: 4
10386
+ },
10387
+ "delete": {
10388
+ type: "string",
10389
+ id: 5
10390
+ },
10391
+ patch: {
10392
+ type: "string",
10393
+ id: 6
10394
+ },
10395
+ custom: {
10396
+ type: "CustomHttpPattern",
10397
+ id: 8
10398
+ },
10399
+ body: {
10400
+ type: "string",
10401
+ id: 7
10402
+ },
10403
+ responseBody: {
10404
+ type: "string",
10405
+ id: 12
10406
+ },
10407
+ additionalBindings: {
10408
+ rule: "repeated",
10409
+ type: "HttpRule",
10410
+ id: 11
10411
+ }
10412
+ }
10413
+ },
10414
+ CustomHttpPattern: {
10415
+ fields: {
10416
+ kind: {
10417
+ type: "string",
10418
+ id: 1
10419
+ },
10420
+ path: {
10421
+ type: "string",
10422
+ id: 2
10423
+ }
10424
+ }
10425
+ }
10426
+ }
10427
+ },
10342
10428
  rpc: {
10343
10429
  options: {
10344
10430
  cc_enable_arenas: true,