@temporalio/proto 1.11.3 → 1.11.4

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.
@@ -7,7 +7,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7
7
  .addJSON({
8
8
  coresdk: {
9
9
  options: {
10
- ruby_package: "Temporalio::Bridge::Api::CoreInterface"
10
+ ruby_package: "Temporalio::Internal::Bridge::Api::CoreInterface"
11
11
  },
12
12
  nested: {
13
13
  ActivityHeartbeat: {
@@ -35,9 +35,37 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
35
35
  }
36
36
  }
37
37
  },
38
+ WorkflowSlotInfo: {
39
+ fields: {
40
+ workflowType: {
41
+ type: "string",
42
+ id: 1
43
+ },
44
+ isSticky: {
45
+ type: "bool",
46
+ id: 2
47
+ }
48
+ }
49
+ },
50
+ ActivitySlotInfo: {
51
+ fields: {
52
+ activityType: {
53
+ type: "string",
54
+ id: 1
55
+ }
56
+ }
57
+ },
58
+ LocalActivitySlotInfo: {
59
+ fields: {
60
+ activityType: {
61
+ type: "string",
62
+ id: 1
63
+ }
64
+ }
65
+ },
38
66
  activity_result: {
39
67
  options: {
40
- ruby_package: "Temporalio::Bridge::Api::ActivityResult"
68
+ ruby_package: "Temporalio::Internal::Bridge::Api::ActivityResult"
41
69
  },
42
70
  nested: {
43
71
  ActivityExecutionResult: {
@@ -147,7 +175,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
147
175
  },
148
176
  activity_task: {
149
177
  options: {
150
- ruby_package: "Temporalio::Bridge::Api::ActivityTask"
178
+ ruby_package: "Temporalio::Internal::Bridge::Api::ActivityTask"
151
179
  },
152
180
  nested: {
153
181
  ActivityTask: {
@@ -269,7 +297,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
269
297
  },
270
298
  common: {
271
299
  options: {
272
- ruby_package: "Temporalio::Bridge::Api::Common"
300
+ ruby_package: "Temporalio::Internal::Bridge::Api::Common"
273
301
  },
274
302
  nested: {
275
303
  NamespacedWorkflowExecution: {
@@ -299,7 +327,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
299
327
  },
300
328
  external_data: {
301
329
  options: {
302
- ruby_package: "Temporalio::Bridge::Api::ExternalData"
330
+ ruby_package: "Temporalio::Internal::Bridge::Api::ExternalData"
303
331
  },
304
332
  nested: {
305
333
  LocalActivityMarkerData: {
@@ -350,7 +378,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
350
378
  },
351
379
  workflow_activation: {
352
380
  options: {
353
- ruby_package: "Temporalio::Bridge::Api::WorkflowActivation"
381
+ ruby_package: "Temporalio::Internal::Bridge::Api::WorkflowActivation"
354
382
  },
355
383
  nested: {
356
384
  WorkflowActivation: {
@@ -829,7 +857,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
829
857
  },
830
858
  child_workflow: {
831
859
  options: {
832
- ruby_package: "Temporalio::Bridge::Api::ChildWorkflow"
860
+ ruby_package: "Temporalio::Internal::Bridge::Api::ChildWorkflow"
833
861
  },
834
862
  nested: {
835
863
  ChildWorkflowResult: {
@@ -907,7 +935,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
907
935
  },
908
936
  workflow_commands: {
909
937
  options: {
910
- ruby_package: "Temporalio::Bridge::Api::WorkflowCommands"
938
+ ruby_package: "Temporalio::Internal::Bridge::Api::WorkflowCommands"
911
939
  },
912
940
  nested: {
913
941
  WorkflowCommand: {
@@ -1502,7 +1530,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1502
1530
  },
1503
1531
  workflow_completion: {
1504
1532
  options: {
1505
- ruby_package: "Temporalio::Bridge::Api::WorkflowCompletion"
1533
+ ruby_package: "Temporalio::Internal::Bridge::Api::WorkflowCompletion"
1506
1534
  },
1507
1535
  nested: {
1508
1536
  WorkflowActivationCompletion: {
@@ -1768,7 +1796,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1768
1796
  oneofs: {
1769
1797
  variant: {
1770
1798
  oneof: [
1771
- "nexus"
1799
+ "nexus",
1800
+ "internal"
1772
1801
  ]
1773
1802
  }
1774
1803
  },
@@ -1776,6 +1805,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1776
1805
  nexus: {
1777
1806
  type: "Nexus",
1778
1807
  id: 2
1808
+ },
1809
+ internal: {
1810
+ type: "Internal",
1811
+ id: 3
1779
1812
  }
1780
1813
  },
1781
1814
  reserved: [
@@ -1797,6 +1830,85 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1797
1830
  id: 2
1798
1831
  }
1799
1832
  }
1833
+ },
1834
+ Internal: {
1835
+ fields: {
1836
+ data: {
1837
+ type: "bytes",
1838
+ id: 1
1839
+ }
1840
+ }
1841
+ }
1842
+ }
1843
+ },
1844
+ Link: {
1845
+ oneofs: {
1846
+ variant: {
1847
+ oneof: [
1848
+ "workflowEvent",
1849
+ "batchJob"
1850
+ ]
1851
+ }
1852
+ },
1853
+ fields: {
1854
+ workflowEvent: {
1855
+ type: "WorkflowEvent",
1856
+ id: 1
1857
+ },
1858
+ batchJob: {
1859
+ type: "BatchJob",
1860
+ id: 2
1861
+ }
1862
+ },
1863
+ nested: {
1864
+ WorkflowEvent: {
1865
+ oneofs: {
1866
+ reference: {
1867
+ oneof: [
1868
+ "eventRef"
1869
+ ]
1870
+ }
1871
+ },
1872
+ fields: {
1873
+ namespace: {
1874
+ type: "string",
1875
+ id: 1
1876
+ },
1877
+ workflowId: {
1878
+ type: "string",
1879
+ id: 2
1880
+ },
1881
+ runId: {
1882
+ type: "string",
1883
+ id: 3
1884
+ },
1885
+ eventRef: {
1886
+ type: "EventReference",
1887
+ id: 100
1888
+ }
1889
+ },
1890
+ nested: {
1891
+ EventReference: {
1892
+ fields: {
1893
+ eventId: {
1894
+ type: "int64",
1895
+ id: 1
1896
+ },
1897
+ eventType: {
1898
+ type: "temporal.api.enums.v1.EventType",
1899
+ id: 2
1900
+ }
1901
+ }
1902
+ }
1903
+ }
1904
+ },
1905
+ BatchJob: {
1906
+ fields: {
1907
+ jobId: {
1908
+ type: "string",
1909
+ id: 1
1910
+ }
1911
+ }
1800
1912
  }
1801
1913
  }
1802
1914
  }
@@ -1871,11 +1983,71 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1871
1983
  NEXUS_OPERATION_CANCELLATION_STATE_TIMED_OUT: 5
1872
1984
  }
1873
1985
  },
1986
+ EventType: {
1987
+ values: {
1988
+ EVENT_TYPE_UNSPECIFIED: 0,
1989
+ EVENT_TYPE_WORKFLOW_EXECUTION_STARTED: 1,
1990
+ EVENT_TYPE_WORKFLOW_EXECUTION_COMPLETED: 2,
1991
+ EVENT_TYPE_WORKFLOW_EXECUTION_FAILED: 3,
1992
+ EVENT_TYPE_WORKFLOW_EXECUTION_TIMED_OUT: 4,
1993
+ EVENT_TYPE_WORKFLOW_TASK_SCHEDULED: 5,
1994
+ EVENT_TYPE_WORKFLOW_TASK_STARTED: 6,
1995
+ EVENT_TYPE_WORKFLOW_TASK_COMPLETED: 7,
1996
+ EVENT_TYPE_WORKFLOW_TASK_TIMED_OUT: 8,
1997
+ EVENT_TYPE_WORKFLOW_TASK_FAILED: 9,
1998
+ EVENT_TYPE_ACTIVITY_TASK_SCHEDULED: 10,
1999
+ EVENT_TYPE_ACTIVITY_TASK_STARTED: 11,
2000
+ EVENT_TYPE_ACTIVITY_TASK_COMPLETED: 12,
2001
+ EVENT_TYPE_ACTIVITY_TASK_FAILED: 13,
2002
+ EVENT_TYPE_ACTIVITY_TASK_TIMED_OUT: 14,
2003
+ EVENT_TYPE_ACTIVITY_TASK_CANCEL_REQUESTED: 15,
2004
+ EVENT_TYPE_ACTIVITY_TASK_CANCELED: 16,
2005
+ EVENT_TYPE_TIMER_STARTED: 17,
2006
+ EVENT_TYPE_TIMER_FIRED: 18,
2007
+ EVENT_TYPE_TIMER_CANCELED: 19,
2008
+ EVENT_TYPE_WORKFLOW_EXECUTION_CANCEL_REQUESTED: 20,
2009
+ EVENT_TYPE_WORKFLOW_EXECUTION_CANCELED: 21,
2010
+ EVENT_TYPE_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED: 22,
2011
+ EVENT_TYPE_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED: 23,
2012
+ EVENT_TYPE_EXTERNAL_WORKFLOW_EXECUTION_CANCEL_REQUESTED: 24,
2013
+ EVENT_TYPE_MARKER_RECORDED: 25,
2014
+ EVENT_TYPE_WORKFLOW_EXECUTION_SIGNALED: 26,
2015
+ EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED: 27,
2016
+ EVENT_TYPE_WORKFLOW_EXECUTION_CONTINUED_AS_NEW: 28,
2017
+ EVENT_TYPE_START_CHILD_WORKFLOW_EXECUTION_INITIATED: 29,
2018
+ EVENT_TYPE_START_CHILD_WORKFLOW_EXECUTION_FAILED: 30,
2019
+ EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_STARTED: 31,
2020
+ EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_COMPLETED: 32,
2021
+ EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_FAILED: 33,
2022
+ EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_CANCELED: 34,
2023
+ EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_TIMED_OUT: 35,
2024
+ EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_TERMINATED: 36,
2025
+ EVENT_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED: 37,
2026
+ EVENT_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED: 38,
2027
+ EVENT_TYPE_EXTERNAL_WORKFLOW_EXECUTION_SIGNALED: 39,
2028
+ EVENT_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 40,
2029
+ EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_ADMITTED: 47,
2030
+ EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_ACCEPTED: 41,
2031
+ EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_REJECTED: 42,
2032
+ EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_COMPLETED: 43,
2033
+ EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED_EXTERNALLY: 44,
2034
+ EVENT_TYPE_ACTIVITY_PROPERTIES_MODIFIED_EXTERNALLY: 45,
2035
+ EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED: 46,
2036
+ EVENT_TYPE_NEXUS_OPERATION_SCHEDULED: 48,
2037
+ EVENT_TYPE_NEXUS_OPERATION_STARTED: 49,
2038
+ EVENT_TYPE_NEXUS_OPERATION_COMPLETED: 50,
2039
+ EVENT_TYPE_NEXUS_OPERATION_FAILED: 51,
2040
+ EVENT_TYPE_NEXUS_OPERATION_CANCELED: 52,
2041
+ EVENT_TYPE_NEXUS_OPERATION_TIMED_OUT: 53,
2042
+ EVENT_TYPE_NEXUS_OPERATION_CANCEL_REQUESTED: 54
2043
+ }
2044
+ },
1874
2045
  ResetReapplyExcludeType: {
1875
2046
  values: {
1876
2047
  RESET_REAPPLY_EXCLUDE_TYPE_UNSPECIFIED: 0,
1877
2048
  RESET_REAPPLY_EXCLUDE_TYPE_SIGNAL: 1,
1878
- RESET_REAPPLY_EXCLUDE_TYPE_UPDATE: 2
2049
+ RESET_REAPPLY_EXCLUDE_TYPE_UPDATE: 2,
2050
+ RESET_REAPPLY_EXCLUDE_TYPE_NEXUS: 3
1879
2051
  }
1880
2052
  },
1881
2053
  ResetReapplyType: {
@@ -2066,7 +2238,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2066
2238
  RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_LIMIT: 4,
2067
2239
  RESOURCE_EXHAUSTED_CAUSE_BUSY_WORKFLOW: 5,
2068
2240
  RESOURCE_EXHAUSTED_CAUSE_APS_LIMIT: 6,
2069
- RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_STORAGE_LIMIT: 7
2241
+ RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_STORAGE_LIMIT: 7,
2242
+ RESOURCE_EXHAUSTED_CAUSE_CIRCUIT_BREAKER_OPEN: 8
2070
2243
  }
2071
2244
  },
2072
2245
  ResourceExhaustedScope: {
@@ -2169,65 +2342,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2169
2342
  DESCRIBE_TASK_QUEUE_MODE_ENHANCED: 1
2170
2343
  }
2171
2344
  },
2172
- EventType: {
2173
- values: {
2174
- EVENT_TYPE_UNSPECIFIED: 0,
2175
- EVENT_TYPE_WORKFLOW_EXECUTION_STARTED: 1,
2176
- EVENT_TYPE_WORKFLOW_EXECUTION_COMPLETED: 2,
2177
- EVENT_TYPE_WORKFLOW_EXECUTION_FAILED: 3,
2178
- EVENT_TYPE_WORKFLOW_EXECUTION_TIMED_OUT: 4,
2179
- EVENT_TYPE_WORKFLOW_TASK_SCHEDULED: 5,
2180
- EVENT_TYPE_WORKFLOW_TASK_STARTED: 6,
2181
- EVENT_TYPE_WORKFLOW_TASK_COMPLETED: 7,
2182
- EVENT_TYPE_WORKFLOW_TASK_TIMED_OUT: 8,
2183
- EVENT_TYPE_WORKFLOW_TASK_FAILED: 9,
2184
- EVENT_TYPE_ACTIVITY_TASK_SCHEDULED: 10,
2185
- EVENT_TYPE_ACTIVITY_TASK_STARTED: 11,
2186
- EVENT_TYPE_ACTIVITY_TASK_COMPLETED: 12,
2187
- EVENT_TYPE_ACTIVITY_TASK_FAILED: 13,
2188
- EVENT_TYPE_ACTIVITY_TASK_TIMED_OUT: 14,
2189
- EVENT_TYPE_ACTIVITY_TASK_CANCEL_REQUESTED: 15,
2190
- EVENT_TYPE_ACTIVITY_TASK_CANCELED: 16,
2191
- EVENT_TYPE_TIMER_STARTED: 17,
2192
- EVENT_TYPE_TIMER_FIRED: 18,
2193
- EVENT_TYPE_TIMER_CANCELED: 19,
2194
- EVENT_TYPE_WORKFLOW_EXECUTION_CANCEL_REQUESTED: 20,
2195
- EVENT_TYPE_WORKFLOW_EXECUTION_CANCELED: 21,
2196
- EVENT_TYPE_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED: 22,
2197
- EVENT_TYPE_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_FAILED: 23,
2198
- EVENT_TYPE_EXTERNAL_WORKFLOW_EXECUTION_CANCEL_REQUESTED: 24,
2199
- EVENT_TYPE_MARKER_RECORDED: 25,
2200
- EVENT_TYPE_WORKFLOW_EXECUTION_SIGNALED: 26,
2201
- EVENT_TYPE_WORKFLOW_EXECUTION_TERMINATED: 27,
2202
- EVENT_TYPE_WORKFLOW_EXECUTION_CONTINUED_AS_NEW: 28,
2203
- EVENT_TYPE_START_CHILD_WORKFLOW_EXECUTION_INITIATED: 29,
2204
- EVENT_TYPE_START_CHILD_WORKFLOW_EXECUTION_FAILED: 30,
2205
- EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_STARTED: 31,
2206
- EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_COMPLETED: 32,
2207
- EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_FAILED: 33,
2208
- EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_CANCELED: 34,
2209
- EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_TIMED_OUT: 35,
2210
- EVENT_TYPE_CHILD_WORKFLOW_EXECUTION_TERMINATED: 36,
2211
- EVENT_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED: 37,
2212
- EVENT_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED: 38,
2213
- EVENT_TYPE_EXTERNAL_WORKFLOW_EXECUTION_SIGNALED: 39,
2214
- EVENT_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 40,
2215
- EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_ACCEPTED: 41,
2216
- EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_REJECTED: 42,
2217
- EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_COMPLETED: 43,
2218
- EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED_EXTERNALLY: 44,
2219
- EVENT_TYPE_ACTIVITY_PROPERTIES_MODIFIED_EXTERNALLY: 45,
2220
- EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED: 46,
2221
- EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_ADMITTED: 47,
2222
- EVENT_TYPE_NEXUS_OPERATION_SCHEDULED: 48,
2223
- EVENT_TYPE_NEXUS_OPERATION_STARTED: 49,
2224
- EVENT_TYPE_NEXUS_OPERATION_COMPLETED: 50,
2225
- EVENT_TYPE_NEXUS_OPERATION_FAILED: 51,
2226
- EVENT_TYPE_NEXUS_OPERATION_CANCELED: 52,
2227
- EVENT_TYPE_NEXUS_OPERATION_TIMED_OUT: 53,
2228
- EVENT_TYPE_NEXUS_OPERATION_CANCEL_REQUESTED: 54
2229
- }
2230
- },
2231
2345
  CommandType: {
2232
2346
  values: {
2233
2347
  COMMAND_TYPE_UNSPECIFIED: 0,
@@ -2660,14 +2774,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2660
2774
  requestType: "RegisterNamespaceRequest",
2661
2775
  responseType: "RegisterNamespaceResponse",
2662
2776
  options: {
2663
- "(google.api.http).post": "/namespaces",
2664
- "(google.api.http).body": "*"
2777
+ "(google.api.http).post": "/cluster/namespaces",
2778
+ "(google.api.http).body": "*",
2779
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces",
2780
+ "(google.api.http).additional_bindings.body": "*"
2665
2781
  },
2666
2782
  parsedOptions: [
2667
2783
  {
2668
2784
  "(google.api.http)": {
2669
- post: "/namespaces",
2670
- body: "*"
2785
+ post: "/cluster/namespaces",
2786
+ body: "*",
2787
+ additional_bindings: {
2788
+ post: "/api/v1/namespaces",
2789
+ body: "*"
2790
+ }
2671
2791
  }
2672
2792
  }
2673
2793
  ]
@@ -2676,12 +2796,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2676
2796
  requestType: "DescribeNamespaceRequest",
2677
2797
  responseType: "DescribeNamespaceResponse",
2678
2798
  options: {
2679
- "(google.api.http).get": "/namespaces/{namespace}"
2799
+ "(google.api.http).get": "/cluster/namespaces/{namespace}",
2800
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}"
2680
2801
  },
2681
2802
  parsedOptions: [
2682
2803
  {
2683
2804
  "(google.api.http)": {
2684
- get: "/namespaces/{namespace}"
2805
+ get: "/cluster/namespaces/{namespace}",
2806
+ additional_bindings: {
2807
+ get: "/api/v1/namespaces/{namespace}"
2808
+ }
2685
2809
  }
2686
2810
  }
2687
2811
  ]
@@ -2690,12 +2814,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2690
2814
  requestType: "ListNamespacesRequest",
2691
2815
  responseType: "ListNamespacesResponse",
2692
2816
  options: {
2693
- "(google.api.http).get": "/namespaces"
2817
+ "(google.api.http).get": "/cluster/namespaces",
2818
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces"
2694
2819
  },
2695
2820
  parsedOptions: [
2696
2821
  {
2697
2822
  "(google.api.http)": {
2698
- get: "/namespaces"
2823
+ get: "/cluster/namespaces",
2824
+ additional_bindings: {
2825
+ get: "/api/v1/namespaces"
2826
+ }
2699
2827
  }
2700
2828
  }
2701
2829
  ]
@@ -2704,14 +2832,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2704
2832
  requestType: "UpdateNamespaceRequest",
2705
2833
  responseType: "UpdateNamespaceResponse",
2706
2834
  options: {
2707
- "(google.api.http).post": "/namespaces/{namespace}/update",
2708
- "(google.api.http).body": "*"
2835
+ "(google.api.http).post": "/cluster/namespaces/{namespace}/update",
2836
+ "(google.api.http).body": "*",
2837
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/update",
2838
+ "(google.api.http).additional_bindings.body": "*"
2709
2839
  },
2710
2840
  parsedOptions: [
2711
2841
  {
2712
2842
  "(google.api.http)": {
2713
- post: "/namespaces/{namespace}/update",
2714
- body: "*"
2843
+ post: "/cluster/namespaces/{namespace}/update",
2844
+ body: "*",
2845
+ additional_bindings: {
2846
+ post: "/api/v1/namespaces/{namespace}/update",
2847
+ body: "*"
2848
+ }
2715
2849
  }
2716
2850
  }
2717
2851
  ]
@@ -2725,13 +2859,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2725
2859
  responseType: "StartWorkflowExecutionResponse",
2726
2860
  options: {
2727
2861
  "(google.api.http).post": "/namespaces/{namespace}/workflows/{workflow_id}",
2728
- "(google.api.http).body": "*"
2862
+ "(google.api.http).body": "*",
2863
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_id}",
2864
+ "(google.api.http).additional_bindings.body": "*"
2729
2865
  },
2730
2866
  parsedOptions: [
2731
2867
  {
2732
2868
  "(google.api.http)": {
2733
2869
  post: "/namespaces/{namespace}/workflows/{workflow_id}",
2734
- body: "*"
2870
+ body: "*",
2871
+ additional_bindings: {
2872
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_id}",
2873
+ body: "*"
2874
+ }
2735
2875
  }
2736
2876
  }
2737
2877
  ]
@@ -2741,13 +2881,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2741
2881
  responseType: "ExecuteMultiOperationResponse",
2742
2882
  options: {
2743
2883
  "(google.api.http).post": "/namespaces/{namespace}/workflows/execute-multi-operation",
2744
- "(google.api.http).body": "*"
2884
+ "(google.api.http).body": "*",
2885
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/execute-multi-operation",
2886
+ "(google.api.http).additional_bindings.body": "*"
2745
2887
  },
2746
2888
  parsedOptions: [
2747
2889
  {
2748
2890
  "(google.api.http)": {
2749
2891
  post: "/namespaces/{namespace}/workflows/execute-multi-operation",
2750
- body: "*"
2892
+ body: "*",
2893
+ additional_bindings: {
2894
+ post: "/api/v1/namespaces/{namespace}/workflows/execute-multi-operation",
2895
+ body: "*"
2896
+ }
2751
2897
  }
2752
2898
  }
2753
2899
  ]
@@ -2756,12 +2902,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2756
2902
  requestType: "GetWorkflowExecutionHistoryRequest",
2757
2903
  responseType: "GetWorkflowExecutionHistoryResponse",
2758
2904
  options: {
2759
- "(google.api.http).get": "/namespaces/{namespace}/workflows/{execution.workflow_id}/history"
2905
+ "(google.api.http).get": "/namespaces/{namespace}/workflows/{execution.workflow_id}/history",
2906
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/history"
2760
2907
  },
2761
2908
  parsedOptions: [
2762
2909
  {
2763
2910
  "(google.api.http)": {
2764
- get: "/namespaces/{namespace}/workflows/{execution.workflow_id}/history"
2911
+ get: "/namespaces/{namespace}/workflows/{execution.workflow_id}/history",
2912
+ additional_bindings: {
2913
+ get: "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/history"
2914
+ }
2765
2915
  }
2766
2916
  }
2767
2917
  ]
@@ -2770,12 +2920,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2770
2920
  requestType: "GetWorkflowExecutionHistoryReverseRequest",
2771
2921
  responseType: "GetWorkflowExecutionHistoryReverseResponse",
2772
2922
  options: {
2773
- "(google.api.http).get": "/namespaces/{namespace}/workflows/{execution.workflow_id}/history-reverse"
2923
+ "(google.api.http).get": "/namespaces/{namespace}/workflows/{execution.workflow_id}/history-reverse",
2924
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/history-reverse"
2774
2925
  },
2775
2926
  parsedOptions: [
2776
2927
  {
2777
2928
  "(google.api.http)": {
2778
- get: "/namespaces/{namespace}/workflows/{execution.workflow_id}/history-reverse"
2929
+ get: "/namespaces/{namespace}/workflows/{execution.workflow_id}/history-reverse",
2930
+ additional_bindings: {
2931
+ get: "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/history-reverse"
2932
+ }
2779
2933
  }
2780
2934
  }
2781
2935
  ]
@@ -2801,13 +2955,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2801
2955
  responseType: "RecordActivityTaskHeartbeatResponse",
2802
2956
  options: {
2803
2957
  "(google.api.http).post": "/namespaces/{namespace}/activities/heartbeat",
2804
- "(google.api.http).body": "*"
2958
+ "(google.api.http).body": "*",
2959
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/heartbeat",
2960
+ "(google.api.http).additional_bindings.body": "*"
2805
2961
  },
2806
2962
  parsedOptions: [
2807
2963
  {
2808
2964
  "(google.api.http)": {
2809
2965
  post: "/namespaces/{namespace}/activities/heartbeat",
2810
- body: "*"
2966
+ body: "*",
2967
+ additional_bindings: {
2968
+ post: "/api/v1/namespaces/{namespace}/activities/heartbeat",
2969
+ body: "*"
2970
+ }
2811
2971
  }
2812
2972
  }
2813
2973
  ]
@@ -2817,13 +2977,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2817
2977
  responseType: "RecordActivityTaskHeartbeatByIdResponse",
2818
2978
  options: {
2819
2979
  "(google.api.http).post": "/namespaces/{namespace}/activities/heartbeat-by-id",
2820
- "(google.api.http).body": "*"
2980
+ "(google.api.http).body": "*",
2981
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/heartbeat-by-id",
2982
+ "(google.api.http).additional_bindings.body": "*"
2821
2983
  },
2822
2984
  parsedOptions: [
2823
2985
  {
2824
2986
  "(google.api.http)": {
2825
2987
  post: "/namespaces/{namespace}/activities/heartbeat-by-id",
2826
- body: "*"
2988
+ body: "*",
2989
+ additional_bindings: {
2990
+ post: "/api/v1/namespaces/{namespace}/activities/heartbeat-by-id",
2991
+ body: "*"
2992
+ }
2827
2993
  }
2828
2994
  }
2829
2995
  ]
@@ -2833,13 +2999,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2833
2999
  responseType: "RespondActivityTaskCompletedResponse",
2834
3000
  options: {
2835
3001
  "(google.api.http).post": "/namespaces/{namespace}/activities/complete",
2836
- "(google.api.http).body": "*"
3002
+ "(google.api.http).body": "*",
3003
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/complete",
3004
+ "(google.api.http).additional_bindings.body": "*"
2837
3005
  },
2838
3006
  parsedOptions: [
2839
3007
  {
2840
3008
  "(google.api.http)": {
2841
3009
  post: "/namespaces/{namespace}/activities/complete",
2842
- body: "*"
3010
+ body: "*",
3011
+ additional_bindings: {
3012
+ post: "/api/v1/namespaces/{namespace}/activities/complete",
3013
+ body: "*"
3014
+ }
2843
3015
  }
2844
3016
  }
2845
3017
  ]
@@ -2849,13 +3021,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2849
3021
  responseType: "RespondActivityTaskCompletedByIdResponse",
2850
3022
  options: {
2851
3023
  "(google.api.http).post": "/namespaces/{namespace}/activities/complete-by-id",
2852
- "(google.api.http).body": "*"
3024
+ "(google.api.http).body": "*",
3025
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/complete-by-id",
3026
+ "(google.api.http).additional_bindings.body": "*"
2853
3027
  },
2854
3028
  parsedOptions: [
2855
3029
  {
2856
3030
  "(google.api.http)": {
2857
3031
  post: "/namespaces/{namespace}/activities/complete-by-id",
2858
- body: "*"
3032
+ body: "*",
3033
+ additional_bindings: {
3034
+ post: "/api/v1/namespaces/{namespace}/activities/complete-by-id",
3035
+ body: "*"
3036
+ }
2859
3037
  }
2860
3038
  }
2861
3039
  ]
@@ -2865,13 +3043,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2865
3043
  responseType: "RespondActivityTaskFailedResponse",
2866
3044
  options: {
2867
3045
  "(google.api.http).post": "/namespaces/{namespace}/activities/fail",
2868
- "(google.api.http).body": "*"
3046
+ "(google.api.http).body": "*",
3047
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/fail",
3048
+ "(google.api.http).additional_bindings.body": "*"
2869
3049
  },
2870
3050
  parsedOptions: [
2871
3051
  {
2872
3052
  "(google.api.http)": {
2873
3053
  post: "/namespaces/{namespace}/activities/fail",
2874
- body: "*"
3054
+ body: "*",
3055
+ additional_bindings: {
3056
+ post: "/api/v1/namespaces/{namespace}/activities/fail",
3057
+ body: "*"
3058
+ }
2875
3059
  }
2876
3060
  }
2877
3061
  ]
@@ -2881,13 +3065,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2881
3065
  responseType: "RespondActivityTaskFailedByIdResponse",
2882
3066
  options: {
2883
3067
  "(google.api.http).post": "/namespaces/{namespace}/activities/fail-by-id",
2884
- "(google.api.http).body": "*"
3068
+ "(google.api.http).body": "*",
3069
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/fail-by-id",
3070
+ "(google.api.http).additional_bindings.body": "*"
2885
3071
  },
2886
3072
  parsedOptions: [
2887
3073
  {
2888
3074
  "(google.api.http)": {
2889
3075
  post: "/namespaces/{namespace}/activities/fail-by-id",
2890
- body: "*"
3076
+ body: "*",
3077
+ additional_bindings: {
3078
+ post: "/api/v1/namespaces/{namespace}/activities/fail-by-id",
3079
+ body: "*"
3080
+ }
2891
3081
  }
2892
3082
  }
2893
3083
  ]
@@ -2897,13 +3087,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2897
3087
  responseType: "RespondActivityTaskCanceledResponse",
2898
3088
  options: {
2899
3089
  "(google.api.http).post": "/namespaces/{namespace}/activities/cancel",
2900
- "(google.api.http).body": "*"
3090
+ "(google.api.http).body": "*",
3091
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/cancel",
3092
+ "(google.api.http).additional_bindings.body": "*"
2901
3093
  },
2902
3094
  parsedOptions: [
2903
3095
  {
2904
3096
  "(google.api.http)": {
2905
3097
  post: "/namespaces/{namespace}/activities/cancel",
2906
- body: "*"
3098
+ body: "*",
3099
+ additional_bindings: {
3100
+ post: "/api/v1/namespaces/{namespace}/activities/cancel",
3101
+ body: "*"
3102
+ }
2907
3103
  }
2908
3104
  }
2909
3105
  ]
@@ -2913,13 +3109,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2913
3109
  responseType: "RespondActivityTaskCanceledByIdResponse",
2914
3110
  options: {
2915
3111
  "(google.api.http).post": "/namespaces/{namespace}/activities/cancel-by-id",
2916
- "(google.api.http).body": "*"
3112
+ "(google.api.http).body": "*",
3113
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/cancel-by-id",
3114
+ "(google.api.http).additional_bindings.body": "*"
2917
3115
  },
2918
3116
  parsedOptions: [
2919
3117
  {
2920
3118
  "(google.api.http)": {
2921
3119
  post: "/namespaces/{namespace}/activities/cancel-by-id",
2922
- body: "*"
3120
+ body: "*",
3121
+ additional_bindings: {
3122
+ post: "/api/v1/namespaces/{namespace}/activities/cancel-by-id",
3123
+ body: "*"
3124
+ }
2923
3125
  }
2924
3126
  }
2925
3127
  ]
@@ -2929,13 +3131,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2929
3131
  responseType: "RequestCancelWorkflowExecutionResponse",
2930
3132
  options: {
2931
3133
  "(google.api.http).post": "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/cancel",
2932
- "(google.api.http).body": "*"
3134
+ "(google.api.http).body": "*",
3135
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/cancel",
3136
+ "(google.api.http).additional_bindings.body": "*"
2933
3137
  },
2934
3138
  parsedOptions: [
2935
3139
  {
2936
3140
  "(google.api.http)": {
2937
3141
  post: "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/cancel",
2938
- body: "*"
3142
+ body: "*",
3143
+ additional_bindings: {
3144
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/cancel",
3145
+ body: "*"
3146
+ }
2939
3147
  }
2940
3148
  }
2941
3149
  ]
@@ -2945,13 +3153,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2945
3153
  responseType: "SignalWorkflowExecutionResponse",
2946
3154
  options: {
2947
3155
  "(google.api.http).post": "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/signal/{signal_name}",
2948
- "(google.api.http).body": "*"
3156
+ "(google.api.http).body": "*",
3157
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/signal/{signal_name}",
3158
+ "(google.api.http).additional_bindings.body": "*"
2949
3159
  },
2950
3160
  parsedOptions: [
2951
3161
  {
2952
3162
  "(google.api.http)": {
2953
3163
  post: "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/signal/{signal_name}",
2954
- body: "*"
3164
+ body: "*",
3165
+ additional_bindings: {
3166
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/signal/{signal_name}",
3167
+ body: "*"
3168
+ }
2955
3169
  }
2956
3170
  }
2957
3171
  ]
@@ -2961,13 +3175,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2961
3175
  responseType: "SignalWithStartWorkflowExecutionResponse",
2962
3176
  options: {
2963
3177
  "(google.api.http).post": "/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
2964
- "(google.api.http).body": "*"
3178
+ "(google.api.http).body": "*",
3179
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
3180
+ "(google.api.http).additional_bindings.body": "*"
2965
3181
  },
2966
3182
  parsedOptions: [
2967
3183
  {
2968
3184
  "(google.api.http)": {
2969
3185
  post: "/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
2970
- body: "*"
3186
+ body: "*",
3187
+ additional_bindings: {
3188
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
3189
+ body: "*"
3190
+ }
2971
3191
  }
2972
3192
  }
2973
3193
  ]
@@ -2977,13 +3197,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2977
3197
  responseType: "ResetWorkflowExecutionResponse",
2978
3198
  options: {
2979
3199
  "(google.api.http).post": "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/reset",
2980
- "(google.api.http).body": "*"
3200
+ "(google.api.http).body": "*",
3201
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/reset",
3202
+ "(google.api.http).additional_bindings.body": "*"
2981
3203
  },
2982
3204
  parsedOptions: [
2983
3205
  {
2984
3206
  "(google.api.http)": {
2985
3207
  post: "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/reset",
2986
- body: "*"
3208
+ body: "*",
3209
+ additional_bindings: {
3210
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/reset",
3211
+ body: "*"
3212
+ }
2987
3213
  }
2988
3214
  }
2989
3215
  ]
@@ -2993,13 +3219,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2993
3219
  responseType: "TerminateWorkflowExecutionResponse",
2994
3220
  options: {
2995
3221
  "(google.api.http).post": "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/terminate",
2996
- "(google.api.http).body": "*"
3222
+ "(google.api.http).body": "*",
3223
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/terminate",
3224
+ "(google.api.http).additional_bindings.body": "*"
2997
3225
  },
2998
3226
  parsedOptions: [
2999
3227
  {
3000
3228
  "(google.api.http)": {
3001
3229
  post: "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/terminate",
3002
- body: "*"
3230
+ body: "*",
3231
+ additional_bindings: {
3232
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/terminate",
3233
+ body: "*"
3234
+ }
3003
3235
  }
3004
3236
  }
3005
3237
  ]
@@ -3020,12 +3252,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3020
3252
  requestType: "ListWorkflowExecutionsRequest",
3021
3253
  responseType: "ListWorkflowExecutionsResponse",
3022
3254
  options: {
3023
- "(google.api.http).get": "/namespaces/{namespace}/workflows"
3255
+ "(google.api.http).get": "/namespaces/{namespace}/workflows",
3256
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/workflows"
3024
3257
  },
3025
3258
  parsedOptions: [
3026
3259
  {
3027
3260
  "(google.api.http)": {
3028
- get: "/namespaces/{namespace}/workflows"
3261
+ get: "/namespaces/{namespace}/workflows",
3262
+ additional_bindings: {
3263
+ get: "/api/v1/namespaces/{namespace}/workflows"
3264
+ }
3029
3265
  }
3030
3266
  }
3031
3267
  ]
@@ -3034,12 +3270,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3034
3270
  requestType: "ListArchivedWorkflowExecutionsRequest",
3035
3271
  responseType: "ListArchivedWorkflowExecutionsResponse",
3036
3272
  options: {
3037
- "(google.api.http).get": "/namespaces/{namespace}/archived-workflows"
3273
+ "(google.api.http).get": "/namespaces/{namespace}/archived-workflows",
3274
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/archived-workflows"
3038
3275
  },
3039
3276
  parsedOptions: [
3040
3277
  {
3041
3278
  "(google.api.http)": {
3042
- get: "/namespaces/{namespace}/archived-workflows"
3279
+ get: "/namespaces/{namespace}/archived-workflows",
3280
+ additional_bindings: {
3281
+ get: "/api/v1/namespaces/{namespace}/archived-workflows"
3282
+ }
3043
3283
  }
3044
3284
  }
3045
3285
  ]
@@ -3052,12 +3292,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3052
3292
  requestType: "CountWorkflowExecutionsRequest",
3053
3293
  responseType: "CountWorkflowExecutionsResponse",
3054
3294
  options: {
3055
- "(google.api.http).get": "/namespaces/{namespace}/workflow-count"
3295
+ "(google.api.http).get": "/namespaces/{namespace}/workflow-count",
3296
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/workflow-count"
3056
3297
  },
3057
3298
  parsedOptions: [
3058
3299
  {
3059
3300
  "(google.api.http)": {
3060
- get: "/namespaces/{namespace}/workflow-count"
3301
+ get: "/namespaces/{namespace}/workflow-count",
3302
+ additional_bindings: {
3303
+ get: "/api/v1/namespaces/{namespace}/workflow-count"
3304
+ }
3061
3305
  }
3062
3306
  }
3063
3307
  ]
@@ -3074,18 +3318,28 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3074
3318
  requestType: "ResetStickyTaskQueueRequest",
3075
3319
  responseType: "ResetStickyTaskQueueResponse"
3076
3320
  },
3321
+ ShutdownWorker: {
3322
+ requestType: "ShutdownWorkerRequest",
3323
+ responseType: "ShutdownWorkerResponse"
3324
+ },
3077
3325
  QueryWorkflow: {
3078
3326
  requestType: "QueryWorkflowRequest",
3079
3327
  responseType: "QueryWorkflowResponse",
3080
3328
  options: {
3081
3329
  "(google.api.http).post": "/namespaces/{namespace}/workflows/{execution.workflow_id}/query/{query.query_type}",
3082
- "(google.api.http).body": "*"
3330
+ "(google.api.http).body": "*",
3331
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/query/{query.query_type}",
3332
+ "(google.api.http).additional_bindings.body": "*"
3083
3333
  },
3084
3334
  parsedOptions: [
3085
3335
  {
3086
3336
  "(google.api.http)": {
3087
3337
  post: "/namespaces/{namespace}/workflows/{execution.workflow_id}/query/{query.query_type}",
3088
- body: "*"
3338
+ body: "*",
3339
+ additional_bindings: {
3340
+ post: "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/query/{query.query_type}",
3341
+ body: "*"
3342
+ }
3089
3343
  }
3090
3344
  }
3091
3345
  ]
@@ -3094,12 +3348,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3094
3348
  requestType: "DescribeWorkflowExecutionRequest",
3095
3349
  responseType: "DescribeWorkflowExecutionResponse",
3096
3350
  options: {
3097
- "(google.api.http).get": "/namespaces/{namespace}/workflows/{execution.workflow_id}"
3351
+ "(google.api.http).get": "/namespaces/{namespace}/workflows/{execution.workflow_id}",
3352
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}"
3098
3353
  },
3099
3354
  parsedOptions: [
3100
3355
  {
3101
3356
  "(google.api.http)": {
3102
- get: "/namespaces/{namespace}/workflows/{execution.workflow_id}"
3357
+ get: "/namespaces/{namespace}/workflows/{execution.workflow_id}",
3358
+ additional_bindings: {
3359
+ get: "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}"
3360
+ }
3103
3361
  }
3104
3362
  }
3105
3363
  ]
@@ -3108,12 +3366,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3108
3366
  requestType: "DescribeTaskQueueRequest",
3109
3367
  responseType: "DescribeTaskQueueResponse",
3110
3368
  options: {
3111
- "(google.api.http).get": "/namespaces/{namespace}/task-queues/{task_queue.name}"
3369
+ "(google.api.http).get": "/namespaces/{namespace}/task-queues/{task_queue.name}",
3370
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/task-queues/{task_queue.name}"
3112
3371
  },
3113
3372
  parsedOptions: [
3114
3373
  {
3115
3374
  "(google.api.http)": {
3116
- get: "/namespaces/{namespace}/task-queues/{task_queue.name}"
3375
+ get: "/namespaces/{namespace}/task-queues/{task_queue.name}",
3376
+ additional_bindings: {
3377
+ get: "/api/v1/namespaces/{namespace}/task-queues/{task_queue.name}"
3378
+ }
3117
3379
  }
3118
3380
  }
3119
3381
  ]
@@ -3122,12 +3384,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3122
3384
  requestType: "GetClusterInfoRequest",
3123
3385
  responseType: "GetClusterInfoResponse",
3124
3386
  options: {
3125
- "(google.api.http).get": "/cluster-info"
3387
+ "(google.api.http).get": "/cluster",
3388
+ "(google.api.http).additional_bindings.get": "/api/v1/cluster-info"
3126
3389
  },
3127
3390
  parsedOptions: [
3128
3391
  {
3129
3392
  "(google.api.http)": {
3130
- get: "/cluster-info"
3393
+ get: "/cluster",
3394
+ additional_bindings: {
3395
+ get: "/api/v1/cluster-info"
3396
+ }
3131
3397
  }
3132
3398
  }
3133
3399
  ]
@@ -3136,12 +3402,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3136
3402
  requestType: "GetSystemInfoRequest",
3137
3403
  responseType: "GetSystemInfoResponse",
3138
3404
  options: {
3139
- "(google.api.http).get": "/system-info"
3405
+ "(google.api.http).get": "/system-info",
3406
+ "(google.api.http).additional_bindings.get": "/api/v1/system-info"
3140
3407
  },
3141
3408
  parsedOptions: [
3142
3409
  {
3143
3410
  "(google.api.http)": {
3144
- get: "/system-info"
3411
+ get: "/system-info",
3412
+ additional_bindings: {
3413
+ get: "/api/v1/system-info"
3414
+ }
3145
3415
  }
3146
3416
  }
3147
3417
  ]
@@ -3155,13 +3425,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3155
3425
  responseType: "CreateScheduleResponse",
3156
3426
  options: {
3157
3427
  "(google.api.http).post": "/namespaces/{namespace}/schedules/{schedule_id}",
3158
- "(google.api.http).body": "*"
3428
+ "(google.api.http).body": "*",
3429
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}",
3430
+ "(google.api.http).additional_bindings.body": "*"
3159
3431
  },
3160
3432
  parsedOptions: [
3161
3433
  {
3162
3434
  "(google.api.http)": {
3163
3435
  post: "/namespaces/{namespace}/schedules/{schedule_id}",
3164
- body: "*"
3436
+ body: "*",
3437
+ additional_bindings: {
3438
+ post: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}",
3439
+ body: "*"
3440
+ }
3165
3441
  }
3166
3442
  }
3167
3443
  ]
@@ -3170,12 +3446,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3170
3446
  requestType: "DescribeScheduleRequest",
3171
3447
  responseType: "DescribeScheduleResponse",
3172
3448
  options: {
3173
- "(google.api.http).get": "/namespaces/{namespace}/schedules/{schedule_id}"
3449
+ "(google.api.http).get": "/namespaces/{namespace}/schedules/{schedule_id}",
3450
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}"
3174
3451
  },
3175
3452
  parsedOptions: [
3176
3453
  {
3177
3454
  "(google.api.http)": {
3178
- get: "/namespaces/{namespace}/schedules/{schedule_id}"
3455
+ get: "/namespaces/{namespace}/schedules/{schedule_id}",
3456
+ additional_bindings: {
3457
+ get: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}"
3458
+ }
3179
3459
  }
3180
3460
  }
3181
3461
  ]
@@ -3185,13 +3465,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3185
3465
  responseType: "UpdateScheduleResponse",
3186
3466
  options: {
3187
3467
  "(google.api.http).post": "/namespaces/{namespace}/schedules/{schedule_id}/update",
3188
- "(google.api.http).body": "*"
3468
+ "(google.api.http).body": "*",
3469
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/update",
3470
+ "(google.api.http).additional_bindings.body": "*"
3189
3471
  },
3190
3472
  parsedOptions: [
3191
3473
  {
3192
3474
  "(google.api.http)": {
3193
3475
  post: "/namespaces/{namespace}/schedules/{schedule_id}/update",
3194
- body: "*"
3476
+ body: "*",
3477
+ additional_bindings: {
3478
+ post: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/update",
3479
+ body: "*"
3480
+ }
3195
3481
  }
3196
3482
  }
3197
3483
  ]
@@ -3201,13 +3487,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3201
3487
  responseType: "PatchScheduleResponse",
3202
3488
  options: {
3203
3489
  "(google.api.http).post": "/namespaces/{namespace}/schedules/{schedule_id}/patch",
3204
- "(google.api.http).body": "*"
3490
+ "(google.api.http).body": "*",
3491
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/patch",
3492
+ "(google.api.http).additional_bindings.body": "*"
3205
3493
  },
3206
3494
  parsedOptions: [
3207
3495
  {
3208
3496
  "(google.api.http)": {
3209
3497
  post: "/namespaces/{namespace}/schedules/{schedule_id}/patch",
3210
- body: "*"
3498
+ body: "*",
3499
+ additional_bindings: {
3500
+ post: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/patch",
3501
+ body: "*"
3502
+ }
3211
3503
  }
3212
3504
  }
3213
3505
  ]
@@ -3216,12 +3508,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3216
3508
  requestType: "ListScheduleMatchingTimesRequest",
3217
3509
  responseType: "ListScheduleMatchingTimesResponse",
3218
3510
  options: {
3219
- "(google.api.http).get": "/namespaces/{namespace}/schedules/{schedule_id}/matching-times"
3511
+ "(google.api.http).get": "/namespaces/{namespace}/schedules/{schedule_id}/matching-times",
3512
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/matching-times"
3220
3513
  },
3221
3514
  parsedOptions: [
3222
3515
  {
3223
3516
  "(google.api.http)": {
3224
- get: "/namespaces/{namespace}/schedules/{schedule_id}/matching-times"
3517
+ get: "/namespaces/{namespace}/schedules/{schedule_id}/matching-times",
3518
+ additional_bindings: {
3519
+ get: "/api/v1/namespaces/{namespace}/schedules/{schedule_id}/matching-times"
3520
+ }
3225
3521
  }
3226
3522
  }
3227
3523
  ]
@@ -3230,12 +3526,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3230
3526
  requestType: "DeleteScheduleRequest",
3231
3527
  responseType: "DeleteScheduleResponse",
3232
3528
  options: {
3233
- "(google.api.http).delete": "/namespaces/{namespace}/schedules/{schedule_id}"
3529
+ "(google.api.http).delete": "/namespaces/{namespace}/schedules/{schedule_id}",
3530
+ "(google.api.http).additional_bindings.delete": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}"
3234
3531
  },
3235
3532
  parsedOptions: [
3236
3533
  {
3237
3534
  "(google.api.http)": {
3238
- "delete": "/namespaces/{namespace}/schedules/{schedule_id}"
3535
+ "delete": "/namespaces/{namespace}/schedules/{schedule_id}",
3536
+ additional_bindings: {
3537
+ "delete": "/api/v1/namespaces/{namespace}/schedules/{schedule_id}"
3538
+ }
3239
3539
  }
3240
3540
  }
3241
3541
  ]
@@ -3244,12 +3544,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3244
3544
  requestType: "ListSchedulesRequest",
3245
3545
  responseType: "ListSchedulesResponse",
3246
3546
  options: {
3247
- "(google.api.http).get": "/namespaces/{namespace}/schedules"
3547
+ "(google.api.http).get": "/namespaces/{namespace}/schedules",
3548
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/schedules"
3248
3549
  },
3249
3550
  parsedOptions: [
3250
3551
  {
3251
3552
  "(google.api.http)": {
3252
- get: "/namespaces/{namespace}/schedules"
3553
+ get: "/namespaces/{namespace}/schedules",
3554
+ additional_bindings: {
3555
+ get: "/api/v1/namespaces/{namespace}/schedules"
3556
+ }
3253
3557
  }
3254
3558
  }
3255
3559
  ]
@@ -3262,12 +3566,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3262
3566
  requestType: "GetWorkerBuildIdCompatibilityRequest",
3263
3567
  responseType: "GetWorkerBuildIdCompatibilityResponse",
3264
3568
  options: {
3265
- "(google.api.http).get": "/namespaces/{namespace}/task-queues/{task_queue}/worker-build-id-compatibility"
3569
+ "(google.api.http).get": "/namespaces/{namespace}/task-queues/{task_queue}/worker-build-id-compatibility",
3570
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/worker-build-id-compatibility"
3266
3571
  },
3267
3572
  parsedOptions: [
3268
3573
  {
3269
3574
  "(google.api.http)": {
3270
- get: "/namespaces/{namespace}/task-queues/{task_queue}/worker-build-id-compatibility"
3575
+ get: "/namespaces/{namespace}/task-queues/{task_queue}/worker-build-id-compatibility",
3576
+ additional_bindings: {
3577
+ get: "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/worker-build-id-compatibility"
3578
+ }
3271
3579
  }
3272
3580
  }
3273
3581
  ]
@@ -3280,12 +3588,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3280
3588
  requestType: "GetWorkerVersioningRulesRequest",
3281
3589
  responseType: "GetWorkerVersioningRulesResponse",
3282
3590
  options: {
3283
- "(google.api.http).get": "/namespaces/{namespace}/task-queues/{task_queue}/worker-versioning-rules"
3591
+ "(google.api.http).get": "/namespaces/{namespace}/task-queues/{task_queue}/worker-versioning-rules",
3592
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/worker-versioning-rules"
3284
3593
  },
3285
3594
  parsedOptions: [
3286
3595
  {
3287
3596
  "(google.api.http)": {
3288
- get: "/namespaces/{namespace}/task-queues/{task_queue}/worker-versioning-rules"
3597
+ get: "/namespaces/{namespace}/task-queues/{task_queue}/worker-versioning-rules",
3598
+ additional_bindings: {
3599
+ get: "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/worker-versioning-rules"
3600
+ }
3289
3601
  }
3290
3602
  }
3291
3603
  ]
@@ -3294,12 +3606,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3294
3606
  requestType: "GetWorkerTaskReachabilityRequest",
3295
3607
  responseType: "GetWorkerTaskReachabilityResponse",
3296
3608
  options: {
3297
- "(google.api.http).get": "/namespaces/{namespace}/worker-task-reachability"
3609
+ "(google.api.http).get": "/namespaces/{namespace}/worker-task-reachability",
3610
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/worker-task-reachability"
3298
3611
  },
3299
3612
  parsedOptions: [
3300
3613
  {
3301
3614
  "(google.api.http)": {
3302
- get: "/namespaces/{namespace}/worker-task-reachability"
3615
+ get: "/namespaces/{namespace}/worker-task-reachability",
3616
+ additional_bindings: {
3617
+ get: "/api/v1/namespaces/{namespace}/worker-task-reachability"
3618
+ }
3303
3619
  }
3304
3620
  }
3305
3621
  ]
@@ -3309,13 +3625,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3309
3625
  responseType: "UpdateWorkflowExecutionResponse",
3310
3626
  options: {
3311
3627
  "(google.api.http).post": "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/update/{request.input.name}",
3312
- "(google.api.http).body": "*"
3628
+ "(google.api.http).body": "*",
3629
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/update/{request.input.name}",
3630
+ "(google.api.http).additional_bindings.body": "*"
3313
3631
  },
3314
3632
  parsedOptions: [
3315
3633
  {
3316
3634
  "(google.api.http)": {
3317
3635
  post: "/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/update/{request.input.name}",
3318
- body: "*"
3636
+ body: "*",
3637
+ additional_bindings: {
3638
+ post: "/api/v1/namespaces/{namespace}/workflows/{workflow_execution.workflow_id}/update/{request.input.name}",
3639
+ body: "*"
3640
+ }
3319
3641
  }
3320
3642
  }
3321
3643
  ]
@@ -3329,13 +3651,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3329
3651
  responseType: "StartBatchOperationResponse",
3330
3652
  options: {
3331
3653
  "(google.api.http).post": "/namespaces/{namespace}/batch-operations/{job_id}",
3332
- "(google.api.http).body": "*"
3654
+ "(google.api.http).body": "*",
3655
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/batch-operations/{job_id}",
3656
+ "(google.api.http).additional_bindings.body": "*"
3333
3657
  },
3334
3658
  parsedOptions: [
3335
3659
  {
3336
3660
  "(google.api.http)": {
3337
3661
  post: "/namespaces/{namespace}/batch-operations/{job_id}",
3338
- body: "*"
3662
+ body: "*",
3663
+ additional_bindings: {
3664
+ post: "/api/v1/namespaces/{namespace}/batch-operations/{job_id}",
3665
+ body: "*"
3666
+ }
3339
3667
  }
3340
3668
  }
3341
3669
  ]
@@ -3345,13 +3673,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3345
3673
  responseType: "StopBatchOperationResponse",
3346
3674
  options: {
3347
3675
  "(google.api.http).post": "/namespaces/{namespace}/batch-operations/{job_id}/stop",
3348
- "(google.api.http).body": "*"
3676
+ "(google.api.http).body": "*",
3677
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/batch-operations/{job_id}/stop",
3678
+ "(google.api.http).additional_bindings.body": "*"
3349
3679
  },
3350
3680
  parsedOptions: [
3351
3681
  {
3352
3682
  "(google.api.http)": {
3353
3683
  post: "/namespaces/{namespace}/batch-operations/{job_id}/stop",
3354
- body: "*"
3684
+ body: "*",
3685
+ additional_bindings: {
3686
+ post: "/api/v1/namespaces/{namespace}/batch-operations/{job_id}/stop",
3687
+ body: "*"
3688
+ }
3355
3689
  }
3356
3690
  }
3357
3691
  ]
@@ -3360,12 +3694,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3360
3694
  requestType: "DescribeBatchOperationRequest",
3361
3695
  responseType: "DescribeBatchOperationResponse",
3362
3696
  options: {
3363
- "(google.api.http).get": "/namespaces/{namespace}/batch-operations/{job_id}"
3697
+ "(google.api.http).get": "/namespaces/{namespace}/batch-operations/{job_id}",
3698
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/batch-operations/{job_id}"
3364
3699
  },
3365
3700
  parsedOptions: [
3366
3701
  {
3367
3702
  "(google.api.http)": {
3368
- get: "/namespaces/{namespace}/batch-operations/{job_id}"
3703
+ get: "/namespaces/{namespace}/batch-operations/{job_id}",
3704
+ additional_bindings: {
3705
+ get: "/api/v1/namespaces/{namespace}/batch-operations/{job_id}"
3706
+ }
3369
3707
  }
3370
3708
  }
3371
3709
  ]
@@ -3374,12 +3712,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3374
3712
  requestType: "ListBatchOperationsRequest",
3375
3713
  responseType: "ListBatchOperationsResponse",
3376
3714
  options: {
3377
- "(google.api.http).get": "/namespaces/{namespace}/batch-operations"
3715
+ "(google.api.http).get": "/namespaces/{namespace}/batch-operations",
3716
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/batch-operations"
3378
3717
  },
3379
3718
  parsedOptions: [
3380
3719
  {
3381
3720
  "(google.api.http)": {
3382
- get: "/namespaces/{namespace}/batch-operations"
3721
+ get: "/namespaces/{namespace}/batch-operations",
3722
+ additional_bindings: {
3723
+ get: "/api/v1/namespaces/{namespace}/batch-operations"
3724
+ }
3383
3725
  }
3384
3726
  }
3385
3727
  ]
@@ -3395,24 +3737,112 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3395
3737
  RespondNexusTaskFailed: {
3396
3738
  requestType: "RespondNexusTaskFailedRequest",
3397
3739
  responseType: "RespondNexusTaskFailedResponse"
3398
- }
3399
- }
3400
- },
3401
- RegisterNamespaceRequest: {
3402
- fields: {
3403
- namespace: {
3404
- type: "string",
3405
- id: 1
3406
- },
3407
- description: {
3408
- type: "string",
3409
- id: 2
3410
3740
  },
3411
- ownerEmail: {
3412
- type: "string",
3413
- id: 3
3741
+ UpdateActivityOptionsById: {
3742
+ requestType: "UpdateActivityOptionsByIdRequest",
3743
+ responseType: "UpdateActivityOptionsByIdResponse",
3744
+ options: {
3745
+ "(google.api.http).post": "/namespaces/{namespace}/activities/update-options-by-id",
3746
+ "(google.api.http).body": "*",
3747
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/update-options-by-id",
3748
+ "(google.api.http).additional_bindings.body": "*"
3749
+ },
3750
+ parsedOptions: [
3751
+ {
3752
+ "(google.api.http)": {
3753
+ post: "/namespaces/{namespace}/activities/update-options-by-id",
3754
+ body: "*",
3755
+ additional_bindings: {
3756
+ post: "/api/v1/namespaces/{namespace}/activities/update-options-by-id",
3757
+ body: "*"
3758
+ }
3759
+ }
3760
+ }
3761
+ ]
3414
3762
  },
3415
- workflowExecutionRetentionPeriod: {
3763
+ PauseActivityById: {
3764
+ requestType: "PauseActivityByIdRequest",
3765
+ responseType: "PauseActivityByIdResponse",
3766
+ options: {
3767
+ "(google.api.http).post": "/namespaces/{namespace}/activities/pause-by-id",
3768
+ "(google.api.http).body": "*",
3769
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/pause-by-id",
3770
+ "(google.api.http).additional_bindings.body": "*"
3771
+ },
3772
+ parsedOptions: [
3773
+ {
3774
+ "(google.api.http)": {
3775
+ post: "/namespaces/{namespace}/activities/pause-by-id",
3776
+ body: "*",
3777
+ additional_bindings: {
3778
+ post: "/api/v1/namespaces/{namespace}/activities/pause-by-id",
3779
+ body: "*"
3780
+ }
3781
+ }
3782
+ }
3783
+ ]
3784
+ },
3785
+ UnpauseActivityById: {
3786
+ requestType: "UnpauseActivityByIdRequest",
3787
+ responseType: "UnpauseActivityByIdResponse",
3788
+ options: {
3789
+ "(google.api.http).post": "/namespaces/{namespace}/activities/unpause-by-id",
3790
+ "(google.api.http).body": "*",
3791
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/unpause-by-id",
3792
+ "(google.api.http).additional_bindings.body": "*"
3793
+ },
3794
+ parsedOptions: [
3795
+ {
3796
+ "(google.api.http)": {
3797
+ post: "/namespaces/{namespace}/activities/unpause-by-id",
3798
+ body: "*",
3799
+ additional_bindings: {
3800
+ post: "/api/v1/namespaces/{namespace}/activities/unpause-by-id",
3801
+ body: "*"
3802
+ }
3803
+ }
3804
+ }
3805
+ ]
3806
+ },
3807
+ ResetActivityById: {
3808
+ requestType: "ResetActivityByIdRequest",
3809
+ responseType: "ResetActivityByIdResponse",
3810
+ options: {
3811
+ "(google.api.http).post": "/namespaces/{namespace}/activities/reset-by-id",
3812
+ "(google.api.http).body": "*",
3813
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/activities/reset-by-id",
3814
+ "(google.api.http).additional_bindings.body": "*"
3815
+ },
3816
+ parsedOptions: [
3817
+ {
3818
+ "(google.api.http)": {
3819
+ post: "/namespaces/{namespace}/activities/reset-by-id",
3820
+ body: "*",
3821
+ additional_bindings: {
3822
+ post: "/api/v1/namespaces/{namespace}/activities/reset-by-id",
3823
+ body: "*"
3824
+ }
3825
+ }
3826
+ }
3827
+ ]
3828
+ }
3829
+ }
3830
+ },
3831
+ RegisterNamespaceRequest: {
3832
+ fields: {
3833
+ namespace: {
3834
+ type: "string",
3835
+ id: 1
3836
+ },
3837
+ description: {
3838
+ type: "string",
3839
+ id: 2
3840
+ },
3841
+ ownerEmail: {
3842
+ type: "string",
3843
+ id: 3
3844
+ },
3845
+ workflowExecutionRetentionPeriod: {
3416
3846
  type: "google.protobuf.Duration",
3417
3847
  id: 4
3418
3848
  },
@@ -3694,6 +4124,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3694
4124
  userMetadata: {
3695
4125
  type: "temporal.api.sdk.v1.UserMetadata",
3696
4126
  id: 23
4127
+ },
4128
+ links: {
4129
+ rule: "repeated",
4130
+ type: "temporal.api.common.v1.Link",
4131
+ id: 24
3697
4132
  }
3698
4133
  }
3699
4134
  },
@@ -3944,6 +4379,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3944
4379
  meteringMetadata: {
3945
4380
  type: "temporal.api.common.v1.MeteringMetadata",
3946
4381
  id: 13
4382
+ },
4383
+ capabilities: {
4384
+ type: "Capabilities",
4385
+ id: 14
4386
+ }
4387
+ },
4388
+ nested: {
4389
+ Capabilities: {
4390
+ fields: {
4391
+ discardSpeculativeWorkflowTaskWithEvents: {
4392
+ type: "bool",
4393
+ id: 1
4394
+ }
4395
+ }
3947
4396
  }
3948
4397
  }
3949
4398
  },
@@ -4125,6 +4574,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4125
4574
  cancelRequested: {
4126
4575
  type: "bool",
4127
4576
  id: 1
4577
+ },
4578
+ activityPaused: {
4579
+ type: "bool",
4580
+ id: 2
4128
4581
  }
4129
4582
  }
