@temporalio/proto 1.18.2 → 1.19.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 +3 -3
- package/protos/json-module.js +1344 -36
- package/protos/root.d.ts +5381 -444
package/protos/json-module.js
CHANGED
|
@@ -1613,6 +1613,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1613
1613
|
initialVersioningBehavior: {
|
|
1614
1614
|
type: "temporal.api.enums.v1.ContinueAsNewVersioningBehavior",
|
|
1615
1615
|
id: 11
|
|
1616
|
+
},
|
|
1617
|
+
backoffStartInterval: {
|
|
1618
|
+
type: "google.protobuf.Duration",
|
|
1619
|
+
id: 12
|
|
1616
1620
|
}
|
|
1617
1621
|
}
|
|
1618
1622
|
},
|
|
@@ -2239,7 +2243,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2239
2243
|
"workflowEvent",
|
|
2240
2244
|
"batchJob",
|
|
2241
2245
|
"activity",
|
|
2242
|
-
"nexusOperation"
|
|
2246
|
+
"nexusOperation",
|
|
2247
|
+
"workflow"
|
|
2243
2248
|
]
|
|
2244
2249
|
}
|
|
2245
2250
|
},
|
|
@@ -2259,6 +2264,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2259
2264
|
nexusOperation: {
|
|
2260
2265
|
type: "NexusOperation",
|
|
2261
2266
|
id: 4
|
|
2267
|
+
},
|
|
2268
|
+
workflow: {
|
|
2269
|
+
type: "Workflow",
|
|
2270
|
+
id: 5
|
|
2262
2271
|
}
|
|
2263
2272
|
},
|
|
2264
2273
|
nested: {
|
|
@@ -2359,6 +2368,26 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2359
2368
|
id: 3
|
|
2360
2369
|
}
|
|
2361
2370
|
}
|
|
2371
|
+
},
|
|
2372
|
+
Workflow: {
|
|
2373
|
+
fields: {
|
|
2374
|
+
namespace: {
|
|
2375
|
+
type: "string",
|
|
2376
|
+
id: 1
|
|
2377
|
+
},
|
|
2378
|
+
workflowId: {
|
|
2379
|
+
type: "string",
|
|
2380
|
+
id: 2
|
|
2381
|
+
},
|
|
2382
|
+
runId: {
|
|
2383
|
+
type: "string",
|
|
2384
|
+
id: 3
|
|
2385
|
+
},
|
|
2386
|
+
reason: {
|
|
2387
|
+
type: "string",
|
|
2388
|
+
id: 4
|
|
2389
|
+
}
|
|
2390
|
+
}
|
|
2362
2391
|
}
|
|
2363
2392
|
}
|
|
2364
2393
|
},
|
|
@@ -3443,6 +3472,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3443
3472
|
input: {
|
|
3444
3473
|
type: "Input",
|
|
3445
3474
|
id: 2
|
|
3475
|
+
},
|
|
3476
|
+
requestId: {
|
|
3477
|
+
type: "string",
|
|
3478
|
+
id: 3
|
|
3479
|
+
},
|
|
3480
|
+
completionCallbacks: {
|
|
3481
|
+
rule: "repeated",
|
|
3482
|
+
type: "temporal.api.common.v1.Callback",
|
|
3483
|
+
id: 4
|
|
3484
|
+
},
|
|
3485
|
+
links: {
|
|
3486
|
+
rule: "repeated",
|
|
3487
|
+
type: "temporal.api.common.v1.Link",
|
|
3488
|
+
id: 5
|
|
3446
3489
|
}
|
|
3447
3490
|
}
|
|
3448
3491
|
},
|
|
@@ -4007,6 +4050,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4007
4050
|
identity: {
|
|
4008
4051
|
type: "string",
|
|
4009
4052
|
id: 28
|
|
4053
|
+
},
|
|
4054
|
+
stateSizeBytes: {
|
|
4055
|
+
type: "int64",
|
|
4056
|
+
id: 29
|
|
4010
4057
|
}
|
|
4011
4058
|
}
|
|
4012
4059
|
},
|
|
@@ -4055,6 +4102,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4055
4102
|
executionDuration: {
|
|
4056
4103
|
type: "google.protobuf.Duration",
|
|
4057
4104
|
id: 11
|
|
4105
|
+
},
|
|
4106
|
+
stateSizeBytes: {
|
|
4107
|
+
type: "int64",
|
|
4108
|
+
id: 12
|
|
4058
4109
|
}
|
|
4059
4110
|
}
|
|
4060
4111
|
}
|
|
@@ -4069,7 +4120,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4069
4120
|
go_package: "go.temporal.io/api/sdk/v1;sdk",
|
|
4070
4121
|
java_package: "io.temporal.api.sdk.v1",
|
|
4071
4122
|
java_multiple_files: true,
|
|
4072
|
-
java_outer_classname: "
|
|
4123
|
+
java_outer_classname: "ExternalStorageProto",
|
|
4073
4124
|
ruby_package: "Temporalio::Api::Sdk::V1",
|
|
4074
4125
|
csharp_namespace: "Temporalio.Api.Sdk.V1"
|
|
4075
4126
|
},
|
|
@@ -4204,6 +4255,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4204
4255
|
id: 2
|
|
4205
4256
|
}
|
|
4206
4257
|
}
|
|
4258
|
+
},
|
|
4259
|
+
ExternalStorageReference: {
|
|
4260
|
+
fields: {
|
|
4261
|
+
driverName: {
|
|
4262
|
+
type: "string",
|
|
4263
|
+
id: 1
|
|
4264
|
+
},
|
|
4265
|
+
claimData: {
|
|
4266
|
+
keyType: "string",
|
|
4267
|
+
type: "string",
|
|
4268
|
+
id: 2
|
|
4269
|
+
}
|
|
4270
|
+
}
|
|
4207
4271
|
}
|
|
4208
4272
|
}
|
|
4209
4273
|
}
|
|
@@ -4320,6 +4384,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4320
4384
|
id: {
|
|
4321
4385
|
type: "string",
|
|
4322
4386
|
id: 2
|
|
4387
|
+
},
|
|
4388
|
+
weakConsistency: {
|
|
4389
|
+
type: "bool",
|
|
4390
|
+
id: 3
|
|
4323
4391
|
}
|
|
4324
4392
|
}
|
|
4325
4393
|
},
|
|
@@ -4349,6 +4417,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4349
4417
|
rule: "repeated",
|
|
4350
4418
|
type: "temporal.api.replication.v1.FailoverStatus",
|
|
4351
4419
|
id: 6
|
|
4420
|
+
},
|
|
4421
|
+
pollerGroupInfos: {
|
|
4422
|
+
rule: "repeated",
|
|
4423
|
+
type: "temporal.api.taskqueue.v1.PollerGroupInfo",
|
|
4424
|
+
id: 7
|
|
4352
4425
|
}
|
|
4353
4426
|
}
|
|
4354
4427
|
},
|
|
@@ -7126,6 +7199,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7126
7199
|
stage: {
|
|
7127
7200
|
type: "temporal.api.enums.v1.UpdateWorkflowExecutionLifecycleStage",
|
|
7128
7201
|
id: 3
|
|
7202
|
+
},
|
|
7203
|
+
link: {
|
|
7204
|
+
type: "temporal.api.common.v1.Link",
|
|
7205
|
+
id: 4
|
|
7129
7206
|
}
|
|
7130
7207
|
}
|
|
7131
7208
|
},
|
|
@@ -7601,6 +7678,46 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7601
7678
|
}
|
|
7602
7679
|
}
|
|
7603
7680
|
},
|
|
7681
|
+
UpdateActivityExecutionOptionsRequest: {
|
|
7682
|
+
fields: {
|
|
7683
|
+
namespace: {
|
|
7684
|
+
type: "string",
|
|
7685
|
+
id: 1
|
|
7686
|
+
},
|
|
7687
|
+
workflowId: {
|
|
7688
|
+
type: "string",
|
|
7689
|
+
id: 2
|
|
7690
|
+
},
|
|
7691
|
+
activityId: {
|
|
7692
|
+
type: "string",
|
|
7693
|
+
id: 3
|
|
7694
|
+
},
|
|
7695
|
+
runId: {
|
|
7696
|
+
type: "string",
|
|
7697
|
+
id: 4
|
|
7698
|
+
},
|
|
7699
|
+
identity: {
|
|
7700
|
+
type: "string",
|
|
7701
|
+
id: 5
|
|
7702
|
+
},
|
|
7703
|
+
activityOptions: {
|
|
7704
|
+
type: "temporal.api.activity.v1.ActivityOptions",
|
|
7705
|
+
id: 6
|
|
7706
|
+
},
|
|
7707
|
+
updateMask: {
|
|
7708
|
+
type: "google.protobuf.FieldMask",
|
|
7709
|
+
id: 7
|
|
7710
|
+
},
|
|
7711
|
+
restoreOriginal: {
|
|
7712
|
+
type: "bool",
|
|
7713
|
+
id: 8
|
|
7714
|
+
},
|
|
7715
|
+
resourceId: {
|
|
7716
|
+
type: "string",
|
|
7717
|
+
id: 9
|
|
7718
|
+
}
|
|
7719
|
+
}
|
|
7720
|
+
},
|
|
7604
7721
|
UpdateActivityOptionsResponse: {
|
|
7605
7722
|
fields: {
|
|
7606
7723
|
activityOptions: {
|
|
@@ -7609,6 +7726,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7609
7726
|
}
|
|
7610
7727
|
}
|
|
7611
7728
|
},
|
|
7729
|
+
UpdateActivityExecutionOptionsResponse: {
|
|
7730
|
+
fields: {
|
|
7731
|
+
activityOptions: {
|
|
7732
|
+
type: "temporal.api.activity.v1.ActivityOptions",
|
|
7733
|
+
id: 1
|
|
7734
|
+
}
|
|
7735
|
+
}
|
|
7736
|
+
},
|
|
7612
7737
|
PauseActivityRequest: {
|
|
7613
7738
|
oneofs: {
|
|
7614
7739
|
activity: {
|
|
@@ -7642,12 +7767,55 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7642
7767
|
reason: {
|
|
7643
7768
|
type: "string",
|
|
7644
7769
|
id: 6
|
|
7770
|
+
},
|
|
7771
|
+
requestId: {
|
|
7772
|
+
type: "string",
|
|
7773
|
+
id: 7
|
|
7774
|
+
}
|
|
7775
|
+
}
|
|
7776
|
+
},
|
|
7777
|
+
PauseActivityExecutionRequest: {
|
|
7778
|
+
fields: {
|
|
7779
|
+
namespace: {
|
|
7780
|
+
type: "string",
|
|
7781
|
+
id: 1
|
|
7782
|
+
},
|
|
7783
|
+
workflowId: {
|
|
7784
|
+
type: "string",
|
|
7785
|
+
id: 2
|
|
7786
|
+
},
|
|
7787
|
+
activityId: {
|
|
7788
|
+
type: "string",
|
|
7789
|
+
id: 3
|
|
7790
|
+
},
|
|
7791
|
+
runId: {
|
|
7792
|
+
type: "string",
|
|
7793
|
+
id: 4
|
|
7794
|
+
},
|
|
7795
|
+
identity: {
|
|
7796
|
+
type: "string",
|
|
7797
|
+
id: 5
|
|
7798
|
+
},
|
|
7799
|
+
reason: {
|
|
7800
|
+
type: "string",
|
|
7801
|
+
id: 6
|
|
7802
|
+
},
|
|
7803
|
+
resourceId: {
|
|
7804
|
+
type: "string",
|
|
7805
|
+
id: 7
|
|
7806
|
+
},
|
|
7807
|
+
requestId: {
|
|
7808
|
+
type: "string",
|
|
7809
|
+
id: 8
|
|
7645
7810
|
}
|
|
7646
7811
|
}
|
|
7647
7812
|
},
|
|
7648
7813
|
PauseActivityResponse: {
|
|
7649
7814
|
fields: {}
|
|
7650
7815
|
},
|
|
7816
|
+
PauseActivityExecutionResponse: {
|
|
7817
|
+
fields: {}
|
|
7818
|
+
},
|
|
7651
7819
|
UnpauseActivityRequest: {
|
|
7652
7820
|
oneofs: {
|
|
7653
7821
|
activity: {
|
|
@@ -7697,9 +7865,56 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7697
7865
|
}
|
|
7698
7866
|
}
|
|
7699
7867
|
},
|
|
7868
|
+
UnpauseActivityExecutionRequest: {
|
|
7869
|
+
fields: {
|
|
7870
|
+
namespace: {
|
|
7871
|
+
type: "string",
|
|
7872
|
+
id: 1
|
|
7873
|
+
},
|
|
7874
|
+
workflowId: {
|
|
7875
|
+
type: "string",
|
|
7876
|
+
id: 2
|
|
7877
|
+
},
|
|
7878
|
+
activityId: {
|
|
7879
|
+
type: "string",
|
|
7880
|
+
id: 3
|
|
7881
|
+
},
|
|
7882
|
+
runId: {
|
|
7883
|
+
type: "string",
|
|
7884
|
+
id: 4
|
|
7885
|
+
},
|
|
7886
|
+
identity: {
|
|
7887
|
+
type: "string",
|
|
7888
|
+
id: 5
|
|
7889
|
+
},
|
|
7890
|
+
resetAttempts: {
|
|
7891
|
+
type: "bool",
|
|
7892
|
+
id: 6
|
|
7893
|
+
},
|
|
7894
|
+
resetHeartbeat: {
|
|
7895
|
+
type: "bool",
|
|
7896
|
+
id: 7
|
|
7897
|
+
},
|
|
7898
|
+
reason: {
|
|
7899
|
+
type: "string",
|
|
7900
|
+
id: 8
|
|
7901
|
+
},
|
|
7902
|
+
jitter: {
|
|
7903
|
+
type: "google.protobuf.Duration",
|
|
7904
|
+
id: 9
|
|
7905
|
+
},
|
|
7906
|
+
resourceId: {
|
|
7907
|
+
type: "string",
|
|
7908
|
+
id: 10
|
|
7909
|
+
}
|
|
7910
|
+
}
|
|
7911
|
+
},
|
|
7700
7912
|
UnpauseActivityResponse: {
|
|
7701
7913
|
fields: {}
|
|
7702
7914
|
},
|
|
7915
|
+
UnpauseActivityExecutionResponse: {
|
|
7916
|
+
fields: {}
|
|
7917
|
+
},
|
|
7703
7918
|
ResetActivityRequest: {
|
|
7704
7919
|
oneofs: {
|
|
7705
7920
|
activity: {
|
|
@@ -7753,9 +7968,56 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7753
7968
|
}
|
|
7754
7969
|
}
|
|
7755
7970
|
},
|
|
7971
|
+
ResetActivityExecutionRequest: {
|
|
7972
|
+
fields: {
|
|
7973
|
+
namespace: {
|
|
7974
|
+
type: "string",
|
|
7975
|
+
id: 1
|
|
7976
|
+
},
|
|
7977
|
+
workflowId: {
|
|
7978
|
+
type: "string",
|
|
7979
|
+
id: 2
|
|
7980
|
+
},
|
|
7981
|
+
activityId: {
|
|
7982
|
+
type: "string",
|
|
7983
|
+
id: 3
|
|
7984
|
+
},
|
|
7985
|
+
runId: {
|
|
7986
|
+
type: "string",
|
|
7987
|
+
id: 4
|
|
7988
|
+
},
|
|
7989
|
+
identity: {
|
|
7990
|
+
type: "string",
|
|
7991
|
+
id: 5
|
|
7992
|
+
},
|
|
7993
|
+
resetHeartbeat: {
|
|
7994
|
+
type: "bool",
|
|
7995
|
+
id: 6
|
|
7996
|
+
},
|
|
7997
|
+
keepPaused: {
|
|
7998
|
+
type: "bool",
|
|
7999
|
+
id: 7
|
|
8000
|
+
},
|
|
8001
|
+
jitter: {
|
|
8002
|
+
type: "google.protobuf.Duration",
|
|
8003
|
+
id: 8
|
|
8004
|
+
},
|
|
8005
|
+
restoreOriginalOptions: {
|
|
8006
|
+
type: "bool",
|
|
8007
|
+
id: 9
|
|
8008
|
+
},
|
|
8009
|
+
resourceId: {
|
|
8010
|
+
type: "string",
|
|
8011
|
+
id: 10
|
|
8012
|
+
}
|
|
8013
|
+
}
|
|
8014
|
+
},
|
|
7756
8015
|
ResetActivityResponse: {
|
|
7757
8016
|
fields: {}
|
|
7758
8017
|
},
|
|
8018
|
+
ResetActivityExecutionResponse: {
|
|
8019
|
+
fields: {}
|
|
8020
|
+
},
|
|
7759
8021
|
UpdateWorkflowExecutionOptionsRequest: {
|
|
7760
8022
|
fields: {
|
|
7761
8023
|
namespace: {
|
|
@@ -8635,6 +8897,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8635
8897
|
query: {
|
|
8636
8898
|
type: "string",
|
|
8637
8899
|
id: 4
|
|
8900
|
+
},
|
|
8901
|
+
includeSystemWorkers: {
|
|
8902
|
+
type: "bool",
|
|
8903
|
+
id: 5
|
|
8638
8904
|
}
|
|
8639
8905
|
}
|
|
8640
8906
|
},
|
|
@@ -9015,6 +9281,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9015
9281
|
longPollToken: {
|
|
9016
9282
|
type: "bytes",
|
|
9017
9283
|
id: 6
|
|
9284
|
+
},
|
|
9285
|
+
includeHeartbeatDetails: {
|
|
9286
|
+
type: "bool",
|
|
9287
|
+
id: 7
|
|
9288
|
+
},
|
|
9289
|
+
includeLastFailure: {
|
|
9290
|
+
type: "bool",
|
|
9291
|
+
id: 8
|
|
9018
9292
|
}
|
|
9019
9293
|
}
|
|
9020
9294
|
},
|
|
@@ -10172,6 +10446,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10172
10446
|
requestType: "SignalWithStartWorkflowExecutionRequest",
|
|
10173
10447
|
responseType: "SignalWithStartWorkflowExecutionResponse",
|
|
10174
10448
|
options: {
|
|
10449
|
+
"(nexusannotations.v1.operation).tags": "exposed",
|
|
10175
10450
|
"(google.api.http).post": "/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
|
|
10176
10451
|
"(google.api.http).body": "*",
|
|
10177
10452
|
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
|
|
@@ -10181,8 +10456,13 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10181
10456
|
},
|
|
10182
10457
|
parsedOptions: [
|
|
10183
10458
|
{
|
|
10184
|
-
"(
|
|
10185
|
-
|
|
10459
|
+
"(nexusannotations.v1.operation)": {
|
|
10460
|
+
tags: "exposed"
|
|
10461
|
+
}
|
|
10462
|
+
},
|
|
10463
|
+
{
|
|
10464
|
+
"(google.api.http)": {
|
|
10465
|
+
post: "/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
|
|
10186
10466
|
body: "*",
|
|
10187
10467
|
additional_bindings: {
|
|
10188
10468
|
post: "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/signal-with-start/{signal_name}",
|
|
@@ -11635,7 +11915,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
11635
11915
|
"(google.api.http).post": "/namespaces/{namespace}/workflows/{execution.workflow_id}/trigger-rule",
|
|
11636
11916
|
"(google.api.http).body": "*",
|
|
11637
11917
|
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/trigger-rule",
|
|
11638
|
-
"(google.api.http).additional_bindings.body": "*"
|
|
11918
|
+
"(google.api.http).additional_bindings.body": "*",
|
|
11919
|
+
"(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
|
|
11920
|
+
"(temporal.api.protometa.v1.request_header).value": "workflow:{execution.workflow_id}"
|
|
11639
11921
|
},
|
|
11640
11922
|
parsedOptions: [
|
|
11641
11923
|
{
|
|
@@ -11647,6 +11929,12 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
11647
11929
|
body: "*"
|
|
11648
11930
|
}
|
|
11649
11931
|
}
|
|
11932
|
+
},
|
|
11933
|
+
{
|
|
11934
|
+
"(temporal.api.protometa.v1.request_header)": {
|
|
11935
|
+
header: "temporal-resource-id",
|
|
11936
|
+
value: "workflow:{execution.workflow_id}"
|
|
11937
|
+
}
|
|
11650
11938
|
}
|
|
11651
11939
|
]
|
|
11652
11940
|
},
|
|
@@ -12172,6 +12460,166 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
12172
12460
|
requestType: "DeleteActivityExecutionRequest",
|
|
12173
12461
|
responseType: "DeleteActivityExecutionResponse"
|
|
12174
12462
|
},
|
|
12463
|
+
PauseActivityExecution: {
|
|
12464
|
+
requestType: "PauseActivityExecutionRequest",
|
|
12465
|
+
responseType: "PauseActivityExecutionResponse",
|
|
12466
|
+
options: {
|
|
12467
|
+
"(google.api.http).post": "/namespaces/{namespace}/activities/{activity_id}/pause",
|
|
12468
|
+
"(google.api.http).body": "*",
|
|
12469
|
+
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/pause",
|
|
12470
|
+
"(google.api.http).additional_bindings.body": "*",
|
|
12471
|
+
"(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
|
|
12472
|
+
"(temporal.api.protometa.v1.request_header).value": "{resource_id}"
|
|
12473
|
+
},
|
|
12474
|
+
parsedOptions: [
|
|
12475
|
+
{
|
|
12476
|
+
"(google.api.http)": {
|
|
12477
|
+
post: "/namespaces/{namespace}/activities/{activity_id}/pause",
|
|
12478
|
+
body: "*",
|
|
12479
|
+
additional_bindings: [
|
|
12480
|
+
{
|
|
12481
|
+
post: "/api/v1/namespaces/{namespace}/activities/{activity_id}/pause",
|
|
12482
|
+
body: "*"
|
|
12483
|
+
},
|
|
12484
|
+
{
|
|
12485
|
+
post: "/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/pause",
|
|
12486
|
+
body: "*"
|
|
12487
|
+
},
|
|
12488
|
+
{
|
|
12489
|
+
post: "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/pause",
|
|
12490
|
+
body: "*"
|
|
12491
|
+
}
|
|
12492
|
+
]
|
|
12493
|
+
}
|
|
12494
|
+
},
|
|
12495
|
+
{
|
|
12496
|
+
"(temporal.api.protometa.v1.request_header)": {
|
|
12497
|
+
header: "temporal-resource-id",
|
|
12498
|
+
value: "{resource_id}"
|
|
12499
|
+
}
|
|
12500
|
+
}
|
|
12501
|
+
]
|
|
12502
|
+
},
|
|
12503
|
+
ResetActivityExecution: {
|
|
12504
|
+
requestType: "ResetActivityExecutionRequest",
|
|
12505
|
+
responseType: "ResetActivityExecutionResponse",
|
|
12506
|
+
options: {
|
|
12507
|
+
"(google.api.http).post": "/namespaces/{namespace}/activities/{activity_id}/reset",
|
|
12508
|
+
"(google.api.http).body": "*",
|
|
12509
|
+
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/reset",
|
|
12510
|
+
"(google.api.http).additional_bindings.body": "*",
|
|
12511
|
+
"(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
|
|
12512
|
+
"(temporal.api.protometa.v1.request_header).value": "{resource_id}"
|
|
12513
|
+
},
|
|
12514
|
+
parsedOptions: [
|
|
12515
|
+
{
|
|
12516
|
+
"(google.api.http)": {
|
|
12517
|
+
post: "/namespaces/{namespace}/activities/{activity_id}/reset",
|
|
12518
|
+
body: "*",
|
|
12519
|
+
additional_bindings: [
|
|
12520
|
+
{
|
|
12521
|
+
post: "/api/v1/namespaces/{namespace}/activities/{activity_id}/reset",
|
|
12522
|
+
body: "*"
|
|
12523
|
+
},
|
|
12524
|
+
{
|
|
12525
|
+
post: "/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/reset",
|
|
12526
|
+
body: "*"
|
|
12527
|
+
},
|
|
12528
|
+
{
|
|
12529
|
+
post: "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/reset",
|
|
12530
|
+
body: "*"
|
|
12531
|
+
}
|
|
12532
|
+
]
|
|
12533
|
+
}
|
|
12534
|
+
},
|
|
12535
|
+
{
|
|
12536
|
+
"(temporal.api.protometa.v1.request_header)": {
|
|
12537
|
+
header: "temporal-resource-id",
|
|
12538
|
+
value: "{resource_id}"
|
|
12539
|
+
}
|
|
12540
|
+
}
|
|
12541
|
+
]
|
|
12542
|
+
},
|
|
12543
|
+
UnpauseActivityExecution: {
|
|
12544
|
+
requestType: "UnpauseActivityExecutionRequest",
|
|
12545
|
+
responseType: "UnpauseActivityExecutionResponse",
|
|
12546
|
+
options: {
|
|
12547
|
+
"(google.api.http).post": "/namespaces/{namespace}/activities/{activity_id}/unpause",
|
|
12548
|
+
"(google.api.http).body": "*",
|
|
12549
|
+
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/unpause",
|
|
12550
|
+
"(google.api.http).additional_bindings.body": "*",
|
|
12551
|
+
"(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
|
|
12552
|
+
"(temporal.api.protometa.v1.request_header).value": "{resource_id}"
|
|
12553
|
+
},
|
|
12554
|
+
parsedOptions: [
|
|
12555
|
+
{
|
|
12556
|
+
"(google.api.http)": {
|
|
12557
|
+
post: "/namespaces/{namespace}/activities/{activity_id}/unpause",
|
|
12558
|
+
body: "*",
|
|
12559
|
+
additional_bindings: [
|
|
12560
|
+
{
|
|
12561
|
+
post: "/api/v1/namespaces/{namespace}/activities/{activity_id}/unpause",
|
|
12562
|
+
body: "*"
|
|
12563
|
+
},
|
|
12564
|
+
{
|
|
12565
|
+
post: "/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/unpause",
|
|
12566
|
+
body: "*"
|
|
12567
|
+
},
|
|
12568
|
+
{
|
|
12569
|
+
post: "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/unpause",
|
|
12570
|
+
body: "*"
|
|
12571
|
+
}
|
|
12572
|
+
]
|
|
12573
|
+
}
|
|
12574
|
+
},
|
|
12575
|
+
{
|
|
12576
|
+
"(temporal.api.protometa.v1.request_header)": {
|
|
12577
|
+
header: "temporal-resource-id",
|
|
12578
|
+
value: "{resource_id}"
|
|
12579
|
+
}
|
|
12580
|
+
}
|
|
12581
|
+
]
|
|
12582
|
+
},
|
|
12583
|
+
UpdateActivityExecutionOptions: {
|
|
12584
|
+
requestType: "UpdateActivityExecutionOptionsRequest",
|
|
12585
|
+
responseType: "UpdateActivityExecutionOptionsResponse",
|
|
12586
|
+
options: {
|
|
12587
|
+
"(google.api.http).post": "/namespaces/{namespace}/activities/{activity_id}/update-options",
|
|
12588
|
+
"(google.api.http).body": "*",
|
|
12589
|
+
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/update-options",
|
|
12590
|
+
"(google.api.http).additional_bindings.body": "*",
|
|
12591
|
+
"(temporal.api.protometa.v1.request_header).header": "temporal-resource-id",
|
|
12592
|
+
"(temporal.api.protometa.v1.request_header).value": "{resource_id}"
|
|
12593
|
+
},
|
|
12594
|
+
parsedOptions: [
|
|
12595
|
+
{
|
|
12596
|
+
"(google.api.http)": {
|
|
12597
|
+
post: "/namespaces/{namespace}/activities/{activity_id}/update-options",
|
|
12598
|
+
body: "*",
|
|
12599
|
+
additional_bindings: [
|
|
12600
|
+
{
|
|
12601
|
+
post: "/api/v1/namespaces/{namespace}/activities/{activity_id}/update-options",
|
|
12602
|
+
body: "*"
|
|
12603
|
+
},
|
|
12604
|
+
{
|
|
12605
|
+
post: "/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/update-options",
|
|
12606
|
+
body: "*"
|
|
12607
|
+
},
|
|
12608
|
+
{
|
|
12609
|
+
post: "/api/v1/namespaces/{namespace}/workflows/{workflow_id}/activities/{activity_id}/update-options",
|
|
12610
|
+
body: "*"
|
|
12611
|
+
}
|
|
12612
|
+
]
|
|
12613
|
+
}
|
|
12614
|
+
},
|
|
12615
|
+
{
|
|
12616
|
+
"(temporal.api.protometa.v1.request_header)": {
|
|
12617
|
+
header: "temporal-resource-id",
|
|
12618
|
+
value: "{resource_id}"
|
|
12619
|
+
}
|
|
12620
|
+
}
|
|
12621
|
+
]
|
|
12622
|
+
},
|
|
12175
12623
|
TerminateNexusOperationExecution: {
|
|
12176
12624
|
requestType: "TerminateNexusOperationExecutionRequest",
|
|
12177
12625
|
responseType: "TerminateNexusOperationExecutionResponse",
|
|
@@ -12406,6 +12854,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
12406
12854
|
totalHeartbeatCount: {
|
|
12407
12855
|
type: "int64",
|
|
12408
12856
|
id: 34
|
|
12857
|
+
},
|
|
12858
|
+
sdkName: {
|
|
12859
|
+
type: "string",
|
|
12860
|
+
id: 35
|
|
12861
|
+
},
|
|
12862
|
+
sdkVersion: {
|
|
12863
|
+
type: "string",
|
|
12864
|
+
id: 36
|
|
12865
|
+
},
|
|
12866
|
+
startDelay: {
|
|
12867
|
+
type: "google.protobuf.Duration",
|
|
12868
|
+
id: 37
|
|
12409
12869
|
}
|
|
12410
12870
|
}
|
|
12411
12871
|
},
|
|
@@ -14923,6 +15383,30 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
14923
15383
|
timeSkippingConfig: {
|
|
14924
15384
|
type: "temporal.api.workflow.v1.TimeSkippingConfig",
|
|
14925
15385
|
id: 7
|
|
15386
|
+
},
|
|
15387
|
+
workflowUpdateOptions: {
|
|
15388
|
+
rule: "repeated",
|
|
15389
|
+
type: "WorkflowUpdateOptionsUpdate",
|
|
15390
|
+
id: 8
|
|
15391
|
+
}
|
|
15392
|
+
},
|
|
15393
|
+
nested: {
|
|
15394
|
+
WorkflowUpdateOptionsUpdate: {
|
|
15395
|
+
fields: {
|
|
15396
|
+
updateId: {
|
|
15397
|
+
type: "string",
|
|
15398
|
+
id: 1
|
|
15399
|
+
},
|
|
15400
|
+
attachedRequestId: {
|
|
15401
|
+
type: "string",
|
|
15402
|
+
id: 2
|
|
15403
|
+
},
|
|
15404
|
+
attachedCompletionCallbacks: {
|
|
15405
|
+
rule: "repeated",
|
|
15406
|
+
type: "temporal.api.common.v1.Callback",
|
|
15407
|
+
id: 3
|
|
15408
|
+
}
|
|
15409
|
+
}
|
|
14926
15410
|
}
|
|
14927
15411
|
}
|
|
14928
15412
|
},
|
|
@@ -16274,11 +16758,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
16274
16758
|
WorkflowClosed: {
|
|
16275
16759
|
fields: {}
|
|
16276
16760
|
},
|
|
16761
|
+
UpdateWorkflowExecutionCompleted: {
|
|
16762
|
+
fields: {
|
|
16763
|
+
updateId: {
|
|
16764
|
+
type: "string",
|
|
16765
|
+
id: 1
|
|
16766
|
+
}
|
|
16767
|
+
}
|
|
16768
|
+
},
|
|
16277
16769
|
Trigger: {
|
|
16278
16770
|
oneofs: {
|
|
16279
16771
|
variant: {
|
|
16280
16772
|
oneof: [
|
|
16281
|
-
"workflowClosed"
|
|
16773
|
+
"workflowClosed",
|
|
16774
|
+
"updateWorkflowExecutionCompleted"
|
|
16282
16775
|
]
|
|
16283
16776
|
}
|
|
16284
16777
|
},
|
|
@@ -16286,6 +16779,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
16286
16779
|
workflowClosed: {
|
|
16287
16780
|
type: "WorkflowClosed",
|
|
16288
16781
|
id: 1
|
|
16782
|
+
},
|
|
16783
|
+
updateWorkflowExecutionCompleted: {
|
|
16784
|
+
type: "UpdateWorkflowExecutionCompleted",
|
|
16785
|
+
id: 2
|
|
16289
16786
|
}
|
|
16290
16787
|
}
|
|
16291
16788
|
}
|
|
@@ -17360,6 +17857,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
17360
17857
|
pollerAutoscaling: {
|
|
17361
17858
|
type: "bool",
|
|
17362
17859
|
id: 9
|
|
17860
|
+
},
|
|
17861
|
+
workerCommands: {
|
|
17862
|
+
type: "bool",
|
|
17863
|
+
id: 10
|
|
17864
|
+
},
|
|
17865
|
+
standaloneNexusOperation: {
|
|
17866
|
+
type: "bool",
|
|
17867
|
+
id: 11
|
|
17868
|
+
},
|
|
17869
|
+
workflowUpdateCallbacks: {
|
|
17870
|
+
type: "bool",
|
|
17871
|
+
id: 12
|
|
17363
17872
|
}
|
|
17364
17873
|
}
|
|
17365
17874
|
},
|
|
@@ -18030,6 +18539,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
18030
18539
|
options: {
|
|
18031
18540
|
deprecated: true
|
|
18032
18541
|
}
|
|
18542
|
+
},
|
|
18543
|
+
stateSizeBytes: {
|
|
18544
|
+
type: "int64",
|
|
18545
|
+
id: 12
|
|
18033
18546
|
}
|
|
18034
18547
|
}
|
|
18035
18548
|
},
|
|
@@ -18080,6 +18593,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
18080
18593
|
rule: "repeated",
|
|
18081
18594
|
type: "google.protobuf.Timestamp",
|
|
18082
18595
|
id: 6
|
|
18596
|
+
},
|
|
18597
|
+
stateSizeBytes: {
|
|
18598
|
+
type: "int64",
|
|
18599
|
+
id: 7
|
|
18083
18600
|
}
|
|
18084
18601
|
}
|
|
18085
18602
|
},
|
|
@@ -19730,6 +20247,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
19730
20247
|
requestType: "AddNamespaceRegionRequest",
|
|
19731
20248
|
responseType: "AddNamespaceRegionResponse",
|
|
19732
20249
|
options: {
|
|
20250
|
+
deprecated: true,
|
|
19733
20251
|
"(google.api.http).post": "/cloud/namespaces/{namespace}/add-region",
|
|
19734
20252
|
"(google.api.http).body": "*",
|
|
19735
20253
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "High Availability",
|
|
@@ -19739,6 +20257,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
19739
20257
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "High availability namespace documentation"
|
|
19740
20258
|
},
|
|
19741
20259
|
parsedOptions: [
|
|
20260
|
+
{
|
|
20261
|
+
deprecated: true
|
|
20262
|
+
},
|
|
19742
20263
|
{
|
|
19743
20264
|
"(google.api.http)": {
|
|
19744
20265
|
post: "/cloud/namespaces/{namespace}/add-region",
|
|
@@ -19764,6 +20285,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
19764
20285
|
requestType: "DeleteNamespaceRegionRequest",
|
|
19765
20286
|
responseType: "DeleteNamespaceRegionResponse",
|
|
19766
20287
|
options: {
|
|
20288
|
+
deprecated: true,
|
|
19767
20289
|
"(google.api.http).delete": "/cloud/namespaces/{namespace}/regions/{region}",
|
|
19768
20290
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "High Availability",
|
|
19769
20291
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "Remove namespace replica",
|
|
@@ -19772,6 +20294,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
19772
20294
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "High availability namespace documentation"
|
|
19773
20295
|
},
|
|
19774
20296
|
parsedOptions: [
|
|
20297
|
+
{
|
|
20298
|
+
deprecated: true
|
|
20299
|
+
},
|
|
19775
20300
|
{
|
|
19776
20301
|
"(google.api.http)": {
|
|
19777
20302
|
"delete": "/cloud/namespaces/{namespace}/regions/{region}"
|
|
@@ -21404,7 +21929,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
21404
21929
|
options: {
|
|
21405
21930
|
"(google.api.http).post": "/cloud/billing-reports",
|
|
21406
21931
|
"(google.api.http).body": "*",
|
|
21407
|
-
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "
|
|
21932
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Billing",
|
|
21408
21933
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "Create a billing report",
|
|
21409
21934
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Creates a billing report for the account",
|
|
21410
21935
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/billing-reports",
|
|
@@ -21420,7 +21945,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
21420
21945
|
{
|
|
21421
21946
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
21422
21947
|
tags: [
|
|
21423
|
-
"
|
|
21948
|
+
"Billing"
|
|
21424
21949
|
],
|
|
21425
21950
|
summary: "Create a billing report",
|
|
21426
21951
|
description: "Creates a billing report for the account",
|
|
@@ -21437,7 +21962,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
21437
21962
|
responseType: "GetBillingReportResponse",
|
|
21438
21963
|
options: {
|
|
21439
21964
|
"(google.api.http).get": "/cloud/billing-reports/{billing_report_id}",
|
|
21440
|
-
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "
|
|
21965
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Billing",
|
|
21441
21966
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "Get a billing report",
|
|
21442
21967
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Gets an existing billing report for the account",
|
|
21443
21968
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/billing-reports",
|
|
@@ -21452,7 +21977,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
21452
21977
|
{
|
|
21453
21978
|
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
21454
21979
|
tags: [
|
|
21455
|
-
"
|
|
21980
|
+
"Billing"
|
|
21456
21981
|
],
|
|
21457
21982
|
summary: "Get a billing report",
|
|
21458
21983
|
description: "Gets an existing billing report for the account",
|
|
@@ -21463,32 +21988,292 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
21463
21988
|
}
|
|
21464
21989
|
}
|
|
21465
21990
|
]
|
|
21466
|
-
}
|
|
21467
|
-
|
|
21468
|
-
|
|
21469
|
-
|
|
21470
|
-
|
|
21471
|
-
|
|
21472
|
-
|
|
21473
|
-
|
|
21474
|
-
|
|
21475
|
-
|
|
21476
|
-
"
|
|
21477
|
-
|
|
21991
|
+
},
|
|
21992
|
+
GetCustomRoles: {
|
|
21993
|
+
requestType: "GetCustomRolesRequest",
|
|
21994
|
+
responseType: "GetCustomRolesResponse",
|
|
21995
|
+
options: {
|
|
21996
|
+
"(google.api.http).get": "/cloud/custom-roles",
|
|
21997
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Custom Roles",
|
|
21998
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "List custom roles",
|
|
21999
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Returns a list of custom roles in the account",
|
|
22000
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/custom-roles",
|
|
22001
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "Custom roles documentation"
|
|
22002
|
+
},
|
|
22003
|
+
parsedOptions: [
|
|
22004
|
+
{
|
|
22005
|
+
"(google.api.http)": {
|
|
22006
|
+
get: "/cloud/custom-roles"
|
|
22007
|
+
}
|
|
22008
|
+
},
|
|
22009
|
+
{
|
|
22010
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
22011
|
+
tags: [
|
|
22012
|
+
"Custom Roles"
|
|
22013
|
+
],
|
|
22014
|
+
summary: "List custom roles",
|
|
22015
|
+
description: "Returns a list of custom roles in the account",
|
|
22016
|
+
external_docs: {
|
|
22017
|
+
url: "https://docs.temporal.io/cloud/custom-roles",
|
|
22018
|
+
description: "Custom roles documentation"
|
|
22019
|
+
}
|
|
22020
|
+
}
|
|
22021
|
+
}
|
|
21478
22022
|
]
|
|
21479
|
-
}
|
|
21480
|
-
},
|
|
21481
|
-
fields: {
|
|
21482
|
-
user: {
|
|
21483
|
-
type: "temporal.api.cloud.identity.v1.User",
|
|
21484
|
-
id: 1
|
|
21485
22023
|
},
|
|
21486
|
-
|
|
21487
|
-
|
|
21488
|
-
|
|
22024
|
+
GetCustomRole: {
|
|
22025
|
+
requestType: "GetCustomRoleRequest",
|
|
22026
|
+
responseType: "GetCustomRoleResponse",
|
|
22027
|
+
options: {
|
|
22028
|
+
"(google.api.http).get": "/cloud/custom-roles/{role_id}",
|
|
22029
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Custom Roles",
|
|
22030
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "Get custom role by ID",
|
|
22031
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Returns details for a specific custom role",
|
|
22032
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/custom-roles",
|
|
22033
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "Custom roles documentation"
|
|
22034
|
+
},
|
|
22035
|
+
parsedOptions: [
|
|
22036
|
+
{
|
|
22037
|
+
"(google.api.http)": {
|
|
22038
|
+
get: "/cloud/custom-roles/{role_id}"
|
|
22039
|
+
}
|
|
22040
|
+
},
|
|
22041
|
+
{
|
|
22042
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
22043
|
+
tags: [
|
|
22044
|
+
"Custom Roles"
|
|
22045
|
+
],
|
|
22046
|
+
summary: "Get custom role by ID",
|
|
22047
|
+
description: "Returns details for a specific custom role",
|
|
22048
|
+
external_docs: {
|
|
22049
|
+
url: "https://docs.temporal.io/cloud/custom-roles",
|
|
22050
|
+
description: "Custom roles documentation"
|
|
22051
|
+
}
|
|
22052
|
+
}
|
|
22053
|
+
}
|
|
22054
|
+
]
|
|
21489
22055
|
},
|
|
21490
|
-
|
|
21491
|
-
|
|
22056
|
+
CreateCustomRole: {
|
|
22057
|
+
requestType: "CreateCustomRoleRequest",
|
|
22058
|
+
responseType: "CreateCustomRoleResponse",
|
|
22059
|
+
options: {
|
|
22060
|
+
"(google.api.http).post": "/cloud/custom-roles",
|
|
22061
|
+
"(google.api.http).body": "*",
|
|
22062
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Custom Roles",
|
|
22063
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "Create a custom role",
|
|
22064
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Creates a new custom role in the account",
|
|
22065
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/custom-roles",
|
|
22066
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "Custom roles documentation"
|
|
22067
|
+
},
|
|
22068
|
+
parsedOptions: [
|
|
22069
|
+
{
|
|
22070
|
+
"(google.api.http)": {
|
|
22071
|
+
post: "/cloud/custom-roles",
|
|
22072
|
+
body: "*"
|
|
22073
|
+
}
|
|
22074
|
+
},
|
|
22075
|
+
{
|
|
22076
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
22077
|
+
tags: [
|
|
22078
|
+
"Custom Roles"
|
|
22079
|
+
],
|
|
22080
|
+
summary: "Create a custom role",
|
|
22081
|
+
description: "Creates a new custom role in the account",
|
|
22082
|
+
external_docs: {
|
|
22083
|
+
url: "https://docs.temporal.io/cloud/custom-roles",
|
|
22084
|
+
description: "Custom roles documentation"
|
|
22085
|
+
}
|
|
22086
|
+
}
|
|
22087
|
+
}
|
|
22088
|
+
]
|
|
22089
|
+
},
|
|
22090
|
+
UpdateCustomRole: {
|
|
22091
|
+
requestType: "UpdateCustomRoleRequest",
|
|
22092
|
+
responseType: "UpdateCustomRoleResponse",
|
|
22093
|
+
options: {
|
|
22094
|
+
"(google.api.http).post": "/cloud/custom-roles/{role_id}",
|
|
22095
|
+
"(google.api.http).body": "*",
|
|
22096
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Custom Roles",
|
|
22097
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "Update a custom role",
|
|
22098
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Updates an existing custom role",
|
|
22099
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/custom-roles",
|
|
22100
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "Custom roles documentation"
|
|
22101
|
+
},
|
|
22102
|
+
parsedOptions: [
|
|
22103
|
+
{
|
|
22104
|
+
"(google.api.http)": {
|
|
22105
|
+
post: "/cloud/custom-roles/{role_id}",
|
|
22106
|
+
body: "*"
|
|
22107
|
+
}
|
|
22108
|
+
},
|
|
22109
|
+
{
|
|
22110
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
22111
|
+
tags: [
|
|
22112
|
+
"Custom Roles"
|
|
22113
|
+
],
|
|
22114
|
+
summary: "Update a custom role",
|
|
22115
|
+
description: "Updates an existing custom role",
|
|
22116
|
+
external_docs: {
|
|
22117
|
+
url: "https://docs.temporal.io/cloud/custom-roles",
|
|
22118
|
+
description: "Custom roles documentation"
|
|
22119
|
+
}
|
|
22120
|
+
}
|
|
22121
|
+
}
|
|
22122
|
+
]
|
|
22123
|
+
},
|
|
22124
|
+
DeleteCustomRole: {
|
|
22125
|
+
requestType: "DeleteCustomRoleRequest",
|
|
22126
|
+
responseType: "DeleteCustomRoleResponse",
|
|
22127
|
+
options: {
|
|
22128
|
+
"(google.api.http).delete": "/cloud/custom-roles/{role_id}",
|
|
22129
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Custom Roles",
|
|
22130
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "Delete a custom role",
|
|
22131
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Deletes a custom role from the account",
|
|
22132
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/custom-roles",
|
|
22133
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "Custom roles documentation"
|
|
22134
|
+
},
|
|
22135
|
+
parsedOptions: [
|
|
22136
|
+
{
|
|
22137
|
+
"(google.api.http)": {
|
|
22138
|
+
"delete": "/cloud/custom-roles/{role_id}"
|
|
22139
|
+
}
|
|
22140
|
+
},
|
|
22141
|
+
{
|
|
22142
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
22143
|
+
tags: [
|
|
22144
|
+
"Custom Roles"
|
|
22145
|
+
],
|
|
22146
|
+
summary: "Delete a custom role",
|
|
22147
|
+
description: "Deletes a custom role from the account",
|
|
22148
|
+
external_docs: {
|
|
22149
|
+
url: "https://docs.temporal.io/cloud/custom-roles",
|
|
22150
|
+
description: "Custom roles documentation"
|
|
22151
|
+
}
|
|
22152
|
+
}
|
|
22153
|
+
}
|
|
22154
|
+
]
|
|
22155
|
+
},
|
|
22156
|
+
GetUserNamespaceAssignments: {
|
|
22157
|
+
requestType: "GetUserNamespaceAssignmentsRequest",
|
|
22158
|
+
responseType: "GetUserNamespaceAssignmentsResponse",
|
|
22159
|
+
options: {
|
|
22160
|
+
"(google.api.http).get": "/cloud/namespaces/{namespace}/user-assignments",
|
|
22161
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Users",
|
|
22162
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "Get users with access to a namespace",
|
|
22163
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Returns the users that have access to the namespace, including each user's namespace-level access.",
|
|
22164
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/users",
|
|
22165
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "Users documentation"
|
|
22166
|
+
},
|
|
22167
|
+
parsedOptions: [
|
|
22168
|
+
{
|
|
22169
|
+
"(google.api.http)": {
|
|
22170
|
+
get: "/cloud/namespaces/{namespace}/user-assignments"
|
|
22171
|
+
}
|
|
22172
|
+
},
|
|
22173
|
+
{
|
|
22174
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
22175
|
+
tags: [
|
|
22176
|
+
"Users"
|
|
22177
|
+
],
|
|
22178
|
+
summary: "Get users with access to a namespace",
|
|
22179
|
+
description: "Returns the users that have access to the namespace, including each user's namespace-level access.",
|
|
22180
|
+
external_docs: {
|
|
22181
|
+
url: "https://docs.temporal.io/cloud/users",
|
|
22182
|
+
description: "Users documentation"
|
|
22183
|
+
}
|
|
22184
|
+
}
|
|
22185
|
+
}
|
|
22186
|
+
]
|
|
22187
|
+
},
|
|
22188
|
+
GetServiceAccountNamespaceAssignments: {
|
|
22189
|
+
requestType: "GetServiceAccountNamespaceAssignmentsRequest",
|
|
22190
|
+
responseType: "GetServiceAccountNamespaceAssignmentsResponse",
|
|
22191
|
+
options: {
|
|
22192
|
+
"(google.api.http).get": "/cloud/namespaces/{namespace}/service-account-assignments",
|
|
22193
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Service Accounts",
|
|
22194
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "List service accounts with access to a namespace",
|
|
22195
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Returns the service accounts that have access to the namespace, including each service account's namespace-level access.",
|
|
22196
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/service-accounts",
|
|
22197
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "Service Accounts documentation"
|
|
22198
|
+
},
|
|
22199
|
+
parsedOptions: [
|
|
22200
|
+
{
|
|
22201
|
+
"(google.api.http)": {
|
|
22202
|
+
get: "/cloud/namespaces/{namespace}/service-account-assignments"
|
|
22203
|
+
}
|
|
22204
|
+
},
|
|
22205
|
+
{
|
|
22206
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
22207
|
+
tags: [
|
|
22208
|
+
"Service Accounts"
|
|
22209
|
+
],
|
|
22210
|
+
summary: "List service accounts with access to a namespace",
|
|
22211
|
+
description: "Returns the service accounts that have access to the namespace, including each service account's namespace-level access.",
|
|
22212
|
+
external_docs: {
|
|
22213
|
+
url: "https://docs.temporal.io/cloud/service-accounts",
|
|
22214
|
+
description: "Service Accounts documentation"
|
|
22215
|
+
}
|
|
22216
|
+
}
|
|
22217
|
+
}
|
|
22218
|
+
]
|
|
22219
|
+
},
|
|
22220
|
+
GetUserGroupNamespaceAssignments: {
|
|
22221
|
+
requestType: "GetUserGroupNamespaceAssignmentsRequest",
|
|
22222
|
+
responseType: "GetUserGroupNamespaceAssignmentsResponse",
|
|
22223
|
+
options: {
|
|
22224
|
+
"(google.api.http).get": "/cloud/namespaces/{namespace}/user-group-assignments",
|
|
22225
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).tags": "Groups",
|
|
22226
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).summary": "List user groups with access to a namespace",
|
|
22227
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).description": "Returns the user groups that have access to the namespace, including each group's namespace-level access.",
|
|
22228
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.url": "https://docs.temporal.io/cloud/user-groups",
|
|
22229
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation).external_docs.description": "User groups documentation"
|
|
22230
|
+
},
|
|
22231
|
+
parsedOptions: [
|
|
22232
|
+
{
|
|
22233
|
+
"(google.api.http)": {
|
|
22234
|
+
get: "/cloud/namespaces/{namespace}/user-group-assignments"
|
|
22235
|
+
}
|
|
22236
|
+
},
|
|
22237
|
+
{
|
|
22238
|
+
"(grpc.gateway.protoc_gen_openapiv2.options.openapiv2_operation)": {
|
|
22239
|
+
tags: [
|
|
22240
|
+
"Groups"
|
|
22241
|
+
],
|
|
22242
|
+
summary: "List user groups with access to a namespace",
|
|
22243
|
+
description: "Returns the user groups that have access to the namespace, including each group's namespace-level access.",
|
|
22244
|
+
external_docs: {
|
|
22245
|
+
url: "https://docs.temporal.io/cloud/user-groups",
|
|
22246
|
+
description: "User groups documentation"
|
|
22247
|
+
}
|
|
22248
|
+
}
|
|
22249
|
+
}
|
|
22250
|
+
]
|
|
22251
|
+
}
|
|
22252
|
+
}
|
|
22253
|
+
},
|
|
22254
|
+
GetCurrentIdentityRequest: {
|
|
22255
|
+
fields: {}
|
|
22256
|
+
},
|
|
22257
|
+
GetCurrentIdentityResponse: {
|
|
22258
|
+
oneofs: {
|
|
22259
|
+
principal: {
|
|
22260
|
+
oneof: [
|
|
22261
|
+
"user",
|
|
22262
|
+
"serviceAccount"
|
|
22263
|
+
]
|
|
22264
|
+
}
|
|
22265
|
+
},
|
|
22266
|
+
fields: {
|
|
22267
|
+
user: {
|
|
22268
|
+
type: "temporal.api.cloud.identity.v1.User",
|
|
22269
|
+
id: 1
|
|
22270
|
+
},
|
|
22271
|
+
serviceAccount: {
|
|
22272
|
+
type: "temporal.api.cloud.identity.v1.ServiceAccount",
|
|
22273
|
+
id: 2
|
|
22274
|
+
},
|
|
22275
|
+
principalApiKey: {
|
|
22276
|
+
type: "temporal.api.cloud.identity.v1.ApiKey",
|
|
21492
22277
|
id: 3
|
|
21493
22278
|
}
|
|
21494
22279
|
}
|
|
@@ -23149,6 +23934,210 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
23149
23934
|
id: 1
|
|
23150
23935
|
}
|
|
23151
23936
|
}
|
|
23937
|
+
},
|
|
23938
|
+
GetCustomRolesRequest: {
|
|
23939
|
+
fields: {
|
|
23940
|
+
pageSize: {
|
|
23941
|
+
type: "int32",
|
|
23942
|
+
id: 1
|
|
23943
|
+
},
|
|
23944
|
+
pageToken: {
|
|
23945
|
+
type: "string",
|
|
23946
|
+
id: 2
|
|
23947
|
+
}
|
|
23948
|
+
}
|
|
23949
|
+
},
|
|
23950
|
+
GetCustomRolesResponse: {
|
|
23951
|
+
fields: {
|
|
23952
|
+
customRoles: {
|
|
23953
|
+
rule: "repeated",
|
|
23954
|
+
type: "temporal.api.cloud.identity.v1.CustomRole",
|
|
23955
|
+
id: 1
|
|
23956
|
+
},
|
|
23957
|
+
nextPageToken: {
|
|
23958
|
+
type: "string",
|
|
23959
|
+
id: 2
|
|
23960
|
+
}
|
|
23961
|
+
}
|
|
23962
|
+
},
|
|
23963
|
+
GetCustomRoleRequest: {
|
|
23964
|
+
fields: {
|
|
23965
|
+
roleId: {
|
|
23966
|
+
type: "string",
|
|
23967
|
+
id: 1
|
|
23968
|
+
}
|
|
23969
|
+
}
|
|
23970
|
+
},
|
|
23971
|
+
GetCustomRoleResponse: {
|
|
23972
|
+
fields: {
|
|
23973
|
+
customRole: {
|
|
23974
|
+
type: "temporal.api.cloud.identity.v1.CustomRole",
|
|
23975
|
+
id: 1
|
|
23976
|
+
}
|
|
23977
|
+
}
|
|
23978
|
+
},
|
|
23979
|
+
CreateCustomRoleRequest: {
|
|
23980
|
+
fields: {
|
|
23981
|
+
spec: {
|
|
23982
|
+
type: "temporal.api.cloud.identity.v1.CustomRoleSpec",
|
|
23983
|
+
id: 1
|
|
23984
|
+
},
|
|
23985
|
+
asyncOperationId: {
|
|
23986
|
+
type: "string",
|
|
23987
|
+
id: 2
|
|
23988
|
+
}
|
|
23989
|
+
}
|
|
23990
|
+
},
|
|
23991
|
+
CreateCustomRoleResponse: {
|
|
23992
|
+
fields: {
|
|
23993
|
+
roleId: {
|
|
23994
|
+
type: "string",
|
|
23995
|
+
id: 1
|
|
23996
|
+
},
|
|
23997
|
+
asyncOperation: {
|
|
23998
|
+
type: "temporal.api.cloud.operation.v1.AsyncOperation",
|
|
23999
|
+
id: 2
|
|
24000
|
+
}
|
|
24001
|
+
}
|
|
24002
|
+
},
|
|
24003
|
+
UpdateCustomRoleRequest: {
|
|
24004
|
+
fields: {
|
|
24005
|
+
roleId: {
|
|
24006
|
+
type: "string",
|
|
24007
|
+
id: 1
|
|
24008
|
+
},
|
|
24009
|
+
spec: {
|
|
24010
|
+
type: "temporal.api.cloud.identity.v1.CustomRoleSpec",
|
|
24011
|
+
id: 2
|
|
24012
|
+
},
|
|
24013
|
+
resourceVersion: {
|
|
24014
|
+
type: "string",
|
|
24015
|
+
id: 3
|
|
24016
|
+
},
|
|
24017
|
+
asyncOperationId: {
|
|
24018
|
+
type: "string",
|
|
24019
|
+
id: 4
|
|
24020
|
+
}
|
|
24021
|
+
}
|
|
24022
|
+
},
|
|
24023
|
+
UpdateCustomRoleResponse: {
|
|
24024
|
+
fields: {
|
|
24025
|
+
asyncOperation: {
|
|
24026
|
+
type: "temporal.api.cloud.operation.v1.AsyncOperation",
|
|
24027
|
+
id: 1
|
|
24028
|
+
}
|
|
24029
|
+
}
|
|
24030
|
+
},
|
|
24031
|
+
DeleteCustomRoleRequest: {
|
|
24032
|
+
fields: {
|
|
24033
|
+
roleId: {
|
|
24034
|
+
type: "string",
|
|
24035
|
+
id: 1
|
|
24036
|
+
},
|
|
24037
|
+
resourceVersion: {
|
|
24038
|
+
type: "string",
|
|
24039
|
+
id: 2
|
|
24040
|
+
},
|
|
24041
|
+
asyncOperationId: {
|
|
24042
|
+
type: "string",
|
|
24043
|
+
id: 3
|
|
24044
|
+
}
|
|
24045
|
+
}
|
|
24046
|
+
},
|
|
24047
|
+
DeleteCustomRoleResponse: {
|
|
24048
|
+
fields: {
|
|
24049
|
+
asyncOperation: {
|
|
24050
|
+
type: "temporal.api.cloud.operation.v1.AsyncOperation",
|
|
24051
|
+
id: 1
|
|
24052
|
+
}
|
|
24053
|
+
}
|
|
24054
|
+
},
|
|
24055
|
+
GetUserNamespaceAssignmentsRequest: {
|
|
24056
|
+
fields: {
|
|
24057
|
+
namespace: {
|
|
24058
|
+
type: "string",
|
|
24059
|
+
id: 1
|
|
24060
|
+
},
|
|
24061
|
+
pageSize: {
|
|
24062
|
+
type: "int32",
|
|
24063
|
+
id: 2
|
|
24064
|
+
},
|
|
24065
|
+
pageToken: {
|
|
24066
|
+
type: "string",
|
|
24067
|
+
id: 3
|
|
24068
|
+
}
|
|
24069
|
+
}
|
|
24070
|
+
},
|
|
24071
|
+
GetUserNamespaceAssignmentsResponse: {
|
|
24072
|
+
fields: {
|
|
24073
|
+
users: {
|
|
24074
|
+
rule: "repeated",
|
|
24075
|
+
type: "temporal.api.cloud.identity.v1.UserNamespaceAssignment",
|
|
24076
|
+
id: 1
|
|
24077
|
+
},
|
|
24078
|
+
nextPageToken: {
|
|
24079
|
+
type: "string",
|
|
24080
|
+
id: 2
|
|
24081
|
+
}
|
|
24082
|
+
}
|
|
24083
|
+
},
|
|
24084
|
+
GetServiceAccountNamespaceAssignmentsRequest: {
|
|
24085
|
+
fields: {
|
|
24086
|
+
namespace: {
|
|
24087
|
+
type: "string",
|
|
24088
|
+
id: 1
|
|
24089
|
+
},
|
|
24090
|
+
pageSize: {
|
|
24091
|
+
type: "int32",
|
|
24092
|
+
id: 2
|
|
24093
|
+
},
|
|
24094
|
+
pageToken: {
|
|
24095
|
+
type: "string",
|
|
24096
|
+
id: 3
|
|
24097
|
+
}
|
|
24098
|
+
}
|
|
24099
|
+
},
|
|
24100
|
+
GetServiceAccountNamespaceAssignmentsResponse: {
|
|
24101
|
+
fields: {
|
|
24102
|
+
serviceAccounts: {
|
|
24103
|
+
rule: "repeated",
|
|
24104
|
+
type: "temporal.api.cloud.identity.v1.ServiceAccountNamespaceAssignment",
|
|
24105
|
+
id: 1
|
|
24106
|
+
},
|
|
24107
|
+
nextPageToken: {
|
|
24108
|
+
type: "string",
|
|
24109
|
+
id: 2
|
|
24110
|
+
}
|
|
24111
|
+
}
|
|
24112
|
+
},
|
|
24113
|
+
GetUserGroupNamespaceAssignmentsRequest: {
|
|
24114
|
+
fields: {
|
|
24115
|
+
namespace: {
|
|
24116
|
+
type: "string",
|
|
24117
|
+
id: 1
|
|
24118
|
+
},
|
|
24119
|
+
pageSize: {
|
|
24120
|
+
type: "int32",
|
|
24121
|
+
id: 2
|
|
24122
|
+
},
|
|
24123
|
+
pageToken: {
|
|
24124
|
+
type: "string",
|
|
24125
|
+
id: 3
|
|
24126
|
+
}
|
|
24127
|
+
}
|
|
24128
|
+
},
|
|
24129
|
+
GetUserGroupNamespaceAssignmentsResponse: {
|
|
24130
|
+
fields: {
|
|
24131
|
+
groups: {
|
|
24132
|
+
rule: "repeated",
|
|
24133
|
+
type: "temporal.api.cloud.identity.v1.UserGroupNamespaceAssignment",
|
|
24134
|
+
id: 1
|
|
24135
|
+
},
|
|
24136
|
+
nextPageToken: {
|
|
24137
|
+
type: "string",
|
|
24138
|
+
id: 2
|
|
24139
|
+
}
|
|
24140
|
+
}
|
|
23152
24141
|
}
|
|
23153
24142
|
}
|
|
23154
24143
|
}
|
|
@@ -23250,6 +24239,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
23250
24239
|
role: {
|
|
23251
24240
|
type: "Role",
|
|
23252
24241
|
id: 2
|
|
24242
|
+
},
|
|
24243
|
+
customRoles: {
|
|
24244
|
+
rule: "repeated",
|
|
24245
|
+
type: "string",
|
|
24246
|
+
id: 3
|
|
23253
24247
|
}
|
|
23254
24248
|
},
|
|
23255
24249
|
nested: {
|
|
@@ -23308,6 +24302,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
23308
24302
|
keyType: "string",
|
|
23309
24303
|
type: "NamespaceAccess",
|
|
23310
24304
|
id: 2
|
|
24305
|
+
},
|
|
24306
|
+
customRolesDeprecated: {
|
|
24307
|
+
rule: "repeated",
|
|
24308
|
+
type: "string",
|
|
24309
|
+
id: 4,
|
|
24310
|
+
options: {
|
|
24311
|
+
deprecated: true
|
|
24312
|
+
}
|
|
23311
24313
|
}
|
|
23312
24314
|
}
|
|
23313
24315
|
},
|
|
@@ -23640,6 +24642,159 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
23640
24642
|
id: 6
|
|
23641
24643
|
}
|
|
23642
24644
|
}
|
|
24645
|
+
},
|
|
24646
|
+
CustomRoleSpec: {
|
|
24647
|
+
fields: {
|
|
24648
|
+
name: {
|
|
24649
|
+
type: "string",
|
|
24650
|
+
id: 1
|
|
24651
|
+
},
|
|
24652
|
+
description: {
|
|
24653
|
+
type: "string",
|
|
24654
|
+
id: 2
|
|
24655
|
+
},
|
|
24656
|
+
permissions: {
|
|
24657
|
+
rule: "repeated",
|
|
24658
|
+
type: "Permission",
|
|
24659
|
+
id: 3
|
|
24660
|
+
}
|
|
24661
|
+
},
|
|
24662
|
+
nested: {
|
|
24663
|
+
Resources: {
|
|
24664
|
+
fields: {
|
|
24665
|
+
resourceType: {
|
|
24666
|
+
type: "string",
|
|
24667
|
+
id: 1
|
|
24668
|
+
},
|
|
24669
|
+
resourceIds: {
|
|
24670
|
+
rule: "repeated",
|
|
24671
|
+
type: "string",
|
|
24672
|
+
id: 2
|
|
24673
|
+
},
|
|
24674
|
+
allowAll: {
|
|
24675
|
+
type: "bool",
|
|
24676
|
+
id: 3
|
|
24677
|
+
}
|
|
24678
|
+
}
|
|
24679
|
+
},
|
|
24680
|
+
Permission: {
|
|
24681
|
+
fields: {
|
|
24682
|
+
resources: {
|
|
24683
|
+
type: "Resources",
|
|
24684
|
+
id: 1
|
|
24685
|
+
},
|
|
24686
|
+
actions: {
|
|
24687
|
+
rule: "repeated",
|
|
24688
|
+
type: "string",
|
|
24689
|
+
id: 2
|
|
24690
|
+
}
|
|
24691
|
+
}
|
|
24692
|
+
}
|
|
24693
|
+
}
|
|
24694
|
+
},
|
|
24695
|
+
CustomRole: {
|
|
24696
|
+
fields: {
|
|
24697
|
+
id: {
|
|
24698
|
+
type: "string",
|
|
24699
|
+
id: 1
|
|
24700
|
+
},
|
|
24701
|
+
resourceVersion: {
|
|
24702
|
+
type: "string",
|
|
24703
|
+
id: 2
|
|
24704
|
+
},
|
|
24705
|
+
spec: {
|
|
24706
|
+
type: "CustomRoleSpec",
|
|
24707
|
+
id: 3
|
|
24708
|
+
},
|
|
24709
|
+
state: {
|
|
24710
|
+
type: "temporal.api.cloud.resource.v1.ResourceState",
|
|
24711
|
+
id: 4
|
|
24712
|
+
},
|
|
24713
|
+
asyncOperationId: {
|
|
24714
|
+
type: "string",
|
|
24715
|
+
id: 5
|
|
24716
|
+
},
|
|
24717
|
+
createdTime: {
|
|
24718
|
+
type: "google.protobuf.Timestamp",
|
|
24719
|
+
id: 6
|
|
24720
|
+
},
|
|
24721
|
+
lastModifiedTime: {
|
|
24722
|
+
type: "google.protobuf.Timestamp",
|
|
24723
|
+
id: 7
|
|
24724
|
+
}
|
|
24725
|
+
}
|
|
24726
|
+
},
|
|
24727
|
+
UserNamespaceAssignment: {
|
|
24728
|
+
fields: {
|
|
24729
|
+
id: {
|
|
24730
|
+
type: "string",
|
|
24731
|
+
id: 1
|
|
24732
|
+
},
|
|
24733
|
+
email: {
|
|
24734
|
+
type: "string",
|
|
24735
|
+
id: 2
|
|
24736
|
+
},
|
|
24737
|
+
namespaceAccess: {
|
|
24738
|
+
type: "NamespaceAccess",
|
|
24739
|
+
id: 3
|
|
24740
|
+
},
|
|
24741
|
+
inheritedAccess: {
|
|
24742
|
+
type: "bool",
|
|
24743
|
+
id: 4
|
|
24744
|
+
},
|
|
24745
|
+
resourceVersion: {
|
|
24746
|
+
type: "string",
|
|
24747
|
+
id: 5
|
|
24748
|
+
}
|
|
24749
|
+
}
|
|
24750
|
+
},
|
|
24751
|
+
ServiceAccountNamespaceAssignment: {
|
|
24752
|
+
fields: {
|
|
24753
|
+
id: {
|
|
24754
|
+
type: "string",
|
|
24755
|
+
id: 1
|
|
24756
|
+
},
|
|
24757
|
+
name: {
|
|
24758
|
+
type: "string",
|
|
24759
|
+
id: 2
|
|
24760
|
+
},
|
|
24761
|
+
namespaceAccess: {
|
|
24762
|
+
type: "NamespaceAccess",
|
|
24763
|
+
id: 3
|
|
24764
|
+
},
|
|
24765
|
+
inheritedAccess: {
|
|
24766
|
+
type: "bool",
|
|
24767
|
+
id: 4
|
|
24768
|
+
},
|
|
24769
|
+
resourceVersion: {
|
|
24770
|
+
type: "string",
|
|
24771
|
+
id: 5
|
|
24772
|
+
}
|
|
24773
|
+
}
|
|
24774
|
+
},
|
|
24775
|
+
UserGroupNamespaceAssignment: {
|
|
24776
|
+
fields: {
|
|
24777
|
+
id: {
|
|
24778
|
+
type: "string",
|
|
24779
|
+
id: 1
|
|
24780
|
+
},
|
|
24781
|
+
displayName: {
|
|
24782
|
+
type: "string",
|
|
24783
|
+
id: 2
|
|
24784
|
+
},
|
|
24785
|
+
namespaceAccess: {
|
|
24786
|
+
type: "NamespaceAccess",
|
|
24787
|
+
id: 3
|
|
24788
|
+
},
|
|
24789
|
+
inheritedAccess: {
|
|
24790
|
+
type: "bool",
|
|
24791
|
+
id: 4
|
|
24792
|
+
},
|
|
24793
|
+
resourceVersion: {
|
|
24794
|
+
type: "string",
|
|
24795
|
+
id: 5
|
|
24796
|
+
}
|
|
24797
|
+
}
|
|
23643
24798
|
}
|
|
23644
24799
|
}
|
|
23645
24800
|
}
|
|
@@ -23797,6 +24952,49 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
23797
24952
|
disableManagedFailover: {
|
|
23798
24953
|
type: "bool",
|
|
23799
24954
|
id: 1
|
|
24955
|
+
},
|
|
24956
|
+
disablePassivePollerForwarding: {
|
|
24957
|
+
type: "bool",
|
|
24958
|
+
id: 2
|
|
24959
|
+
}
|
|
24960
|
+
}
|
|
24961
|
+
},
|
|
24962
|
+
ReplicaSpec: {
|
|
24963
|
+
fields: {
|
|
24964
|
+
region: {
|
|
24965
|
+
type: "string",
|
|
24966
|
+
id: 1
|
|
24967
|
+
}
|
|
24968
|
+
}
|
|
24969
|
+
},
|
|
24970
|
+
Replica: {
|
|
24971
|
+
fields: {
|
|
24972
|
+
id: {
|
|
24973
|
+
type: "string",
|
|
24974
|
+
id: 1
|
|
24975
|
+
},
|
|
24976
|
+
isPrimary: {
|
|
24977
|
+
type: "bool",
|
|
24978
|
+
id: 2
|
|
24979
|
+
},
|
|
24980
|
+
state: {
|
|
24981
|
+
type: "ReplicaState",
|
|
24982
|
+
id: 3
|
|
24983
|
+
},
|
|
24984
|
+
region: {
|
|
24985
|
+
type: "string",
|
|
24986
|
+
id: 4
|
|
24987
|
+
}
|
|
24988
|
+
},
|
|
24989
|
+
nested: {
|
|
24990
|
+
ReplicaState: {
|
|
24991
|
+
values: {
|
|
24992
|
+
REPLICA_STATE_UNSPECIFIED: 0,
|
|
24993
|
+
REPLICA_STATE_ADDING: 1,
|
|
24994
|
+
REPLICA_STATE_ACTIVE: 2,
|
|
24995
|
+
REPLICA_STATE_REMOVING: 3,
|
|
24996
|
+
REPLICA_STATE_FAILED: 5
|
|
24997
|
+
}
|
|
23800
24998
|
}
|
|
23801
24999
|
}
|
|
23802
25000
|
},
|
|
@@ -23904,6 +25102,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
23904
25102
|
}
|
|
23905
25103
|
}
|
|
23906
25104
|
},
|
|
25105
|
+
FairnessSpec: {
|
|
25106
|
+
fields: {
|
|
25107
|
+
taskQueueFairnessEnabled: {
|
|
25108
|
+
type: "bool",
|
|
25109
|
+
id: 1
|
|
25110
|
+
}
|
|
25111
|
+
}
|
|
25112
|
+
},
|
|
23907
25113
|
NamespaceSpec: {
|
|
23908
25114
|
fields: {
|
|
23909
25115
|
name: {
|
|
@@ -23913,7 +25119,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
23913
25119
|
regions: {
|
|
23914
25120
|
rule: "repeated",
|
|
23915
25121
|
type: "string",
|
|
23916
|
-
id: 2
|
|
25122
|
+
id: 2,
|
|
25123
|
+
options: {
|
|
25124
|
+
deprecated: true
|
|
25125
|
+
}
|
|
23917
25126
|
},
|
|
23918
25127
|
retentionDays: {
|
|
23919
25128
|
type: "int32",
|
|
@@ -23960,6 +25169,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
23960
25169
|
capacitySpec: {
|
|
23961
25170
|
type: "CapacitySpec",
|
|
23962
25171
|
id: 12
|
|
25172
|
+
},
|
|
25173
|
+
replicas: {
|
|
25174
|
+
rule: "repeated",
|
|
25175
|
+
type: "ReplicaSpec",
|
|
25176
|
+
id: 13
|
|
25177
|
+
},
|
|
25178
|
+
fairness: {
|
|
25179
|
+
type: "FairnessSpec",
|
|
25180
|
+
id: 14
|
|
23963
25181
|
}
|
|
23964
25182
|
},
|
|
23965
25183
|
nested: {
|
|
@@ -24084,7 +25302,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
24084
25302
|
regionStatus: {
|
|
24085
25303
|
keyType: "string",
|
|
24086
25304
|
type: "NamespaceRegionStatus",
|
|
24087
|
-
id: 12
|
|
25305
|
+
id: 12,
|
|
25306
|
+
options: {
|
|
25307
|
+
deprecated: true
|
|
25308
|
+
}
|
|
24088
25309
|
},
|
|
24089
25310
|
connectivityRules: {
|
|
24090
25311
|
rule: "repeated",
|
|
@@ -24099,6 +25320,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
24099
25320
|
capacity: {
|
|
24100
25321
|
type: "Capacity",
|
|
24101
25322
|
id: 16
|
|
25323
|
+
},
|
|
25324
|
+
replicas: {
|
|
25325
|
+
rule: "repeated",
|
|
25326
|
+
type: "Replica",
|
|
25327
|
+
id: 18
|
|
24102
25328
|
}
|
|
24103
25329
|
}
|
|
24104
25330
|
},
|
|
@@ -24449,7 +25675,12 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
24449
25675
|
}
|
|
24450
25676
|
},
|
|
24451
25677
|
PublicConnectivityRule: {
|
|
24452
|
-
fields: {
|
|
25678
|
+
fields: {
|
|
25679
|
+
enableStableIps: {
|
|
25680
|
+
type: "bool",
|
|
25681
|
+
id: 1
|
|
25682
|
+
}
|
|
25683
|
+
}
|
|
24453
25684
|
},
|
|
24454
25685
|
PrivateConnectivityRule: {
|
|
24455
25686
|
fields: {
|
|
@@ -24998,6 +26229,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
24998
26229
|
description: {
|
|
24999
26230
|
type: "string",
|
|
25000
26231
|
id: 4
|
|
26232
|
+
},
|
|
26233
|
+
granularity: {
|
|
26234
|
+
type: "BillingReportGranularity",
|
|
26235
|
+
id: 5
|
|
26236
|
+
}
|
|
26237
|
+
},
|
|
26238
|
+
nested: {
|
|
26239
|
+
BillingReportGranularity: {
|
|
26240
|
+
values: {
|
|
26241
|
+
BILLING_REPORT_GRANULARITY_UNSPECIFIED: 0,
|
|
26242
|
+
BILLING_REPORT_GRANULARITY_HOURLY: 1,
|
|
26243
|
+
BILLING_REPORT_GRANULARITY_DAILY: 2,
|
|
26244
|
+
BILLING_REPORT_GRANULARITY_MONTHLY: 3
|
|
26245
|
+
}
|
|
25001
26246
|
}
|
|
25002
26247
|
}
|
|
25003
26248
|
},
|
|
@@ -25391,6 +26636,69 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
25391
26636
|
}
|
|
25392
26637
|
}
|
|
25393
26638
|
},
|
|
26639
|
+
nexusannotations: {
|
|
26640
|
+
nested: {
|
|
26641
|
+
v1: {
|
|
26642
|
+
options: {
|
|
26643
|
+
go_package: "github.com/nexus-rpc/nexus-proto-annotations/go/nexusannotations/v1"
|
|
26644
|
+
},
|
|
26645
|
+
nested: {
|
|
26646
|
+
_service: {
|
|
26647
|
+
oneof: [
|
|
26648
|
+
"service"
|
|
26649
|
+
]
|
|
26650
|
+
},
|
|
26651
|
+
service: {
|
|
26652
|
+
type: "ServiceOptions",
|
|
26653
|
+
id: 8233,
|
|
26654
|
+
extend: "google.protobuf.ServiceOptions",
|
|
26655
|
+
options: {
|
|
26656
|
+
proto3_optional: true
|
|
26657
|
+
}
|
|
26658
|
+
},
|
|
26659
|
+
_operation: {
|
|
26660
|
+
oneof: [
|
|
26661
|
+
"operation"
|
|
26662
|
+
]
|
|
26663
|
+
},
|
|
26664
|
+
operation: {
|
|
26665
|
+
type: "OperationOptions",
|
|
26666
|
+
id: 8234,
|
|
26667
|
+
extend: "google.protobuf.MethodOptions",
|
|
26668
|
+
options: {
|
|
26669
|
+
proto3_optional: true
|
|
26670
|
+
}
|
|
26671
|
+
},
|
|
26672
|
+
OperationOptions: {
|
|
26673
|
+
fields: {
|
|
26674
|
+
name: {
|
|
26675
|
+
type: "string",
|
|
26676
|
+
id: 1
|
|
26677
|
+
},
|
|
26678
|
+
tags: {
|
|
26679
|
+
rule: "repeated",
|
|
26680
|
+
type: "string",
|
|
26681
|
+
id: 2
|
|
26682
|
+
}
|
|
26683
|
+
}
|
|
26684
|
+
},
|
|
26685
|
+
ServiceOptions: {
|
|
26686
|
+
fields: {
|
|
26687
|
+
name: {
|
|
26688
|
+
type: "string",
|
|
26689
|
+
id: 1
|
|
26690
|
+
},
|
|
26691
|
+
tags: {
|
|
26692
|
+
rule: "repeated",
|
|
26693
|
+
type: "string",
|
|
26694
|
+
id: 2
|
|
26695
|
+
}
|
|
26696
|
+
}
|
|
26697
|
+
}
|
|
26698
|
+
}
|
|
26699
|
+
}
|
|
26700
|
+
}
|
|
26701
|
+
},
|
|
25394
26702
|
google: {
|
|
25395
26703
|
nested: {
|
|
25396
26704
|
protobuf: {
|