@temporalio/proto 1.9.3 → 1.10.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/protos/json-module.js +1783 -180
- package/protos/root.d.ts +18990 -10069
package/protos/json-module.js
CHANGED
|
@@ -1699,10 +1699,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1699
1699
|
type: "string",
|
|
1700
1700
|
id: 1
|
|
1701
1701
|
},
|
|
1702
|
-
bundleId: {
|
|
1703
|
-
type: "string",
|
|
1704
|
-
id: 2
|
|
1705
|
-
},
|
|
1706
1702
|
useVersioning: {
|
|
1707
1703
|
type: "bool",
|
|
1708
1704
|
id: 3
|
|
@@ -1756,6 +1752,47 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1756
1752
|
currentRunOnly: {
|
|
1757
1753
|
type: "bool",
|
|
1758
1754
|
id: 11
|
|
1755
|
+
},
|
|
1756
|
+
resetReapplyExcludeTypes: {
|
|
1757
|
+
rule: "repeated",
|
|
1758
|
+
type: "temporal.api.enums.v1.ResetReapplyExcludeType",
|
|
1759
|
+
id: 12
|
|
1760
|
+
}
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
Callback: {
|
|
1764
|
+
oneofs: {
|
|
1765
|
+
variant: {
|
|
1766
|
+
oneof: [
|
|
1767
|
+
"nexus"
|
|
1768
|
+
]
|
|
1769
|
+
}
|
|
1770
|
+
},
|
|
1771
|
+
fields: {
|
|
1772
|
+
nexus: {
|
|
1773
|
+
type: "Nexus",
|
|
1774
|
+
id: 2
|
|
1775
|
+
}
|
|
1776
|
+
},
|
|
1777
|
+
reserved: [
|
|
1778
|
+
[
|
|
1779
|
+
1,
|
|
1780
|
+
1
|
|
1781
|
+
]
|
|
1782
|
+
],
|
|
1783
|
+
nested: {
|
|
1784
|
+
Nexus: {
|
|
1785
|
+
fields: {
|
|
1786
|
+
url: {
|
|
1787
|
+
type: "string",
|
|
1788
|
+
id: 1
|
|
1789
|
+
},
|
|
1790
|
+
header: {
|
|
1791
|
+
keyType: "string",
|
|
1792
|
+
type: "string",
|
|
1793
|
+
id: 2
|
|
1794
|
+
}
|
|
1795
|
+
}
|
|
1759
1796
|
}
|
|
1760
1797
|
}
|
|
1761
1798
|
}
|
|
@@ -1802,6 +1839,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1802
1839
|
SEVERITY_LOW: 3
|
|
1803
1840
|
}
|
|
1804
1841
|
},
|
|
1842
|
+
CallbackState: {
|
|
1843
|
+
values: {
|
|
1844
|
+
CALLBACK_STATE_UNSPECIFIED: 0,
|
|
1845
|
+
CALLBACK_STATE_STANDBY: 1,
|
|
1846
|
+
CALLBACK_STATE_SCHEDULED: 2,
|
|
1847
|
+
CALLBACK_STATE_BACKING_OFF: 3,
|
|
1848
|
+
CALLBACK_STATE_FAILED: 4,
|
|
1849
|
+
CALLBACK_STATE_SUCCEEDED: 5
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
PendingNexusOperationState: {
|
|
1853
|
+
values: {
|
|
1854
|
+
PENDING_NEXUS_OPERATION_STATE_UNSPECIFIED: 0,
|
|
1855
|
+
PENDING_NEXUS_OPERATION_STATE_SCHEDULED: 1,
|
|
1856
|
+
PENDING_NEXUS_OPERATION_STATE_BACKING_OFF: 2,
|
|
1857
|
+
PENDING_NEXUS_OPERATION_STATE_STARTED: 3
|
|
1858
|
+
}
|
|
1859
|
+
},
|
|
1860
|
+
NexusOperationCancellationState: {
|
|
1861
|
+
values: {
|
|
1862
|
+
NEXUS_OPERATION_CANCELLATION_STATE_UNSPECIFIED: 0,
|
|
1863
|
+
NEXUS_OPERATION_CANCELLATION_STATE_SCHEDULED: 1,
|
|
1864
|
+
NEXUS_OPERATION_CANCELLATION_STATE_BACKING_OFF: 2,
|
|
1865
|
+
NEXUS_OPERATION_CANCELLATION_STATE_SUCCEEDED: 3,
|
|
1866
|
+
NEXUS_OPERATION_CANCELLATION_STATE_FAILED: 4,
|
|
1867
|
+
NEXUS_OPERATION_CANCELLATION_STATE_TIMED_OUT: 5
|
|
1868
|
+
}
|
|
1869
|
+
},
|
|
1805
1870
|
ResetReapplyExcludeType: {
|
|
1806
1871
|
values: {
|
|
1807
1872
|
RESET_REAPPLY_EXCLUDE_TYPE_UNSPECIFIED: 0,
|
|
@@ -1833,6 +1898,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1833
1898
|
WORKFLOW_ID_REUSE_POLICY_TERMINATE_IF_RUNNING: 4
|
|
1834
1899
|
}
|
|
1835
1900
|
},
|
|
1901
|
+
WorkflowIdConflictPolicy: {
|
|
1902
|
+
values: {
|
|
1903
|
+
WORKFLOW_ID_CONFLICT_POLICY_UNSPECIFIED: 0,
|
|
1904
|
+
WORKFLOW_ID_CONFLICT_POLICY_FAIL: 1,
|
|
1905
|
+
WORKFLOW_ID_CONFLICT_POLICY_USE_EXISTING: 2,
|
|
1906
|
+
WORKFLOW_ID_CONFLICT_POLICY_TERMINATE_EXISTING: 3
|
|
1907
|
+
}
|
|
1908
|
+
},
|
|
1836
1909
|
ParentClosePolicy: {
|
|
1837
1910
|
values: {
|
|
1838
1911
|
PARENT_CLOSE_POLICY_UNSPECIFIED: 0,
|
|
@@ -1912,10 +1985,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1912
1985
|
UPDATE_WORKFLOW_EXECUTION_LIFECYCLE_STAGE_COMPLETED: 3
|
|
1913
1986
|
}
|
|
1914
1987
|
},
|
|
1915
|
-
|
|
1988
|
+
UpdateAdmittedEventOrigin: {
|
|
1916
1989
|
values: {
|
|
1917
|
-
|
|
1918
|
-
|
|
1990
|
+
UPDATE_ADMITTED_EVENT_ORIGIN_UNSPECIFIED: 0,
|
|
1991
|
+
UPDATE_ADMITTED_EVENT_ORIGIN_REAPPLY: 1
|
|
1919
1992
|
}
|
|
1920
1993
|
},
|
|
1921
1994
|
WorkflowTaskFailedCause: {
|
|
@@ -1951,7 +2024,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1951
2024
|
WORKFLOW_TASK_FAILED_CAUSE_PENDING_SIGNALS_LIMIT_EXCEEDED: 28,
|
|
1952
2025
|
WORKFLOW_TASK_FAILED_CAUSE_PENDING_REQUEST_CANCEL_LIMIT_EXCEEDED: 29,
|
|
1953
2026
|
WORKFLOW_TASK_FAILED_CAUSE_BAD_UPDATE_WORKFLOW_EXECUTION_MESSAGE: 30,
|
|
1954
|
-
WORKFLOW_TASK_FAILED_CAUSE_UNHANDLED_UPDATE: 31
|
|
2027
|
+
WORKFLOW_TASK_FAILED_CAUSE_UNHANDLED_UPDATE: 31,
|
|
2028
|
+
WORKFLOW_TASK_FAILED_CAUSE_BAD_SCHEDULE_NEXUS_OPERATION_ATTRIBUTES: 32,
|
|
2029
|
+
WORKFLOW_TASK_FAILED_CAUSE_PENDING_NEXUS_OPERATIONS_LIMIT_EXCEEDED: 33,
|
|
2030
|
+
WORKFLOW_TASK_FAILED_CAUSE_BAD_REQUEST_CANCEL_NEXUS_OPERATION_ATTRIBUTES: 34,
|
|
2031
|
+
WORKFLOW_TASK_FAILED_CAUSE_FEATURE_DISABLED: 35
|
|
1955
2032
|
}
|
|
1956
2033
|
},
|
|
1957
2034
|
StartChildWorkflowExecutionFailedCause: {
|
|
@@ -1987,6 +2064,13 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1987
2064
|
RESOURCE_EXHAUSTED_CAUSE_APS_LIMIT: 6
|
|
1988
2065
|
}
|
|
1989
2066
|
},
|
|
2067
|
+
ResourceExhaustedScope: {
|
|
2068
|
+
values: {
|
|
2069
|
+
RESOURCE_EXHAUSTED_SCOPE_UNSPECIFIED: 0,
|
|
2070
|
+
RESOURCE_EXHAUSTED_SCOPE_NAMESPACE: 1,
|
|
2071
|
+
RESOURCE_EXHAUSTED_SCOPE_SYSTEM: 2
|
|
2072
|
+
}
|
|
2073
|
+
},
|
|
1990
2074
|
BatchOperationType: {
|
|
1991
2075
|
values: {
|
|
1992
2076
|
BATCH_OPERATION_TYPE_UNSPECIFIED: 0,
|
|
@@ -2053,7 +2137,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2053
2137
|
values: {
|
|
2054
2138
|
TASK_QUEUE_TYPE_UNSPECIFIED: 0,
|
|
2055
2139
|
TASK_QUEUE_TYPE_WORKFLOW: 1,
|
|
2056
|
-
TASK_QUEUE_TYPE_ACTIVITY: 2
|
|
2140
|
+
TASK_QUEUE_TYPE_ACTIVITY: 2,
|
|
2141
|
+
TASK_QUEUE_TYPE_NEXUS: 3
|
|
2057
2142
|
}
|
|
2058
2143
|
},
|
|
2059
2144
|
TaskReachability: {
|
|
@@ -2065,6 +2150,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2065
2150
|
TASK_REACHABILITY_CLOSED_WORKFLOWS: 4
|
|
2066
2151
|
}
|
|
2067
2152
|
},
|
|
2153
|
+
BuildIdTaskReachability: {
|
|
2154
|
+
values: {
|
|
2155
|
+
BUILD_ID_TASK_REACHABILITY_UNSPECIFIED: 0,
|
|
2156
|
+
BUILD_ID_TASK_REACHABILITY_REACHABLE: 1,
|
|
2157
|
+
BUILD_ID_TASK_REACHABILITY_CLOSED_WORKFLOWS_ONLY: 2,
|
|
2158
|
+
BUILD_ID_TASK_REACHABILITY_UNREACHABLE: 3
|
|
2159
|
+
}
|
|
2160
|
+
},
|
|
2161
|
+
DescribeTaskQueueMode: {
|
|
2162
|
+
values: {
|
|
2163
|
+
DESCRIBE_TASK_QUEUE_MODE_UNSPECIFIED: 0,
|
|
2164
|
+
DESCRIBE_TASK_QUEUE_MODE_ENHANCED: 1
|
|
2165
|
+
}
|
|
2166
|
+
},
|
|
2068
2167
|
EventType: {
|
|
2069
2168
|
values: {
|
|
2070
2169
|
EVENT_TYPE_UNSPECIFIED: 0,
|
|
@@ -2114,7 +2213,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2114
2213
|
EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED_EXTERNALLY: 44,
|
|
2115
2214
|
EVENT_TYPE_ACTIVITY_PROPERTIES_MODIFIED_EXTERNALLY: 45,
|
|
2116
2215
|
EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED: 46,
|
|
2117
|
-
|
|
2216
|
+
EVENT_TYPE_WORKFLOW_EXECUTION_UPDATE_ADMITTED: 47,
|
|
2217
|
+
EVENT_TYPE_NEXUS_OPERATION_SCHEDULED: 48,
|
|
2218
|
+
EVENT_TYPE_NEXUS_OPERATION_STARTED: 49,
|
|
2219
|
+
EVENT_TYPE_NEXUS_OPERATION_COMPLETED: 50,
|
|
2220
|
+
EVENT_TYPE_NEXUS_OPERATION_FAILED: 51,
|
|
2221
|
+
EVENT_TYPE_NEXUS_OPERATION_CANCELED: 52,
|
|
2222
|
+
EVENT_TYPE_NEXUS_OPERATION_TIMED_OUT: 53,
|
|
2223
|
+
EVENT_TYPE_NEXUS_OPERATION_CANCEL_REQUESTED: 54
|
|
2118
2224
|
}
|
|
2119
2225
|
},
|
|
2120
2226
|
CommandType: {
|
|
@@ -2134,7 +2240,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2134
2240
|
COMMAND_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION: 12,
|
|
2135
2241
|
COMMAND_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 13,
|
|
2136
2242
|
COMMAND_TYPE_PROTOCOL_MESSAGE: 14,
|
|
2137
|
-
COMMAND_TYPE_MODIFY_WORKFLOW_PROPERTIES: 16
|
|
2243
|
+
COMMAND_TYPE_MODIFY_WORKFLOW_PROPERTIES: 16,
|
|
2244
|
+
COMMAND_TYPE_SCHEDULE_NEXUS_OPERATION: 17,
|
|
2245
|
+
COMMAND_TYPE_REQUEST_CANCEL_NEXUS_OPERATION: 18
|
|
2138
2246
|
}
|
|
2139
2247
|
},
|
|
2140
2248
|
ScheduleOverlapPolicy: {
|
|
@@ -2177,6 +2285,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2177
2285
|
details: {
|
|
2178
2286
|
type: "temporal.api.common.v1.Payloads",
|
|
2179
2287
|
id: 3
|
|
2288
|
+
},
|
|
2289
|
+
nextRetryDelay: {
|
|
2290
|
+
type: "google.protobuf.Duration",
|
|
2291
|
+
id: 4
|
|
2180
2292
|
}
|
|
2181
2293
|
}
|
|
2182
2294
|
},
|
|
@@ -2275,6 +2387,30 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2275
2387
|
}
|
|
2276
2388
|
}
|
|
2277
2389
|
},
|
|
2390
|
+
NexusOperationFailureInfo: {
|
|
2391
|
+
fields: {
|
|
2392
|
+
scheduledEventId: {
|
|
2393
|
+
type: "int64",
|
|
2394
|
+
id: 1
|
|
2395
|
+
},
|
|
2396
|
+
endpoint: {
|
|
2397
|
+
type: "string",
|
|
2398
|
+
id: 2
|
|
2399
|
+
},
|
|
2400
|
+
service: {
|
|
2401
|
+
type: "string",
|
|
2402
|
+
id: 3
|
|
2403
|
+
},
|
|
2404
|
+
operation: {
|
|
2405
|
+
type: "string",
|
|
2406
|
+
id: 4
|
|
2407
|
+
},
|
|
2408
|
+
operationId: {
|
|
2409
|
+
type: "string",
|
|
2410
|
+
id: 5
|
|
2411
|
+
}
|
|
2412
|
+
}
|
|
2413
|
+
},
|
|
2278
2414
|
Failure: {
|
|
2279
2415
|
oneofs: {
|
|
2280
2416
|
failureInfo: {
|
|
@@ -2286,7 +2422,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2286
2422
|
"serverFailureInfo",
|
|
2287
2423
|
"resetWorkflowFailureInfo",
|
|
2288
2424
|
"activityFailureInfo",
|
|
2289
|
-
"childWorkflowExecutionFailureInfo"
|
|
2425
|
+
"childWorkflowExecutionFailureInfo",
|
|
2426
|
+
"nexusOperationExecutionFailureInfo"
|
|
2290
2427
|
]
|
|
2291
2428
|
}
|
|
2292
2429
|
},
|
|
@@ -2342,8 +2479,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2342
2479
|
childWorkflowExecutionFailureInfo: {
|
|
2343
2480
|
type: "ChildWorkflowExecutionFailureInfo",
|
|
2344
2481
|
id: 12
|
|
2482
|
+
},
|
|
2483
|
+
nexusOperationExecutionFailureInfo: {
|
|
2484
|
+
type: "NexusOperationFailureInfo",
|
|
2485
|
+
id: 13
|
|
2345
2486
|
}
|
|
2346
2487
|
}
|
|
2488
|
+
},
|
|
2489
|
+
MultiOperationExecutionAborted: {
|
|
2490
|
+
fields: {}
|
|
2347
2491
|
}
|
|
2348
2492
|
}
|
|
2349
2493
|
}
|
|
@@ -2587,6 +2731,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2587
2731
|
}
|
|
2588
2732
|
]
|
|
2589
2733
|
},
|
|
2734
|
+
ExecuteMultiOperation: {
|
|
2735
|
+
requestType: "ExecuteMultiOperationRequest",
|
|
2736
|
+
responseType: "ExecuteMultiOperationResponse",
|
|
2737
|
+
options: {
|
|
2738
|
+
"(google.api.http).post": "/api/v1/namespaces/{namespace}/workflows/execute-multi-operation",
|
|
2739
|
+
"(google.api.http).body": "*"
|
|
2740
|
+
},
|
|
2741
|
+
parsedOptions: [
|
|
2742
|
+
{
|
|
2743
|
+
"(google.api.http)": {
|
|
2744
|
+
post: "/api/v1/namespaces/{namespace}/workflows/execute-multi-operation",
|
|
2745
|
+
body: "*"
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2748
|
+
]
|
|
2749
|
+
},
|
|
2590
2750
|
GetWorkflowExecutionHistory: {
|
|
2591
2751
|
requestType: "GetWorkflowExecutionHistoryRequest",
|
|
2592
2752
|
responseType: "GetWorkflowExecutionHistoryResponse",
|
|
@@ -3107,6 +3267,24 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3107
3267
|
}
|
|
3108
3268
|
]
|
|
3109
3269
|
},
|
|
3270
|
+
UpdateWorkerVersioningRules: {
|
|
3271
|
+
requestType: "UpdateWorkerVersioningRulesRequest",
|
|
3272
|
+
responseType: "UpdateWorkerVersioningRulesResponse"
|
|
3273
|
+
},
|
|
3274
|
+
GetWorkerVersioningRules: {
|
|
3275
|
+
requestType: "GetWorkerVersioningRulesRequest",
|
|
3276
|
+
responseType: "GetWorkerVersioningRulesResponse",
|
|
3277
|
+
options: {
|
|
3278
|
+
"(google.api.http).get": "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/worker-versioning-rules"
|
|
3279
|
+
},
|
|
3280
|
+
parsedOptions: [
|
|
3281
|
+
{
|
|
3282
|
+
"(google.api.http)": {
|
|
3283
|
+
get: "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/worker-versioning-rules"
|
|
3284
|
+
}
|
|
3285
|
+
}
|
|
3286
|
+
]
|
|
3287
|
+
},
|
|
3110
3288
|
GetWorkerTaskReachability: {
|
|
3111
3289
|
requestType: "GetWorkerTaskReachabilityRequest",
|
|
3112
3290
|
responseType: "GetWorkerTaskReachabilityResponse",
|
|
@@ -3200,6 +3378,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3200
3378
|
}
|
|
3201
3379
|
}
|
|
3202
3380
|
]
|
|
3381
|
+
},
|
|
3382
|
+
PollNexusTaskQueue: {
|
|
3383
|
+
requestType: "PollNexusTaskQueueRequest",
|
|
3384
|
+
responseType: "PollNexusTaskQueueResponse"
|
|
3385
|
+
},
|
|
3386
|
+
RespondNexusTaskCompleted: {
|
|
3387
|
+
requestType: "RespondNexusTaskCompletedRequest",
|
|
3388
|
+
responseType: "RespondNexusTaskCompletedResponse"
|
|
3389
|
+
},
|
|
3390
|
+
RespondNexusTaskFailed: {
|
|
3391
|
+
requestType: "RespondNexusTaskFailedRequest",
|
|
3392
|
+
responseType: "RespondNexusTaskFailedResponse"
|
|
3203
3393
|
}
|
|
3204
3394
|
}
|
|
3205
3395
|
},
|
|
@@ -3451,6 +3641,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3451
3641
|
type: "temporal.api.enums.v1.WorkflowIdReusePolicy",
|
|
3452
3642
|
id: 11
|
|
3453
3643
|
},
|
|
3644
|
+
workflowIdConflictPolicy: {
|
|
3645
|
+
type: "temporal.api.enums.v1.WorkflowIdConflictPolicy",
|
|
3646
|
+
id: 22
|
|
3647
|
+
},
|
|
3454
3648
|
retryPolicy: {
|
|
3455
3649
|
type: "temporal.api.common.v1.RetryPolicy",
|
|
3456
3650
|
id: 12
|
|
@@ -3486,6 +3680,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3486
3680
|
workflowStartDelay: {
|
|
3487
3681
|
type: "google.protobuf.Duration",
|
|
3488
3682
|
id: 20
|
|
3683
|
+
},
|
|
3684
|
+
completionCallbacks: {
|
|
3685
|
+
rule: "repeated",
|
|
3686
|
+
type: "temporal.api.common.v1.Callback",
|
|
3687
|
+
id: 21
|
|
3489
3688
|
}
|
|
3490
3689
|
}
|
|
3491
3690
|
},
|
|
@@ -3495,6 +3694,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3495
3694
|
type: "string",
|
|
3496
3695
|
id: 1
|
|
3497
3696
|
},
|
|
3697
|
+
started: {
|
|
3698
|
+
type: "bool",
|
|
3699
|
+
id: 3
|
|
3700
|
+
},
|
|
3498
3701
|
eagerWorkflowTask: {
|
|
3499
3702
|
type: "PollWorkflowTaskQueueResponse",
|
|
3500
3703
|
id: 2
|
|
@@ -4266,6 +4469,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4266
4469
|
type: "temporal.api.enums.v1.WorkflowIdReusePolicy",
|
|
4267
4470
|
id: 11
|
|
4268
4471
|
},
|
|
4472
|
+
workflowIdConflictPolicy: {
|
|
4473
|
+
type: "temporal.api.enums.v1.WorkflowIdConflictPolicy",
|
|
4474
|
+
id: 22
|
|
4475
|
+
},
|
|
4269
4476
|
signalName: {
|
|
4270
4477
|
type: "string",
|
|
4271
4478
|
id: 12
|
|
@@ -4313,6 +4520,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4313
4520
|
runId: {
|
|
4314
4521
|
type: "string",
|
|
4315
4522
|
id: 1
|
|
4523
|
+
},
|
|
4524
|
+
started: {
|
|
4525
|
+
type: "bool",
|
|
4526
|
+
id: 2
|
|
4316
4527
|
}
|
|
4317
4528
|
}
|
|
4318
4529
|
},
|
|
@@ -4772,6 +4983,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4772
4983
|
pendingWorkflowTask: {
|
|
4773
4984
|
type: "temporal.api.workflow.v1.PendingWorkflowTaskInfo",
|
|
4774
4985
|
id: 5
|
|
4986
|
+
},
|
|
4987
|
+
callbacks: {
|
|
4988
|
+
rule: "repeated",
|
|
4989
|
+
type: "temporal.api.workflow.v1.CallbackInfo",
|
|
4990
|
+
id: 6
|
|
4991
|
+
},
|
|
4992
|
+
pendingNexusOperations: {
|
|
4993
|
+
rule: "repeated",
|
|
4994
|
+
type: "temporal.api.workflow.v1.PendingNexusOperationInfo",
|
|
4995
|
+
id: 7
|
|
4775
4996
|
}
|
|
4776
4997
|
}
|
|
4777
4998
|
},
|
|
@@ -4792,6 +5013,27 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4792
5013
|
includeTaskQueueStatus: {
|
|
4793
5014
|
type: "bool",
|
|
4794
5015
|
id: 4
|
|
5016
|
+
},
|
|
5017
|
+
apiMode: {
|
|
5018
|
+
type: "temporal.api.enums.v1.DescribeTaskQueueMode",
|
|
5019
|
+
id: 5
|
|
5020
|
+
},
|
|
5021
|
+
versions: {
|
|
5022
|
+
type: "temporal.api.taskqueue.v1.TaskQueueVersionSelection",
|
|
5023
|
+
id: 6
|
|
5024
|
+
},
|
|
5025
|
+
taskQueueTypes: {
|
|
5026
|
+
rule: "repeated",
|
|
5027
|
+
type: "temporal.api.enums.v1.TaskQueueType",
|
|
5028
|
+
id: 7
|
|
5029
|
+
},
|
|
5030
|
+
reportPollers: {
|
|
5031
|
+
type: "bool",
|
|
5032
|
+
id: 9
|
|
5033
|
+
},
|
|
5034
|
+
reportTaskReachability: {
|
|
5035
|
+
type: "bool",
|
|
5036
|
+
id: 10
|
|
4795
5037
|
}
|
|
4796
5038
|
}
|
|
4797
5039
|
},
|
|
@@ -4805,6 +5047,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4805
5047
|
taskQueueStatus: {
|
|
4806
5048
|
type: "temporal.api.taskqueue.v1.TaskQueueStatus",
|
|
4807
5049
|
id: 2
|
|
5050
|
+
},
|
|
5051
|
+
versionsInfo: {
|
|
5052
|
+
keyType: "string",
|
|
5053
|
+
type: "temporal.api.taskqueue.v1.TaskQueueVersionInfo",
|
|
5054
|
+
id: 3
|
|
4808
5055
|
}
|
|
4809
5056
|
}
|
|
4810
5057
|
},
|
|
@@ -5040,6 +5287,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5040
5287
|
requestId: {
|
|
5041
5288
|
type: "string",
|
|
5042
5289
|
id: 6
|
|
5290
|
+
},
|
|
5291
|
+
searchAttributes: {
|
|
5292
|
+
type: "temporal.api.common.v1.SearchAttributes",
|
|
5293
|
+
id: 7
|
|
5043
5294
|
}
|
|
5044
5295
|
}
|
|
5045
5296
|
},
|
|
@@ -5134,6 +5385,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5134
5385
|
nextPageToken: {
|
|
5135
5386
|
type: "bytes",
|
|
5136
5387
|
id: 3
|
|
5388
|
+
},
|
|
5389
|
+
query: {
|
|
5390
|
+
type: "string",
|
|
5391
|
+
id: 4
|
|
5137
5392
|
}
|
|
5138
5393
|
}
|
|
5139
5394
|
},
|
|
@@ -5258,50 +5513,233 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5258
5513
|
}
|
|
5259
5514
|
}
|
|
5260
5515
|
},
|
|
5261
|
-
|
|
5516
|
+
UpdateWorkerVersioningRulesRequest: {
|
|
5517
|
+
oneofs: {
|
|
5518
|
+
operation: {
|
|
5519
|
+
oneof: [
|
|
5520
|
+
"insertAssignmentRule",
|
|
5521
|
+
"replaceAssignmentRule",
|
|
5522
|
+
"deleteAssignmentRule",
|
|
5523
|
+
"addCompatibleRedirectRule",
|
|
5524
|
+
"replaceCompatibleRedirectRule",
|
|
5525
|
+
"deleteCompatibleRedirectRule",
|
|
5526
|
+
"commitBuildId"
|
|
5527
|
+
]
|
|
5528
|
+
}
|
|
5529
|
+
},
|
|
5262
5530
|
fields: {
|
|
5263
5531
|
namespace: {
|
|
5264
5532
|
type: "string",
|
|
5265
5533
|
id: 1
|
|
5266
5534
|
},
|
|
5267
|
-
|
|
5268
|
-
rule: "repeated",
|
|
5535
|
+
taskQueue: {
|
|
5269
5536
|
type: "string",
|
|
5270
5537
|
id: 2
|
|
5271
5538
|
},
|
|
5272
|
-
|
|
5273
|
-
|
|
5274
|
-
type: "string",
|
|
5539
|
+
conflictToken: {
|
|
5540
|
+
type: "bytes",
|
|
5275
5541
|
id: 3
|
|
5276
5542
|
},
|
|
5277
|
-
|
|
5278
|
-
type: "
|
|
5543
|
+
insertAssignmentRule: {
|
|
5544
|
+
type: "InsertBuildIdAssignmentRule",
|
|
5279
5545
|
id: 4
|
|
5546
|
+
},
|
|
5547
|
+
replaceAssignmentRule: {
|
|
5548
|
+
type: "ReplaceBuildIdAssignmentRule",
|
|
5549
|
+
id: 5
|
|
5550
|
+
},
|
|
5551
|
+
deleteAssignmentRule: {
|
|
5552
|
+
type: "DeleteBuildIdAssignmentRule",
|
|
5553
|
+
id: 6
|
|
5554
|
+
},
|
|
5555
|
+
addCompatibleRedirectRule: {
|
|
5556
|
+
type: "AddCompatibleBuildIdRedirectRule",
|
|
5557
|
+
id: 7
|
|
5558
|
+
},
|
|
5559
|
+
replaceCompatibleRedirectRule: {
|
|
5560
|
+
type: "ReplaceCompatibleBuildIdRedirectRule",
|
|
5561
|
+
id: 8
|
|
5562
|
+
},
|
|
5563
|
+
deleteCompatibleRedirectRule: {
|
|
5564
|
+
type: "DeleteCompatibleBuildIdRedirectRule",
|
|
5565
|
+
id: 9
|
|
5566
|
+
},
|
|
5567
|
+
commitBuildId: {
|
|
5568
|
+
type: "CommitBuildId",
|
|
5569
|
+
id: 10
|
|
5570
|
+
}
|
|
5571
|
+
},
|
|
5572
|
+
nested: {
|
|
5573
|
+
InsertBuildIdAssignmentRule: {
|
|
5574
|
+
fields: {
|
|
5575
|
+
ruleIndex: {
|
|
5576
|
+
type: "int32",
|
|
5577
|
+
id: 1
|
|
5578
|
+
},
|
|
5579
|
+
rule: {
|
|
5580
|
+
type: "temporal.api.taskqueue.v1.BuildIdAssignmentRule",
|
|
5581
|
+
id: 2
|
|
5582
|
+
}
|
|
5583
|
+
}
|
|
5584
|
+
},
|
|
5585
|
+
ReplaceBuildIdAssignmentRule: {
|
|
5586
|
+
fields: {
|
|
5587
|
+
ruleIndex: {
|
|
5588
|
+
type: "int32",
|
|
5589
|
+
id: 1
|
|
5590
|
+
},
|
|
5591
|
+
rule: {
|
|
5592
|
+
type: "temporal.api.taskqueue.v1.BuildIdAssignmentRule",
|
|
5593
|
+
id: 2
|
|
5594
|
+
},
|
|
5595
|
+
force: {
|
|
5596
|
+
type: "bool",
|
|
5597
|
+
id: 3
|
|
5598
|
+
}
|
|
5599
|
+
}
|
|
5600
|
+
},
|
|
5601
|
+
DeleteBuildIdAssignmentRule: {
|
|
5602
|
+
fields: {
|
|
5603
|
+
ruleIndex: {
|
|
5604
|
+
type: "int32",
|
|
5605
|
+
id: 1
|
|
5606
|
+
},
|
|
5607
|
+
force: {
|
|
5608
|
+
type: "bool",
|
|
5609
|
+
id: 2
|
|
5610
|
+
}
|
|
5611
|
+
}
|
|
5612
|
+
},
|
|
5613
|
+
AddCompatibleBuildIdRedirectRule: {
|
|
5614
|
+
fields: {
|
|
5615
|
+
rule: {
|
|
5616
|
+
type: "temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule",
|
|
5617
|
+
id: 1
|
|
5618
|
+
}
|
|
5619
|
+
}
|
|
5620
|
+
},
|
|
5621
|
+
ReplaceCompatibleBuildIdRedirectRule: {
|
|
5622
|
+
fields: {
|
|
5623
|
+
rule: {
|
|
5624
|
+
type: "temporal.api.taskqueue.v1.CompatibleBuildIdRedirectRule",
|
|
5625
|
+
id: 1
|
|
5626
|
+
}
|
|
5627
|
+
}
|
|
5628
|
+
},
|
|
5629
|
+
DeleteCompatibleBuildIdRedirectRule: {
|
|
5630
|
+
fields: {
|
|
5631
|
+
sourceBuildId: {
|
|
5632
|
+
type: "string",
|
|
5633
|
+
id: 1
|
|
5634
|
+
}
|
|
5635
|
+
}
|
|
5636
|
+
},
|
|
5637
|
+
CommitBuildId: {
|
|
5638
|
+
fields: {
|
|
5639
|
+
targetBuildId: {
|
|
5640
|
+
type: "string",
|
|
5641
|
+
id: 1
|
|
5642
|
+
},
|
|
5643
|
+
force: {
|
|
5644
|
+
type: "bool",
|
|
5645
|
+
id: 2
|
|
5646
|
+
}
|
|
5647
|
+
}
|
|
5280
5648
|
}
|
|
5281
5649
|
}
|
|
5282
5650
|
},
|
|
5283
|
-
|
|
5651
|
+
UpdateWorkerVersioningRulesResponse: {
|
|
5284
5652
|
fields: {
|
|
5285
|
-
|
|
5653
|
+
assignmentRules: {
|
|
5286
5654
|
rule: "repeated",
|
|
5287
|
-
type: "temporal.api.taskqueue.v1.
|
|
5655
|
+
type: "temporal.api.taskqueue.v1.TimestampedBuildIdAssignmentRule",
|
|
5288
5656
|
id: 1
|
|
5657
|
+
},
|
|
5658
|
+
compatibleRedirectRules: {
|
|
5659
|
+
rule: "repeated",
|
|
5660
|
+
type: "temporal.api.taskqueue.v1.TimestampedCompatibleBuildIdRedirectRule",
|
|
5661
|
+
id: 2
|
|
5662
|
+
},
|
|
5663
|
+
conflictToken: {
|
|
5664
|
+
type: "bytes",
|
|
5665
|
+
id: 3
|
|
5289
5666
|
}
|
|
5290
5667
|
}
|
|
5291
5668
|
},
|
|
5292
|
-
|
|
5669
|
+
GetWorkerVersioningRulesRequest: {
|
|
5293
5670
|
fields: {
|
|
5294
5671
|
namespace: {
|
|
5295
5672
|
type: "string",
|
|
5296
5673
|
id: 1
|
|
5297
5674
|
},
|
|
5298
|
-
|
|
5299
|
-
type: "temporal.api.common.v1.WorkflowExecution",
|
|
5300
|
-
id: 2
|
|
5301
|
-
},
|
|
5302
|
-
firstExecutionRunId: {
|
|
5675
|
+
taskQueue: {
|
|
5303
5676
|
type: "string",
|
|
5304
|
-
id:
|
|
5677
|
+
id: 2
|
|
5678
|
+
}
|
|
5679
|
+
}
|
|
5680
|
+
},
|
|
5681
|
+
GetWorkerVersioningRulesResponse: {
|
|
5682
|
+
fields: {
|
|
5683
|
+
assignmentRules: {
|
|
5684
|
+
rule: "repeated",
|
|
5685
|
+
type: "temporal.api.taskqueue.v1.TimestampedBuildIdAssignmentRule",
|
|
5686
|
+
id: 1
|
|
5687
|
+
},
|
|
5688
|
+
compatibleRedirectRules: {
|
|
5689
|
+
rule: "repeated",
|
|
5690
|
+
type: "temporal.api.taskqueue.v1.TimestampedCompatibleBuildIdRedirectRule",
|
|
5691
|
+
id: 2
|
|
5692
|
+
},
|
|
5693
|
+
conflictToken: {
|
|
5694
|
+
type: "bytes",
|
|
5695
|
+
id: 3
|
|
5696
|
+
}
|
|
5697
|
+
}
|
|
5698
|
+
},
|
|
5699
|
+
GetWorkerTaskReachabilityRequest: {
|
|
5700
|
+
fields: {
|
|
5701
|
+
namespace: {
|
|
5702
|
+
type: "string",
|
|
5703
|
+
id: 1
|
|
5704
|
+
},
|
|
5705
|
+
buildIds: {
|
|
5706
|
+
rule: "repeated",
|
|
5707
|
+
type: "string",
|
|
5708
|
+
id: 2
|
|
5709
|
+
},
|
|
5710
|
+
taskQueues: {
|
|
5711
|
+
rule: "repeated",
|
|
5712
|
+
type: "string",
|
|
5713
|
+
id: 3
|
|
5714
|
+
},
|
|
5715
|
+
reachability: {
|
|
5716
|
+
type: "temporal.api.enums.v1.TaskReachability",
|
|
5717
|
+
id: 4
|
|
5718
|
+
}
|
|
5719
|
+
}
|
|
5720
|
+
},
|
|
5721
|
+
GetWorkerTaskReachabilityResponse: {
|
|
5722
|
+
fields: {
|
|
5723
|
+
buildIdReachability: {
|
|
5724
|
+
rule: "repeated",
|
|
5725
|
+
type: "temporal.api.taskqueue.v1.BuildIdReachability",
|
|
5726
|
+
id: 1
|
|
5727
|
+
}
|
|
5728
|
+
}
|
|
5729
|
+
},
|
|
5730
|
+
UpdateWorkflowExecutionRequest: {
|
|
5731
|
+
fields: {
|
|
5732
|
+
namespace: {
|
|
5733
|
+
type: "string",
|
|
5734
|
+
id: 1
|
|
5735
|
+
},
|
|
5736
|
+
workflowExecution: {
|
|
5737
|
+
type: "temporal.api.common.v1.WorkflowExecution",
|
|
5738
|
+
id: 2
|
|
5739
|
+
},
|
|
5740
|
+
firstExecutionRunId: {
|
|
5741
|
+
type: "string",
|
|
5742
|
+
id: 3
|
|
5305
5743
|
},
|
|
5306
5744
|
waitPolicy: {
|
|
5307
5745
|
type: "temporal.api.update.v1.WaitPolicy",
|
|
@@ -5535,6 +5973,150 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5535
5973
|
id: 3
|
|
5536
5974
|
}
|
|
5537
5975
|
}
|
|
5976
|
+
},
|
|
5977
|
+
PollNexusTaskQueueRequest: {
|
|
5978
|
+
fields: {
|
|
5979
|
+
namespace: {
|
|
5980
|
+
type: "string",
|
|
5981
|
+
id: 1
|
|
5982
|
+
},
|
|
5983
|
+
identity: {
|
|
5984
|
+
type: "string",
|
|
5985
|
+
id: 2
|
|
5986
|
+
},
|
|
5987
|
+
taskQueue: {
|
|
5988
|
+
type: "temporal.api.taskqueue.v1.TaskQueue",
|
|
5989
|
+
id: 3
|
|
5990
|
+
},
|
|
5991
|
+
workerVersionCapabilities: {
|
|
5992
|
+
type: "temporal.api.common.v1.WorkerVersionCapabilities",
|
|
5993
|
+
id: 4
|
|
5994
|
+
}
|
|
5995
|
+
}
|
|
5996
|
+
},
|
|
5997
|
+
PollNexusTaskQueueResponse: {
|
|
5998
|
+
fields: {
|
|
5999
|
+
taskToken: {
|
|
6000
|
+
type: "bytes",
|
|
6001
|
+
id: 1
|
|
6002
|
+
},
|
|
6003
|
+
request: {
|
|
6004
|
+
type: "temporal.api.nexus.v1.Request",
|
|
6005
|
+
id: 2
|
|
6006
|
+
}
|
|
6007
|
+
}
|
|
6008
|
+
},
|
|
6009
|
+
RespondNexusTaskCompletedRequest: {
|
|
6010
|
+
fields: {
|
|
6011
|
+
namespace: {
|
|
6012
|
+
type: "string",
|
|
6013
|
+
id: 1
|
|
6014
|
+
},
|
|
6015
|
+
identity: {
|
|
6016
|
+
type: "string",
|
|
6017
|
+
id: 2
|
|
6018
|
+
},
|
|
6019
|
+
taskToken: {
|
|
6020
|
+
type: "bytes",
|
|
6021
|
+
id: 3
|
|
6022
|
+
},
|
|
6023
|
+
response: {
|
|
6024
|
+
type: "temporal.api.nexus.v1.Response",
|
|
6025
|
+
id: 4
|
|
6026
|
+
}
|
|
6027
|
+
}
|
|
6028
|
+
},
|
|
6029
|
+
RespondNexusTaskCompletedResponse: {
|
|
6030
|
+
fields: {}
|
|
6031
|
+
},
|
|
6032
|
+
RespondNexusTaskFailedRequest: {
|
|
6033
|
+
fields: {
|
|
6034
|
+
namespace: {
|
|
6035
|
+
type: "string",
|
|
6036
|
+
id: 1
|
|
6037
|
+
},
|
|
6038
|
+
identity: {
|
|
6039
|
+
type: "string",
|
|
6040
|
+
id: 2
|
|
6041
|
+
},
|
|
6042
|
+
taskToken: {
|
|
6043
|
+
type: "bytes",
|
|
6044
|
+
id: 3
|
|
6045
|
+
},
|
|
6046
|
+
error: {
|
|
6047
|
+
type: "temporal.api.nexus.v1.HandlerError",
|
|
6048
|
+
id: 4
|
|
6049
|
+
}
|
|
6050
|
+
}
|
|
6051
|
+
},
|
|
6052
|
+
RespondNexusTaskFailedResponse: {
|
|
6053
|
+
fields: {}
|
|
6054
|
+
},
|
|
6055
|
+
ExecuteMultiOperationRequest: {
|
|
6056
|
+
fields: {
|
|
6057
|
+
namespace: {
|
|
6058
|
+
type: "string",
|
|
6059
|
+
id: 1
|
|
6060
|
+
},
|
|
6061
|
+
operations: {
|
|
6062
|
+
rule: "repeated",
|
|
6063
|
+
type: "Operation",
|
|
6064
|
+
id: 2
|
|
6065
|
+
}
|
|
6066
|
+
},
|
|
6067
|
+
nested: {
|
|
6068
|
+
Operation: {
|
|
6069
|
+
oneofs: {
|
|
6070
|
+
operation: {
|
|
6071
|
+
oneof: [
|
|
6072
|
+
"startWorkflow",
|
|
6073
|
+
"updateWorkflow"
|
|
6074
|
+
]
|
|
6075
|
+
}
|
|
6076
|
+
},
|
|
6077
|
+
fields: {
|
|
6078
|
+
startWorkflow: {
|
|
6079
|
+
type: "StartWorkflowExecutionRequest",
|
|
6080
|
+
id: 1
|
|
6081
|
+
},
|
|
6082
|
+
updateWorkflow: {
|
|
6083
|
+
type: "UpdateWorkflowExecutionRequest",
|
|
6084
|
+
id: 2
|
|
6085
|
+
}
|
|
6086
|
+
}
|
|
6087
|
+
}
|
|
6088
|
+
}
|
|
6089
|
+
},
|
|
6090
|
+
ExecuteMultiOperationResponse: {
|
|
6091
|
+
fields: {
|
|
6092
|
+
responses: {
|
|
6093
|
+
rule: "repeated",
|
|
6094
|
+
type: "Response",
|
|
6095
|
+
id: 1
|
|
6096
|
+
}
|
|
6097
|
+
},
|
|
6098
|
+
nested: {
|
|
6099
|
+
Response: {
|
|
6100
|
+
oneofs: {
|
|
6101
|
+
response: {
|
|
6102
|
+
oneof: [
|
|
6103
|
+
"startWorkflow",
|
|
6104
|
+
"updateWorkflow"
|
|
6105
|
+
]
|
|
6106
|
+
}
|
|
6107
|
+
},
|
|
6108
|
+
fields: {
|
|
6109
|
+
startWorkflow: {
|
|
6110
|
+
type: "StartWorkflowExecutionResponse",
|
|
6111
|
+
id: 1
|
|
6112
|
+
},
|
|
6113
|
+
updateWorkflow: {
|
|
6114
|
+
type: "UpdateWorkflowExecutionResponse",
|
|
6115
|
+
id: 2
|
|
6116
|
+
}
|
|
6117
|
+
}
|
|
6118
|
+
}
|
|
6119
|
+
}
|
|
5538
6120
|
}
|
|
5539
6121
|
}
|
|
5540
6122
|
}
|
|
@@ -5669,6 +6251,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5669
6251
|
sourceVersionStamp: {
|
|
5670
6252
|
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
5671
6253
|
id: 29
|
|
6254
|
+
},
|
|
6255
|
+
completionCallbacks: {
|
|
6256
|
+
rule: "repeated",
|
|
6257
|
+
type: "temporal.api.common.v1.Callback",
|
|
6258
|
+
id: 30
|
|
6259
|
+
},
|
|
6260
|
+
rootWorkflowExecution: {
|
|
6261
|
+
type: "temporal.api.common.v1.WorkflowExecution",
|
|
6262
|
+
id: 31
|
|
6263
|
+
},
|
|
6264
|
+
inheritedBuildId: {
|
|
6265
|
+
type: "string",
|
|
6266
|
+
id: 32
|
|
5672
6267
|
}
|
|
5673
6268
|
}
|
|
5674
6269
|
},
|
|
@@ -5778,7 +6373,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5778
6373
|
type: "temporal.api.common.v1.SearchAttributes",
|
|
5779
6374
|
id: 14
|
|
5780
6375
|
},
|
|
5781
|
-
|
|
6376
|
+
inheritBuildId: {
|
|
5782
6377
|
type: "bool",
|
|
5783
6378
|
id: 15
|
|
5784
6379
|
}
|
|
@@ -5821,6 +6416,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5821
6416
|
historySizeBytes: {
|
|
5822
6417
|
type: "int64",
|
|
5823
6418
|
id: 5
|
|
6419
|
+
},
|
|
6420
|
+
workerVersion: {
|
|
6421
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
6422
|
+
id: 6
|
|
6423
|
+
},
|
|
6424
|
+
buildIdRedirectCounter: {
|
|
6425
|
+
type: "int64",
|
|
6426
|
+
id: 7
|
|
5824
6427
|
}
|
|
5825
6428
|
}
|
|
5826
6429
|
},
|
|
@@ -5962,7 +6565,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5962
6565
|
type: "temporal.api.common.v1.RetryPolicy",
|
|
5963
6566
|
id: 12
|
|
5964
6567
|
},
|
|
5965
|
-
|
|
6568
|
+
useWorkflowBuildId: {
|
|
5966
6569
|
type: "bool",
|
|
5967
6570
|
id: 13
|
|
5968
6571
|
}
|
|
@@ -5995,6 +6598,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5995
6598
|
lastFailure: {
|
|
5996
6599
|
type: "temporal.api.failure.v1.Failure",
|
|
5997
6600
|
id: 5
|
|
6601
|
+
},
|
|
6602
|
+
workerVersion: {
|
|
6603
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
6604
|
+
id: 6
|
|
6605
|
+
},
|
|
6606
|
+
buildIdRedirectCounter: {
|
|
6607
|
+
type: "int64",
|
|
6608
|
+
id: 7
|
|
5998
6609
|
}
|
|
5999
6610
|
}
|
|
6000
6611
|
},
|
|
@@ -6537,7 +7148,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6537
7148
|
type: "temporal.api.common.v1.SearchAttributes",
|
|
6538
7149
|
id: 17
|
|
6539
7150
|
},
|
|
6540
|
-
|
|
7151
|
+
inheritBuildId: {
|
|
6541
7152
|
type: "bool",
|
|
6542
7153
|
id: 19
|
|
6543
7154
|
}
|
|
@@ -6863,96 +7474,212 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6863
7474
|
}
|
|
6864
7475
|
}
|
|
6865
7476
|
},
|
|
6866
|
-
|
|
7477
|
+
WorkflowExecutionUpdateAdmittedEventAttributes: {
|
|
6867
7478
|
fields: {
|
|
6868
7479
|
request: {
|
|
6869
7480
|
type: "temporal.api.update.v1.Request",
|
|
6870
7481
|
id: 1
|
|
6871
7482
|
},
|
|
6872
7483
|
origin: {
|
|
6873
|
-
type: "temporal.api.enums.v1.
|
|
7484
|
+
type: "temporal.api.enums.v1.UpdateAdmittedEventOrigin",
|
|
6874
7485
|
id: 2
|
|
6875
7486
|
}
|
|
6876
7487
|
}
|
|
6877
7488
|
},
|
|
6878
|
-
|
|
6879
|
-
oneofs: {
|
|
6880
|
-
attributes: {
|
|
6881
|
-
oneof: [
|
|
6882
|
-
"workflowExecutionStartedEventAttributes",
|
|
6883
|
-
"workflowExecutionCompletedEventAttributes",
|
|
6884
|
-
"workflowExecutionFailedEventAttributes",
|
|
6885
|
-
"workflowExecutionTimedOutEventAttributes",
|
|
6886
|
-
"workflowTaskScheduledEventAttributes",
|
|
6887
|
-
"workflowTaskStartedEventAttributes",
|
|
6888
|
-
"workflowTaskCompletedEventAttributes",
|
|
6889
|
-
"workflowTaskTimedOutEventAttributes",
|
|
6890
|
-
"workflowTaskFailedEventAttributes",
|
|
6891
|
-
"activityTaskScheduledEventAttributes",
|
|
6892
|
-
"activityTaskStartedEventAttributes",
|
|
6893
|
-
"activityTaskCompletedEventAttributes",
|
|
6894
|
-
"activityTaskFailedEventAttributes",
|
|
6895
|
-
"activityTaskTimedOutEventAttributes",
|
|
6896
|
-
"timerStartedEventAttributes",
|
|
6897
|
-
"timerFiredEventAttributes",
|
|
6898
|
-
"activityTaskCancelRequestedEventAttributes",
|
|
6899
|
-
"activityTaskCanceledEventAttributes",
|
|
6900
|
-
"timerCanceledEventAttributes",
|
|
6901
|
-
"markerRecordedEventAttributes",
|
|
6902
|
-
"workflowExecutionSignaledEventAttributes",
|
|
6903
|
-
"workflowExecutionTerminatedEventAttributes",
|
|
6904
|
-
"workflowExecutionCancelRequestedEventAttributes",
|
|
6905
|
-
"workflowExecutionCanceledEventAttributes",
|
|
6906
|
-
"requestCancelExternalWorkflowExecutionInitiatedEventAttributes",
|
|
6907
|
-
"requestCancelExternalWorkflowExecutionFailedEventAttributes",
|
|
6908
|
-
"externalWorkflowExecutionCancelRequestedEventAttributes",
|
|
6909
|
-
"workflowExecutionContinuedAsNewEventAttributes",
|
|
6910
|
-
"startChildWorkflowExecutionInitiatedEventAttributes",
|
|
6911
|
-
"startChildWorkflowExecutionFailedEventAttributes",
|
|
6912
|
-
"childWorkflowExecutionStartedEventAttributes",
|
|
6913
|
-
"childWorkflowExecutionCompletedEventAttributes",
|
|
6914
|
-
"childWorkflowExecutionFailedEventAttributes",
|
|
6915
|
-
"childWorkflowExecutionCanceledEventAttributes",
|
|
6916
|
-
"childWorkflowExecutionTimedOutEventAttributes",
|
|
6917
|
-
"childWorkflowExecutionTerminatedEventAttributes",
|
|
6918
|
-
"signalExternalWorkflowExecutionInitiatedEventAttributes",
|
|
6919
|
-
"signalExternalWorkflowExecutionFailedEventAttributes",
|
|
6920
|
-
"externalWorkflowExecutionSignaledEventAttributes",
|
|
6921
|
-
"upsertWorkflowSearchAttributesEventAttributes",
|
|
6922
|
-
"workflowExecutionUpdateAcceptedEventAttributes",
|
|
6923
|
-
"workflowExecutionUpdateRejectedEventAttributes",
|
|
6924
|
-
"workflowExecutionUpdateCompletedEventAttributes",
|
|
6925
|
-
"workflowPropertiesModifiedExternallyEventAttributes",
|
|
6926
|
-
"activityPropertiesModifiedExternallyEventAttributes",
|
|
6927
|
-
"workflowPropertiesModifiedEventAttributes",
|
|
6928
|
-
"workflowExecutionUpdateRequestedEventAttributes"
|
|
6929
|
-
]
|
|
6930
|
-
}
|
|
6931
|
-
},
|
|
7489
|
+
NexusOperationScheduledEventAttributes: {
|
|
6932
7490
|
fields: {
|
|
6933
|
-
|
|
6934
|
-
type: "
|
|
7491
|
+
endpoint: {
|
|
7492
|
+
type: "string",
|
|
6935
7493
|
id: 1
|
|
6936
7494
|
},
|
|
6937
|
-
|
|
6938
|
-
type: "
|
|
7495
|
+
service: {
|
|
7496
|
+
type: "string",
|
|
6939
7497
|
id: 2
|
|
6940
7498
|
},
|
|
6941
|
-
|
|
6942
|
-
type: "
|
|
7499
|
+
operation: {
|
|
7500
|
+
type: "string",
|
|
6943
7501
|
id: 3
|
|
6944
7502
|
},
|
|
6945
|
-
|
|
6946
|
-
type: "
|
|
7503
|
+
input: {
|
|
7504
|
+
type: "temporal.api.common.v1.Payload",
|
|
6947
7505
|
id: 4
|
|
6948
7506
|
},
|
|
6949
|
-
|
|
6950
|
-
type: "
|
|
7507
|
+
scheduleToCloseTimeout: {
|
|
7508
|
+
type: "google.protobuf.Duration",
|
|
6951
7509
|
id: 5
|
|
6952
7510
|
},
|
|
6953
|
-
|
|
6954
|
-
|
|
6955
|
-
|
|
7511
|
+
nexusHeader: {
|
|
7512
|
+
keyType: "string",
|
|
7513
|
+
type: "string",
|
|
7514
|
+
id: 6
|
|
7515
|
+
},
|
|
7516
|
+
workflowTaskCompletedEventId: {
|
|
7517
|
+
type: "int64",
|
|
7518
|
+
id: 7
|
|
7519
|
+
},
|
|
7520
|
+
requestId: {
|
|
7521
|
+
type: "string",
|
|
7522
|
+
id: 8
|
|
7523
|
+
}
|
|
7524
|
+
}
|
|
7525
|
+
},
|
|
7526
|
+
NexusOperationStartedEventAttributes: {
|
|
7527
|
+
fields: {
|
|
7528
|
+
scheduledEventId: {
|
|
7529
|
+
type: "int64",
|
|
7530
|
+
id: 1
|
|
7531
|
+
},
|
|
7532
|
+
operationId: {
|
|
7533
|
+
type: "string",
|
|
7534
|
+
id: 3
|
|
7535
|
+
}
|
|
7536
|
+
}
|
|
7537
|
+
},
|
|
7538
|
+
NexusOperationCompletedEventAttributes: {
|
|
7539
|
+
fields: {
|
|
7540
|
+
scheduledEventId: {
|
|
7541
|
+
type: "int64",
|
|
7542
|
+
id: 1
|
|
7543
|
+
},
|
|
7544
|
+
result: {
|
|
7545
|
+
type: "temporal.api.common.v1.Payload",
|
|
7546
|
+
id: 2
|
|
7547
|
+
}
|
|
7548
|
+
}
|
|
7549
|
+
},
|
|
7550
|
+
NexusOperationFailedEventAttributes: {
|
|
7551
|
+
fields: {
|
|
7552
|
+
scheduledEventId: {
|
|
7553
|
+
type: "int64",
|
|
7554
|
+
id: 1
|
|
7555
|
+
},
|
|
7556
|
+
failure: {
|
|
7557
|
+
type: "temporal.api.failure.v1.Failure",
|
|
7558
|
+
id: 2
|
|
7559
|
+
}
|
|
7560
|
+
}
|
|
7561
|
+
},
|
|
7562
|
+
NexusOperationTimedOutEventAttributes: {
|
|
7563
|
+
fields: {
|
|
7564
|
+
scheduledEventId: {
|
|
7565
|
+
type: "int64",
|
|
7566
|
+
id: 1
|
|
7567
|
+
},
|
|
7568
|
+
failure: {
|
|
7569
|
+
type: "temporal.api.failure.v1.Failure",
|
|
7570
|
+
id: 2
|
|
7571
|
+
}
|
|
7572
|
+
}
|
|
7573
|
+
},
|
|
7574
|
+
NexusOperationCanceledEventAttributes: {
|
|
7575
|
+
fields: {
|
|
7576
|
+
scheduledEventId: {
|
|
7577
|
+
type: "int64",
|
|
7578
|
+
id: 1
|
|
7579
|
+
},
|
|
7580
|
+
failure: {
|
|
7581
|
+
type: "temporal.api.failure.v1.Failure",
|
|
7582
|
+
id: 2
|
|
7583
|
+
}
|
|
7584
|
+
}
|
|
7585
|
+
},
|
|
7586
|
+
NexusOperationCancelRequestedEventAttributes: {
|
|
7587
|
+
fields: {
|
|
7588
|
+
scheduledEventId: {
|
|
7589
|
+
type: "int64",
|
|
7590
|
+
id: 1
|
|
7591
|
+
},
|
|
7592
|
+
workflowTaskCompletedEventId: {
|
|
7593
|
+
type: "int64",
|
|
7594
|
+
id: 2
|
|
7595
|
+
}
|
|
7596
|
+
}
|
|
7597
|
+
},
|
|
7598
|
+
HistoryEvent: {
|
|
7599
|
+
oneofs: {
|
|
7600
|
+
attributes: {
|
|
7601
|
+
oneof: [
|
|
7602
|
+
"workflowExecutionStartedEventAttributes",
|
|
7603
|
+
"workflowExecutionCompletedEventAttributes",
|
|
7604
|
+
"workflowExecutionFailedEventAttributes",
|
|
7605
|
+
"workflowExecutionTimedOutEventAttributes",
|
|
7606
|
+
"workflowTaskScheduledEventAttributes",
|
|
7607
|
+
"workflowTaskStartedEventAttributes",
|
|
7608
|
+
"workflowTaskCompletedEventAttributes",
|
|
7609
|
+
"workflowTaskTimedOutEventAttributes",
|
|
7610
|
+
"workflowTaskFailedEventAttributes",
|
|
7611
|
+
"activityTaskScheduledEventAttributes",
|
|
7612
|
+
"activityTaskStartedEventAttributes",
|
|
7613
|
+
"activityTaskCompletedEventAttributes",
|
|
7614
|
+
"activityTaskFailedEventAttributes",
|
|
7615
|
+
"activityTaskTimedOutEventAttributes",
|
|
7616
|
+
"timerStartedEventAttributes",
|
|
7617
|
+
"timerFiredEventAttributes",
|
|
7618
|
+
"activityTaskCancelRequestedEventAttributes",
|
|
7619
|
+
"activityTaskCanceledEventAttributes",
|
|
7620
|
+
"timerCanceledEventAttributes",
|
|
7621
|
+
"markerRecordedEventAttributes",
|
|
7622
|
+
"workflowExecutionSignaledEventAttributes",
|
|
7623
|
+
"workflowExecutionTerminatedEventAttributes",
|
|
7624
|
+
"workflowExecutionCancelRequestedEventAttributes",
|
|
7625
|
+
"workflowExecutionCanceledEventAttributes",
|
|
7626
|
+
"requestCancelExternalWorkflowExecutionInitiatedEventAttributes",
|
|
7627
|
+
"requestCancelExternalWorkflowExecutionFailedEventAttributes",
|
|
7628
|
+
"externalWorkflowExecutionCancelRequestedEventAttributes",
|
|
7629
|
+
"workflowExecutionContinuedAsNewEventAttributes",
|
|
7630
|
+
"startChildWorkflowExecutionInitiatedEventAttributes",
|
|
7631
|
+
"startChildWorkflowExecutionFailedEventAttributes",
|
|
7632
|
+
"childWorkflowExecutionStartedEventAttributes",
|
|
7633
|
+
"childWorkflowExecutionCompletedEventAttributes",
|
|
7634
|
+
"childWorkflowExecutionFailedEventAttributes",
|
|
7635
|
+
"childWorkflowExecutionCanceledEventAttributes",
|
|
7636
|
+
"childWorkflowExecutionTimedOutEventAttributes",
|
|
7637
|
+
"childWorkflowExecutionTerminatedEventAttributes",
|
|
7638
|
+
"signalExternalWorkflowExecutionInitiatedEventAttributes",
|
|
7639
|
+
"signalExternalWorkflowExecutionFailedEventAttributes",
|
|
7640
|
+
"externalWorkflowExecutionSignaledEventAttributes",
|
|
7641
|
+
"upsertWorkflowSearchAttributesEventAttributes",
|
|
7642
|
+
"workflowExecutionUpdateAcceptedEventAttributes",
|
|
7643
|
+
"workflowExecutionUpdateRejectedEventAttributes",
|
|
7644
|
+
"workflowExecutionUpdateCompletedEventAttributes",
|
|
7645
|
+
"workflowPropertiesModifiedExternallyEventAttributes",
|
|
7646
|
+
"activityPropertiesModifiedExternallyEventAttributes",
|
|
7647
|
+
"workflowPropertiesModifiedEventAttributes",
|
|
7648
|
+
"workflowExecutionUpdateAdmittedEventAttributes",
|
|
7649
|
+
"nexusOperationScheduledEventAttributes",
|
|
7650
|
+
"nexusOperationStartedEventAttributes",
|
|
7651
|
+
"nexusOperationCompletedEventAttributes",
|
|
7652
|
+
"nexusOperationFailedEventAttributes",
|
|
7653
|
+
"nexusOperationCanceledEventAttributes",
|
|
7654
|
+
"nexusOperationTimedOutEventAttributes",
|
|
7655
|
+
"nexusOperationCancelRequestedEventAttributes"
|
|
7656
|
+
]
|
|
7657
|
+
}
|
|
7658
|
+
},
|
|
7659
|
+
fields: {
|
|
7660
|
+
eventId: {
|
|
7661
|
+
type: "int64",
|
|
7662
|
+
id: 1
|
|
7663
|
+
},
|
|
7664
|
+
eventTime: {
|
|
7665
|
+
type: "google.protobuf.Timestamp",
|
|
7666
|
+
id: 2
|
|
7667
|
+
},
|
|
7668
|
+
eventType: {
|
|
7669
|
+
type: "temporal.api.enums.v1.EventType",
|
|
7670
|
+
id: 3
|
|
7671
|
+
},
|
|
7672
|
+
version: {
|
|
7673
|
+
type: "int64",
|
|
7674
|
+
id: 4
|
|
7675
|
+
},
|
|
7676
|
+
taskId: {
|
|
7677
|
+
type: "int64",
|
|
7678
|
+
id: 5
|
|
7679
|
+
},
|
|
7680
|
+
workerMayIgnore: {
|
|
7681
|
+
type: "bool",
|
|
7682
|
+
id: 300
|
|
6956
7683
|
},
|
|
6957
7684
|
workflowExecutionStartedEventAttributes: {
|
|
6958
7685
|
type: "WorkflowExecutionStartedEventAttributes",
|
|
@@ -7138,9 +7865,37 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7138
7865
|
type: "WorkflowPropertiesModifiedEventAttributes",
|
|
7139
7866
|
id: 51
|
|
7140
7867
|
},
|
|
7141
|
-
|
|
7142
|
-
type: "
|
|
7868
|
+
workflowExecutionUpdateAdmittedEventAttributes: {
|
|
7869
|
+
type: "WorkflowExecutionUpdateAdmittedEventAttributes",
|
|
7143
7870
|
id: 52
|
|
7871
|
+
},
|
|
7872
|
+
nexusOperationScheduledEventAttributes: {
|
|
7873
|
+
type: "NexusOperationScheduledEventAttributes",
|
|
7874
|
+
id: 53
|
|
7875
|
+
},
|
|
7876
|
+
nexusOperationStartedEventAttributes: {
|
|
7877
|
+
type: "NexusOperationStartedEventAttributes",
|
|
7878
|
+
id: 54
|
|
7879
|
+
},
|
|
7880
|
+
nexusOperationCompletedEventAttributes: {
|
|
7881
|
+
type: "NexusOperationCompletedEventAttributes",
|
|
7882
|
+
id: 55
|
|
7883
|
+
},
|
|
7884
|
+
nexusOperationFailedEventAttributes: {
|
|
7885
|
+
type: "NexusOperationFailedEventAttributes",
|
|
7886
|
+
id: 56
|
|
7887
|
+
},
|
|
7888
|
+
nexusOperationCanceledEventAttributes: {
|
|
7889
|
+
type: "NexusOperationCanceledEventAttributes",
|
|
7890
|
+
id: 57
|
|
7891
|
+
},
|
|
7892
|
+
nexusOperationTimedOutEventAttributes: {
|
|
7893
|
+
type: "NexusOperationTimedOutEventAttributes",
|
|
7894
|
+
id: 58
|
|
7895
|
+
},
|
|
7896
|
+
nexusOperationCancelRequestedEventAttributes: {
|
|
7897
|
+
type: "NexusOperationCancelRequestedEventAttributes",
|
|
7898
|
+
id: 59
|
|
7144
7899
|
}
|
|
7145
7900
|
}
|
|
7146
7901
|
},
|
|
@@ -7193,6 +7948,45 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7193
7948
|
}
|
|
7194
7949
|
}
|
|
7195
7950
|
},
|
|
7951
|
+
TaskQueueVersionSelection: {
|
|
7952
|
+
fields: {
|
|
7953
|
+
buildIds: {
|
|
7954
|
+
rule: "repeated",
|
|
7955
|
+
type: "string",
|
|
7956
|
+
id: 1
|
|
7957
|
+
},
|
|
7958
|
+
unversioned: {
|
|
7959
|
+
type: "bool",
|
|
7960
|
+
id: 2
|
|
7961
|
+
},
|
|
7962
|
+
allActive: {
|
|
7963
|
+
type: "bool",
|
|
7964
|
+
id: 3
|
|
7965
|
+
}
|
|
7966
|
+
}
|
|
7967
|
+
},
|
|
7968
|
+
TaskQueueVersionInfo: {
|
|
7969
|
+
fields: {
|
|
7970
|
+
typesInfo: {
|
|
7971
|
+
keyType: "int32",
|
|
7972
|
+
type: "TaskQueueTypeInfo",
|
|
7973
|
+
id: 1
|
|
7974
|
+
},
|
|
7975
|
+
taskReachability: {
|
|
7976
|
+
type: "temporal.api.enums.v1.BuildIdTaskReachability",
|
|
7977
|
+
id: 2
|
|
7978
|
+
}
|
|
7979
|
+
}
|
|
7980
|
+
},
|
|
7981
|
+
TaskQueueTypeInfo: {
|
|
7982
|
+
fields: {
|
|
7983
|
+
pollers: {
|
|
7984
|
+
rule: "repeated",
|
|
7985
|
+
type: "PollerInfo",
|
|
7986
|
+
id: 1
|
|
7987
|
+
}
|
|
7988
|
+
}
|
|
7989
|
+
},
|
|
7196
7990
|
TaskQueueStatus: {
|
|
7197
7991
|
fields: {
|
|
7198
7992
|
backlogCountHint: {
|
|
@@ -7307,6 +8101,69 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7307
8101
|
id: 2
|
|
7308
8102
|
}
|
|
7309
8103
|
}
|
|
8104
|
+
},
|
|
8105
|
+
RampByPercentage: {
|
|
8106
|
+
fields: {
|
|
8107
|
+
rampPercentage: {
|
|
8108
|
+
type: "float",
|
|
8109
|
+
id: 1
|
|
8110
|
+
}
|
|
8111
|
+
}
|
|
8112
|
+
},
|
|
8113
|
+
BuildIdAssignmentRule: {
|
|
8114
|
+
oneofs: {
|
|
8115
|
+
ramp: {
|
|
8116
|
+
oneof: [
|
|
8117
|
+
"percentageRamp"
|
|
8118
|
+
]
|
|
8119
|
+
}
|
|
8120
|
+
},
|
|
8121
|
+
fields: {
|
|
8122
|
+
targetBuildId: {
|
|
8123
|
+
type: "string",
|
|
8124
|
+
id: 1
|
|
8125
|
+
},
|
|
8126
|
+
percentageRamp: {
|
|
8127
|
+
type: "RampByPercentage",
|
|
8128
|
+
id: 3
|
|
8129
|
+
}
|
|
8130
|
+
}
|
|
8131
|
+
},
|
|
8132
|
+
CompatibleBuildIdRedirectRule: {
|
|
8133
|
+
fields: {
|
|
8134
|
+
sourceBuildId: {
|
|
8135
|
+
type: "string",
|
|
8136
|
+
id: 1
|
|
8137
|
+
},
|
|
8138
|
+
targetBuildId: {
|
|
8139
|
+
type: "string",
|
|
8140
|
+
id: 2
|
|
8141
|
+
}
|
|
8142
|
+
}
|
|
8143
|
+
},
|
|
8144
|
+
TimestampedBuildIdAssignmentRule: {
|
|
8145
|
+
fields: {
|
|
8146
|
+
rule: {
|
|
8147
|
+
type: "BuildIdAssignmentRule",
|
|
8148
|
+
id: 1
|
|
8149
|
+
},
|
|
8150
|
+
createTime: {
|
|
8151
|
+
type: "google.protobuf.Timestamp",
|
|
8152
|
+
id: 2
|
|
8153
|
+
}
|
|
8154
|
+
}
|
|
8155
|
+
},
|
|
8156
|
+
TimestampedCompatibleBuildIdRedirectRule: {
|
|
8157
|
+
fields: {
|
|
8158
|
+
rule: {
|
|
8159
|
+
type: "CompatibleBuildIdRedirectRule",
|
|
8160
|
+
id: 1
|
|
8161
|
+
},
|
|
8162
|
+
createTime: {
|
|
8163
|
+
type: "google.protobuf.Timestamp",
|
|
8164
|
+
id: 2
|
|
8165
|
+
}
|
|
8166
|
+
}
|
|
7310
8167
|
}
|
|
7311
8168
|
}
|
|
7312
8169
|
}
|
|
@@ -7389,6 +8246,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7389
8246
|
mostRecentWorkerVersionStamp: {
|
|
7390
8247
|
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
7391
8248
|
id: 16
|
|
8249
|
+
},
|
|
8250
|
+
executionDuration: {
|
|
8251
|
+
type: "google.protobuf.Duration",
|
|
8252
|
+
id: 17
|
|
8253
|
+
},
|
|
8254
|
+
rootExecution: {
|
|
8255
|
+
type: "temporal.api.common.v1.WorkflowExecution",
|
|
8256
|
+
id: 18
|
|
8257
|
+
},
|
|
8258
|
+
assignedBuildId: {
|
|
8259
|
+
type: "string",
|
|
8260
|
+
id: 19
|
|
8261
|
+
},
|
|
8262
|
+
inheritedBuildId: {
|
|
8263
|
+
type: "string",
|
|
8264
|
+
id: 20
|
|
7392
8265
|
}
|
|
7393
8266
|
}
|
|
7394
8267
|
},
|
|
@@ -7413,6 +8286,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7413
8286
|
}
|
|
7414
8287
|
},
|
|
7415
8288
|
PendingActivityInfo: {
|
|
8289
|
+
oneofs: {
|
|
8290
|
+
assignedBuildId: {
|
|
8291
|
+
oneof: [
|
|
8292
|
+
"useWorkflowBuildId",
|
|
8293
|
+
"lastIndependentlyAssignedBuildId"
|
|
8294
|
+
]
|
|
8295
|
+
}
|
|
8296
|
+
},
|
|
7416
8297
|
fields: {
|
|
7417
8298
|
activityId: {
|
|
7418
8299
|
type: "string",
|
|
@@ -7461,8 +8342,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7461
8342
|
lastWorkerIdentity: {
|
|
7462
8343
|
type: "string",
|
|
7463
8344
|
id: 12
|
|
7464
|
-
}
|
|
7465
|
-
|
|
8345
|
+
},
|
|
8346
|
+
useWorkflowBuildId: {
|
|
8347
|
+
type: "google.protobuf.Empty",
|
|
8348
|
+
id: 13
|
|
8349
|
+
},
|
|
8350
|
+
lastIndependentlyAssignedBuildId: {
|
|
8351
|
+
type: "string",
|
|
8352
|
+
id: 14
|
|
8353
|
+
},
|
|
8354
|
+
lastWorkerVersionStamp: {
|
|
8355
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
8356
|
+
id: 15
|
|
8357
|
+
}
|
|
8358
|
+
}
|
|
7466
8359
|
},
|
|
7467
8360
|
PendingChildExecutionInfo: {
|
|
7468
8361
|
fields: {
|
|
@@ -7608,6 +8501,142 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7608
8501
|
id: 13
|
|
7609
8502
|
}
|
|
7610
8503
|
}
|
|
8504
|
+
},
|
|
8505
|
+
CallbackInfo: {
|
|
8506
|
+
fields: {
|
|
8507
|
+
callback: {
|
|
8508
|
+
type: "temporal.api.common.v1.Callback",
|
|
8509
|
+
id: 1
|
|
8510
|
+
},
|
|
8511
|
+
trigger: {
|
|
8512
|
+
type: "Trigger",
|
|
8513
|
+
id: 2
|
|
8514
|
+
},
|
|
8515
|
+
registrationTime: {
|
|
8516
|
+
type: "google.protobuf.Timestamp",
|
|
8517
|
+
id: 3
|
|
8518
|
+
},
|
|
8519
|
+
state: {
|
|
8520
|
+
type: "temporal.api.enums.v1.CallbackState",
|
|
8521
|
+
id: 4
|
|
8522
|
+
},
|
|
8523
|
+
attempt: {
|
|
8524
|
+
type: "int32",
|
|
8525
|
+
id: 5
|
|
8526
|
+
},
|
|
8527
|
+
lastAttemptCompleteTime: {
|
|
8528
|
+
type: "google.protobuf.Timestamp",
|
|
8529
|
+
id: 6
|
|
8530
|
+
},
|
|
8531
|
+
lastAttemptFailure: {
|
|
8532
|
+
type: "temporal.api.failure.v1.Failure",
|
|
8533
|
+
id: 7
|
|
8534
|
+
},
|
|
8535
|
+
nextAttemptScheduleTime: {
|
|
8536
|
+
type: "google.protobuf.Timestamp",
|
|
8537
|
+
id: 8
|
|
8538
|
+
}
|
|
8539
|
+
},
|
|
8540
|
+
nested: {
|
|
8541
|
+
WorkflowClosed: {
|
|
8542
|
+
fields: {}
|
|
8543
|
+
},
|
|
8544
|
+
Trigger: {
|
|
8545
|
+
oneofs: {
|
|
8546
|
+
variant: {
|
|
8547
|
+
oneof: [
|
|
8548
|
+
"workflowClosed"
|
|
8549
|
+
]
|
|
8550
|
+
}
|
|
8551
|
+
},
|
|
8552
|
+
fields: {
|
|
8553
|
+
workflowClosed: {
|
|
8554
|
+
type: "WorkflowClosed",
|
|
8555
|
+
id: 1
|
|
8556
|
+
}
|
|
8557
|
+
}
|
|
8558
|
+
}
|
|
8559
|
+
}
|
|
8560
|
+
},
|
|
8561
|
+
PendingNexusOperationInfo: {
|
|
8562
|
+
fields: {
|
|
8563
|
+
endpoint: {
|
|
8564
|
+
type: "string",
|
|
8565
|
+
id: 1
|
|
8566
|
+
},
|
|
8567
|
+
service: {
|
|
8568
|
+
type: "string",
|
|
8569
|
+
id: 2
|
|
8570
|
+
},
|
|
8571
|
+
operation: {
|
|
8572
|
+
type: "string",
|
|
8573
|
+
id: 3
|
|
8574
|
+
},
|
|
8575
|
+
operationId: {
|
|
8576
|
+
type: "string",
|
|
8577
|
+
id: 4
|
|
8578
|
+
},
|
|
8579
|
+
scheduleToCloseTimeout: {
|
|
8580
|
+
type: "google.protobuf.Duration",
|
|
8581
|
+
id: 5
|
|
8582
|
+
},
|
|
8583
|
+
scheduledTime: {
|
|
8584
|
+
type: "google.protobuf.Timestamp",
|
|
8585
|
+
id: 6
|
|
8586
|
+
},
|
|
8587
|
+
state: {
|
|
8588
|
+
type: "temporal.api.enums.v1.PendingNexusOperationState",
|
|
8589
|
+
id: 7
|
|
8590
|
+
},
|
|
8591
|
+
attempt: {
|
|
8592
|
+
type: "int32",
|
|
8593
|
+
id: 8
|
|
8594
|
+
},
|
|
8595
|
+
lastAttemptCompleteTime: {
|
|
8596
|
+
type: "google.protobuf.Timestamp",
|
|
8597
|
+
id: 9
|
|
8598
|
+
},
|
|
8599
|
+
lastAttemptFailure: {
|
|
8600
|
+
type: "temporal.api.failure.v1.Failure",
|
|
8601
|
+
id: 10
|
|
8602
|
+
},
|
|
8603
|
+
nextAttemptScheduleTime: {
|
|
8604
|
+
type: "google.protobuf.Timestamp",
|
|
8605
|
+
id: 11
|
|
8606
|
+
},
|
|
8607
|
+
cancellationInfo: {
|
|
8608
|
+
type: "NexusOperationCancellationInfo",
|
|
8609
|
+
id: 12
|
|
8610
|
+
}
|
|
8611
|
+
}
|
|
8612
|
+
},
|
|
8613
|
+
NexusOperationCancellationInfo: {
|
|
8614
|
+
fields: {
|
|
8615
|
+
requestedTime: {
|
|
8616
|
+
type: "google.protobuf.Timestamp",
|
|
8617
|
+
id: 1
|
|
8618
|
+
},
|
|
8619
|
+
state: {
|
|
8620
|
+
type: "temporal.api.enums.v1.NexusOperationCancellationState",
|
|
8621
|
+
id: 2
|
|
8622
|
+
},
|
|
8623
|
+
attempt: {
|
|
8624
|
+
type: "int32",
|
|
8625
|
+
id: 3
|
|
8626
|
+
},
|
|
8627
|
+
lastAttemptCompleteTime: {
|
|
8628
|
+
type: "google.protobuf.Timestamp",
|
|
8629
|
+
id: 4
|
|
8630
|
+
},
|
|
8631
|
+
lastAttemptFailure: {
|
|
8632
|
+
type: "temporal.api.failure.v1.Failure",
|
|
8633
|
+
id: 5
|
|
8634
|
+
},
|
|
8635
|
+
nextAttemptScheduleTime: {
|
|
8636
|
+
type: "google.protobuf.Timestamp",
|
|
8637
|
+
id: 6
|
|
8638
|
+
}
|
|
8639
|
+
}
|
|
7611
8640
|
}
|
|
7612
8641
|
}
|
|
7613
8642
|
}
|
|
@@ -7756,7 +8785,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7756
8785
|
type: "bool",
|
|
7757
8786
|
id: 12
|
|
7758
8787
|
},
|
|
7759
|
-
|
|
8788
|
+
useWorkflowBuildId: {
|
|
7760
8789
|
type: "bool",
|
|
7761
8790
|
id: 13
|
|
7762
8791
|
}
|
|
@@ -7975,7 +9004,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7975
9004
|
type: "temporal.api.common.v1.SearchAttributes",
|
|
7976
9005
|
id: 14
|
|
7977
9006
|
},
|
|
7978
|
-
|
|
9007
|
+
inheritBuildId: {
|
|
7979
9008
|
type: "bool",
|
|
7980
9009
|
id: 15
|
|
7981
9010
|
}
|
|
@@ -8047,7 +9076,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8047
9076
|
type: "temporal.api.common.v1.SearchAttributes",
|
|
8048
9077
|
id: 16
|
|
8049
9078
|
},
|
|
8050
|
-
|
|
9079
|
+
inheritBuildId: {
|
|
8051
9080
|
type: "bool",
|
|
8052
9081
|
id: 17
|
|
8053
9082
|
}
|
|
@@ -8061,6 +9090,43 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8061
9090
|
}
|
|
8062
9091
|
}
|
|
8063
9092
|
},
|
|
9093
|
+
ScheduleNexusOperationCommandAttributes: {
|
|
9094
|
+
fields: {
|
|
9095
|
+
endpoint: {
|
|
9096
|
+
type: "string",
|
|
9097
|
+
id: 1
|
|
9098
|
+
},
|
|
9099
|
+
service: {
|
|
9100
|
+
type: "string",
|
|
9101
|
+
id: 2
|
|
9102
|
+
},
|
|
9103
|
+
operation: {
|
|
9104
|
+
type: "string",
|
|
9105
|
+
id: 3
|
|
9106
|
+
},
|
|
9107
|
+
input: {
|
|
9108
|
+
type: "temporal.api.common.v1.Payload",
|
|
9109
|
+
id: 4
|
|
9110
|
+
},
|
|
9111
|
+
scheduleToCloseTimeout: {
|
|
9112
|
+
type: "google.protobuf.Duration",
|
|
9113
|
+
id: 5
|
|
9114
|
+
},
|
|
9115
|
+
nexusHeader: {
|
|
9116
|
+
keyType: "string",
|
|
9117
|
+
type: "string",
|
|
9118
|
+
id: 6
|
|
9119
|
+
}
|
|
9120
|
+
}
|
|
9121
|
+
},
|
|
9122
|
+
RequestCancelNexusOperationCommandAttributes: {
|
|
9123
|
+
fields: {
|
|
9124
|
+
scheduledEventId: {
|
|
9125
|
+
type: "int64",
|
|
9126
|
+
id: 1
|
|
9127
|
+
}
|
|
9128
|
+
}
|
|
9129
|
+
},
|
|
8064
9130
|
Command: {
|
|
8065
9131
|
oneofs: {
|
|
8066
9132
|
attributes: {
|
|
@@ -8079,7 +9145,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8079
9145
|
"signalExternalWorkflowExecutionCommandAttributes",
|
|
8080
9146
|
"upsertWorkflowSearchAttributesCommandAttributes",
|
|
8081
9147
|
"protocolMessageCommandAttributes",
|
|
8082
|
-
"modifyWorkflowPropertiesCommandAttributes"
|
|
9148
|
+
"modifyWorkflowPropertiesCommandAttributes",
|
|
9149
|
+
"scheduleNexusOperationCommandAttributes",
|
|
9150
|
+
"requestCancelNexusOperationCommandAttributes"
|
|
8083
9151
|
]
|
|
8084
9152
|
}
|
|
8085
9153
|
},
|
|
@@ -8147,6 +9215,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8147
9215
|
modifyWorkflowPropertiesCommandAttributes: {
|
|
8148
9216
|
type: "ModifyWorkflowPropertiesCommandAttributes",
|
|
8149
9217
|
id: 17
|
|
9218
|
+
},
|
|
9219
|
+
scheduleNexusOperationCommandAttributes: {
|
|
9220
|
+
type: "ScheduleNexusOperationCommandAttributes",
|
|
9221
|
+
id: 18
|
|
9222
|
+
},
|
|
9223
|
+
requestCancelNexusOperationCommandAttributes: {
|
|
9224
|
+
type: "RequestCancelNexusOperationCommandAttributes",
|
|
9225
|
+
id: 19
|
|
8150
9226
|
}
|
|
8151
9227
|
}
|
|
8152
9228
|
}
|
|
@@ -8297,10 +9373,32 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8297
9373
|
type: "string",
|
|
8298
9374
|
id: 6
|
|
8299
9375
|
},
|
|
9376
|
+
capabilities: {
|
|
9377
|
+
type: "Capabilities",
|
|
9378
|
+
id: 7
|
|
9379
|
+
},
|
|
8300
9380
|
supportsSchedules: {
|
|
8301
9381
|
type: "bool",
|
|
8302
9382
|
id: 100
|
|
8303
9383
|
}
|
|
9384
|
+
},
|
|
9385
|
+
nested: {
|
|
9386
|
+
Capabilities: {
|
|
9387
|
+
fields: {
|
|
9388
|
+
eagerWorkflowStart: {
|
|
9389
|
+
type: "bool",
|
|
9390
|
+
id: 1
|
|
9391
|
+
},
|
|
9392
|
+
syncUpdate: {
|
|
9393
|
+
type: "bool",
|
|
9394
|
+
id: 2
|
|
9395
|
+
},
|
|
9396
|
+
asyncUpdate: {
|
|
9397
|
+
type: "bool",
|
|
9398
|
+
id: 3
|
|
9399
|
+
}
|
|
9400
|
+
}
|
|
9401
|
+
}
|
|
8304
9402
|
}
|
|
8305
9403
|
},
|
|
8306
9404
|
NamespaceConfig: {
|
|
@@ -8692,6 +9790,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8692
9790
|
pauseOnFailure: {
|
|
8693
9791
|
type: "bool",
|
|
8694
9792
|
id: 3
|
|
9793
|
+
},
|
|
9794
|
+
keepOriginalWorkflowId: {
|
|
9795
|
+
type: "bool",
|
|
9796
|
+
id: 4
|
|
8695
9797
|
}
|
|
8696
9798
|
}
|
|
8697
9799
|
},
|
|
@@ -9092,105 +10194,462 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9092
10194
|
}
|
|
9093
10195
|
}
|
|
9094
10196
|
},
|
|
9095
|
-
|
|
10197
|
+
nexus: {
|
|
9096
10198
|
nested: {
|
|
9097
10199
|
v1: {
|
|
9098
10200
|
options: {
|
|
9099
|
-
go_package: "go.temporal.io/api/
|
|
9100
|
-
java_package: "io.temporal.api.
|
|
10201
|
+
go_package: "go.temporal.io/api/nexus/v1;nexus",
|
|
10202
|
+
java_package: "io.temporal.api.nexus.v1",
|
|
9101
10203
|
java_multiple_files: true,
|
|
9102
|
-
java_outer_classname: "
|
|
9103
|
-
ruby_package: "Temporalio::Api::
|
|
9104
|
-
csharp_namespace: "Temporalio.Api.
|
|
10204
|
+
java_outer_classname: "MessageProto",
|
|
10205
|
+
ruby_package: "Temporalio::Api::Nexus::V1",
|
|
10206
|
+
csharp_namespace: "Temporalio.Api.Nexus.V1"
|
|
9105
10207
|
},
|
|
9106
10208
|
nested: {
|
|
9107
|
-
|
|
9108
|
-
methods: {
|
|
9109
|
-
AddSearchAttributes: {
|
|
9110
|
-
requestType: "AddSearchAttributesRequest",
|
|
9111
|
-
responseType: "AddSearchAttributesResponse"
|
|
9112
|
-
},
|
|
9113
|
-
RemoveSearchAttributes: {
|
|
9114
|
-
requestType: "RemoveSearchAttributesRequest",
|
|
9115
|
-
responseType: "RemoveSearchAttributesResponse"
|
|
9116
|
-
},
|
|
9117
|
-
ListSearchAttributes: {
|
|
9118
|
-
requestType: "ListSearchAttributesRequest",
|
|
9119
|
-
responseType: "ListSearchAttributesResponse",
|
|
9120
|
-
options: {
|
|
9121
|
-
"(google.api.http).get": "/api/v1/namespaces/{namespace}/search-attributes"
|
|
9122
|
-
},
|
|
9123
|
-
parsedOptions: [
|
|
9124
|
-
{
|
|
9125
|
-
"(google.api.http)": {
|
|
9126
|
-
get: "/api/v1/namespaces/{namespace}/search-attributes"
|
|
9127
|
-
}
|
|
9128
|
-
}
|
|
9129
|
-
]
|
|
9130
|
-
},
|
|
9131
|
-
DeleteNamespace: {
|
|
9132
|
-
requestType: "DeleteNamespaceRequest",
|
|
9133
|
-
responseType: "DeleteNamespaceResponse"
|
|
9134
|
-
},
|
|
9135
|
-
AddOrUpdateRemoteCluster: {
|
|
9136
|
-
requestType: "AddOrUpdateRemoteClusterRequest",
|
|
9137
|
-
responseType: "AddOrUpdateRemoteClusterResponse"
|
|
9138
|
-
},
|
|
9139
|
-
RemoveRemoteCluster: {
|
|
9140
|
-
requestType: "RemoveRemoteClusterRequest",
|
|
9141
|
-
responseType: "RemoveRemoteClusterResponse"
|
|
9142
|
-
},
|
|
9143
|
-
ListClusters: {
|
|
9144
|
-
requestType: "ListClustersRequest",
|
|
9145
|
-
responseType: "ListClustersResponse"
|
|
9146
|
-
}
|
|
9147
|
-
}
|
|
9148
|
-
},
|
|
9149
|
-
AddSearchAttributesRequest: {
|
|
10209
|
+
Failure: {
|
|
9150
10210
|
fields: {
|
|
9151
|
-
|
|
9152
|
-
|
|
9153
|
-
type: "temporal.api.enums.v1.IndexedValueType",
|
|
10211
|
+
message: {
|
|
10212
|
+
type: "string",
|
|
9154
10213
|
id: 1
|
|
9155
10214
|
},
|
|
9156
|
-
|
|
10215
|
+
metadata: {
|
|
10216
|
+
keyType: "string",
|
|
9157
10217
|
type: "string",
|
|
9158
10218
|
id: 2
|
|
10219
|
+
},
|
|
10220
|
+
details: {
|
|
10221
|
+
type: "bytes",
|
|
10222
|
+
id: 3
|
|
9159
10223
|
}
|
|
9160
10224
|
}
|
|
9161
10225
|
},
|
|
9162
|
-
|
|
9163
|
-
fields: {}
|
|
9164
|
-
},
|
|
9165
|
-
RemoveSearchAttributesRequest: {
|
|
10226
|
+
HandlerError: {
|
|
9166
10227
|
fields: {
|
|
9167
|
-
|
|
9168
|
-
rule: "repeated",
|
|
10228
|
+
errorType: {
|
|
9169
10229
|
type: "string",
|
|
9170
10230
|
id: 1
|
|
9171
10231
|
},
|
|
9172
|
-
|
|
9173
|
-
type: "
|
|
10232
|
+
failure: {
|
|
10233
|
+
type: "Failure",
|
|
9174
10234
|
id: 2
|
|
9175
10235
|
}
|
|
9176
10236
|
}
|
|
9177
10237
|
},
|
|
9178
|
-
|
|
9179
|
-
fields: {}
|
|
9180
|
-
},
|
|
9181
|
-
ListSearchAttributesRequest: {
|
|
10238
|
+
UnsuccessfulOperationError: {
|
|
9182
10239
|
fields: {
|
|
9183
|
-
|
|
10240
|
+
operationState: {
|
|
9184
10241
|
type: "string",
|
|
9185
10242
|
id: 1
|
|
10243
|
+
},
|
|
10244
|
+
failure: {
|
|
10245
|
+
type: "Failure",
|
|
10246
|
+
id: 2
|
|
9186
10247
|
}
|
|
9187
10248
|
}
|
|
9188
10249
|
},
|
|
9189
|
-
|
|
10250
|
+
StartOperationRequest: {
|
|
9190
10251
|
fields: {
|
|
9191
|
-
|
|
9192
|
-
|
|
9193
|
-
|
|
10252
|
+
service: {
|
|
10253
|
+
type: "string",
|
|
10254
|
+
id: 1
|
|
10255
|
+
},
|
|
10256
|
+
operation: {
|
|
10257
|
+
type: "string",
|
|
10258
|
+
id: 2
|
|
10259
|
+
},
|
|
10260
|
+
requestId: {
|
|
10261
|
+
type: "string",
|
|
10262
|
+
id: 3
|
|
10263
|
+
},
|
|
10264
|
+
callback: {
|
|
10265
|
+
type: "string",
|
|
10266
|
+
id: 4
|
|
10267
|
+
},
|
|
10268
|
+
payload: {
|
|
10269
|
+
type: "temporal.api.common.v1.Payload",
|
|
10270
|
+
id: 5
|
|
10271
|
+
},
|
|
10272
|
+
callbackHeader: {
|
|
10273
|
+
keyType: "string",
|
|
10274
|
+
type: "string",
|
|
10275
|
+
id: 6
|
|
10276
|
+
}
|
|
10277
|
+
}
|
|
10278
|
+
},
|
|
10279
|
+
CancelOperationRequest: {
|
|
10280
|
+
fields: {
|
|
10281
|
+
service: {
|
|
10282
|
+
type: "string",
|
|
10283
|
+
id: 1
|
|
10284
|
+
},
|
|
10285
|
+
operation: {
|
|
10286
|
+
type: "string",
|
|
10287
|
+
id: 2
|
|
10288
|
+
},
|
|
10289
|
+
operationId: {
|
|
10290
|
+
type: "string",
|
|
10291
|
+
id: 3
|
|
10292
|
+
}
|
|
10293
|
+
}
|
|
10294
|
+
},
|
|
10295
|
+
Request: {
|
|
10296
|
+
oneofs: {
|
|
10297
|
+
variant: {
|
|
10298
|
+
oneof: [
|
|
10299
|
+
"startOperation",
|
|
10300
|
+
"cancelOperation"
|
|
10301
|
+
]
|
|
10302
|
+
}
|
|
10303
|
+
},
|
|
10304
|
+
fields: {
|
|
10305
|
+
header: {
|
|
10306
|
+
keyType: "string",
|
|
10307
|
+
type: "string",
|
|
10308
|
+
id: 1
|
|
10309
|
+
},
|
|
10310
|
+
scheduledTime: {
|
|
10311
|
+
type: "google.protobuf.Timestamp",
|
|
10312
|
+
id: 2
|
|
10313
|
+
},
|
|
10314
|
+
startOperation: {
|
|
10315
|
+
type: "StartOperationRequest",
|
|
10316
|
+
id: 3
|
|
10317
|
+
},
|
|
10318
|
+
cancelOperation: {
|
|
10319
|
+
type: "CancelOperationRequest",
|
|
10320
|
+
id: 4
|
|
10321
|
+
}
|
|
10322
|
+
}
|
|
10323
|
+
},
|
|
10324
|
+
StartOperationResponse: {
|
|
10325
|
+
oneofs: {
|
|
10326
|
+
variant: {
|
|
10327
|
+
oneof: [
|
|
10328
|
+
"syncSuccess",
|
|
10329
|
+
"asyncSuccess",
|
|
10330
|
+
"operationError"
|
|
10331
|
+
]
|
|
10332
|
+
}
|
|
10333
|
+
},
|
|
10334
|
+
fields: {
|
|
10335
|
+
syncSuccess: {
|
|
10336
|
+
type: "Sync",
|
|
10337
|
+
id: 1
|
|
10338
|
+
},
|
|
10339
|
+
asyncSuccess: {
|
|
10340
|
+
type: "Async",
|
|
10341
|
+
id: 2
|
|
10342
|
+
},
|
|
10343
|
+
operationError: {
|
|
10344
|
+
type: "UnsuccessfulOperationError",
|
|
10345
|
+
id: 3
|
|
10346
|
+
}
|
|
10347
|
+
},
|
|
10348
|
+
nested: {
|
|
10349
|
+
Sync: {
|
|
10350
|
+
fields: {
|
|
10351
|
+
payload: {
|
|
10352
|
+
type: "temporal.api.common.v1.Payload",
|
|
10353
|
+
id: 1
|
|
10354
|
+
}
|
|
10355
|
+
}
|
|
10356
|
+
},
|
|
10357
|
+
Async: {
|
|
10358
|
+
fields: {
|
|
10359
|
+
operationId: {
|
|
10360
|
+
type: "string",
|
|
10361
|
+
id: 1
|
|
10362
|
+
}
|
|
10363
|
+
}
|
|
10364
|
+
}
|
|
10365
|
+
}
|
|
10366
|
+
},
|
|
10367
|
+
CancelOperationResponse: {
|
|
10368
|
+
fields: {}
|
|
10369
|
+
},
|
|
10370
|
+
Response: {
|
|
10371
|
+
oneofs: {
|
|
10372
|
+
variant: {
|
|
10373
|
+
oneof: [
|
|
10374
|
+
"startOperation",
|
|
10375
|
+
"cancelOperation"
|
|
10376
|
+
]
|
|
10377
|
+
}
|
|
10378
|
+
},
|
|
10379
|
+
fields: {
|
|
10380
|
+
startOperation: {
|
|
10381
|
+
type: "StartOperationResponse",
|
|
10382
|
+
id: 1
|
|
10383
|
+
},
|
|
10384
|
+
cancelOperation: {
|
|
10385
|
+
type: "CancelOperationResponse",
|
|
10386
|
+
id: 2
|
|
10387
|
+
}
|
|
10388
|
+
}
|
|
10389
|
+
},
|
|
10390
|
+
Endpoint: {
|
|
10391
|
+
fields: {
|
|
10392
|
+
version: {
|
|
10393
|
+
type: "int64",
|
|
10394
|
+
id: 1
|
|
10395
|
+
},
|
|
10396
|
+
id: {
|
|
10397
|
+
type: "string",
|
|
10398
|
+
id: 2
|
|
10399
|
+
},
|
|
10400
|
+
spec: {
|
|
10401
|
+
type: "EndpointSpec",
|
|
10402
|
+
id: 3
|
|
10403
|
+
},
|
|
10404
|
+
createdTime: {
|
|
10405
|
+
type: "google.protobuf.Timestamp",
|
|
10406
|
+
id: 4
|
|
10407
|
+
},
|
|
10408
|
+
lastModifiedTime: {
|
|
10409
|
+
type: "google.protobuf.Timestamp",
|
|
10410
|
+
id: 5
|
|
10411
|
+
},
|
|
10412
|
+
urlPrefix: {
|
|
10413
|
+
type: "string",
|
|
10414
|
+
id: 6
|
|
10415
|
+
}
|
|
10416
|
+
}
|
|
10417
|
+
},
|
|
10418
|
+
EndpointSpec: {
|
|
10419
|
+
fields: {
|
|
10420
|
+
name: {
|
|
10421
|
+
type: "string",
|
|
10422
|
+
id: 1
|
|
10423
|
+
},
|
|
10424
|
+
description: {
|
|
10425
|
+
type: "temporal.api.common.v1.Payload",
|
|
10426
|
+
id: 2
|
|
10427
|
+
},
|
|
10428
|
+
target: {
|
|
10429
|
+
type: "EndpointTarget",
|
|
10430
|
+
id: 3
|
|
10431
|
+
}
|
|
10432
|
+
}
|
|
10433
|
+
},
|
|
10434
|
+
EndpointTarget: {
|
|
10435
|
+
oneofs: {
|
|
10436
|
+
variant: {
|
|
10437
|
+
oneof: [
|
|
10438
|
+
"worker",
|
|
10439
|
+
"external"
|
|
10440
|
+
]
|
|
10441
|
+
}
|
|
10442
|
+
},
|
|
10443
|
+
fields: {
|
|
10444
|
+
worker: {
|
|
10445
|
+
type: "Worker",
|
|
10446
|
+
id: 1
|
|
10447
|
+
},
|
|
10448
|
+
external: {
|
|
10449
|
+
type: "External",
|
|
10450
|
+
id: 2
|
|
10451
|
+
}
|
|
10452
|
+
},
|
|
10453
|
+
nested: {
|
|
10454
|
+
Worker: {
|
|
10455
|
+
fields: {
|
|
10456
|
+
namespace: {
|
|
10457
|
+
type: "string",
|
|
10458
|
+
id: 1
|
|
10459
|
+
},
|
|
10460
|
+
taskQueue: {
|
|
10461
|
+
type: "string",
|
|
10462
|
+
id: 2
|
|
10463
|
+
}
|
|
10464
|
+
}
|
|
10465
|
+
},
|
|
10466
|
+
External: {
|
|
10467
|
+
fields: {
|
|
10468
|
+
url: {
|
|
10469
|
+
type: "string",
|
|
10470
|
+
id: 1
|
|
10471
|
+
}
|
|
10472
|
+
}
|
|
10473
|
+
}
|
|
10474
|
+
}
|
|
10475
|
+
}
|
|
10476
|
+
}
|
|
10477
|
+
}
|
|
10478
|
+
}
|
|
10479
|
+
},
|
|
10480
|
+
operatorservice: {
|
|
10481
|
+
nested: {
|
|
10482
|
+
v1: {
|
|
10483
|
+
options: {
|
|
10484
|
+
go_package: "go.temporal.io/api/operatorservice/v1;operatorservice",
|
|
10485
|
+
java_package: "io.temporal.api.operatorservice.v1",
|
|
10486
|
+
java_multiple_files: true,
|
|
10487
|
+
java_outer_classname: "RequestResponseProto",
|
|
10488
|
+
ruby_package: "Temporalio::Api::OperatorService::V1",
|
|
10489
|
+
csharp_namespace: "Temporalio.Api.OperatorService.V1"
|
|
10490
|
+
},
|
|
10491
|
+
nested: {
|
|
10492
|
+
OperatorService: {
|
|
10493
|
+
methods: {
|
|
10494
|
+
AddSearchAttributes: {
|
|
10495
|
+
requestType: "AddSearchAttributesRequest",
|
|
10496
|
+
responseType: "AddSearchAttributesResponse"
|
|
10497
|
+
},
|
|
10498
|
+
RemoveSearchAttributes: {
|
|
10499
|
+
requestType: "RemoveSearchAttributesRequest",
|
|
10500
|
+
responseType: "RemoveSearchAttributesResponse"
|
|
10501
|
+
},
|
|
10502
|
+
ListSearchAttributes: {
|
|
10503
|
+
requestType: "ListSearchAttributesRequest",
|
|
10504
|
+
responseType: "ListSearchAttributesResponse",
|
|
10505
|
+
options: {
|
|
10506
|
+
"(google.api.http).get": "/api/v1/namespaces/{namespace}/search-attributes"
|
|
10507
|
+
},
|
|
10508
|
+
parsedOptions: [
|
|
10509
|
+
{
|
|
10510
|
+
"(google.api.http)": {
|
|
10511
|
+
get: "/api/v1/namespaces/{namespace}/search-attributes"
|
|
10512
|
+
}
|
|
10513
|
+
}
|
|
10514
|
+
]
|
|
10515
|
+
},
|
|
10516
|
+
DeleteNamespace: {
|
|
10517
|
+
requestType: "DeleteNamespaceRequest",
|
|
10518
|
+
responseType: "DeleteNamespaceResponse"
|
|
10519
|
+
},
|
|
10520
|
+
AddOrUpdateRemoteCluster: {
|
|
10521
|
+
requestType: "AddOrUpdateRemoteClusterRequest",
|
|
10522
|
+
responseType: "AddOrUpdateRemoteClusterResponse"
|
|
10523
|
+
},
|
|
10524
|
+
RemoveRemoteCluster: {
|
|
10525
|
+
requestType: "RemoveRemoteClusterRequest",
|
|
10526
|
+
responseType: "RemoveRemoteClusterResponse"
|
|
10527
|
+
},
|
|
10528
|
+
ListClusters: {
|
|
10529
|
+
requestType: "ListClustersRequest",
|
|
10530
|
+
responseType: "ListClustersResponse"
|
|
10531
|
+
},
|
|
10532
|
+
GetNexusEndpoint: {
|
|
10533
|
+
requestType: "GetNexusEndpointRequest",
|
|
10534
|
+
responseType: "GetNexusEndpointResponse",
|
|
10535
|
+
options: {
|
|
10536
|
+
"(google.api.http).get": "/api/v1/nexus/endpoints/{id}"
|
|
10537
|
+
},
|
|
10538
|
+
parsedOptions: [
|
|
10539
|
+
{
|
|
10540
|
+
"(google.api.http)": {
|
|
10541
|
+
get: "/api/v1/nexus/endpoints/{id}"
|
|
10542
|
+
}
|
|
10543
|
+
}
|
|
10544
|
+
]
|
|
10545
|
+
},
|
|
10546
|
+
CreateNexusEndpoint: {
|
|
10547
|
+
requestType: "CreateNexusEndpointRequest",
|
|
10548
|
+
responseType: "CreateNexusEndpointResponse",
|
|
10549
|
+
options: {
|
|
10550
|
+
"(google.api.http).post": "/api/v1/nexus/endpoints",
|
|
10551
|
+
"(google.api.http).body": "*"
|
|
10552
|
+
},
|
|
10553
|
+
parsedOptions: [
|
|
10554
|
+
{
|
|
10555
|
+
"(google.api.http)": {
|
|
10556
|
+
post: "/api/v1/nexus/endpoints",
|
|
10557
|
+
body: "*"
|
|
10558
|
+
}
|
|
10559
|
+
}
|
|
10560
|
+
]
|
|
10561
|
+
},
|
|
10562
|
+
UpdateNexusEndpoint: {
|
|
10563
|
+
requestType: "UpdateNexusEndpointRequest",
|
|
10564
|
+
responseType: "UpdateNexusEndpointResponse",
|
|
10565
|
+
options: {
|
|
10566
|
+
"(google.api.http).post": "/api/v1/nexus/endpoints/{id}/update",
|
|
10567
|
+
"(google.api.http).body": "*"
|
|
10568
|
+
},
|
|
10569
|
+
parsedOptions: [
|
|
10570
|
+
{
|
|
10571
|
+
"(google.api.http)": {
|
|
10572
|
+
post: "/api/v1/nexus/endpoints/{id}/update",
|
|
10573
|
+
body: "*"
|
|
10574
|
+
}
|
|
10575
|
+
}
|
|
10576
|
+
]
|
|
10577
|
+
},
|
|
10578
|
+
DeleteNexusEndpoint: {
|
|
10579
|
+
requestType: "DeleteNexusEndpointRequest",
|
|
10580
|
+
responseType: "DeleteNexusEndpointResponse",
|
|
10581
|
+
options: {
|
|
10582
|
+
"(google.api.http).delete": "/api/v1/nexus/endpoints/{id}"
|
|
10583
|
+
},
|
|
10584
|
+
parsedOptions: [
|
|
10585
|
+
{
|
|
10586
|
+
"(google.api.http)": {
|
|
10587
|
+
"delete": "/api/v1/nexus/endpoints/{id}"
|
|
10588
|
+
}
|
|
10589
|
+
}
|
|
10590
|
+
]
|
|
10591
|
+
},
|
|
10592
|
+
ListNexusEndpoints: {
|
|
10593
|
+
requestType: "ListNexusEndpointsRequest",
|
|
10594
|
+
responseType: "ListNexusEndpointsResponse",
|
|
10595
|
+
options: {
|
|
10596
|
+
"(google.api.http).get": "/api/v1/nexus/endpoints"
|
|
10597
|
+
},
|
|
10598
|
+
parsedOptions: [
|
|
10599
|
+
{
|
|
10600
|
+
"(google.api.http)": {
|
|
10601
|
+
get: "/api/v1/nexus/endpoints"
|
|
10602
|
+
}
|
|
10603
|
+
}
|
|
10604
|
+
]
|
|
10605
|
+
}
|
|
10606
|
+
}
|
|
10607
|
+
},
|
|
10608
|
+
AddSearchAttributesRequest: {
|
|
10609
|
+
fields: {
|
|
10610
|
+
searchAttributes: {
|
|
10611
|
+
keyType: "string",
|
|
10612
|
+
type: "temporal.api.enums.v1.IndexedValueType",
|
|
10613
|
+
id: 1
|
|
10614
|
+
},
|
|
10615
|
+
namespace: {
|
|
10616
|
+
type: "string",
|
|
10617
|
+
id: 2
|
|
10618
|
+
}
|
|
10619
|
+
}
|
|
10620
|
+
},
|
|
10621
|
+
AddSearchAttributesResponse: {
|
|
10622
|
+
fields: {}
|
|
10623
|
+
},
|
|
10624
|
+
RemoveSearchAttributesRequest: {
|
|
10625
|
+
fields: {
|
|
10626
|
+
searchAttributes: {
|
|
10627
|
+
rule: "repeated",
|
|
10628
|
+
type: "string",
|
|
10629
|
+
id: 1
|
|
10630
|
+
},
|
|
10631
|
+
namespace: {
|
|
10632
|
+
type: "string",
|
|
10633
|
+
id: 2
|
|
10634
|
+
}
|
|
10635
|
+
}
|
|
10636
|
+
},
|
|
10637
|
+
RemoveSearchAttributesResponse: {
|
|
10638
|
+
fields: {}
|
|
10639
|
+
},
|
|
10640
|
+
ListSearchAttributesRequest: {
|
|
10641
|
+
fields: {
|
|
10642
|
+
namespace: {
|
|
10643
|
+
type: "string",
|
|
10644
|
+
id: 1
|
|
10645
|
+
}
|
|
10646
|
+
}
|
|
10647
|
+
},
|
|
10648
|
+
ListSearchAttributesResponse: {
|
|
10649
|
+
fields: {
|
|
10650
|
+
customAttributes: {
|
|
10651
|
+
keyType: "string",
|
|
10652
|
+
type: "temporal.api.enums.v1.IndexedValueType",
|
|
9194
10653
|
id: 1
|
|
9195
10654
|
},
|
|
9196
10655
|
systemAttributes: {
|
|
@@ -9214,6 +10673,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9214
10673
|
namespaceId: {
|
|
9215
10674
|
type: "string",
|
|
9216
10675
|
id: 2
|
|
10676
|
+
},
|
|
10677
|
+
namespaceDeleteDelay: {
|
|
10678
|
+
type: "google.protobuf.Duration",
|
|
10679
|
+
id: 3
|
|
9217
10680
|
}
|
|
9218
10681
|
}
|
|
9219
10682
|
},
|
|
@@ -9234,6 +10697,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9234
10697
|
enableRemoteClusterConnection: {
|
|
9235
10698
|
type: "bool",
|
|
9236
10699
|
id: 2
|
|
10700
|
+
},
|
|
10701
|
+
frontendHttpAddress: {
|
|
10702
|
+
type: "string",
|
|
10703
|
+
id: 3
|
|
9237
10704
|
}
|
|
9238
10705
|
}
|
|
9239
10706
|
},
|
|
@@ -9290,6 +10757,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9290
10757
|
type: "string",
|
|
9291
10758
|
id: 3
|
|
9292
10759
|
},
|
|
10760
|
+
httpAddress: {
|
|
10761
|
+
type: "string",
|
|
10762
|
+
id: 7
|
|
10763
|
+
},
|
|
9293
10764
|
initialFailoverVersion: {
|
|
9294
10765
|
type: "int64",
|
|
9295
10766
|
id: 4
|
|
@@ -9303,6 +10774,106 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9303
10774
|
id: 6
|
|
9304
10775
|
}
|
|
9305
10776
|
}
|
|
10777
|
+
},
|
|
10778
|
+
GetNexusEndpointRequest: {
|
|
10779
|
+
fields: {
|
|
10780
|
+
id: {
|
|
10781
|
+
type: "string",
|
|
10782
|
+
id: 1
|
|
10783
|
+
}
|
|
10784
|
+
}
|
|
10785
|
+
},
|
|
10786
|
+
GetNexusEndpointResponse: {
|
|
10787
|
+
fields: {
|
|
10788
|
+
endpoint: {
|
|
10789
|
+
type: "temporal.api.nexus.v1.Endpoint",
|
|
10790
|
+
id: 1
|
|
10791
|
+
}
|
|
10792
|
+
}
|
|
10793
|
+
},
|
|
10794
|
+
CreateNexusEndpointRequest: {
|
|
10795
|
+
fields: {
|
|
10796
|
+
spec: {
|
|
10797
|
+
type: "temporal.api.nexus.v1.EndpointSpec",
|
|
10798
|
+
id: 1
|
|
10799
|
+
}
|
|
10800
|
+
}
|
|
10801
|
+
},
|
|
10802
|
+
CreateNexusEndpointResponse: {
|
|
10803
|
+
fields: {
|
|
10804
|
+
endpoint: {
|
|
10805
|
+
type: "temporal.api.nexus.v1.Endpoint",
|
|
10806
|
+
id: 1
|
|
10807
|
+
}
|
|
10808
|
+
}
|
|
10809
|
+
},
|
|
10810
|
+
UpdateNexusEndpointRequest: {
|
|
10811
|
+
fields: {
|
|
10812
|
+
id: {
|
|
10813
|
+
type: "string",
|
|
10814
|
+
id: 1
|
|
10815
|
+
},
|
|
10816
|
+
version: {
|
|
10817
|
+
type: "int64",
|
|
10818
|
+
id: 2
|
|
10819
|
+
},
|
|
10820
|
+
spec: {
|
|
10821
|
+
type: "temporal.api.nexus.v1.EndpointSpec",
|
|
10822
|
+
id: 3
|
|
10823
|
+
}
|
|
10824
|
+
}
|
|
10825
|
+
},
|
|
10826
|
+
UpdateNexusEndpointResponse: {
|
|
10827
|
+
fields: {
|
|
10828
|
+
endpoint: {
|
|
10829
|
+
type: "temporal.api.nexus.v1.Endpoint",
|
|
10830
|
+
id: 1
|
|
10831
|
+
}
|
|
10832
|
+
}
|
|
10833
|
+
},
|
|
10834
|
+
DeleteNexusEndpointRequest: {
|
|
10835
|
+
fields: {
|
|
10836
|
+
id: {
|
|
10837
|
+
type: "string",
|
|
10838
|
+
id: 1
|
|
10839
|
+
},
|
|
10840
|
+
version: {
|
|
10841
|
+
type: "int64",
|
|
10842
|
+
id: 2
|
|
10843
|
+
}
|
|
10844
|
+
}
|
|
10845
|
+
},
|
|
10846
|
+
DeleteNexusEndpointResponse: {
|
|
10847
|
+
fields: {}
|
|
10848
|
+
},
|
|
10849
|
+
ListNexusEndpointsRequest: {
|
|
10850
|
+
fields: {
|
|
10851
|
+
pageSize: {
|
|
10852
|
+
type: "int32",
|
|
10853
|
+
id: 1
|
|
10854
|
+
},
|
|
10855
|
+
nextPageToken: {
|
|
10856
|
+
type: "bytes",
|
|
10857
|
+
id: 2
|
|
10858
|
+
},
|
|
10859
|
+
name: {
|
|
10860
|
+
type: "string",
|
|
10861
|
+
id: 3
|
|
10862
|
+
}
|
|
10863
|
+
}
|
|
10864
|
+
},
|
|
10865
|
+
ListNexusEndpointsResponse: {
|
|
10866
|
+
fields: {
|
|
10867
|
+
nextPageToken: {
|
|
10868
|
+
type: "bytes",
|
|
10869
|
+
id: 1
|
|
10870
|
+
},
|
|
10871
|
+
endpoints: {
|
|
10872
|
+
rule: "repeated",
|
|
10873
|
+
type: "temporal.api.nexus.v1.Endpoint",
|
|
10874
|
+
id: 2
|
|
10875
|
+
}
|
|
10876
|
+
}
|
|
9306
10877
|
}
|
|
9307
10878
|
}
|
|
9308
10879
|
}
|
|
@@ -9435,6 +11006,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9435
11006
|
cause: {
|
|
9436
11007
|
type: "temporal.api.enums.v1.ResourceExhaustedCause",
|
|
9437
11008
|
id: 1
|
|
11009
|
+
},
|
|
11010
|
+
scope: {
|
|
11011
|
+
type: "temporal.api.enums.v1.ResourceExhaustedScope",
|
|
11012
|
+
id: 2
|
|
9438
11013
|
}
|
|
9439
11014
|
}
|
|
9440
11015
|
},
|
|
@@ -9460,6 +11035,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9460
11035
|
id: 1
|
|
9461
11036
|
}
|
|
9462
11037
|
}
|
|
11038
|
+
},
|
|
11039
|
+
MultiOperationExecutionFailure: {
|
|
11040
|
+
fields: {
|
|
11041
|
+
statuses: {
|
|
11042
|
+
rule: "repeated",
|
|
11043
|
+
type: "OperationStatus",
|
|
11044
|
+
id: 1
|
|
11045
|
+
}
|
|
11046
|
+
},
|
|
11047
|
+
nested: {
|
|
11048
|
+
OperationStatus: {
|
|
11049
|
+
fields: {
|
|
11050
|
+
code: {
|
|
11051
|
+
type: "int32",
|
|
11052
|
+
id: 1
|
|
11053
|
+
},
|
|
11054
|
+
message: {
|
|
11055
|
+
type: "string",
|
|
11056
|
+
id: 2
|
|
11057
|
+
},
|
|
11058
|
+
details: {
|
|
11059
|
+
rule: "repeated",
|
|
11060
|
+
type: "google.protobuf.Any",
|
|
11061
|
+
id: 3
|
|
11062
|
+
}
|
|
11063
|
+
}
|
|
11064
|
+
}
|
|
11065
|
+
}
|
|
9463
11066
|
}
|
|
9464
11067
|
}
|
|
9465
11068
|
}
|