4130
4583
  },
@@ -4383,6 +4836,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4383
4836
  reason: {
4384
4837
  type: "string",
4385
4838
  id: 6
4839
+ },
4840
+ links: {
4841
+ rule: "repeated",
4842
+ type: "temporal.api.common.v1.Link",
4843
+ id: 7
4386
4844
  }
4387
4845
  }
4388
4846
  },
@@ -4426,6 +4884,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4426
4884
  skipGenerateWorkflowTask: {
4427
4885
  type: "bool",
4428
4886
  id: 9
4887
+ },
4888
+ links: {
4889
+ rule: "repeated",
4890
+ type: "temporal.api.common.v1.Link",
4891
+ id: 10
4429
4892
  }
4430
4893
  }
4431
4894
  },
@@ -4525,6 +4988,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4525
4988
  userMetadata: {
4526
4989
  type: "temporal.api.sdk.v1.UserMetadata",
4527
4990
  id: 23
4991
+ },
4992
+ links: {
4993
+ rule: "repeated",
4994
+ type: "temporal.api.common.v1.Link",
4995
+ id: 24
4528
4996
  }
4529
4997
  }
4530
4998
  },
@@ -4606,6 +5074,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4606
5074
  firstExecutionRunId: {
4607
5075
  type: "string",
4608
5076
  id: 6
5077
+ },
5078
+ links: {
5079
+ rule: "repeated",
5080
+ type: "temporal.api.common.v1.Link",
5081
+ id: 7
4609
5082
  }
