@temporalio/proto 1.11.2 → 1.11.3

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.
@@ -10948,6 +10948,1903 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10948
10948
  }
10949
10949
  }
10950
10950
  },
10951
+ cloud: {
10952
+ nested: {
10953
+ cloudservice: {
10954
+ nested: {
10955
+ v1: {
10956
+ options: {
10957
+ go_package: "go.temporal.io/api/cloud/cloudservice/v1;cloudservice",
10958
+ java_package: "io.temporal.api.cloud.cloudservice.v1",
10959
+ java_multiple_files: true,
10960
+ java_outer_classname: "RequestResponseProto",
10961
+ ruby_package: "Temporalio::Api::Cloud::CloudService::V1",
10962
+ csharp_namespace: "Temporalio.Api.Cloud.CloudService.V1"
10963
+ },
10964
+ nested: {
10965
+ CloudService: {
10966
+ methods: {
10967
+ GetUsers: {
10968
+ requestType: "GetUsersRequest",
10969
+ responseType: "GetUsersResponse",
10970
+ options: {
10971
+ "(google.api.http).get": "/cloud/users"
10972
+ },
10973
+ parsedOptions: [
10974
+ {
10975
+ "(google.api.http)": {
10976
+ get: "/cloud/users"
10977
+ }
10978
+ }
10979
+ ]
10980
+ },
10981
+ GetUser: {
10982
+ requestType: "GetUserRequest",
10983
+ responseType: "GetUserResponse",
10984
+ options: {
10985
+ "(google.api.http).get": "/cloud/users/{user_id}"
10986
+ },
10987
+ parsedOptions: [
10988
+ {
10989
+ "(google.api.http)": {
10990
+ get: "/cloud/users/{user_id}"
10991
+ }
10992
+ }
10993
+ ]
10994
+ },
10995
+ CreateUser: {
10996
+ requestType: "CreateUserRequest",
10997
+ responseType: "CreateUserResponse",
10998
+ options: {
10999
+ "(google.api.http).post": "/cloud/users",
11000
+ "(google.api.http).body": "*"
11001
+ },
11002
+ parsedOptions: [
11003
+ {
11004
+ "(google.api.http)": {
11005
+ post: "/cloud/users",
11006
+ body: "*"
11007
+ }
11008
+ }
11009
+ ]
11010
+ },
11011
+ UpdateUser: {
11012
+ requestType: "UpdateUserRequest",
11013
+ responseType: "UpdateUserResponse",
11014
+ options: {
11015
+ "(google.api.http).post": "/cloud/users/{user_id}",
11016
+ "(google.api.http).body": "*"
11017
+ },
11018
+ parsedOptions: [
11019
+ {
11020
+ "(google.api.http)": {
11021
+ post: "/cloud/users/{user_id}",
11022
+ body: "*"
11023
+ }
11024
+ }
11025
+ ]
11026
+ },
11027
+ DeleteUser: {
11028
+ requestType: "DeleteUserRequest",
11029
+ responseType: "DeleteUserResponse",
11030
+ options: {
11031
+ "(google.api.http).delete": "/cloud/users/{user_id}"
11032
+ },
11033
+ parsedOptions: [
11034
+ {
11035
+ "(google.api.http)": {
11036
+ "delete": "/cloud/users/{user_id}"
11037
+ }
11038
+ }
11039
+ ]
11040
+ },
11041
+ SetUserNamespaceAccess: {
11042
+ requestType: "SetUserNamespaceAccessRequest",
11043
+ responseType: "SetUserNamespaceAccessResponse",
11044
+ options: {
11045
+ "(google.api.http).post": "/cloud/namespaces/{namespace}/users/{user_id}/access",
11046
+ "(google.api.http).body": "*"
11047
+ },
11048
+ parsedOptions: [
11049
+ {
11050
+ "(google.api.http)": {
11051
+ post: "/cloud/namespaces/{namespace}/users/{user_id}/access",
11052
+ body: "*"
11053
+ }
11054
+ }
11055
+ ]
11056
+ },
11057
+ GetAsyncOperation: {
11058
+ requestType: "GetAsyncOperationRequest",
11059
+ responseType: "GetAsyncOperationResponse",
11060
+ options: {
11061
+ "(google.api.http).get": "/cloud/operations/{async_operation_id}"
11062
+ },
11063
+ parsedOptions: [
11064
+ {
11065
+ "(google.api.http)": {
11066
+ get: "/cloud/operations/{async_operation_id}"
11067
+ }
11068
+ }
11069
+ ]
11070
+ },
11071
+ CreateNamespace: {
11072
+ requestType: "CreateNamespaceRequest",
11073
+ responseType: "CreateNamespaceResponse",
11074
+ options: {
11075
+ "(google.api.http).post": "/cloud/namespaces",
11076
+ "(google.api.http).body": "*"
11077
+ },
11078
+ parsedOptions: [
11079
+ {
11080
+ "(google.api.http)": {
11081
+ post: "/cloud/namespaces",
11082
+ body: "*"
11083
+ }
11084
+ }
11085
+ ]
11086
+ },
11087
+ GetNamespaces: {
11088
+ requestType: "GetNamespacesRequest",
11089
+ responseType: "GetNamespacesResponse",
11090
+ options: {
11091
+ "(google.api.http).get": "/cloud/namespaces"
11092
+ },
11093
+ parsedOptions: [
11094
+ {
11095
+ "(google.api.http)": {
11096
+ get: "/cloud/namespaces"
11097
+ }
11098
+ }
11099
+ ]
11100
+ },
11101
+ GetNamespace: {
11102
+ requestType: "GetNamespaceRequest",
11103
+ responseType: "GetNamespaceResponse",
11104
+ options: {
11105
+ "(google.api.http).get": "/cloud/namespaces/{namespace}"
11106
+ },
11107
+ parsedOptions: [
11108
+ {
11109
+ "(google.api.http)": {
11110
+ get: "/cloud/namespaces/{namespace}"
11111
+ }
11112
+ }
11113
+ ]
11114
+ },
11115
+ UpdateNamespace: {
11116
+ requestType: "UpdateNamespaceRequest",
11117
+ responseType: "UpdateNamespaceResponse",
11118
+ options: {
11119
+ "(google.api.http).post": "/cloud/namespaces/{namespace}",
11120
+ "(google.api.http).body": "*"
11121
+ },
11122
+ parsedOptions: [
11123
+ {
11124
+ "(google.api.http)": {
11125
+ post: "/cloud/namespaces/{namespace}",
11126
+ body: "*"
11127
+ }
11128
+ }
11129
+ ]
11130
+ },
11131
+ RenameCustomSearchAttribute: {
11132
+ requestType: "RenameCustomSearchAttributeRequest",
11133
+ responseType: "RenameCustomSearchAttributeResponse",
11134
+ options: {
11135
+ "(google.api.http).post": "/cloud/namespaces/{namespace}/rename-custom-search-attribute",
11136
+ "(google.api.http).body": "*"
11137
+ },
11138
+ parsedOptions: [
11139
+ {
11140
+ "(google.api.http)": {
11141
+ post: "/cloud/namespaces/{namespace}/rename-custom-search-attribute",
11142
+ body: "*"
11143
+ }
11144
+ }
11145
+ ]
11146
+ },
11147
+ DeleteNamespace: {
11148
+ requestType: "DeleteNamespaceRequest",
11149
+ responseType: "DeleteNamespaceResponse",
11150
+ options: {
11151
+ "(google.api.http).delete": "/cloud/namespaces/{namespace}"
11152
+ },
11153
+ parsedOptions: [
11154
+ {
11155
+ "(google.api.http)": {
11156
+ "delete": "/cloud/namespaces/{namespace}"
11157
+ }
11158
+ }
11159
+ ]
11160
+ },
11161
+ FailoverNamespaceRegion: {
11162
+ requestType: "FailoverNamespaceRegionRequest",
11163
+ responseType: "FailoverNamespaceRegionResponse",
11164
+ options: {
11165
+ "(google.api.http).post": "/cloud/namespaces/{namespace}/failover-region",
11166
+ "(google.api.http).body": "*"
11167
+ },
11168
+ parsedOptions: [
11169
+ {
11170
+ "(google.api.http)": {
11171
+ post: "/cloud/namespaces/{namespace}/failover-region",
11172
+ body: "*"
11173
+ }
11174
+ }
11175
+ ]
11176
+ },
11177
+ AddNamespaceRegion: {
11178
+ requestType: "AddNamespaceRegionRequest",
11179
+ responseType: "AddNamespaceRegionResponse",
11180
+ options: {
11181
+ "(google.api.http).post": "/cloud/namespaces/{namespace}/add-region",
11182
+ "(google.api.http).body": "*"
11183
+ },
11184
+ parsedOptions: [
11185
+ {
11186
+ "(google.api.http)": {
11187
+ post: "/cloud/namespaces/{namespace}/add-region",
11188
+ body: "*"
11189
+ }
11190
+ }
11191
+ ]
11192
+ },
11193
+ GetRegions: {
11194
+ requestType: "GetRegionsRequest",
11195
+ responseType: "GetRegionsResponse",
11196
+ options: {
11197
+ "(google.api.http).get": "/cloud/regions"
11198
+ },
11199
+ parsedOptions: [
11200
+ {
11201
+ "(google.api.http)": {
11202
+ get: "/cloud/regions"
11203
+ }
11204
+ }
11205
+ ]
11206
+ },
11207
+ GetRegion: {
11208
+ requestType: "GetRegionRequest",
11209
+ responseType: "GetRegionResponse",
11210
+ options: {
11211
+ "(google.api.http).get": "/cloud/regions/{region}"
11212
+ },
11213
+ parsedOptions: [
11214
+ {
11215
+ "(google.api.http)": {
11216
+ get: "/cloud/regions/{region}"
11217
+ }
11218
+ }
11219
+ ]
11220
+ },
11221
+ GetApiKeys: {
11222
+ requestType: "GetApiKeysRequest",
11223
+ responseType: "GetApiKeysResponse",
11224
+ options: {
11225
+ "(google.api.http).get": "/cloud/api-keys"
11226
+ },
11227
+ parsedOptions: [
11228
+ {
11229
+ "(google.api.http)": {
11230
+ get: "/cloud/api-keys"
11231
+ }
11232
+ }
11233
+ ]
11234
+ },
11235
+ GetApiKey: {
11236
+ requestType: "GetApiKeyRequest",
11237
+ responseType: "GetApiKeyResponse",
11238
+ options: {
11239
+ "(google.api.http).get": "/cloud/api-keys/{key_id}"
11240
+ },
11241
+ parsedOptions: [
11242
+ {
11243
+ "(google.api.http)": {
11244
+ get: "/cloud/api-keys/{key_id}"
11245
+ }
11246
+ }
11247
+ ]
11248
+ },
11249
+ CreateApiKey: {
11250
+ requestType: "CreateApiKeyRequest",
11251
+ responseType: "CreateApiKeyResponse",
11252
+ options: {
11253
+ "(google.api.http).post": "/cloud/api-keys",
11254
+ "(google.api.http).body": "*"
11255
+ },
11256
+ parsedOptions: [
11257
+ {
11258
+ "(google.api.http)": {
11259
+ post: "/cloud/api-keys",
11260
+ body: "*"
11261
+ }
11262
+ }
11263
+ ]
11264
+ },
11265
+ UpdateApiKey: {
11266
+ requestType: "UpdateApiKeyRequest",
11267
+ responseType: "UpdateApiKeyResponse",
11268
+ options: {
11269
+ "(google.api.http).post": "/cloud/api-keys/{key_id}",
11270
+ "(google.api.http).body": "*"
11271
+ },
11272
+ parsedOptions: [
11273
+ {
11274
+ "(google.api.http)": {
11275
+ post: "/cloud/api-keys/{key_id}",
11276
+ body: "*"
11277
+ }
11278
+ }
11279
+ ]
11280
+ },
11281
+ DeleteApiKey: {
11282
+ requestType: "DeleteApiKeyRequest",
11283
+ responseType: "DeleteApiKeyResponse",
11284
+ options: {
11285
+ "(google.api.http).delete": "/cloud/api-keys/{key_id}"
11286
+ },
11287
+ parsedOptions: [
11288
+ {
11289
+ "(google.api.http)": {
11290
+ "delete": "/cloud/api-keys/{key_id}"
11291
+ }
11292
+ }
11293
+ ]
11294
+ },
11295
+ GetUserGroups: {
11296
+ requestType: "GetUserGroupsRequest",
11297
+ responseType: "GetUserGroupsResponse",
11298
+ options: {
11299
+ "(google.api.http).get": "/cloud/user-groups"
11300
+ },
11301
+ parsedOptions: [
11302
+ {
11303
+ "(google.api.http)": {
11304
+ get: "/cloud/user-groups"
11305
+ }
11306
+ }
11307
+ ]
11308
+ },
11309
+ GetUserGroup: {
11310
+ requestType: "GetUserGroupRequest",
11311
+ responseType: "GetUserGroupResponse",
11312
+ options: {
11313
+ "(google.api.http).get": "/cloud/user-groups/{group_id}"
11314
+ },
11315
+ parsedOptions: [
11316
+ {
11317
+ "(google.api.http)": {
11318
+ get: "/cloud/user-groups/{group_id}"
11319
+ }
11320
+ }
11321
+ ]
11322
+ },
11323
+ CreateUserGroup: {
11324
+ requestType: "CreateUserGroupRequest",
11325
+ responseType: "CreateUserGroupResponse",
11326
+ options: {
11327
+ "(google.api.http).post": "/cloud/user-groups",
11328
+ "(google.api.http).body": "*"
11329
+ },
11330
+ parsedOptions: [
11331
+ {
11332
+ "(google.api.http)": {
11333
+ post: "/cloud/user-groups",
11334
+ body: "*"
11335
+ }
11336
+ }
11337
+ ]
11338
+ },
11339
+ UpdateUserGroup: {
11340
+ requestType: "UpdateUserGroupRequest",
11341
+ responseType: "UpdateUserGroupResponse",
11342
+ options: {
11343
+ "(google.api.http).post": "/cloud/user-groups/{group_id}",
11344
+ "(google.api.http).body": "*"
11345
+ },
11346
+ parsedOptions: [
11347
+ {
11348
+ "(google.api.http)": {
11349
+ post: "/cloud/user-groups/{group_id}",
11350
+ body: "*"
11351
+ }
11352
+ }
11353
+ ]
11354
+ },
11355
+ DeleteUserGroup: {
11356
+ requestType: "DeleteUserGroupRequest",
11357
+ responseType: "DeleteUserGroupResponse",
11358
+ options: {
11359
+ "(google.api.http).delete": "/cloud/user-groups/{group_id}"
11360
+ },
11361
+ parsedOptions: [
11362
+ {
11363
+ "(google.api.http)": {
11364
+ "delete": "/cloud/user-groups/{group_id}"
11365
+ }
11366
+ }
11367
+ ]
11368
+ },
11369
+ SetUserGroupNamespaceAccess: {
11370
+ requestType: "SetUserGroupNamespaceAccessRequest",
11371
+ responseType: "SetUserGroupNamespaceAccessResponse",
11372
+ options: {
11373
+ "(google.api.http).post": "/cloud/namespaces/{namespace}/user-groups/{group_id}/access",
11374
+ "(google.api.http).body": "*"
11375
+ },
11376
+ parsedOptions: [
11377
+ {
11378
+ "(google.api.http)": {
11379
+ post: "/cloud/namespaces/{namespace}/user-groups/{group_id}/access",
11380
+ body: "*"
11381
+ }
11382
+ }
11383
+ ]
11384
+ },
11385
+ CreateServiceAccount: {
11386
+ requestType: "CreateServiceAccountRequest",
11387
+ responseType: "CreateServiceAccountResponse",
11388
+ options: {
11389
+ "(google.api.http).post": "/cloud/service-accounts",
11390
+ "(google.api.http).body": "*"
11391
+ },
11392
+ parsedOptions: [
11393
+ {
11394
+ "(google.api.http)": {
11395
+ post: "/cloud/service-accounts",
11396
+ body: "*"
11397
+ }
11398
+ }
11399
+ ]
11400
+ },
11401
+ GetServiceAccount: {
11402
+ requestType: "GetServiceAccountRequest",
11403
+ responseType: "GetServiceAccountResponse",
11404
+ options: {
11405
+ "(google.api.http).get": "/cloud/service-accounts/{service_account_id}"
11406
+ },
11407
+ parsedOptions: [
11408
+ {
11409
+ "(google.api.http)": {
11410
+ get: "/cloud/service-accounts/{service_account_id}"
11411
+ }
11412
+ }
11413
+ ]
11414
+ },
11415
+ GetServiceAccounts: {
11416
+ requestType: "GetServiceAccountsRequest",
11417
+ responseType: "GetServiceAccountsResponse",
11418
+ options: {
11419
+ "(google.api.http).get": "/cloud/service-accounts"
11420
+ },
11421
+ parsedOptions: [
11422
+ {
11423
+ "(google.api.http)": {
11424
+ get: "/cloud/service-accounts"
11425
+ }
11426
+ }
11427
+ ]
11428
+ },
11429
+ UpdateServiceAccount: {
11430
+ requestType: "UpdateServiceAccountRequest",
11431
+ responseType: "UpdateServiceAccountResponse",
11432
+ options: {
11433
+ "(google.api.http).post": "/cloud/service-accounts/{service_account_id}",
11434
+ "(google.api.http).body": "*"
11435
+ },
11436
+ parsedOptions: [
11437
+ {
11438
+ "(google.api.http)": {
11439
+ post: "/cloud/service-accounts/{service_account_id}",
11440
+ body: "*"
11441
+ }
11442
+ }
11443
+ ]
11444
+ },
11445
+ DeleteServiceAccount: {
11446
+ requestType: "DeleteServiceAccountRequest",
11447
+ responseType: "DeleteServiceAccountResponse",
11448
+ options: {
11449
+ "(google.api.http).delete": "/cloud/service-accounts/{service_account_id}"
11450
+ },
11451
+ parsedOptions: [
11452
+ {
11453
+ "(google.api.http)": {
11454
+ "delete": "/cloud/service-accounts/{service_account_id}"
11455
+ }
11456
+ }
11457
+ ]
11458
+ }
11459
+ }
11460
+ },
11461
+ GetUsersRequest: {
11462
+ fields: {
11463
+ pageSize: {
11464
+ type: "int32",
11465
+ id: 1
11466
+ },
11467
+ pageToken: {
11468
+ type: "string",
11469
+ id: 2
11470
+ },
11471
+ email: {
11472
+ type: "string",
11473
+ id: 3
11474
+ },
11475
+ namespace: {
11476
+ type: "string",
11477
+ id: 4
11478
+ }
11479
+ }
11480
+ },
11481
+ GetUsersResponse: {
11482
+ fields: {
11483
+ users: {
11484
+ rule: "repeated",
11485
+ type: "temporal.api.cloud.identity.v1.User",
11486
+ id: 1
11487
+ },
11488
+ nextPageToken: {
11489
+ type: "string",
11490
+ id: 2
11491
+ }
11492
+ }
11493
+ },
11494
+ GetUserRequest: {
11495
+ fields: {
11496
+ userId: {
11497
+ type: "string",
11498
+ id: 1
11499
+ }
11500
+ }
11501
+ },
11502
+ GetUserResponse: {
11503
+ fields: {
11504
+ user: {
11505
+ type: "temporal.api.cloud.identity.v1.User",
11506
+ id: 1
11507
+ }
11508
+ }
11509
+ },
11510
+ CreateUserRequest: {
11511
+ fields: {
11512
+ spec: {
11513
+ type: "temporal.api.cloud.identity.v1.UserSpec",
11514
+ id: 1
11515
+ },
11516
+ asyncOperationId: {
11517
+ type: "string",
11518
+ id: 2
11519
+ }
11520
+ }
11521
+ },
11522
+ CreateUserResponse: {
11523
+ fields: {
11524
+ userId: {
11525
+ type: "string",
11526
+ id: 1
11527
+ },
11528
+ asyncOperation: {
11529
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11530
+ id: 2
11531
+ }
11532
+ }
11533
+ },
11534
+ UpdateUserRequest: {
11535
+ fields: {
11536
+ userId: {
11537
+ type: "string",
11538
+ id: 1
11539
+ },
11540
+ spec: {
11541
+ type: "temporal.api.cloud.identity.v1.UserSpec",
11542
+ id: 2
11543
+ },
11544
+ resourceVersion: {
11545
+ type: "string",
11546
+ id: 3
11547
+ },
11548
+ asyncOperationId: {
11549
+ type: "string",
11550
+ id: 4
11551
+ }
11552
+ }
11553
+ },
11554
+ UpdateUserResponse: {
11555
+ fields: {
11556
+ asyncOperation: {
11557
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11558
+ id: 1
11559
+ }
11560
+ }
11561
+ },
11562
+ DeleteUserRequest: {
11563
+ fields: {
11564
+ userId: {
11565
+ type: "string",
11566
+ id: 1
11567
+ },
11568
+ resourceVersion: {
11569
+ type: "string",
11570
+ id: 2
11571
+ },
11572
+ asyncOperationId: {
11573
+ type: "string",
11574
+ id: 3
11575
+ }
11576
+ }
11577
+ },
11578
+ DeleteUserResponse: {
11579
+ fields: {
11580
+ asyncOperation: {
11581
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11582
+ id: 1
11583
+ }
11584
+ }
11585
+ },
11586
+ SetUserNamespaceAccessRequest: {
11587
+ fields: {
11588
+ namespace: {
11589
+ type: "string",
11590
+ id: 1
11591
+ },
11592
+ userId: {
11593
+ type: "string",
11594
+ id: 2
11595
+ },
11596
+ access: {
11597
+ type: "temporal.api.cloud.identity.v1.NamespaceAccess",
11598
+ id: 3
11599
+ },
11600
+ resourceVersion: {
11601
+ type: "string",
11602
+ id: 4
11603
+ },
11604
+ asyncOperationId: {
11605
+ type: "string",
11606
+ id: 5
11607
+ }
11608
+ }
11609
+ },
11610
+ SetUserNamespaceAccessResponse: {
11611
+ fields: {
11612
+ asyncOperation: {
11613
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11614
+ id: 1
11615
+ }
11616
+ }
11617
+ },
11618
+ GetAsyncOperationRequest: {
11619
+ fields: {
11620
+ asyncOperationId: {
11621
+ type: "string",
11622
+ id: 1
11623
+ }
11624
+ }
11625
+ },
11626
+ GetAsyncOperationResponse: {
11627
+ fields: {
11628
+ asyncOperation: {
11629
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11630
+ id: 1
11631
+ }
11632
+ }
11633
+ },
11634
+ CreateNamespaceRequest: {
11635
+ fields: {
11636
+ spec: {
11637
+ type: "temporal.api.cloud.namespace.v1.NamespaceSpec",
11638
+ id: 2
11639
+ },
11640
+ asyncOperationId: {
11641
+ type: "string",
11642
+ id: 3
11643
+ }
11644
+ }
11645
+ },
11646
+ CreateNamespaceResponse: {
11647
+ fields: {
11648
+ namespace: {
11649
+ type: "string",
11650
+ id: 1
11651
+ },
11652
+ asyncOperation: {
11653
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11654
+ id: 2
11655
+ }
11656
+ }
11657
+ },
11658
+ GetNamespacesRequest: {
11659
+ fields: {
11660
+ pageSize: {
11661
+ type: "int32",
11662
+ id: 1
11663
+ },
11664
+ pageToken: {
11665
+ type: "string",
11666
+ id: 2
11667
+ },
11668
+ name: {
11669
+ type: "string",
11670
+ id: 3
11671
+ }
11672
+ }
11673
+ },
11674
+ GetNamespacesResponse: {
11675
+ fields: {
11676
+ namespaces: {
11677
+ rule: "repeated",
11678
+ type: "temporal.api.cloud.namespace.v1.Namespace",
11679
+ id: 1
11680
+ },
11681
+ nextPageToken: {
11682
+ type: "string",
11683
+ id: 2
11684
+ }
11685
+ }
11686
+ },
11687
+ GetNamespaceRequest: {
11688
+ fields: {
11689
+ namespace: {
11690
+ type: "string",
11691
+ id: 1
11692
+ }
11693
+ }
11694
+ },
11695
+ GetNamespaceResponse: {
11696
+ fields: {
11697
+ namespace: {
11698
+ type: "temporal.api.cloud.namespace.v1.Namespace",
11699
+ id: 1
11700
+ }
11701
+ }
11702
+ },
11703
+ UpdateNamespaceRequest: {
11704
+ fields: {
11705
+ namespace: {
11706
+ type: "string",
11707
+ id: 1
11708
+ },
11709
+ spec: {
11710
+ type: "temporal.api.cloud.namespace.v1.NamespaceSpec",
11711
+ id: 2
11712
+ },
11713
+ resourceVersion: {
11714
+ type: "string",
11715
+ id: 3
11716
+ },
11717
+ asyncOperationId: {
11718
+ type: "string",
11719
+ id: 4
11720
+ }
11721
+ }
11722
+ },
11723
+ UpdateNamespaceResponse: {
11724
+ fields: {
11725
+ asyncOperation: {
11726
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11727
+ id: 1
11728
+ }
11729
+ }
11730
+ },
11731
+ RenameCustomSearchAttributeRequest: {
11732
+ fields: {
11733
+ namespace: {
11734
+ type: "string",
11735
+ id: 1
11736
+ },
11737
+ existingCustomSearchAttributeName: {
11738
+ type: "string",
11739
+ id: 2
11740
+ },
11741
+ newCustomSearchAttributeName: {
11742
+ type: "string",
11743
+ id: 3
11744
+ },
11745
+ resourceVersion: {
11746
+ type: "string",
11747
+ id: 4
11748
+ },
11749
+ asyncOperationId: {
11750
+ type: "string",
11751
+ id: 5
11752
+ }
11753
+ }
11754
+ },
11755
+ RenameCustomSearchAttributeResponse: {
11756
+ fields: {
11757
+ asyncOperation: {
11758
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11759
+ id: 1
11760
+ }
11761
+ }
11762
+ },
11763
+ DeleteNamespaceRequest: {
11764
+ fields: {
11765
+ namespace: {
11766
+ type: "string",
11767
+ id: 1
11768
+ },
11769
+ resourceVersion: {
11770
+ type: "string",
11771
+ id: 2
11772
+ },
11773
+ asyncOperationId: {
11774
+ type: "string",
11775
+ id: 3
11776
+ }
11777
+ }
11778
+ },
11779
+ DeleteNamespaceResponse: {
11780
+ fields: {
11781
+ asyncOperation: {
11782
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11783
+ id: 1
11784
+ }
11785
+ }
11786
+ },
11787
+ FailoverNamespaceRegionRequest: {
11788
+ fields: {
11789
+ namespace: {
11790
+ type: "string",
11791
+ id: 1
11792
+ },
11793
+ region: {
11794
+ type: "string",
11795
+ id: 2
11796
+ },
11797
+ asyncOperationId: {
11798
+ type: "string",
11799
+ id: 3
11800
+ }
11801
+ }
11802
+ },
11803
+ FailoverNamespaceRegionResponse: {
11804
+ fields: {
11805
+ asyncOperation: {
11806
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11807
+ id: 1
11808
+ }
11809
+ }
11810
+ },
11811
+ AddNamespaceRegionRequest: {
11812
+ fields: {
11813
+ namespace: {
11814
+ type: "string",
11815
+ id: 1
11816
+ },
11817
+ region: {
11818
+ type: "string",
11819
+ id: 2
11820
+ },
11821
+ resourceVersion: {
11822
+ type: "string",
11823
+ id: 3
11824
+ },
11825
+ asyncOperationId: {
11826
+ type: "string",
11827
+ id: 4
11828
+ }
11829
+ }
11830
+ },
11831
+ AddNamespaceRegionResponse: {
11832
+ fields: {
11833
+ asyncOperation: {
11834
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11835
+ id: 1
11836
+ }
11837
+ }
11838
+ },
11839
+ GetRegionsRequest: {
11840
+ fields: {}
11841
+ },
11842
+ GetRegionsResponse: {
11843
+ fields: {
11844
+ regions: {
11845
+ rule: "repeated",
11846
+ type: "temporal.api.cloud.region.v1.Region",
11847
+ id: 1
11848
+ }
11849
+ }
11850
+ },
11851
+ GetRegionRequest: {
11852
+ fields: {
11853
+ region: {
11854
+ type: "string",
11855
+ id: 1
11856
+ }
11857
+ }
11858
+ },
11859
+ GetRegionResponse: {
11860
+ fields: {
11861
+ region: {
11862
+ type: "temporal.api.cloud.region.v1.Region",
11863
+ id: 1
11864
+ }
11865
+ }
11866
+ },
11867
+ GetApiKeysRequest: {
11868
+ fields: {
11869
+ pageSize: {
11870
+ type: "int32",
11871
+ id: 1
11872
+ },
11873
+ pageToken: {
11874
+ type: "string",
11875
+ id: 2
11876
+ },
11877
+ ownerId: {
11878
+ type: "string",
11879
+ id: 3
11880
+ },
11881
+ ownerType: {
11882
+ type: "string",
11883
+ id: 4
11884
+ }
11885
+ }
11886
+ },
11887
+ GetApiKeysResponse: {
11888
+ fields: {
11889
+ apiKeys: {
11890
+ rule: "repeated",
11891
+ type: "temporal.api.cloud.identity.v1.ApiKey",
11892
+ id: 1
11893
+ },
11894
+ nextPageToken: {
11895
+ type: "string",
11896
+ id: 2
11897
+ }
11898
+ }
11899
+ },
11900
+ GetApiKeyRequest: {
11901
+ fields: {
11902
+ keyId: {
11903
+ type: "string",
11904
+ id: 1
11905
+ }
11906
+ }
11907
+ },
11908
+ GetApiKeyResponse: {
11909
+ fields: {
11910
+ apiKey: {
11911
+ type: "temporal.api.cloud.identity.v1.ApiKey",
11912
+ id: 1
11913
+ }
11914
+ }
11915
+ },
11916
+ CreateApiKeyRequest: {
11917
+ fields: {
11918
+ spec: {
11919
+ type: "temporal.api.cloud.identity.v1.ApiKeySpec",
11920
+ id: 1
11921
+ },
11922
+ asyncOperationId: {
11923
+ type: "string",
11924
+ id: 2
11925
+ }
11926
+ }
11927
+ },
11928
+ CreateApiKeyResponse: {
11929
+ fields: {
11930
+ keyId: {
11931
+ type: "string",
11932
+ id: 1
11933
+ },
11934
+ token: {
11935
+ type: "string",
11936
+ id: 2
11937
+ },
11938
+ asyncOperation: {
11939
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11940
+ id: 3
11941
+ }
11942
+ }
11943
+ },
11944
+ UpdateApiKeyRequest: {
11945
+ fields: {
11946
+ keyId: {
11947
+ type: "string",
11948
+ id: 1
11949
+ },
11950
+ spec: {
11951
+ type: "temporal.api.cloud.identity.v1.ApiKeySpec",
11952
+ id: 2
11953
+ },
11954
+ resourceVersion: {
11955
+ type: "string",
11956
+ id: 3
11957
+ },
11958
+ asyncOperationId: {
11959
+ type: "string",
11960
+ id: 4
11961
+ }
11962
+ }
11963
+ },
11964
+ UpdateApiKeyResponse: {
11965
+ fields: {
11966
+ asyncOperation: {
11967
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11968
+ id: 1
11969
+ }
11970
+ }
11971
+ },
11972
+ DeleteApiKeyRequest: {
11973
+ fields: {
11974
+ keyId: {
11975
+ type: "string",
11976
+ id: 1
11977
+ },
11978
+ resourceVersion: {
11979
+ type: "string",
11980
+ id: 2
11981
+ },
11982
+ asyncOperationId: {
11983
+ type: "string",
11984
+ id: 3
11985
+ }
11986
+ }
11987
+ },
11988
+ DeleteApiKeyResponse: {
11989
+ fields: {
11990
+ asyncOperation: {
11991
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
11992
+ id: 1
11993
+ }
11994
+ }
11995
+ },
11996
+ GetUserGroupsRequest: {
11997
+ fields: {
11998
+ pageSize: {
11999
+ type: "int32",
12000
+ id: 1
12001
+ },
12002
+ pageToken: {
12003
+ type: "string",
12004
+ id: 2
12005
+ },
12006
+ namespace: {
12007
+ type: "string",
12008
+ id: 3
12009
+ },
12010
+ groupName: {
12011
+ type: "string",
12012
+ id: 4
12013
+ }
12014
+ }
12015
+ },
12016
+ GetUserGroupsResponse: {
12017
+ fields: {
12018
+ groups: {
12019
+ rule: "repeated",
12020
+ type: "temporal.api.cloud.identity.v1.UserGroup",
12021
+ id: 1
12022
+ },
12023
+ nextPageToken: {
12024
+ type: "string",
12025
+ id: 2
12026
+ }
12027
+ }
12028
+ },
12029
+ GetUserGroupRequest: {
12030
+ fields: {
12031
+ groupId: {
12032
+ type: "string",
12033
+ id: 1
12034
+ }
12035
+ }
12036
+ },
12037
+ GetUserGroupResponse: {
12038
+ fields: {
12039
+ group: {
12040
+ type: "temporal.api.cloud.identity.v1.UserGroup",
12041
+ id: 1
12042
+ }
12043
+ }
12044
+ },
12045
+ CreateUserGroupRequest: {
12046
+ fields: {
12047
+ spec: {
12048
+ type: "temporal.api.cloud.identity.v1.UserGroupSpec",
12049
+ id: 1
12050
+ },
12051
+ asyncOperationId: {
12052
+ type: "string",
12053
+ id: 2
12054
+ }
12055
+ }
12056
+ },
12057
+ CreateUserGroupResponse: {
12058
+ fields: {
12059
+ groupId: {
12060
+ type: "string",
12061
+ id: 1
12062
+ },
12063
+ asyncOperation: {
12064
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
12065
+ id: 2
12066
+ }
12067
+ }
12068
+ },
12069
+ UpdateUserGroupRequest: {
12070
+ fields: {
12071
+ groupId: {
12072
+ type: "string",
12073
+ id: 1
12074
+ },
12075
+ spec: {
12076
+ type: "temporal.api.cloud.identity.v1.UserGroupSpec",
12077
+ id: 2
12078
+ },
12079
+ resourceVersion: {
12080
+ type: "string",
12081
+ id: 3
12082
+ },
12083
+ asyncOperationId: {
12084
+ type: "string",
12085
+ id: 4
12086
+ }
12087
+ }
12088
+ },
12089
+ UpdateUserGroupResponse: {
12090
+ fields: {
12091
+ asyncOperation: {
12092
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
12093
+ id: 1
12094
+ }
12095
+ }
12096
+ },
12097
+ DeleteUserGroupRequest: {
12098
+ fields: {
12099
+ groupId: {
12100
+ type: "string",
12101
+ id: 1
12102
+ },
12103
+ resourceVersion: {
12104
+ type: "string",
12105
+ id: 2
12106
+ },
12107
+ asyncOperationId: {
12108
+ type: "string",
12109
+ id: 3
12110
+ }
12111
+ }
12112
+ },
12113
+ DeleteUserGroupResponse: {
12114
+ fields: {
12115
+ asyncOperation: {
12116
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
12117
+ id: 1
12118
+ }
12119
+ }
12120
+ },
12121
+ SetUserGroupNamespaceAccessRequest: {
12122
+ fields: {
12123
+ namespace: {
12124
+ type: "string",
12125
+ id: 1
12126
+ },
12127
+ groupId: {
12128
+ type: "string",
12129
+ id: 2
12130
+ },
12131
+ access: {
12132
+ type: "temporal.api.cloud.identity.v1.NamespaceAccess",
12133
+ id: 3
12134
+ },
12135
+ resourceVersion: {
12136
+ type: "string",
12137
+ id: 4
12138
+ },
12139
+ asyncOperationId: {
12140
+ type: "string",
12141
+ id: 5
12142
+ }
12143
+ }
12144
+ },
12145
+ SetUserGroupNamespaceAccessResponse: {
12146
+ fields: {
12147
+ asyncOperation: {
12148
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
12149
+ id: 1
12150
+ }
12151
+ }
12152
+ },
12153
+ CreateServiceAccountRequest: {
12154
+ fields: {
12155
+ spec: {
12156
+ type: "temporal.api.cloud.identity.v1.ServiceAccountSpec",
12157
+ id: 1
12158
+ },
12159
+ asyncOperationId: {
12160
+ type: "string",
12161
+ id: 2
12162
+ }
12163
+ }
12164
+ },
12165
+ CreateServiceAccountResponse: {
12166
+ fields: {
12167
+ serviceAccountId: {
12168
+ type: "string",
12169
+ id: 1
12170
+ },
12171
+ asyncOperation: {
12172
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
12173
+ id: 2
12174
+ }
12175
+ }
12176
+ },
12177
+ GetServiceAccountRequest: {
12178
+ fields: {
12179
+ serviceAccountId: {
12180
+ type: "string",
12181
+ id: 1
12182
+ }
12183
+ }
12184
+ },
12185
+ GetServiceAccountResponse: {
12186
+ fields: {
12187
+ serviceAccount: {
12188
+ type: "temporal.api.cloud.identity.v1.ServiceAccount",
12189
+ id: 1
12190
+ }
12191
+ }
12192
+ },
12193
+ GetServiceAccountsRequest: {
12194
+ fields: {
12195
+ pageSize: {
12196
+ type: "int32",
12197
+ id: 1
12198
+ },
12199
+ pageToken: {
12200
+ type: "string",
12201
+ id: 2
12202
+ }
12203
+ }
12204
+ },
12205
+ GetServiceAccountsResponse: {
12206
+ fields: {
12207
+ serviceAccount: {
12208
+ rule: "repeated",
12209
+ type: "temporal.api.cloud.identity.v1.ServiceAccount",
12210
+ id: 1
12211
+ },
12212
+ nextPageToken: {
12213
+ type: "string",
12214
+ id: 2
12215
+ }
12216
+ }
12217
+ },
12218
+ UpdateServiceAccountRequest: {
12219
+ fields: {
12220
+ serviceAccountId: {
12221
+ type: "string",
12222
+ id: 1
12223
+ },
12224
+ spec: {
12225
+ type: "temporal.api.cloud.identity.v1.ServiceAccountSpec",
12226
+ id: 2
12227
+ },
12228
+ resourceVersion: {
12229
+ type: "string",
12230
+ id: 3
12231
+ },
12232
+ asyncOperationId: {
12233
+ type: "string",
12234
+ id: 4
12235
+ }
12236
+ }
12237
+ },
12238
+ UpdateServiceAccountResponse: {
12239
+ fields: {
12240
+ asyncOperation: {
12241
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
12242
+ id: 1
12243
+ }
12244
+ }
12245
+ },
12246
+ DeleteServiceAccountRequest: {
12247
+ fields: {
12248
+ serviceAccountId: {
12249
+ type: "string",
12250
+ id: 1
12251
+ },
12252
+ resourceVersion: {
12253
+ type: "string",
12254
+ id: 2
12255
+ },
12256
+ asyncOperationId: {
12257
+ type: "string",
12258
+ id: 3
12259
+ }
12260
+ }
12261
+ },
12262
+ DeleteServiceAccountResponse: {
12263
+ fields: {
12264
+ asyncOperation: {
12265
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
12266
+ id: 1
12267
+ }
12268
+ }
12269
+ }
12270
+ }
12271
+ }
12272
+ }
12273
+ },
12274
+ operation: {
12275
+ nested: {
12276
+ v1: {
12277
+ options: {
12278
+ go_package: "go.temporal.io/api/cloud/operation/v1;operation",
12279
+ java_package: "io.temporal.api.cloud.operation.v1",
12280
+ java_multiple_files: true,
12281
+ java_outer_classname: "MessageProto",
12282
+ ruby_package: "Temporalio::Api::Cloud::Operation::V1",
12283
+ csharp_namespace: "Temporalio.Api.Cloud.Operation.V1"
12284
+ },
12285
+ nested: {
12286
+ AsyncOperation: {
12287
+ fields: {
12288
+ id: {
12289
+ type: "string",
12290
+ id: 1
12291
+ },
12292
+ state: {
12293
+ type: "string",
12294
+ id: 2
12295
+ },
12296
+ checkDuration: {
12297
+ type: "google.protobuf.Duration",
12298
+ id: 3
12299
+ },
12300
+ operationType: {
12301
+ type: "string",
12302
+ id: 4
12303
+ },
12304
+ operationInput: {
12305
+ type: "google.protobuf.Any",
12306
+ id: 5
12307
+ },
12308
+ failureReason: {
12309
+ type: "string",
12310
+ id: 6
12311
+ },
12312
+ startedTime: {
12313
+ type: "google.protobuf.Timestamp",
12314
+ id: 7
12315
+ },
12316
+ finishedTime: {
12317
+ type: "google.protobuf.Timestamp",
12318
+ id: 8
12319
+ }
12320
+ }
12321
+ }
12322
+ }
12323
+ }
12324
+ }
12325
+ },
12326
+ identity: {
12327
+ nested: {
12328
+ v1: {
12329
+ options: {
12330
+ go_package: "go.temporal.io/api/cloud/identity/v1;identity",
12331
+ java_package: "io.temporal.api.cloud.identity.v1",
12332
+ java_multiple_files: true,
12333
+ java_outer_classname: "MessageProto",
12334
+ ruby_package: "Temporalio::Api::Cloud::Identity::V1",
12335
+ csharp_namespace: "Temporalio.Api.Cloud.Identity.V1"
12336
+ },
12337
+ nested: {
12338
+ AccountAccess: {
12339
+ fields: {
12340
+ role: {
12341
+ type: "string",
12342
+ id: 1
12343
+ }
12344
+ }
12345
+ },
12346
+ NamespaceAccess: {
12347
+ fields: {
12348
+ permission: {
12349
+ type: "string",
12350
+ id: 1
12351
+ }
12352
+ }
12353
+ },
12354
+ Access: {
12355
+ fields: {
12356
+ accountAccess: {
12357
+ type: "AccountAccess",
12358
+ id: 1
12359
+ },
12360
+ namespaceAccesses: {
12361
+ keyType: "string",
12362
+ type: "NamespaceAccess",
12363
+ id: 2
12364
+ }
12365
+ }
12366
+ },
12367
+ UserSpec: {
12368
+ fields: {
12369
+ email: {
12370
+ type: "string",
12371
+ id: 1
12372
+ },
12373
+ access: {
12374
+ type: "Access",
12375
+ id: 2
12376
+ }
12377
+ }
12378
+ },
12379
+ Invitation: {
12380
+ fields: {
12381
+ createdTime: {
12382
+ type: "google.protobuf.Timestamp",
12383
+ id: 1
12384
+ },
12385
+ expiredTime: {
12386
+ type: "google.protobuf.Timestamp",
12387
+ id: 2
12388
+ }
12389
+ }
12390
+ },
12391
+ User: {
12392
+ fields: {
12393
+ id: {
12394
+ type: "string",
12395
+ id: 1
12396
+ },
12397
+ resourceVersion: {
12398
+ type: "string",
12399
+ id: 2
12400
+ },
12401
+ spec: {
12402
+ type: "UserSpec",
12403
+ id: 3
12404
+ },
12405
+ state: {
12406
+ type: "string",
12407
+ id: 4
12408
+ },
12409
+ asyncOperationId: {
12410
+ type: "string",
12411
+ id: 5
12412
+ },
12413
+ invitation: {
12414
+ type: "Invitation",
12415
+ id: 6
12416
+ },
12417
+ createdTime: {
12418
+ type: "google.protobuf.Timestamp",
12419
+ id: 7
12420
+ },
12421
+ lastModifiedTime: {
12422
+ type: "google.protobuf.Timestamp",
12423
+ id: 8
12424
+ }
12425
+ }
12426
+ },
12427
+ UserGroupSpec: {
12428
+ fields: {
12429
+ name: {
12430
+ type: "string",
12431
+ id: 1
12432
+ },
12433
+ access: {
12434
+ type: "Access",
12435
+ id: 2
12436
+ }
12437
+ }
12438
+ },
12439
+ UserGroup: {
12440
+ fields: {
12441
+ id: {
12442
+ type: "string",
12443
+ id: 1
12444
+ },
12445
+ resourceVersion: {
12446
+ type: "string",
12447
+ id: 2
12448
+ },
12449
+ spec: {
12450
+ type: "UserGroupSpec",
12451
+ id: 3
12452
+ },
12453
+ state: {
12454
+ type: "string",
12455
+ id: 4
12456
+ },
12457
+ asyncOperationId: {
12458
+ type: "string",
12459
+ id: 5
12460
+ },
12461
+ createdTime: {
12462
+ type: "google.protobuf.Timestamp",
12463
+ id: 6
12464
+ },
12465
+ lastModifiedTime: {
12466
+ type: "google.protobuf.Timestamp",
12467
+ id: 7
12468
+ }
12469
+ }
12470
+ },
12471
+ ServiceAccount: {
12472
+ fields: {
12473
+ id: {
12474
+ type: "string",
12475
+ id: 1
12476
+ },
12477
+ resourceVersion: {
12478
+ type: "string",
12479
+ id: 2
12480
+ },
12481
+ spec: {
12482
+ type: "ServiceAccountSpec",
12483
+ id: 3
12484
+ },
12485
+ state: {
12486
+ type: "string",
12487
+ id: 4
12488
+ },
12489
+ asyncOperationId: {
12490
+ type: "string",
12491
+ id: 5
12492
+ },
12493
+ createdTime: {
12494
+ type: "google.protobuf.Timestamp",
12495
+ id: 6
12496
+ },
12497
+ lastModifiedTime: {
12498
+ type: "google.protobuf.Timestamp",
12499
+ id: 7
12500
+ }
12501
+ }
12502
+ },
12503
+ ServiceAccountSpec: {
12504
+ fields: {
12505
+ name: {
12506
+ type: "string",
12507
+ id: 1
12508
+ },
12509
+ access: {
12510
+ type: "Access",
12511
+ id: 2
12512
+ },
12513
+ description: {
12514
+ type: "string",
12515
+ id: 3
12516
+ }
12517
+ }
12518
+ },
12519
+ ApiKey: {
12520
+ fields: {
12521
+ id: {
12522
+ type: "string",
12523
+ id: 1
12524
+ },
12525
+ resourceVersion: {
12526
+ type: "string",
12527
+ id: 2
12528
+ },
12529
+ spec: {
12530
+ type: "ApiKeySpec",
12531
+ id: 3
12532
+ },
12533
+ state: {
12534
+ type: "string",
12535
+ id: 4
12536
+ },
12537
+ asyncOperationId: {
12538
+ type: "string",
12539
+ id: 5
12540
+ },
12541
+ createdTime: {
12542
+ type: "google.protobuf.Timestamp",
12543
+ id: 6
12544
+ },
12545
+ lastModifiedTime: {
12546
+ type: "google.protobuf.Timestamp",
12547
+ id: 7
12548
+ }
12549
+ }
12550
+ },
12551
+ ApiKeySpec: {
12552
+ fields: {
12553
+ ownerId: {
12554
+ type: "string",
12555
+ id: 1
12556
+ },
12557
+ ownerType: {
12558
+ type: "string",
12559
+ id: 2
12560
+ },
12561
+ displayName: {
12562
+ type: "string",
12563
+ id: 3
12564
+ },
12565
+ description: {
12566
+ type: "string",
12567
+ id: 4
12568
+ },
12569
+ expiryTime: {
12570
+ type: "google.protobuf.Timestamp",
12571
+ id: 5
12572
+ },
12573
+ disabled: {
12574
+ type: "bool",
12575
+ id: 6
12576
+ }
12577
+ }
12578
+ }
12579
+ }
12580
+ }
12581
+ }
12582
+ },
12583
+ namespace: {
12584
+ nested: {
12585
+ v1: {
12586
+ options: {
12587
+ go_package: "go.temporal.io/api/cloud/namespace/v1;namespace",
12588
+ java_package: "io.temporal.api.cloud.namespace.v1",
12589
+ java_multiple_files: true,
12590
+ java_outer_classname: "MessageProto",
12591
+ ruby_package: "Temporalio::Api::Cloud::Namespace::V1",
12592
+ csharp_namespace: "Temporalio.Api.Cloud.Namespace.V1"
12593
+ },
12594
+ nested: {
12595
+ CertificateFilterSpec: {
12596
+ fields: {
12597
+ commonName: {
12598
+ type: "string",
12599
+ id: 1
12600
+ },
12601
+ organization: {
12602
+ type: "string",
12603
+ id: 2
12604
+ },
12605
+ organizationalUnit: {
12606
+ type: "string",
12607
+ id: 3
12608
+ },
12609
+ subjectAlternativeName: {
12610
+ type: "string",
12611
+ id: 4
12612
+ }
12613
+ }
12614
+ },
12615
+ MtlsAuthSpec: {
12616
+ fields: {
12617
+ acceptedClientCa: {
12618
+ type: "string",
12619
+ id: 1
12620
+ },
12621
+ certificateFilters: {
12622
+ rule: "repeated",
12623
+ type: "CertificateFilterSpec",
12624
+ id: 2
12625
+ },
12626
+ enabled: {
12627
+ type: "bool",
12628
+ id: 3
12629
+ }
12630
+ }
12631
+ },
12632
+ ApiKeyAuthSpec: {
12633
+ fields: {
12634
+ enabled: {
12635
+ type: "bool",
12636
+ id: 1
12637
+ }
12638
+ }
12639
+ },
12640
+ CodecServerSpec: {
12641
+ fields: {
12642
+ endpoint: {
12643
+ type: "string",
12644
+ id: 1
12645
+ },
12646
+ passAccessToken: {
12647
+ type: "bool",
12648
+ id: 2
12649
+ },
12650
+ includeCrossOriginCredentials: {
12651
+ type: "bool",
12652
+ id: 3
12653
+ }
12654
+ }
12655
+ },
12656
+ NamespaceSpec: {
12657
+ fields: {
12658
+ name: {
12659
+ type: "string",
12660
+ id: 1
12661
+ },
12662
+ regions: {
12663
+ rule: "repeated",
12664
+ type: "string",
12665
+ id: 2
12666
+ },
12667
+ retentionDays: {
12668
+ type: "int32",
12669
+ id: 3
12670
+ },
12671
+ mtlsAuth: {
12672
+ type: "MtlsAuthSpec",
12673
+ id: 4
12674
+ },
12675
+ apiKeyAuth: {
12676
+ type: "ApiKeyAuthSpec",
12677
+ id: 7
12678
+ },
12679
+ customSearchAttributes: {
12680
+ keyType: "string",
12681
+ type: "string",
12682
+ id: 5
12683
+ },
12684
+ codecServer: {
12685
+ type: "CodecServerSpec",
12686
+ id: 6
12687
+ }
12688
+ }
12689
+ },
12690
+ Endpoints: {
12691
+ fields: {
12692
+ webAddress: {
12693
+ type: "string",
12694
+ id: 1
12695
+ },
12696
+ mtlsGrpcAddress: {
12697
+ type: "string",
12698
+ id: 2
12699
+ },
12700
+ grpcAddress: {
12701
+ type: "string",
12702
+ id: 3
12703
+ }
12704
+ }
12705
+ },
12706
+ Limits: {
12707
+ fields: {
12708
+ actionsPerSecondLimit: {
12709
+ type: "int32",
12710
+ id: 1
12711
+ }
12712
+ }
12713
+ },
12714
+ AWSPrivateLinkInfo: {
12715
+ fields: {
12716
+ allowedPrincipalArns: {
12717
+ rule: "repeated",
12718
+ type: "string",
12719
+ id: 1
12720
+ },
12721
+ vpcEndpointServiceNames: {
12722
+ rule: "repeated",
12723
+ type: "string",
12724
+ id: 2
12725
+ }
12726
+ }
12727
+ },
12728
+ PrivateConnectivity: {
12729
+ fields: {
12730
+ region: {
12731
+ type: "string",
12732
+ id: 1
12733
+ },
12734
+ awsPrivateLink: {
12735
+ type: "AWSPrivateLinkInfo",
12736
+ id: 2
12737
+ }
12738
+ }
12739
+ },
12740
+ Namespace: {
12741
+ fields: {
12742
+ namespace: {
12743
+ type: "string",
12744
+ id: 1
12745
+ },
12746
+ resourceVersion: {
12747
+ type: "string",
12748
+ id: 2
12749
+ },
12750
+ spec: {
12751
+ type: "NamespaceSpec",
12752
+ id: 3
12753
+ },
12754
+ state: {
12755
+ type: "string",
12756
+ id: 4
12757
+ },
12758
+ asyncOperationId: {
12759
+ type: "string",
12760
+ id: 5
12761
+ },
12762
+ endpoints: {
12763
+ type: "Endpoints",
12764
+ id: 6
12765
+ },
12766
+ activeRegion: {
12767
+ type: "string",
12768
+ id: 7
12769
+ },
12770
+ limits: {
12771
+ type: "Limits",
12772
+ id: 8
12773
+ },
12774
+ privateConnectivities: {
12775
+ rule: "repeated",
12776
+ type: "PrivateConnectivity",
12777
+ id: 9
12778
+ },
12779
+ createdTime: {
12780
+ type: "google.protobuf.Timestamp",
12781
+ id: 10
12782
+ },
12783
+ lastModifiedTime: {
12784
+ type: "google.protobuf.Timestamp",
12785
+ id: 11
12786
+ },
12787
+ regionStatus: {
12788
+ keyType: "string",
12789
+ type: "NamespaceRegionStatus",
12790
+ id: 12
12791
+ }
12792
+ }
12793
+ },
12794
+ NamespaceRegionStatus: {
12795
+ fields: {
12796
+ state: {
12797
+ type: "string",
12798
+ id: 1
12799
+ },
12800
+ asyncOperationId: {
12801
+ type: "string",
12802
+ id: 2
12803
+ }
12804
+ }
12805
+ }
12806
+ }
12807
+ }
12808
+ }
12809
+ },
12810
+ region: {
12811
+ nested: {
12812
+ v1: {
12813
+ options: {
12814
+ go_package: "go.temporal.io/api/cloud/region/v1;region",
12815
+ java_package: "io.temporal.api.cloud.region.v1",
12816
+ java_multiple_files: true,
12817
+ java_outer_classname: "MessageProto",
12818
+ ruby_package: "Temporalio::Api::Cloud::Region::V1",
12819
+ csharp_namespace: "Temporalio.Api.Cloud.Region.V1"
12820
+ },
12821
+ nested: {
12822
+ Region: {
12823
+ fields: {
12824
+ id: {
12825
+ type: "string",
12826
+ id: 1
12827
+ },
12828
+ cloudProvider: {
12829
+ type: "string",
12830
+ id: 2
12831
+ },
12832
+ cloudProviderRegion: {
12833
+ type: "string",
12834
+ id: 3
12835
+ },
12836
+ location: {
12837
+ type: "string",
12838
+ id: 4
12839
+ }
12840
+ }
12841
+ }
12842
+ }
12843
+ }
12844
+ }
12845
+ }
12846
+ }
12847
+ },
10951
12848
  errordetails: {
10952
12849
  nested: {
10953
12850
  v1: {