4610
5083
  }
4611
5084
  },
@@ -4929,6 +5402,29 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4929
5402
  ResetStickyTaskQueueResponse: {
4930
5403
  fields: {}
4931
5404
  },
5405
+ ShutdownWorkerRequest: {
5406
+ fields: {
5407
+ namespace: {
5408
+ type: "string",
5409
+ id: 1
5410
+ },
5411
+ stickyTaskQueue: {
5412
+ type: "string",
5413
+ id: 2
5414
+ },
5415
+ identity: {
5416
+ type: "string",
5417
+ id: 3
5418
+ },
5419
+ reason: {
5420
+ type: "string",
5421
+ id: 4
5422
+ }
5423
+ }
5424
+ },
5425
+ ShutdownWorkerResponse: {
5426
+ fields: {}
5427
+ },
4932
5428
  QueryWorkflowRequest: {
4933
5429
  fields: {
4934
5430
  namespace: {
@@ -5168,6 +5664,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5168
5664
  countGroupByExecutionStatus: {
5169
5665
  type: "bool",
5170
5666
  id: 10
5667
+ },
5668
+ nexus: {
5669
+ type: "bool",
5670
+ id: 11
5171
5671
  }
5172
5672
  }
5173
5673
  }
@@ -6134,126 +6634,634 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6134
6634
  }
6135
6635
  }
6136
6636
  }
6137
- }
6138
- }
6139
- }
6140
- }
6141
- },
6142
- history: {
6143
- nested: {
6144
- v1: {
6145
- options: {
6146
- go_package: "go.temporal.io/api/history/v1;history",
6147
- java_package: "io.temporal.api.history.v1",
6148
- java_multiple_files: true,
6149
- java_outer_classname: "MessageProto",
6150
- ruby_package: "Temporalio::Api::History::V1",
6151
- csharp_namespace: "Temporalio.Api.History.V1"
6152
- },
6153
- nested: {
6154
- WorkflowExecutionStartedEventAttributes: {
6637
+ },
6638
+ UpdateActivityOptionsByIdRequest: {
6155
6639
  fields: {
6156
- workflowType: {
6157
- type: "temporal.api.common.v1.WorkflowType",
6640
+ namespace: {
6641
+ type: "string",
6158
6642
  id: 1
6159
6643
  },
6160
- parentWorkflowNamespace: {
6644
+ workflowId: {
6161
6645
  type: "string",
6162
6646
  id: 2
6163
6647
  },
6164
- parentWorkflowNamespaceId: {
6648
+ runId: {
6165
6649
  type: "string",
6166
- id: 27
6167
- },
6168
- parentWorkflowExecution: {
6169
- type: "temporal.api.common.v1.WorkflowExecution",
6170
6650
  id: 3
6171
6651
  },
6172
- parentInitiatedEventId: {
6173
- type: "int64",
6652
+ activityId: {
6653
+ type: "string",
6174
6654
  id: 4
6175
6655
  },
6176
- taskQueue: {
6177
- type: "temporal.api.taskqueue.v1.TaskQueue",
6656
+ identity: {
6657
+ type: "string",
6178
6658
  id: 5
6179
6659
  },
6180
- input: {
6181
- type: "temporal.api.common.v1.Payloads",
6660
+ activityOptions: {
6661
+ type: "temporal.api.activity.v1.ActivityOptions",
6182
6662
  id: 6
6183
6663
  },
6184
- workflowExecutionTimeout: {
6185
- type: "google.protobuf.Duration",
6664
+ updateMask: {
6665
+ type: "google.protobuf.FieldMask",
6186
6666
  id: 7
6187
6667
  },
6188
- workflowRunTimeout: {
6189
- type: "google.protobuf.Duration",
6668
+ requestId: {
6669
+ type: "string",
6190
6670
  id: 8
6191
- },
6192
- workflowTaskTimeout: {
6193
- type: "google.protobuf.Duration",
6194
- id: 9
6195
- },
6196
- continuedExecutionRunId: {
6671
+ }
6672
+ }
6673
+ },
6674
+ UpdateActivityOptionsByIdResponse: {
6675
+ fields: {
6676
+ activityOptions: {
6677
+ type: "temporal.api.activity.v1.ActivityOptions",
6678
+ id: 1
6679
+ }
6680
+ }
6681
+ },
6682
+ PauseActivityByIdRequest: {
6683
+ fields: {
6684
+ namespace: {
6197
6685
  type: "string",
6198
- id: 10
6199
- },
6200
- initiator: {
6201
- type: "temporal.api.enums.v1.ContinueAsNewInitiator",
6202
- id: 11
6686
+ id: 1
6203
6687
  },
6204
- continuedFailure: {
6205
- type: "temporal.api.failure.v1.Failure",
6206
- id: 12
6688
+ workflowId: {
6689
+ type: "string",
6690
+ id: 2
6207
6691
  },
6208
- lastCompletionResult: {
6209
- type: "temporal.api.common.v1.Payloads",
6210
- id: 13
6692
+ runId: {
6693
+ type: "string",
6694
+ id: 3
6211
6695
  },
6212
- originalExecutionRunId: {
6696
+ activityId: {
6213
6697
  type: "string",
6214
- id: 14
6698
+ id: 4
6215
6699
  },
6216
6700
  identity: {
6217
6701
  type: "string",
6218
- id: 15
6702
+ id: 5
6219
6703
  },
6220
- firstExecutionRunId: {
6704
+ requestId: {
6221
6705
  type: "string",
6222
- id: 16
6223
- },
6224
- retryPolicy: {
6225
- type: "temporal.api.common.v1.RetryPolicy",
6226
- id: 17
6706
+ id: 6
6707
+ }
6708
+ }
6709
+ },
6710
+ PauseActivityByIdResponse: {
6711
+ fields: {}
6712
+ },
6713
+ UnpauseActivityByIdRequest: {
6714
+ oneofs: {
6715
+ operation: {
6716
+ oneof: [
6717
+ "resume",
6718
+ "reset"
6719
+ ]
6720
+ }
6721
+ },
6722
+ fields: {
6723
+ namespace: {
6724
+ type: "string",
6725
+ id: 1
6227
6726
  },
6228
- attempt: {
6229
- type: "int32",
6230
- id: 18
6727
+ workflowId: {
6728
+ type: "string",
6729
+ id: 2
6231
6730
  },
6232
- workflowExecutionExpirationTime: {
6233
- type: "google.protobuf.Timestamp",
6234
- id: 19
6731
+ runId: {
6732
+ type: "string",
6733
+ id: 3
6235
6734
  },
6236
- cronSchedule: {
6735
+ activityId: {
6237
6736
  type: "string",
6238
- id: 20
6737
+ id: 4
6239
6738
  },
6240
- firstWorkflowTaskBackoff: {
6241
- type: "google.protobuf.Duration",
6242
- id: 21
6739
+ identity: {
6740
+ type: "string",
6741
+ id: 5
6243
6742
  },
6244
- memo: {
6245
- type: "temporal.api.common.v1.Memo",
6246
- id: 22
6743
+ requestId: {
6744
+ type: "string",
6745
+ id: 6
6247
6746
  },
6248
- searchAttributes: {
6249
- type: "temporal.api.common.v1.SearchAttributes",
6250
- id: 23
6747
+ resume: {
6748
+ type: "ResumeOperation",
6749
+ id: 7
6251
6750
  },
6252
- prevAutoResetPoints: {
6253
- type: "temporal.api.workflow.v1.ResetPoints",
6254
- id: 24
6751
+ reset: {
6752
+ type: "ResetOperation",
6753
+ id: 8
6754
+ }
6755
+ },
6756
+ nested: {
6757
+ ResumeOperation: {
6758
+ fields: {
6759
+ noWait: {
6760
+ type: "bool",
6761
+ id: 1
6762
+ }
6763
+ }
6255
6764
  },
6256
- header: {
6765
+ ResetOperation: {
6766
+ fields: {
6767
+ noWait: {
6768
+ type: "bool",
6769
+ id: 1
6770
+ },
6771
+ resetHeartbeat: {
6772
+ type: "bool",
6773
+ id: 2
6774
+ }
6775
+ }
6776
+ }
6777
+ }
6778
+ },
6779
+ UnpauseActivityByIdResponse: {
6780
+ fields: {}
6781
+ },
6782
+ ResetActivityByIdRequest: {
6783
+ fields: {
6784
+ namespace: {
6785
+ type: "string",
6786
+ id: 1
6787
+ },
6788
+ workflowId: {
6789
+ type: "string",
6790
+ id: 2
6791
+ },
6792
+ runId: {
6793
+ type: "string",
6794
+ id: 3
6795
+ },
6796
+ activityId: {
6797
+ type: "string",
6798
+ id: 4
6799
+ },
6800
+ identity: {
6801
+ type: "string",
6802
+ id: 5
6803
+ },
6804
+ requestId: {
6805
+ type: "string",
6806
+ id: 6
6807
+ },
6808
+ noWait: {
6809
+ type: "bool",
6810
+ id: 7
6811
+ },
6812
+ resetHeartbeat: {
6813
+ type: "bool",
6814
+ id: 8
6815
+ }
6816
+ }
6817
+ },
6818
+ ResetActivityByIdResponse: {
6819
+ fields: {}
6820
+ }
6821
+ }
6822
+ }
6823
+ }
6824
+ },
6825
+ activity: {
6826
+ nested: {
6827
+ v1: {
6828
+ options: {
6829
+ go_package: "go.temporal.io/api/activity/v1;activity",
6830
+ java_package: "io.temporal.api.activity.v1",
6831
+ java_multiple_files: true,
6832
+ java_outer_classname: "MessageProto",
6833
+ ruby_package: "Temporalio::Api::Activity::V1",
6834
+ csharp_namespace: "Temporalio.Api.Activity.V1"
6835
+ },
6836
+ nested: {
6837
+ ActivityOptions: {
6838
+ fields: {
6839
+ taskQueue: {
6840
+ type: "temporal.api.taskqueue.v1.TaskQueue",
6841
+ id: 1
6842
+ },
6843
+ scheduleToCloseTimeout: {
6844
+ type: "google.protobuf.Duration",
6845
+ id: 2
6846
+ },
6847
+ scheduleToStartTimeout: {
6848
+ type: "google.protobuf.Duration",
6849
+ id: 3
6850
+ },
6851
+ startToCloseTimeout: {
6852
+ type: "google.protobuf.Duration",
6853
+ id: 4
6854
+ },
6855
+ heartbeatTimeout: {
6856
+ type: "google.protobuf.Duration",
6857
+ id: 5
6858
+ },
6859
+ retryPolicy: {
6860
+ type: "temporal.api.common.v1.RetryPolicy",
6861
+ id: 6
6862
+ }
6863
+ }
6864
+ }
6865
+ }
6866
+ }
6867
+ }
6868
+ },
6869
+ taskqueue: {
6870
+ nested: {
6871
+ v1: {
6872
+ options: {
6873
+ go_package: "go.temporal.io/api/taskqueue/v1;taskqueue",
6874
+ java_package: "io.temporal.api.taskqueue.v1",
6875
+ java_multiple_files: true,
6876
+ java_outer_classname: "MessageProto",
6877
+ ruby_package: "Temporalio::Api::TaskQueue::V1",
6878
+ csharp_namespace: "Temporalio.Api.TaskQueue.V1"
6879
+ },
6880
+ nested: {
6881
+ TaskQueue: {
6882
+ fields: {
6883
+ name: {
6884
+ type: "string",
6885
+ id: 1
6886
+ },
6887
+ kind: {
6888
+ type: "temporal.api.enums.v1.TaskQueueKind",
6889
+ id: 2
6890
+ },
6891
+ normalName: {
6892
+ type: "string",
6893
+ id: 3
6894
+ }
6895
+ }
6896
+ },
6897
+ TaskQueueMetadata: {
6898
+ fields: {
6899
+ maxTasksPerSecond: {
6900
+ type: "google.protobuf.DoubleValue",
6901
+ id: 1
6902
+ }
6903
+ }
6904
+ },
6905
+ TaskQueueVersionSelection: {
6906
+ fields: {
6907
+ buildIds: {
6908
+ rule: "repeated",
6909
+ type: "string",
6910
+ id: 1
6911
+ },
6912
+ unversioned: {
6913
+ type: "bool",
6914
+ id: 2
6915
+ },
6916
+ allActive: {
6917
+ type: "bool",
6918
+ id: 3
6919
+ }
6920
+ }
6921
+ },
6922
+ TaskQueueVersionInfo: {
6923
+ fields: {
6924
+ typesInfo: {
6925
+ keyType: "int32",
6926
+ type: "TaskQueueTypeInfo",
6927
+ id: 1
6928
+ },
6929
+ taskReachability: {
6930
+ type: "temporal.api.enums.v1.BuildIdTaskReachability",
6931
+ id: 2
6932
+ }
6933
+ }
6934
+ },
6935
+ TaskQueueTypeInfo: {
6936
+ fields: {
6937
+ pollers: {
6938
+ rule: "repeated",
6939
+ type: "PollerInfo",
6940
+ id: 1
6941
+ },
6942
+ stats: {
6943
+ type: "TaskQueueStats",
6944
+ id: 2
6945
+ }
6946
+ }
6947
+ },
6948
+ TaskQueueStats: {
6949
+ fields: {
6950
+ approximateBacklogCount: {
6951
+ type: "int64",
6952
+ id: 1
6953
+ },
6954
+ approximateBacklogAge: {
6955
+ type: "google.protobuf.Duration",
6956
+ id: 2
6957
+ },
6958
+ tasksAddRate: {
6959
+ type: "float",
6960
+ id: 3
6961
+ },
6962
+ tasksDispatchRate: {
6963
+ type: "float",
6964
+ id: 4
6965
+ }
6966
+ }
6967
+ },
6968
+ TaskQueueStatus: {
6969
+ fields: {
6970
+ backlogCountHint: {
6971
+ type: "int64",
6972
+ id: 1
6973
+ },
6974
+ readLevel: {
6975
+ type: "int64",
6976
+ id: 2
6977
+ },
6978
+ ackLevel: {
6979
+ type: "int64",
6980
+ id: 3
6981
+ },
6982
+ ratePerSecond: {
6983
+ type: "double",
6984
+ id: 4
6985
+ },
6986
+ taskIdBlock: {
6987
+ type: "TaskIdBlock",
6988
+ id: 5
6989
+ }
6990
+ }
6991
+ },
6992
+ TaskIdBlock: {
6993
+ fields: {
6994
+ startId: {
6995
+ type: "int64",
6996
+ id: 1
6997
+ },
6998
+ endId: {
6999
+ type: "int64",
7000
+ id: 2
7001
+ }
7002
+ }
7003
+ },
7004
+ TaskQueuePartitionMetadata: {
7005
+ fields: {
7006
+ key: {
7007
+ type: "string",
7008
+ id: 1
7009
+ },
7010
+ ownerHostName: {
7011
+ type: "string",
7012
+ id: 2
7013
+ }
7014
+ }
7015
+ },
7016
+ PollerInfo: {
7017
+ fields: {
7018
+ lastAccessTime: {
7019
+ type: "google.protobuf.Timestamp",
7020
+ id: 1
7021
+ },
7022
+ identity: {
7023
+ type: "string",
7024
+ id: 2
7025
+ },
7026
+ ratePerSecond: {
7027
+ type: "double",
7028
+ id: 3
7029
+ },
7030
+ workerVersionCapabilities: {
7031
+ type: "temporal.api.common.v1.WorkerVersionCapabilities",
7032
+ id: 4
7033
+ }
7034
+ }
7035
+ },
7036
+ StickyExecutionAttributes: {
7037
+ fields: {
7038
+ workerTaskQueue: {
7039
+ type: "TaskQueue",
7040
+ id: 1
7041
+ },
7042
+ scheduleToStartTimeout: {
7043
+ type: "google.protobuf.Duration",
7044
+ id: 2
7045
+ }
7046
+ }
7047
+ },
7048
+ CompatibleVersionSet: {
7049
+ fields: {
7050
+ buildIds: {
7051
+ rule: "repeated",
7052
+ type: "string",
7053
+ id: 1
7054
+ }
7055
+ }
7056
+ },
7057
+ TaskQueueReachability: {
7058
+ fields: {
7059
+ taskQueue: {
7060
+ type: "string",
7061
+ id: 1
7062
+ },
7063
+ reachability: {
7064
+ rule: "repeated",
7065
+ type: "temporal.api.enums.v1.TaskReachability",
7066
+ id: 2
7067
+ }
7068
+ }
7069
+ },
7070
+ BuildIdReachability: {
7071
+ fields: {
7072
+ buildId: {
7073
+ type: "string",
7074
+ id: 1
7075
+ },
7076
+ taskQueueReachability: {
7077
+ rule: "repeated",
7078
+ type: "TaskQueueReachability",
7079
+ id: 2
7080
+ }
7081
+ }
7082
+ },
7083
+ RampByPercentage: {
7084
+ fields: {
7085
+ rampPercentage: {
7086
+ type: "float",
7087
+ id: 1
7088
+ }
7089
+ }
7090
+ },
7091
+ BuildIdAssignmentRule: {
7092
+ oneofs: {
7093
+ ramp: {
7094
+ oneof: [
7095
+ "percentageRamp"
7096
+ ]
7097
+ }
7098
+ },
7099
+ fields: {
7100
+ targetBuildId: {
7101
+ type: "string",
7102
+ id: 1
7103
+ },
7104
+ percentageRamp: {
7105
+ type: "RampByPercentage",
7106
+ id: 3
7107
+ }
7108
+ }
7109
+ },
7110
+ CompatibleBuildIdRedirectRule: {
7111
+ fields: {
7112
+ sourceBuildId: {
7113
+ type: "string",
7114
+ id: 1
7115
+ },
7116
+ targetBuildId: {
7117
+ type: "string",
7118
+ id: 2
7119
+ }
7120
+ }
7121
+ },
7122
+ TimestampedBuildIdAssignmentRule: {
7123
+ fields: {
7124
+ rule: {
7125
+ type: "BuildIdAssignmentRule",
7126
+ id: 1
7127
+ },
7128
+ createTime: {
7129
+ type: "google.protobuf.Timestamp",
7130
+ id: 2
7131
+ }
7132
+ }
7133
+ },
7134
+ TimestampedCompatibleBuildIdRedirectRule: {
7135
+ fields: {
7136
+ rule: {
7137
+ type: "CompatibleBuildIdRedirectRule",
7138
+ id: 1
7139
+ },
7140
+ createTime: {
7141
+ type: "google.protobuf.Timestamp",
7142
+ id: 2
7143
+ }
7144
+ }
7145
+ }
7146
+ }
7147
+ }
7148
+ }
7149
+ },
7150
+ history: {
7151
+ nested: {
7152
+ v1: {
7153
+ options: {
7154
+ go_package: "go.temporal.io/api/history/v1;history",
7155
+ java_package: "io.temporal.api.history.v1",
7156
+ java_multiple_files: true,
7157
+ java_outer_classname: "MessageProto",
7158
+ ruby_package: "Temporalio::Api::History::V1",
7159
+ csharp_namespace: "Temporalio.Api.History.V1"
7160
+ },
7161
+ nested: {
7162
+ WorkflowExecutionStartedEventAttributes: {
7163
+ fields: {
7164
+ workflowType: {
7165
+ type: "temporal.api.common.v1.WorkflowType",
7166
+ id: 1
7167
+ },
7168
+ parentWorkflowNamespace: {
7169
+ type: "string",
7170
+ id: 2
7171
+ },
7172
+ parentWorkflowNamespaceId: {
7173
+ type: "string",
7174
+ id: 27
7175
+ },
7176
+ parentWorkflowExecution: {
7177
+ type: "temporal.api.common.v1.WorkflowExecution",
7178
+ id: 3
7179
+ },
7180
+ parentInitiatedEventId: {
7181
+ type: "int64",
7182
+ id: 4
7183
+ },
7184
+ taskQueue: {
7185
+ type: "temporal.api.taskqueue.v1.TaskQueue",
7186
+ id: 5
7187
+ },
7188
+ input: {
7189
+ type: "temporal.api.common.v1.Payloads",
7190
+ id: 6
7191
+ },
7192
+ workflowExecutionTimeout: {
7193
+ type: "google.protobuf.Duration",
7194
+ id: 7
7195
+ },
7196
+ workflowRunTimeout: {
7197
+ type: "google.protobuf.Duration",
7198
+ id: 8
7199
+ },
7200
+ workflowTaskTimeout: {
7201
+ type: "google.protobuf.Duration",
7202
+ id: 9
7203
+ },
7204
+ continuedExecutionRunId: {
7205
+ type: "string",
7206
+ id: 10
7207
+ },
7208
+ initiator: {
7209
+ type: "temporal.api.enums.v1.ContinueAsNewInitiator",
7210
+ id: 11
7211
+ },
7212
+ continuedFailure: {
7213
+ type: "temporal.api.failure.v1.Failure",
7214
+ id: 12
7215
+ },
7216
+ lastCompletionResult: {
7217
+ type: "temporal.api.common.v1.Payloads",
7218
+ id: 13
7219
+ },
7220
+ originalExecutionRunId: {
7221
+ type: "string",
7222
+ id: 14
7223
+ },
7224
+ identity: {
7225
+ type: "string",
7226
+ id: 15
7227
+ },
7228
+ firstExecutionRunId: {
7229
+ type: "string",
7230
+ id: 16
7231
+ },
7232
+ retryPolicy: {
7233
+ type: "temporal.api.common.v1.RetryPolicy",
7234
+ id: 17
7235
+ },
7236
+ attempt: {
7237
+ type: "int32",
7238
+ id: 18
7239
+ },
7240
+ workflowExecutionExpirationTime: {
7241
+ type: "google.protobuf.Timestamp",
7242
+ id: 19
7243
+ },
7244
+ cronSchedule: {
7245
+ type: "string",
7246
+ id: 20
7247
+ },
7248
+ firstWorkflowTaskBackoff: {
7249
+ type: "google.protobuf.Duration",
7250
+ id: 21
7251
+ },
7252
+ memo: {
7253
+ type: "temporal.api.common.v1.Memo",
7254
+ id: 22
7255
+ },
7256
+ searchAttributes: {
7257
+ type: "temporal.api.common.v1.SearchAttributes",
7258
+ id: 23
7259
+ },
7260
+ prevAutoResetPoints: {
7261
+ type: "temporal.api.workflow.v1.ResetPoints",
7262
+ id: 24
7263
+ },
7264
+ header: {
6257
7265
  type: "temporal.api.common.v1.Header",
6258
7266
  id: 25
6259
7267
  },
@@ -7537,6 +8545,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7537
8545
  requestId: {
7538
8546
  type: "string",
7539
8547
  id: 8
8548
+ },
8549
+ endpointId: {
8550
+ type: "string",
8551
+ id: 9
7540
8552
  }
7541
8553
  }
7542
8554
  },
@@ -7549,6 +8561,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7549
8561
  operationId: {
7550
8562
  type: "string",
7551
8563
  id: 3
8564
+ },
8565
+ requestId: {
8566
+ type: "string",
8567
+ id: 4
7552
8568
  }
7553
8569
  }
7554
8570
  },
@@ -7561,6 +8577,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7561
8577
  result: {
7562
8578
  type: "temporal.api.common.v1.Payload",
7563
8579
  id: 2
8580
+ },
8581
+ requestId: {
8582
+ type: "string",
8583
+ id: 3
7564
8584
  }
7565
8585
  }
7566
8586
  },
@@ -7573,6 +8593,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7573
8593
  failure: {
7574
8594
  type: "temporal.api.failure.v1.Failure",
7575
8595
  id: 2
8596
+ },
8597
+ requestId: {
8598
+ type: "string",
8599
+ id: 3
7576
8600
  }
7577
8601
  }
7578
8602
  },
@@ -7585,6 +8609,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7585
8609
  failure: {
7586
8610
  type: "temporal.api.failure.v1.Failure",
7587
8611
  id: 2
8612
+ },
8613
+ requestId: {
8614
+ type: "string",
8615
+ id: 3
7588
8616
  }
7589
8617
  }
7590
8618
  },
@@ -7597,6 +8625,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7597
8625
  failure: {
7598
8626
  type: "temporal.api.failure.v1.Failure",
7599
8627
  id: 2
8628
+ },
8629
+ requestId: {
8630
+ type: "string",
8631
+ id: 3
7600
8632
  }
7601
8633
  }
7602
8634
  },
@@ -7702,6 +8734,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7702
8734
  type: "temporal.api.sdk.v1.UserMetadata",
7703
8735
  id: 301
7704
8736
  },
8737
+ links: {
8738
+ rule: "repeated",
8739
+ type: "temporal.api.common.v1.Link",
8740
+ id: 302
8741
+ },
7705
8742
  workflowExecutionStartedEventAttributes: {
7706
8743
  type: "WorkflowExecutionStartedEventAttributes",
7707
8744
  id: 6
@@ -7856,357 +8893,76 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7856
8893
  },
7857
8894
  externalWorkflowExecutionSignaledEventAttributes: {
7858
8895
  type: "ExternalWorkflowExecutionSignaledEventAttributes",
7859
- id: 44
7860
- },
7861
- upsertWorkflowSearchAttributesEventAttributes: {
7862
- type: "UpsertWorkflowSearchAttributesEventAttributes",
7863
- id: 45
7864
- },
7865
- workflowExecutionUpdateAcceptedEventAttributes: {
7866
- type: "WorkflowExecutionUpdateAcceptedEventAttributes",
7867
- id: 46
7868
- },
7869
- workflowExecutionUpdateRejectedEventAttributes: {
7870
- type: "WorkflowExecutionUpdateRejectedEventAttributes",
7871
- id: 47
7872
- },
7873
- workflowExecutionUpdateCompletedEventAttributes: {
7874
- type: "WorkflowExecutionUpdateCompletedEventAttributes",
7875
- id: 48
7876
- },
7877
- workflowPropertiesModifiedExternallyEventAttributes: {
7878
- type: "WorkflowPropertiesModifiedExternallyEventAttributes",
7879
- id: 49
7880
- },
7881
- activityPropertiesModifiedExternallyEventAttributes: {
7882
- type: "ActivityPropertiesModifiedExternallyEventAttributes",
7883
- id: 50
7884
- },
7885
- workflowPropertiesModifiedEventAttributes: {
7886
- type: "WorkflowPropertiesModifiedEventAttributes",
7887
- id: 51
7888
- },
7889
- workflowExecutionUpdateAdmittedEventAttributes: {
7890
- type: "WorkflowExecutionUpdateAdmittedEventAttributes",
7891
- id: 52
7892
- },
7893
- nexusOperationScheduledEventAttributes: {
7894
- type: "NexusOperationScheduledEventAttributes",
7895
- id: 53
7896
- },
7897
- nexusOperationStartedEventAttributes: {
7898
- type: "NexusOperationStartedEventAttributes",
7899
- id: 54
7900
- },
7901
- nexusOperationCompletedEventAttributes: {
7902
- type: "NexusOperationCompletedEventAttributes",
7903
- id: 55
7904
- },
7905
- nexusOperationFailedEventAttributes: {
7906
- type: "NexusOperationFailedEventAttributes",
7907
- id: 56
7908
- },
7909
- nexusOperationCanceledEventAttributes: {
7910
- type: "NexusOperationCanceledEventAttributes",
7911
- id: 57
7912
- },
7913
- nexusOperationTimedOutEventAttributes: {
7914
- type: "NexusOperationTimedOutEventAttributes",
7915
- id: 58
7916
- },
7917
- nexusOperationCancelRequestedEventAttributes: {
7918
- type: "NexusOperationCancelRequestedEventAttributes",
7919
- id: 59
7920
- }
7921
- }
7922
- },
7923
- History: {
7924
- fields: {
7925
- events: {
7926
- rule: "repeated",
7927
- type: "HistoryEvent",
7928
- id: 1
7929
- }
7930
- }
7931
- }
7932
- }
7933
- }
7934
- }
7935
- },
7936
- taskqueue: {
7937
- nested: {
7938
- v1: {
7939
- options: {
7940
- go_package: "go.temporal.io/api/taskqueue/v1;taskqueue",
7941
- java_package: "io.temporal.api.taskqueue.v1",
7942
- java_multiple_files: true,
7943
- java_outer_classname: "MessageProto",
7944
- ruby_package: "Temporalio::Api::TaskQueue::V1",
7945
- csharp_namespace: "Temporalio.Api.TaskQueue.V1"
7946
- },
7947
- nested: {
7948
- TaskQueue: {
7949
- fields: {
7950
- name: {
7951
- type: "string",
7952
- id: 1
7953
- },
7954
- kind: {
7955
- type: "temporal.api.enums.v1.TaskQueueKind",
7956
- id: 2
7957
- },
7958
- normalName: {
7959
- type: "string",
7960
- id: 3
7961
- }
7962
- }
7963
- },
7964
- TaskQueueMetadata: {
7965
- fields: {
7966
- maxTasksPerSecond: {
7967
- type: "google.protobuf.DoubleValue",
7968
- id: 1
7969
- }
7970
- }
7971
- },
7972
- TaskQueueVersionSelection: {
7973
- fields: {
7974
- buildIds: {
7975
- rule: "repeated",
7976
- type: "string",
7977
- id: 1
7978
- },
7979
- unversioned: {
7980
- type: "bool",
7981
- id: 2
7982
- },
7983
- allActive: {
7984
- type: "bool",
7985
- id: 3
7986
- }
7987
- }
7988
- },
7989
- TaskQueueVersionInfo: {
7990
- fields: {
7991
- typesInfo: {
7992
- keyType: "int32",
7993
- type: "TaskQueueTypeInfo",
7994
- id: 1
7995
- },
7996
- taskReachability: {
7997
- type: "temporal.api.enums.v1.BuildIdTaskReachability",
7998
- id: 2
7999
- }
8000
- }
8001
- },
8002
- TaskQueueTypeInfo: {
8003
- fields: {
8004
- pollers: {
8005
- rule: "repeated",
8006
- type: "PollerInfo",
8007
- id: 1
8008
- },
8009
- stats: {
8010
- type: "TaskQueueStats",
8011
- id: 2
8012
- }
8013
- }
8014
- },
8015
- TaskQueueStats: {
8016
- fields: {
8017
- approximateBacklogCount: {
8018
- type: "int64",
8019
- id: 1
8020
- },
8021
- approximateBacklogAge: {
8022
- type: "google.protobuf.Duration",
8023
- id: 2
8024
- },
8025
- tasksAddRate: {
8026
- type: "float",
8027
- id: 3
8028
- },
8029
- tasksDispatchRate: {
8030
- type: "float",
8031
- id: 4
8032
- }
8033
- }
8034
- },
8035
- TaskQueueStatus: {
8036
- fields: {
8037
- backlogCountHint: {
8038
- type: "int64",
8039
- id: 1
8040
- },
8041
- readLevel: {
8042
- type: "int64",
8043
- id: 2
8896
+ id: 44
8044
8897
  },
8045
- ackLevel: {
8046
- type: "int64",
8047
- id: 3
8898
+ upsertWorkflowSearchAttributesEventAttributes: {
8899
+ type: "UpsertWorkflowSearchAttributesEventAttributes",
8900
+ id: 45
8048
8901
  },
8049
- ratePerSecond: {
8050
- type: "double",
8051
- id: 4
8902
+ workflowExecutionUpdateAcceptedEventAttributes: {
8903
+ type: "WorkflowExecutionUpdateAcceptedEventAttributes",
8904
+ id: 46
8052
8905
  },
8053
- taskIdBlock: {
8054
- type: "TaskIdBlock",
8055
- id: 5
8056
- }
8057
- }
8058
- },
8059
- TaskIdBlock: {
8060
- fields: {
8061
- startId: {
8062
- type: "int64",
8063
- id: 1
8906
+ workflowExecutionUpdateRejectedEventAttributes: {
8907
+ type: "WorkflowExecutionUpdateRejectedEventAttributes",
8908
+ id: 47
8064
8909
  },
8065
- endId: {
8066
- type: "int64",
8067
- id: 2
8068
- }
8069
- }
8070
- },
8071
- TaskQueuePartitionMetadata: {
8072
- fields: {
8073
- key: {
8074
- type: "string",
8075
- id: 1
8910
+ workflowExecutionUpdateCompletedEventAttributes: {
8911
+ type: "WorkflowExecutionUpdateCompletedEventAttributes",
8912
+ id: 48
8076
8913
  },
8077
- ownerHostName: {
8078
- type: "string",
8079
- id: 2
8080
- }
8081
- }
8082
- },
8083
- PollerInfo: {
8084
- fields: {
8085
- lastAccessTime: {
8086
- type: "google.protobuf.Timestamp",
8087
- id: 1
8914
+ workflowPropertiesModifiedExternallyEventAttributes: {
8915
+ type: "WorkflowPropertiesModifiedExternallyEventAttributes",
8916
+ id: 49
8088
8917
  },
8089
- identity: {
8090
- type: "string",
8091
- id: 2
8918
+ activityPropertiesModifiedExternallyEventAttributes: {
8919
+ type: "ActivityPropertiesModifiedExternallyEventAttributes",
8920
+ id: 50
8092
8921
  },
8093
- ratePerSecond: {
8094
- type: "double",
8095
- id: 3
8922
+ workflowPropertiesModifiedEventAttributes: {
8923
+ type: "WorkflowPropertiesModifiedEventAttributes",
8924
+ id: 51
8096
8925
  },
8097
- workerVersionCapabilities: {
8098
- type: "temporal.api.common.v1.WorkerVersionCapabilities",
8099
- id: 4
8100
- }
8101
- }
8102
- },
8103
- StickyExecutionAttributes: {
8104
- fields: {
8105
- workerTaskQueue: {
8106
- type: "TaskQueue",
8107
- id: 1
8926
+ workflowExecutionUpdateAdmittedEventAttributes: {
8927
+ type: "WorkflowExecutionUpdateAdmittedEventAttributes",
8928
+ id: 52
8108
8929
  },
8109
- scheduleToStartTimeout: {
8110
- type: "google.protobuf.Duration",
8111
- id: 2
8112
- }
8113
- }
8114
- },
8115
- CompatibleVersionSet: {
8116
- fields: {
8117
- buildIds: {
8118
- rule: "repeated",
8119
- type: "string",
8120
- id: 1
8121
- }
8122
- }
8123
- },
8124
- TaskQueueReachability: {
8125
- fields: {
8126
- taskQueue: {
8127
- type: "string",
8128
- id: 1
8930
+ nexusOperationScheduledEventAttributes: {
8931
+ type: "NexusOperationScheduledEventAttributes",
8932
+ id: 53
8129
8933
  },
8130
- reachability: {
8131
- rule: "repeated",
8132
- type: "temporal.api.enums.v1.TaskReachability",
8133
- id: 2
8134
- }
8135
- }
8136
- },
8137
- BuildIdReachability: {
8138
- fields: {
8139
- buildId: {
8140
- type: "string",
8141
- id: 1
8934
+ nexusOperationStartedEventAttributes: {
8935
+ type: "NexusOperationStartedEventAttributes",
8936
+ id: 54
8142
8937
  },
8143
- taskQueueReachability: {
8144
- rule: "repeated",
8145
- type: "TaskQueueReachability",
8146
- id: 2
8147
- }
8148
- }
8149
- },
8150
- RampByPercentage: {
8151
- fields: {
8152
- rampPercentage: {
8153
- type: "float",
8154
- id: 1
8155
- }
8156
- }
8157
- },
8158
- BuildIdAssignmentRule: {
8159
- oneofs: {
8160
- ramp: {
8161
- oneof: [
8162
- "percentageRamp"
8163
- ]
8164
- }
8165
- },
8166
- fields: {
8167
- targetBuildId: {
8168
- type: "string",
8169
- id: 1
8938
+ nexusOperationCompletedEventAttributes: {
8939
+ type: "NexusOperationCompletedEventAttributes",
8940
+ id: 55
8170
8941
  },
8171
- percentageRamp: {
8172
- type: "RampByPercentage",
8173
- id: 3
8174
- }
8175
- }
8176
- },
8177
- CompatibleBuildIdRedirectRule: {
8178
- fields: {
8179
- sourceBuildId: {
8180
- type: "string",
8181
- id: 1
8942
+ nexusOperationFailedEventAttributes: {
8943
+ type: "NexusOperationFailedEventAttributes",
8944
+ id: 56
8182
8945
  },
8183
- targetBuildId: {
8184
- type: "string",
8185
- id: 2
8186
- }
8187
- }
8188
- },
8189
- TimestampedBuildIdAssignmentRule: {
8190
- fields: {
8191
- rule: {
8192
- type: "BuildIdAssignmentRule",
8193
- id: 1
8946
+ nexusOperationCanceledEventAttributes: {
8947
+ type: "NexusOperationCanceledEventAttributes",
8948
+ id: 57
8194
8949
  },
8195
- createTime: {
8196
- type: "google.protobuf.Timestamp",
8197
- id: 2
8950
+ nexusOperationTimedOutEventAttributes: {
8951
+ type: "NexusOperationTimedOutEventAttributes",
8952
+ id: 58
8953
+ },
8954
+ nexusOperationCancelRequestedEventAttributes: {
8955
+ type: "NexusOperationCancelRequestedEventAttributes",
8956
+ id: 59
8198
8957
  }
8199
8958
  }
8200
8959
  },
8201
- TimestampedCompatibleBuildIdRedirectRule: {
8960
+ History: {
8202
8961
  fields: {
8203
- rule: {
8204
- type: "CompatibleBuildIdRedirectRule",
8962
+ events: {
8963
+ rule: "repeated",
8964
+ type: "HistoryEvent",
8205
8965
  id: 1
8206
- },
8207
- createTime: {
8208
- type: "google.protobuf.Timestamp",
8209
- id: 2
8210
8966
  }
8211
8967
  }
8212
8968
  }
@@ -8307,6 +9063,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8307
9063
  inheritedBuildId: {
8308
9064
  type: "string",
8309
9065
  id: 20
9066
+ },
9067
+ firstRunId: {
9068
+ type: "string",
9069
+ id: 21
8310
9070
  }
8311
9071
  }
8312
9072
  },
@@ -8403,6 +9163,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8403
9163
  lastWorkerVersionStamp: {
8404
9164
  type: "temporal.api.common.v1.WorkerVersionStamp",
8405
9165
  id: 15
9166
+ },
9167
+ currentRetryInterval: {
9168
+ type: "google.protobuf.Duration",
9169
+ id: 16
9170
+ },
9171
+ lastAttemptCompleteTime: {
9172
+ type: "google.protobuf.Timestamp",
9173
+ id: 17
9174
+ },
9175
+ nextAttemptScheduleTime: {
9176
+ type: "google.protobuf.Timestamp",
9177
+ id: 18
9178
+ },
9179
+ paused: {
9180
+ type: "bool",
9181
+ id: 19
8406
9182
  }
8407
9183
  }
8408
9184
  },
@@ -8660,6 +9436,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8660
9436
  cancellationInfo: {
8661
9437
  type: "NexusOperationCancellationInfo",
8662
9438
  id: 12
9439
+ },
9440
+ scheduledEventId: {
9441
+ type: "int64",
9442
+ id: 13
8663
9443
  }
8664
9444
  }
8665
9445
  },
@@ -9894,6 +10674,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9894
10674
  startWorkflowResult: {
9895
10675
  type: "temporal.api.common.v1.WorkflowExecution",
9896
10676
  id: 11
10677
+ },
10678
+ startWorkflowStatus: {
10679
+ type: "temporal.api.enums.v1.WorkflowExecutionStatus",
10680
+ id: 12
9897
10681
  }
9898
10682
  }
9899
10683
  },
@@ -10316,6 +11100,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10316
11100
  }
10317
11101
  }
10318
11102
  },
11103
+ Link: {
11104
+ fields: {
11105
+ url: {
11106
+ type: "string",
11107
+ id: 1
11108
+ },
11109
+ type: {
11110
+ type: "string",
11111
+ id: 2
11112
+ }
11113
+ }
11114
+ },
10319
11115
  StartOperationRequest: {
10320
11116
  fields: {
10321
11117
  service: {
@@ -10342,6 +11138,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10342
11138
  keyType: "string",
10343
11139
  type: "string",
10344
11140
  id: 6
11141
+ },
11142
+ links: {
11143
+ rule: "repeated",
11144
+ type: "Link",
11145
+ id: 7
10345
11146
  }
10346
11147
  }
10347
11148
  },
@@ -10428,6 +11229,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10428
11229
  operationId: {
10429
11230
  type: "string",
10430
11231
  id: 1
11232
+ },
11233
+ links: {
11234
+ rule: "repeated",
11235
+ type: "Link",
11236
+ id: 2
10431
11237
  }
10432
11238
  }
10433
11239
  }
@@ -10490,8 +11296,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10490
11296
  type: "string",
10491
11297
  id: 1
10492
11298
  },
10493
- metadata: {
10494
- type: "temporal.api.sdk.v1.UserMetadata",
11299
+ description: {
11300
+ type: "temporal.api.common.v1.Payload",
10495
11301
  id: 2
10496
11302
  },
10497
11303
  target: {
@@ -10572,12 +11378,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10572
11378
  requestType: "ListSearchAttributesRequest",
10573
11379
  responseType: "ListSearchAttributesResponse",
10574
11380
  options: {
10575
- "(google.api.http).get": "/namespaces/{namespace}/search-attributes"
11381
+ "(google.api.http).get": "/cluster/namespaces/{namespace}/search-attributes",
11382
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/search-attributes"
10576
11383
  },
10577
11384
  parsedOptions: [
10578
11385
  {
10579
11386
  "(google.api.http)": {
10580
- get: "/namespaces/{namespace}/search-attributes"
11387
+ get: "/cluster/namespaces/{namespace}/search-attributes",
11388
+ additional_bindings: {
11389
+ get: "/api/v1/namespaces/{namespace}/search-attributes"
11390
+ }
10581
11391
  }
10582
11392
  }
10583
11393
  ]
@@ -10602,12 +11412,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10602
11412
  requestType: "GetNexusEndpointRequest",
10603
11413
  responseType: "GetNexusEndpointResponse",
10604
11414
  options: {
10605
- "(google.api.http).get": "/nexus/endpoints/{id}"
11415
+ "(google.api.http).get": "/cluster/nexus/endpoints/{id}",
11416
+ "(google.api.http).additional_bindings.get": "/api/v1/nexus/endpoints/{id}"
10606
11417
  },
10607
11418
  parsedOptions: [
10608
11419
  {
10609
11420
  "(google.api.http)": {
10610
- get: "/nexus/endpoints/{id}"
11421
+ get: "/cluster/nexus/endpoints/{id}",
11422
+ additional_bindings: {
11423
+ get: "/api/v1/nexus/endpoints/{id}"
11424
+ }
10611
11425
  }
10612
11426
  }
10613
11427
  ]
@@ -10616,14 +11430,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10616
11430
  requestType: "CreateNexusEndpointRequest",
10617
11431
  responseType: "CreateNexusEndpointResponse",
10618
11432
  options: {
10619
- "(google.api.http).post": "/nexus/endpoints",
10620
- "(google.api.http).body": "*"
11433
+ "(google.api.http).post": "/cluster/nexus/endpoints",
11434
+ "(google.api.http).body": "*",
11435
+ "(google.api.http).additional_bindings.post": "/api/v1/nexus/endpoints",
11436
+ "(google.api.http).additional_bindings.body": "*"
10621
11437
  },
10622
11438
  parsedOptions: [
10623
11439
  {
10624
11440
  "(google.api.http)": {
10625
- post: "/nexus/endpoints",
10626
- body: "*"
11441
+ post: "/cluster/nexus/endpoints",
11442
+ body: "*",
11443
+ additional_bindings: {
11444
+ post: "/api/v1/nexus/endpoints",
11445
+ body: "*"
11446
+ }
10627
11447
  }
10628
11448
  }
10629
11449
  ]
@@ -10632,14 +11452,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10632
11452
  requestType: "UpdateNexusEndpointRequest",
10633
11453
  responseType: "UpdateNexusEndpointResponse",
10634
11454
  options: {
10635
- "(google.api.http).post": "/nexus/endpoints/{id}/update",
10636
- "(google.api.http).body": "*"
11455
+ "(google.api.http).post": "/cluster/nexus/endpoints/{id}/update",
11456
+ "(google.api.http).body": "*",
11457
+ "(google.api.http).additional_bindings.post": "/api/v1/nexus/endpoints/{id}/update",
11458
+ "(google.api.http).additional_bindings.body": "*"
10637
11459
  },
10638
11460
  parsedOptions: [
10639
11461
  {
10640
11462
  "(google.api.http)": {
10641
- post: "/nexus/endpoints/{id}/update",
10642
- body: "*"
11463
+ post: "/cluster/nexus/endpoints/{id}/update",
11464
+ body: "*",
11465
+ additional_bindings: {
11466
+ post: "/api/v1/nexus/endpoints/{id}/update",
11467
+ body: "*"
11468
+ }
10643
11469
  }
10644
11470
  }
10645
11471
  ]
@@ -10648,12 +11474,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10648
11474
  requestType: "DeleteNexusEndpointRequest",
10649
11475
  responseType: "DeleteNexusEndpointResponse",
10650
11476
  options: {
10651
- "(google.api.http).delete": "/nexus/endpoints/{id}"
11477
+ "(google.api.http).delete": "/cluster/nexus/endpoints/{id}",
11478
+ "(google.api.http).additional_bindings.delete": "/api/v1/nexus/endpoints/{id}"
10652
11479
  },
10653
11480
  parsedOptions: [
10654
11481
  {
10655
11482
  "(google.api.http)": {
10656
- "delete": "/nexus/endpoints/{id}"
11483
+ "delete": "/cluster/nexus/endpoints/{id}",
11484
+ additional_bindings: {
11485
+ "delete": "/api/v1/nexus/endpoints/{id}"
11486
+ }
10657
11487
  }
10658
11488
  }
10659
11489
  ]
@@ -10662,12 +11492,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10662
11492
  requestType: "ListNexusEndpointsRequest",
10663
11493
  responseType: "ListNexusEndpointsResponse",
10664
11494
  options: {
10665
- "(google.api.http).get": "/nexus/endpoints"
11495
+ "(google.api.http).get": "/cluster/nexus/endpoints",
11496
+ "(google.api.http).additional_bindings.get": "/api/v1/nexus/endpoints"
10666
11497
  },
10667
11498
  parsedOptions: [
10668
11499
  {
10669
11500
  "(google.api.http)": {
10670
- get: "/nexus/endpoints"
11501
+ get: "/cluster/nexus/endpoints",
11502
+ additional_bindings: {
11503
+ get: "/api/v1/nexus/endpoints"
11504
+ }
10671
11505
  }
10672
11506
  }
10673
11507
  ]
@@ -13971,6 +14805,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
13971
14805
  id: 2
13972
14806
  }
13973
14807
  }
14808
+ },
14809
+ FieldMask: {
14810
+ fields: {
14811
+ paths: {
14812
+ rule: "repeated",
14813
+ type: "string",
14814
+ id: 1
14815
+ }
14816
+ }
13974
14817
  }
13975
14818
  }
13976
14819
  },