@google-cloud/dms 2.2.1 → 2.2.2

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.
@@ -1,3367 +1 @@
1
- {
2
- "nested": {
3
- "google": {
4
- "nested": {
5
- "cloud": {
6
- "nested": {
7
- "clouddms": {
8
- "nested": {
9
- "v1": {
10
- "options": {
11
- "csharp_namespace": "Google.Cloud.CloudDms.V1",
12
- "go_package": "cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb",
13
- "java_multiple_files": true,
14
- "java_outer_classname": "ClouddmsResourcesProto",
15
- "java_package": "com.google.cloud.clouddms.v1",
16
- "php_namespace": "Google\\Cloud\\CloudDms\\V1",
17
- "ruby_package": "Google::Cloud::CloudDMS::V1"
18
- },
19
- "nested": {
20
- "DataMigrationService": {
21
- "options": {
22
- "(google.api.default_host)": "datamigration.googleapis.com",
23
- "(google.api.oauth_scopes)": "https://www.googleapis.com/auth/cloud-platform"
24
- },
25
- "methods": {
26
- "ListMigrationJobs": {
27
- "requestType": "ListMigrationJobsRequest",
28
- "responseType": "ListMigrationJobsResponse",
29
- "options": {
30
- "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/migrationJobs",
31
- "(google.api.method_signature)": "parent"
32
- },
33
- "parsedOptions": [
34
- {
35
- "(google.api.http)": {
36
- "get": "/v1/{parent=projects/*/locations/*}/migrationJobs"
37
- }
38
- },
39
- {
40
- "(google.api.method_signature)": "parent"
41
- }
42
- ]
43
- },
44
- "GetMigrationJob": {
45
- "requestType": "GetMigrationJobRequest",
46
- "responseType": "MigrationJob",
47
- "options": {
48
- "(google.api.http).get": "/v1/{name=projects/*/locations/*/migrationJobs/*}",
49
- "(google.api.method_signature)": "name"
50
- },
51
- "parsedOptions": [
52
- {
53
- "(google.api.http)": {
54
- "get": "/v1/{name=projects/*/locations/*/migrationJobs/*}"
55
- }
56
- },
57
- {
58
- "(google.api.method_signature)": "name"
59
- }
60
- ]
61
- },
62
- "CreateMigrationJob": {
63
- "requestType": "CreateMigrationJobRequest",
64
- "responseType": "google.longrunning.Operation",
65
- "options": {
66
- "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/migrationJobs",
67
- "(google.api.http).body": "migration_job",
68
- "(google.api.method_signature)": "parent,migration_job,migration_job_id",
69
- "(google.longrunning.operation_info).response_type": "MigrationJob",
70
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
71
- },
72
- "parsedOptions": [
73
- {
74
- "(google.api.http)": {
75
- "post": "/v1/{parent=projects/*/locations/*}/migrationJobs",
76
- "body": "migration_job"
77
- }
78
- },
79
- {
80
- "(google.api.method_signature)": "parent,migration_job,migration_job_id"
81
- },
82
- {
83
- "(google.longrunning.operation_info)": {
84
- "response_type": "MigrationJob",
85
- "metadata_type": "OperationMetadata"
86
- }
87
- }
88
- ]
89
- },
90
- "UpdateMigrationJob": {
91
- "requestType": "UpdateMigrationJobRequest",
92
- "responseType": "google.longrunning.Operation",
93
- "options": {
94
- "(google.api.http).patch": "/v1/{migration_job.name=projects/*/locations/*/migrationJobs/*}",
95
- "(google.api.http).body": "migration_job",
96
- "(google.api.method_signature)": "migration_job,update_mask",
97
- "(google.longrunning.operation_info).response_type": "MigrationJob",
98
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
99
- },
100
- "parsedOptions": [
101
- {
102
- "(google.api.http)": {
103
- "patch": "/v1/{migration_job.name=projects/*/locations/*/migrationJobs/*}",
104
- "body": "migration_job"
105
- }
106
- },
107
- {
108
- "(google.api.method_signature)": "migration_job,update_mask"
109
- },
110
- {
111
- "(google.longrunning.operation_info)": {
112
- "response_type": "MigrationJob",
113
- "metadata_type": "OperationMetadata"
114
- }
115
- }
116
- ]
117
- },
118
- "DeleteMigrationJob": {
119
- "requestType": "DeleteMigrationJobRequest",
120
- "responseType": "google.longrunning.Operation",
121
- "options": {
122
- "(google.api.http).delete": "/v1/{name=projects/*/locations/*/migrationJobs/*}",
123
- "(google.api.method_signature)": "name",
124
- "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
125
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
126
- },
127
- "parsedOptions": [
128
- {
129
- "(google.api.http)": {
130
- "delete": "/v1/{name=projects/*/locations/*/migrationJobs/*}"
131
- }
132
- },
133
- {
134
- "(google.api.method_signature)": "name"
135
- },
136
- {
137
- "(google.longrunning.operation_info)": {
138
- "response_type": "google.protobuf.Empty",
139
- "metadata_type": "OperationMetadata"
140
- }
141
- }
142
- ]
143
- },
144
- "StartMigrationJob": {
145
- "requestType": "StartMigrationJobRequest",
146
- "responseType": "google.longrunning.Operation",
147
- "options": {
148
- "(google.api.http).post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:start",
149
- "(google.api.http).body": "*",
150
- "(google.longrunning.operation_info).response_type": "MigrationJob",
151
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
152
- },
153
- "parsedOptions": [
154
- {
155
- "(google.api.http)": {
156
- "post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:start",
157
- "body": "*"
158
- }
159
- },
160
- {
161
- "(google.longrunning.operation_info)": {
162
- "response_type": "MigrationJob",
163
- "metadata_type": "OperationMetadata"
164
- }
165
- }
166
- ]
167
- },
168
- "StopMigrationJob": {
169
- "requestType": "StopMigrationJobRequest",
170
- "responseType": "google.longrunning.Operation",
171
- "options": {
172
- "(google.api.http).post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:stop",
173
- "(google.api.http).body": "*",
174
- "(google.longrunning.operation_info).response_type": "MigrationJob",
175
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
176
- },
177
- "parsedOptions": [
178
- {
179
- "(google.api.http)": {
180
- "post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:stop",
181
- "body": "*"
182
- }
183
- },
184
- {
185
- "(google.longrunning.operation_info)": {
186
- "response_type": "MigrationJob",
187
- "metadata_type": "OperationMetadata"
188
- }
189
- }
190
- ]
191
- },
192
- "ResumeMigrationJob": {
193
- "requestType": "ResumeMigrationJobRequest",
194
- "responseType": "google.longrunning.Operation",
195
- "options": {
196
- "(google.api.http).post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:resume",
197
- "(google.api.http).body": "*",
198
- "(google.longrunning.operation_info).response_type": "MigrationJob",
199
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
200
- },
201
- "parsedOptions": [
202
- {
203
- "(google.api.http)": {
204
- "post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:resume",
205
- "body": "*"
206
- }
207
- },
208
- {
209
- "(google.longrunning.operation_info)": {
210
- "response_type": "MigrationJob",
211
- "metadata_type": "OperationMetadata"
212
- }
213
- }
214
- ]
215
- },
216
- "PromoteMigrationJob": {
217
- "requestType": "PromoteMigrationJobRequest",
218
- "responseType": "google.longrunning.Operation",
219
- "options": {
220
- "(google.api.http).post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:promote",
221
- "(google.api.http).body": "*",
222
- "(google.longrunning.operation_info).response_type": "MigrationJob",
223
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
224
- },
225
- "parsedOptions": [
226
- {
227
- "(google.api.http)": {
228
- "post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:promote",
229
- "body": "*"
230
- }
231
- },
232
- {
233
- "(google.longrunning.operation_info)": {
234
- "response_type": "MigrationJob",
235
- "metadata_type": "OperationMetadata"
236
- }
237
- }
238
- ]
239
- },
240
- "VerifyMigrationJob": {
241
- "requestType": "VerifyMigrationJobRequest",
242
- "responseType": "google.longrunning.Operation",
243
- "options": {
244
- "(google.api.http).post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:verify",
245
- "(google.api.http).body": "*",
246
- "(google.longrunning.operation_info).response_type": "MigrationJob",
247
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
248
- },
249
- "parsedOptions": [
250
- {
251
- "(google.api.http)": {
252
- "post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:verify",
253
- "body": "*"
254
- }
255
- },
256
- {
257
- "(google.longrunning.operation_info)": {
258
- "response_type": "MigrationJob",
259
- "metadata_type": "OperationMetadata"
260
- }
261
- }
262
- ]
263
- },
264
- "RestartMigrationJob": {
265
- "requestType": "RestartMigrationJobRequest",
266
- "responseType": "google.longrunning.Operation",
267
- "options": {
268
- "(google.api.http).post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:restart",
269
- "(google.api.http).body": "*",
270
- "(google.longrunning.operation_info).response_type": "MigrationJob",
271
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
272
- },
273
- "parsedOptions": [
274
- {
275
- "(google.api.http)": {
276
- "post": "/v1/{name=projects/*/locations/*/migrationJobs/*}:restart",
277
- "body": "*"
278
- }
279
- },
280
- {
281
- "(google.longrunning.operation_info)": {
282
- "response_type": "MigrationJob",
283
- "metadata_type": "OperationMetadata"
284
- }
285
- }
286
- ]
287
- },
288
- "GenerateSshScript": {
289
- "requestType": "GenerateSshScriptRequest",
290
- "responseType": "SshScript",
291
- "options": {
292
- "(google.api.http).post": "/v1/{migration_job=projects/*/locations/*/migrationJobs/*}:generateSshScript",
293
- "(google.api.http).body": "*"
294
- },
295
- "parsedOptions": [
296
- {
297
- "(google.api.http)": {
298
- "post": "/v1/{migration_job=projects/*/locations/*/migrationJobs/*}:generateSshScript",
299
- "body": "*"
300
- }
301
- }
302
- ]
303
- },
304
- "ListConnectionProfiles": {
305
- "requestType": "ListConnectionProfilesRequest",
306
- "responseType": "ListConnectionProfilesResponse",
307
- "options": {
308
- "(google.api.http).get": "/v1/{parent=projects/*/locations/*}/connectionProfiles",
309
- "(google.api.method_signature)": "parent"
310
- },
311
- "parsedOptions": [
312
- {
313
- "(google.api.http)": {
314
- "get": "/v1/{parent=projects/*/locations/*}/connectionProfiles"
315
- }
316
- },
317
- {
318
- "(google.api.method_signature)": "parent"
319
- }
320
- ]
321
- },
322
- "GetConnectionProfile": {
323
- "requestType": "GetConnectionProfileRequest",
324
- "responseType": "ConnectionProfile",
325
- "options": {
326
- "(google.api.http).get": "/v1/{name=projects/*/locations/*/connectionProfiles/*}",
327
- "(google.api.method_signature)": "name"
328
- },
329
- "parsedOptions": [
330
- {
331
- "(google.api.http)": {
332
- "get": "/v1/{name=projects/*/locations/*/connectionProfiles/*}"
333
- }
334
- },
335
- {
336
- "(google.api.method_signature)": "name"
337
- }
338
- ]
339
- },
340
- "CreateConnectionProfile": {
341
- "requestType": "CreateConnectionProfileRequest",
342
- "responseType": "google.longrunning.Operation",
343
- "options": {
344
- "(google.api.http).post": "/v1/{parent=projects/*/locations/*}/connectionProfiles",
345
- "(google.api.http).body": "connection_profile",
346
- "(google.api.method_signature)": "parent,connection_profile,connection_profile_id",
347
- "(google.longrunning.operation_info).response_type": "ConnectionProfile",
348
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
349
- },
350
- "parsedOptions": [
351
- {
352
- "(google.api.http)": {
353
- "post": "/v1/{parent=projects/*/locations/*}/connectionProfiles",
354
- "body": "connection_profile"
355
- }
356
- },
357
- {
358
- "(google.api.method_signature)": "parent,connection_profile,connection_profile_id"
359
- },
360
- {
361
- "(google.longrunning.operation_info)": {
362
- "response_type": "ConnectionProfile",
363
- "metadata_type": "OperationMetadata"
364
- }
365
- }
366
- ]
367
- },
368
- "UpdateConnectionProfile": {
369
- "requestType": "UpdateConnectionProfileRequest",
370
- "responseType": "google.longrunning.Operation",
371
- "options": {
372
- "(google.api.http).patch": "/v1/{connection_profile.name=projects/*/locations/*/connectionProfiles/*}",
373
- "(google.api.http).body": "connection_profile",
374
- "(google.api.method_signature)": "connection_profile,update_mask",
375
- "(google.longrunning.operation_info).response_type": "ConnectionProfile",
376
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
377
- },
378
- "parsedOptions": [
379
- {
380
- "(google.api.http)": {
381
- "patch": "/v1/{connection_profile.name=projects/*/locations/*/connectionProfiles/*}",
382
- "body": "connection_profile"
383
- }
384
- },
385
- {
386
- "(google.api.method_signature)": "connection_profile,update_mask"
387
- },
388
- {
389
- "(google.longrunning.operation_info)": {
390
- "response_type": "ConnectionProfile",
391
- "metadata_type": "OperationMetadata"
392
- }
393
- }
394
- ]
395
- },
396
- "DeleteConnectionProfile": {
397
- "requestType": "DeleteConnectionProfileRequest",
398
- "responseType": "google.longrunning.Operation",
399
- "options": {
400
- "(google.api.http).delete": "/v1/{name=projects/*/locations/*/connectionProfiles/*}",
401
- "(google.api.method_signature)": "name",
402
- "(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
403
- "(google.longrunning.operation_info).metadata_type": "OperationMetadata"
404
- },
405
- "parsedOptions": [
406
- {
407
- "(google.api.http)": {
408
- "delete": "/v1/{name=projects/*/locations/*/connectionProfiles/*}"
409
- }
410
- },
411
- {
412
- "(google.api.method_signature)": "name"
413
- },
414
- {
415
- "(google.longrunning.operation_info)": {
416
- "response_type": "google.protobuf.Empty",
417
- "metadata_type": "OperationMetadata"
418
- }
419
- }
420
- ]
421
- }
422
- }
423
- },
424
- "ListMigrationJobsRequest": {
425
- "fields": {
426
- "parent": {
427
- "type": "string",
428
- "id": 1,
429
- "options": {
430
- "(google.api.field_behavior)": "REQUIRED",
431
- "(google.api.resource_reference).child_type": "datamigration.googleapis.com/MigrationJob"
432
- }
433
- },
434
- "pageSize": {
435
- "type": "int32",
436
- "id": 2
437
- },
438
- "pageToken": {
439
- "type": "string",
440
- "id": 3
441
- },
442
- "filter": {
443
- "type": "string",
444
- "id": 4
445
- },
446
- "orderBy": {
447
- "type": "string",
448
- "id": 5
449
- }
450
- }
451
- },
452
- "ListMigrationJobsResponse": {
453
- "fields": {
454
- "migrationJobs": {
455
- "rule": "repeated",
456
- "type": "MigrationJob",
457
- "id": 1
458
- },
459
- "nextPageToken": {
460
- "type": "string",
461
- "id": 2
462
- },
463
- "unreachable": {
464
- "rule": "repeated",
465
- "type": "string",
466
- "id": 3
467
- }
468
- }
469
- },
470
- "GetMigrationJobRequest": {
471
- "fields": {
472
- "name": {
473
- "type": "string",
474
- "id": 1,
475
- "options": {
476
- "(google.api.field_behavior)": "REQUIRED",
477
- "(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
478
- }
479
- }
480
- }
481
- },
482
- "CreateMigrationJobRequest": {
483
- "fields": {
484
- "parent": {
485
- "type": "string",
486
- "id": 1,
487
- "options": {
488
- "(google.api.field_behavior)": "REQUIRED",
489
- "(google.api.resource_reference).child_type": "datamigration.googleapis.com/MigrationJob"
490
- }
491
- },
492
- "migrationJobId": {
493
- "type": "string",
494
- "id": 2,
495
- "options": {
496
- "(google.api.field_behavior)": "REQUIRED"
497
- }
498
- },
499
- "migrationJob": {
500
- "type": "MigrationJob",
501
- "id": 3,
502
- "options": {
503
- "(google.api.field_behavior)": "REQUIRED"
504
- }
505
- },
506
- "requestId": {
507
- "type": "string",
508
- "id": 4
509
- }
510
- }
511
- },
512
- "UpdateMigrationJobRequest": {
513
- "fields": {
514
- "updateMask": {
515
- "type": "google.protobuf.FieldMask",
516
- "id": 1,
517
- "options": {
518
- "(google.api.field_behavior)": "REQUIRED"
519
- }
520
- },
521
- "migrationJob": {
522
- "type": "MigrationJob",
523
- "id": 2,
524
- "options": {
525
- "(google.api.field_behavior)": "REQUIRED"
526
- }
527
- },
528
- "requestId": {
529
- "type": "string",
530
- "id": 3
531
- }
532
- }
533
- },
534
- "DeleteMigrationJobRequest": {
535
- "fields": {
536
- "name": {
537
- "type": "string",
538
- "id": 1,
539
- "options": {
540
- "(google.api.field_behavior)": "REQUIRED",
541
- "(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
542
- }
543
- },
544
- "requestId": {
545
- "type": "string",
546
- "id": 2
547
- },
548
- "force": {
549
- "type": "bool",
550
- "id": 3
551
- }
552
- }
553
- },
554
- "StartMigrationJobRequest": {
555
- "fields": {
556
- "name": {
557
- "type": "string",
558
- "id": 1,
559
- "options": {
560
- "(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
561
- }
562
- }
563
- }
564
- },
565
- "StopMigrationJobRequest": {
566
- "fields": {
567
- "name": {
568
- "type": "string",
569
- "id": 1,
570
- "options": {
571
- "(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
572
- }
573
- }
574
- }
575
- },
576
- "ResumeMigrationJobRequest": {
577
- "fields": {
578
- "name": {
579
- "type": "string",
580
- "id": 1,
581
- "options": {
582
- "(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
583
- }
584
- }
585
- }
586
- },
587
- "PromoteMigrationJobRequest": {
588
- "fields": {
589
- "name": {
590
- "type": "string",
591
- "id": 1,
592
- "options": {
593
- "(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
594
- }
595
- }
596
- }
597
- },
598
- "VerifyMigrationJobRequest": {
599
- "fields": {
600
- "name": {
601
- "type": "string",
602
- "id": 1,
603
- "options": {
604
- "(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
605
- }
606
- }
607
- }
608
- },
609
- "RestartMigrationJobRequest": {
610
- "fields": {
611
- "name": {
612
- "type": "string",
613
- "id": 1,
614
- "options": {
615
- "(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
616
- }
617
- }
618
- }
619
- },
620
- "GenerateSshScriptRequest": {
621
- "oneofs": {
622
- "vmConfig": {
623
- "oneof": [
624
- "vmCreationConfig",
625
- "vmSelectionConfig"
626
- ]
627
- }
628
- },
629
- "fields": {
630
- "migrationJob": {
631
- "type": "string",
632
- "id": 1,
633
- "options": {
634
- "(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
635
- }
636
- },
637
- "vm": {
638
- "type": "string",
639
- "id": 2,
640
- "options": {
641
- "(google.api.field_behavior)": "REQUIRED"
642
- }
643
- },
644
- "vmCreationConfig": {
645
- "type": "VmCreationConfig",
646
- "id": 100
647
- },
648
- "vmSelectionConfig": {
649
- "type": "VmSelectionConfig",
650
- "id": 101
651
- },
652
- "vmPort": {
653
- "type": "int32",
654
- "id": 3
655
- }
656
- }
657
- },
658
- "VmCreationConfig": {
659
- "fields": {
660
- "vmMachineType": {
661
- "type": "string",
662
- "id": 1,
663
- "options": {
664
- "(google.api.field_behavior)": "REQUIRED"
665
- }
666
- },
667
- "vmZone": {
668
- "type": "string",
669
- "id": 2
670
- },
671
- "subnet": {
672
- "type": "string",
673
- "id": 3
674
- }
675
- }
676
- },
677
- "VmSelectionConfig": {
678
- "fields": {
679
- "vmZone": {
680
- "type": "string",
681
- "id": 1,
682
- "options": {
683
- "(google.api.field_behavior)": "REQUIRED"
684
- }
685
- }
686
- }
687
- },
688
- "SshScript": {
689
- "fields": {
690
- "script": {
691
- "type": "string",
692
- "id": 1
693
- }
694
- }
695
- },
696
- "ListConnectionProfilesRequest": {
697
- "fields": {
698
- "parent": {
699
- "type": "string",
700
- "id": 1,
701
- "options": {
702
- "(google.api.field_behavior)": "REQUIRED",
703
- "(google.api.resource_reference).child_type": "datamigration.googleapis.com/ConnectionProfile"
704
- }
705
- },
706
- "pageSize": {
707
- "type": "int32",
708
- "id": 2
709
- },
710
- "pageToken": {
711
- "type": "string",
712
- "id": 3
713
- },
714
- "filter": {
715
- "type": "string",
716
- "id": 4
717
- },
718
- "orderBy": {
719
- "type": "string",
720
- "id": 5
721
- }
722
- }
723
- },
724
- "ListConnectionProfilesResponse": {
725
- "fields": {
726
- "connectionProfiles": {
727
- "rule": "repeated",
728
- "type": "ConnectionProfile",
729
- "id": 1
730
- },
731
- "nextPageToken": {
732
- "type": "string",
733
- "id": 2
734
- },
735
- "unreachable": {
736
- "rule": "repeated",
737
- "type": "string",
738
- "id": 3
739
- }
740
- }
741
- },
742
- "GetConnectionProfileRequest": {
743
- "fields": {
744
- "name": {
745
- "type": "string",
746
- "id": 1,
747
- "options": {
748
- "(google.api.field_behavior)": "REQUIRED",
749
- "(google.api.resource_reference).type": "datamigration.googleapis.com/ConnectionProfile"
750
- }
751
- }
752
- }
753
- },
754
- "CreateConnectionProfileRequest": {
755
- "fields": {
756
- "parent": {
757
- "type": "string",
758
- "id": 1,
759
- "options": {
760
- "(google.api.field_behavior)": "REQUIRED",
761
- "(google.api.resource_reference).type": "datamigration.googleapis.com/ConnectionProfile"
762
- }
763
- },
764
- "connectionProfileId": {
765
- "type": "string",
766
- "id": 2,
767
- "options": {
768
- "(google.api.field_behavior)": "REQUIRED"
769
- }
770
- },
771
- "connectionProfile": {
772
- "type": "ConnectionProfile",
773
- "id": 3,
774
- "options": {
775
- "(google.api.field_behavior)": "REQUIRED"
776
- }
777
- },
778
- "requestId": {
779
- "type": "string",
780
- "id": 4
781
- }
782
- }
783
- },
784
- "UpdateConnectionProfileRequest": {
785
- "fields": {
786
- "updateMask": {
787
- "type": "google.protobuf.FieldMask",
788
- "id": 1,
789
- "options": {
790
- "(google.api.field_behavior)": "REQUIRED"
791
- }
792
- },
793
- "connectionProfile": {
794
- "type": "ConnectionProfile",
795
- "id": 2,
796
- "options": {
797
- "(google.api.field_behavior)": "REQUIRED"
798
- }
799
- },
800
- "requestId": {
801
- "type": "string",
802
- "id": 3
803
- }
804
- }
805
- },
806
- "DeleteConnectionProfileRequest": {
807
- "fields": {
808
- "name": {
809
- "type": "string",
810
- "id": 1,
811
- "options": {
812
- "(google.api.field_behavior)": "REQUIRED",
813
- "(google.api.resource_reference).type": "datamigration.googleapis.com/ConnectionProfile"
814
- }
815
- },
816
- "requestId": {
817
- "type": "string",
818
- "id": 2
819
- },
820
- "force": {
821
- "type": "bool",
822
- "id": 3
823
- }
824
- }
825
- },
826
- "OperationMetadata": {
827
- "fields": {
828
- "createTime": {
829
- "type": "google.protobuf.Timestamp",
830
- "id": 1,
831
- "options": {
832
- "(google.api.field_behavior)": "OUTPUT_ONLY"
833
- }
834
- },
835
- "endTime": {
836
- "type": "google.protobuf.Timestamp",
837
- "id": 2,
838
- "options": {
839
- "(google.api.field_behavior)": "OUTPUT_ONLY"
840
- }
841
- },
842
- "target": {
843
- "type": "string",
844
- "id": 3,
845
- "options": {
846
- "(google.api.field_behavior)": "OUTPUT_ONLY"
847
- }
848
- },
849
- "verb": {
850
- "type": "string",
851
- "id": 4,
852
- "options": {
853
- "(google.api.field_behavior)": "OUTPUT_ONLY"
854
- }
855
- },
856
- "statusMessage": {
857
- "type": "string",
858
- "id": 5,
859
- "options": {
860
- "(google.api.field_behavior)": "OUTPUT_ONLY"
861
- }
862
- },
863
- "requestedCancellation": {
864
- "type": "bool",
865
- "id": 6,
866
- "options": {
867
- "(google.api.field_behavior)": "OUTPUT_ONLY"
868
- }
869
- },
870
- "apiVersion": {
871
- "type": "string",
872
- "id": 7,
873
- "options": {
874
- "(google.api.field_behavior)": "OUTPUT_ONLY"
875
- }
876
- }
877
- }
878
- },
879
- "SslConfig": {
880
- "fields": {
881
- "type": {
882
- "type": "SslType",
883
- "id": 1,
884
- "options": {
885
- "(google.api.field_behavior)": "OUTPUT_ONLY"
886
- }
887
- },
888
- "clientKey": {
889
- "type": "string",
890
- "id": 2,
891
- "options": {
892
- "(google.api.field_behavior)": "INPUT_ONLY"
893
- }
894
- },
895
- "clientCertificate": {
896
- "type": "string",
897
- "id": 3,
898
- "options": {
899
- "(google.api.field_behavior)": "INPUT_ONLY"
900
- }
901
- },
902
- "caCertificate": {
903
- "type": "string",
904
- "id": 4,
905
- "options": {
906
- "(google.api.field_behavior)": "REQUIRED"
907
- }
908
- }
909
- },
910
- "nested": {
911
- "SslType": {
912
- "values": {
913
- "SSL_TYPE_UNSPECIFIED": 0,
914
- "SERVER_ONLY": 1,
915
- "SERVER_CLIENT": 2
916
- }
917
- }
918
- }
919
- },
920
- "MySqlConnectionProfile": {
921
- "fields": {
922
- "host": {
923
- "type": "string",
924
- "id": 1,
925
- "options": {
926
- "(google.api.field_behavior)": "REQUIRED"
927
- }
928
- },
929
- "port": {
930
- "type": "int32",
931
- "id": 2,
932
- "options": {
933
- "(google.api.field_behavior)": "REQUIRED"
934
- }
935
- },
936
- "username": {
937
- "type": "string",
938
- "id": 3,
939
- "options": {
940
- "(google.api.field_behavior)": "REQUIRED"
941
- }
942
- },
943
- "password": {
944
- "type": "string",
945
- "id": 4,
946
- "options": {
947
- "(google.api.field_behavior)": "REQUIRED"
948
- }
949
- },
950
- "passwordSet": {
951
- "type": "bool",
952
- "id": 5,
953
- "options": {
954
- "(google.api.field_behavior)": "OUTPUT_ONLY"
955
- }
956
- },
957
- "ssl": {
958
- "type": "SslConfig",
959
- "id": 6
960
- },
961
- "cloudSqlId": {
962
- "type": "string",
963
- "id": 7
964
- }
965
- }
966
- },
967
- "PostgreSqlConnectionProfile": {
968
- "fields": {
969
- "host": {
970
- "type": "string",
971
- "id": 1,
972
- "options": {
973
- "(google.api.field_behavior)": "REQUIRED"
974
- }
975
- },
976
- "port": {
977
- "type": "int32",
978
- "id": 2,
979
- "options": {
980
- "(google.api.field_behavior)": "REQUIRED"
981
- }
982
- },
983
- "username": {
984
- "type": "string",
985
- "id": 3,
986
- "options": {
987
- "(google.api.field_behavior)": "REQUIRED"
988
- }
989
- },
990
- "password": {
991
- "type": "string",
992
- "id": 4,
993
- "options": {
994
- "(google.api.field_behavior)": "REQUIRED"
995
- }
996
- },
997
- "passwordSet": {
998
- "type": "bool",
999
- "id": 5,
1000
- "options": {
1001
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1002
- }
1003
- },
1004
- "ssl": {
1005
- "type": "SslConfig",
1006
- "id": 6
1007
- },
1008
- "cloudSqlId": {
1009
- "type": "string",
1010
- "id": 7
1011
- }
1012
- }
1013
- },
1014
- "CloudSqlConnectionProfile": {
1015
- "fields": {
1016
- "cloudSqlId": {
1017
- "type": "string",
1018
- "id": 1,
1019
- "options": {
1020
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1021
- }
1022
- },
1023
- "settings": {
1024
- "type": "CloudSqlSettings",
1025
- "id": 2,
1026
- "options": {
1027
- "(google.api.field_behavior)": "IMMUTABLE"
1028
- }
1029
- },
1030
- "privateIp": {
1031
- "type": "string",
1032
- "id": 3,
1033
- "options": {
1034
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1035
- }
1036
- },
1037
- "publicIp": {
1038
- "type": "string",
1039
- "id": 4,
1040
- "options": {
1041
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1042
- }
1043
- }
1044
- }
1045
- },
1046
- "SqlAclEntry": {
1047
- "oneofs": {
1048
- "expiration": {
1049
- "oneof": [
1050
- "expireTime",
1051
- "ttl"
1052
- ]
1053
- }
1054
- },
1055
- "fields": {
1056
- "value": {
1057
- "type": "string",
1058
- "id": 1
1059
- },
1060
- "expireTime": {
1061
- "type": "google.protobuf.Timestamp",
1062
- "id": 10
1063
- },
1064
- "ttl": {
1065
- "type": "google.protobuf.Duration",
1066
- "id": 11,
1067
- "options": {
1068
- "(google.api.field_behavior)": "INPUT_ONLY"
1069
- }
1070
- },
1071
- "label": {
1072
- "type": "string",
1073
- "id": 3
1074
- }
1075
- }
1076
- },
1077
- "SqlIpConfig": {
1078
- "fields": {
1079
- "enableIpv4": {
1080
- "type": "google.protobuf.BoolValue",
1081
- "id": 1
1082
- },
1083
- "privateNetwork": {
1084
- "type": "string",
1085
- "id": 2
1086
- },
1087
- "requireSsl": {
1088
- "type": "google.protobuf.BoolValue",
1089
- "id": 3
1090
- },
1091
- "authorizedNetworks": {
1092
- "rule": "repeated",
1093
- "type": "SqlAclEntry",
1094
- "id": 4
1095
- }
1096
- }
1097
- },
1098
- "CloudSqlSettings": {
1099
- "fields": {
1100
- "databaseVersion": {
1101
- "type": "SqlDatabaseVersion",
1102
- "id": 1
1103
- },
1104
- "userLabels": {
1105
- "keyType": "string",
1106
- "type": "string",
1107
- "id": 2
1108
- },
1109
- "tier": {
1110
- "type": "string",
1111
- "id": 3
1112
- },
1113
- "storageAutoResizeLimit": {
1114
- "type": "google.protobuf.Int64Value",
1115
- "id": 4
1116
- },
1117
- "activationPolicy": {
1118
- "type": "SqlActivationPolicy",
1119
- "id": 5
1120
- },
1121
- "ipConfig": {
1122
- "type": "SqlIpConfig",
1123
- "id": 6
1124
- },
1125
- "autoStorageIncrease": {
1126
- "type": "google.protobuf.BoolValue",
1127
- "id": 7
1128
- },
1129
- "databaseFlags": {
1130
- "keyType": "string",
1131
- "type": "string",
1132
- "id": 8
1133
- },
1134
- "dataDiskType": {
1135
- "type": "SqlDataDiskType",
1136
- "id": 9
1137
- },
1138
- "dataDiskSizeGb": {
1139
- "type": "google.protobuf.Int64Value",
1140
- "id": 10
1141
- },
1142
- "zone": {
1143
- "type": "string",
1144
- "id": 11
1145
- },
1146
- "sourceId": {
1147
- "type": "string",
1148
- "id": 12
1149
- },
1150
- "rootPassword": {
1151
- "type": "string",
1152
- "id": 13,
1153
- "options": {
1154
- "(google.api.field_behavior)": "INPUT_ONLY"
1155
- }
1156
- },
1157
- "rootPasswordSet": {
1158
- "type": "bool",
1159
- "id": 14,
1160
- "options": {
1161
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1162
- }
1163
- },
1164
- "collation": {
1165
- "type": "string",
1166
- "id": 15
1167
- }
1168
- },
1169
- "nested": {
1170
- "SqlActivationPolicy": {
1171
- "values": {
1172
- "SQL_ACTIVATION_POLICY_UNSPECIFIED": 0,
1173
- "ALWAYS": 1,
1174
- "NEVER": 2
1175
- }
1176
- },
1177
- "SqlDataDiskType": {
1178
- "values": {
1179
- "SQL_DATA_DISK_TYPE_UNSPECIFIED": 0,
1180
- "PD_SSD": 1,
1181
- "PD_HDD": 2
1182
- }
1183
- },
1184
- "SqlDatabaseVersion": {
1185
- "values": {
1186
- "SQL_DATABASE_VERSION_UNSPECIFIED": 0,
1187
- "MYSQL_5_6": 1,
1188
- "MYSQL_5_7": 2,
1189
- "POSTGRES_9_6": 3,
1190
- "POSTGRES_11": 4,
1191
- "POSTGRES_10": 5,
1192
- "MYSQL_8_0": 6,
1193
- "POSTGRES_12": 7,
1194
- "POSTGRES_13": 8
1195
- }
1196
- }
1197
- }
1198
- },
1199
- "StaticIpConnectivity": {
1200
- "fields": {}
1201
- },
1202
- "ReverseSshConnectivity": {
1203
- "fields": {
1204
- "vmIp": {
1205
- "type": "string",
1206
- "id": 1,
1207
- "options": {
1208
- "(google.api.field_behavior)": "REQUIRED"
1209
- }
1210
- },
1211
- "vmPort": {
1212
- "type": "int32",
1213
- "id": 2,
1214
- "options": {
1215
- "(google.api.field_behavior)": "REQUIRED"
1216
- }
1217
- },
1218
- "vm": {
1219
- "type": "string",
1220
- "id": 3
1221
- },
1222
- "vpc": {
1223
- "type": "string",
1224
- "id": 4
1225
- }
1226
- }
1227
- },
1228
- "VpcPeeringConnectivity": {
1229
- "fields": {
1230
- "vpc": {
1231
- "type": "string",
1232
- "id": 1
1233
- }
1234
- }
1235
- },
1236
- "DatabaseType": {
1237
- "fields": {
1238
- "provider": {
1239
- "type": "DatabaseProvider",
1240
- "id": 1
1241
- },
1242
- "engine": {
1243
- "type": "DatabaseEngine",
1244
- "id": 2
1245
- }
1246
- }
1247
- },
1248
- "MigrationJob": {
1249
- "options": {
1250
- "(google.api.resource).type": "datamigration.googleapis.com/MigrationJob",
1251
- "(google.api.resource).pattern": "projects/{project}/locations/{location}/migrationJobs/{migration_job}"
1252
- },
1253
- "oneofs": {
1254
- "connectivity": {
1255
- "oneof": [
1256
- "reverseSshConnectivity",
1257
- "vpcPeeringConnectivity",
1258
- "staticIpConnectivity"
1259
- ]
1260
- }
1261
- },
1262
- "fields": {
1263
- "name": {
1264
- "type": "string",
1265
- "id": 1
1266
- },
1267
- "createTime": {
1268
- "type": "google.protobuf.Timestamp",
1269
- "id": 2,
1270
- "options": {
1271
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1272
- }
1273
- },
1274
- "updateTime": {
1275
- "type": "google.protobuf.Timestamp",
1276
- "id": 3,
1277
- "options": {
1278
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1279
- }
1280
- },
1281
- "labels": {
1282
- "keyType": "string",
1283
- "type": "string",
1284
- "id": 4
1285
- },
1286
- "displayName": {
1287
- "type": "string",
1288
- "id": 5
1289
- },
1290
- "state": {
1291
- "type": "State",
1292
- "id": 6
1293
- },
1294
- "phase": {
1295
- "type": "Phase",
1296
- "id": 7,
1297
- "options": {
1298
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1299
- }
1300
- },
1301
- "type": {
1302
- "type": "Type",
1303
- "id": 8,
1304
- "options": {
1305
- "(google.api.field_behavior)": "REQUIRED"
1306
- }
1307
- },
1308
- "dumpPath": {
1309
- "type": "string",
1310
- "id": 9
1311
- },
1312
- "source": {
1313
- "type": "string",
1314
- "id": 10,
1315
- "options": {
1316
- "(google.api.field_behavior)": "REQUIRED"
1317
- }
1318
- },
1319
- "destination": {
1320
- "type": "string",
1321
- "id": 11,
1322
- "options": {
1323
- "(google.api.field_behavior)": "REQUIRED"
1324
- }
1325
- },
1326
- "reverseSshConnectivity": {
1327
- "type": "ReverseSshConnectivity",
1328
- "id": 101
1329
- },
1330
- "vpcPeeringConnectivity": {
1331
- "type": "VpcPeeringConnectivity",
1332
- "id": 102
1333
- },
1334
- "staticIpConnectivity": {
1335
- "type": "StaticIpConnectivity",
1336
- "id": 103
1337
- },
1338
- "duration": {
1339
- "type": "google.protobuf.Duration",
1340
- "id": 12,
1341
- "options": {
1342
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1343
- }
1344
- },
1345
- "error": {
1346
- "type": "google.rpc.Status",
1347
- "id": 13,
1348
- "options": {
1349
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1350
- }
1351
- },
1352
- "sourceDatabase": {
1353
- "type": "DatabaseType",
1354
- "id": 14
1355
- },
1356
- "destinationDatabase": {
1357
- "type": "DatabaseType",
1358
- "id": 15
1359
- },
1360
- "endTime": {
1361
- "type": "google.protobuf.Timestamp",
1362
- "id": 16,
1363
- "options": {
1364
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1365
- }
1366
- }
1367
- },
1368
- "nested": {
1369
- "State": {
1370
- "values": {
1371
- "STATE_UNSPECIFIED": 0,
1372
- "MAINTENANCE": 1,
1373
- "DRAFT": 2,
1374
- "CREATING": 3,
1375
- "NOT_STARTED": 4,
1376
- "RUNNING": 5,
1377
- "FAILED": 6,
1378
- "COMPLETED": 7,
1379
- "DELETING": 8,
1380
- "STOPPING": 9,
1381
- "STOPPED": 10,
1382
- "DELETED": 11,
1383
- "UPDATING": 12,
1384
- "STARTING": 13,
1385
- "RESTARTING": 14,
1386
- "RESUMING": 15
1387
- }
1388
- },
1389
- "Phase": {
1390
- "values": {
1391
- "PHASE_UNSPECIFIED": 0,
1392
- "FULL_DUMP": 1,
1393
- "CDC": 2,
1394
- "PROMOTE_IN_PROGRESS": 3,
1395
- "WAITING_FOR_SOURCE_WRITES_TO_STOP": 4,
1396
- "PREPARING_THE_DUMP": 5
1397
- }
1398
- },
1399
- "Type": {
1400
- "values": {
1401
- "TYPE_UNSPECIFIED": 0,
1402
- "ONE_TIME": 1,
1403
- "CONTINUOUS": 2
1404
- }
1405
- }
1406
- }
1407
- },
1408
- "ConnectionProfile": {
1409
- "options": {
1410
- "(google.api.resource).type": "datamigration.googleapis.com/ConnectionProfile",
1411
- "(google.api.resource).pattern": "projects/{project}/locations/{location}/connectionProfiles/{connection_profile}"
1412
- },
1413
- "oneofs": {
1414
- "connectionProfile": {
1415
- "oneof": [
1416
- "mysql",
1417
- "postgresql",
1418
- "cloudsql"
1419
- ]
1420
- }
1421
- },
1422
- "fields": {
1423
- "name": {
1424
- "type": "string",
1425
- "id": 1
1426
- },
1427
- "createTime": {
1428
- "type": "google.protobuf.Timestamp",
1429
- "id": 2,
1430
- "options": {
1431
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1432
- }
1433
- },
1434
- "updateTime": {
1435
- "type": "google.protobuf.Timestamp",
1436
- "id": 3,
1437
- "options": {
1438
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1439
- }
1440
- },
1441
- "labels": {
1442
- "keyType": "string",
1443
- "type": "string",
1444
- "id": 4
1445
- },
1446
- "state": {
1447
- "type": "State",
1448
- "id": 5
1449
- },
1450
- "displayName": {
1451
- "type": "string",
1452
- "id": 6
1453
- },
1454
- "mysql": {
1455
- "type": "MySqlConnectionProfile",
1456
- "id": 100
1457
- },
1458
- "postgresql": {
1459
- "type": "PostgreSqlConnectionProfile",
1460
- "id": 101
1461
- },
1462
- "cloudsql": {
1463
- "type": "CloudSqlConnectionProfile",
1464
- "id": 102
1465
- },
1466
- "error": {
1467
- "type": "google.rpc.Status",
1468
- "id": 7,
1469
- "options": {
1470
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1471
- }
1472
- },
1473
- "provider": {
1474
- "type": "DatabaseProvider",
1475
- "id": 8
1476
- }
1477
- },
1478
- "nested": {
1479
- "State": {
1480
- "values": {
1481
- "STATE_UNSPECIFIED": 0,
1482
- "DRAFT": 1,
1483
- "CREATING": 2,
1484
- "READY": 3,
1485
- "UPDATING": 4,
1486
- "DELETING": 5,
1487
- "DELETED": 6,
1488
- "FAILED": 7
1489
- }
1490
- }
1491
- }
1492
- },
1493
- "MigrationJobVerificationError": {
1494
- "fields": {
1495
- "errorCode": {
1496
- "type": "ErrorCode",
1497
- "id": 1,
1498
- "options": {
1499
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1500
- }
1501
- },
1502
- "errorMessage": {
1503
- "type": "string",
1504
- "id": 2,
1505
- "options": {
1506
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1507
- }
1508
- },
1509
- "errorDetailMessage": {
1510
- "type": "string",
1511
- "id": 3,
1512
- "options": {
1513
- "(google.api.field_behavior)": "OUTPUT_ONLY"
1514
- }
1515
- }
1516
- },
1517
- "nested": {
1518
- "ErrorCode": {
1519
- "values": {
1520
- "ERROR_CODE_UNSPECIFIED": 0,
1521
- "CONNECTION_FAILURE": 1,
1522
- "AUTHENTICATION_FAILURE": 2,
1523
- "INVALID_CONNECTION_PROFILE_CONFIG": 3,
1524
- "VERSION_INCOMPATIBILITY": 4,
1525
- "CONNECTION_PROFILE_TYPES_INCOMPATIBILITY": 5,
1526
- "NO_PGLOGICAL_INSTALLED": 7,
1527
- "PGLOGICAL_NODE_ALREADY_EXISTS": 8,
1528
- "INVALID_WAL_LEVEL": 9,
1529
- "INVALID_SHARED_PRELOAD_LIBRARY": 10,
1530
- "INSUFFICIENT_MAX_REPLICATION_SLOTS": 11,
1531
- "INSUFFICIENT_MAX_WAL_SENDERS": 12,
1532
- "INSUFFICIENT_MAX_WORKER_PROCESSES": 13,
1533
- "UNSUPPORTED_EXTENSIONS": 14,
1534
- "UNSUPPORTED_MIGRATION_TYPE": 15,
1535
- "INVALID_RDS_LOGICAL_REPLICATION": 16,
1536
- "UNSUPPORTED_GTID_MODE": 17,
1537
- "UNSUPPORTED_TABLE_DEFINITION": 18,
1538
- "UNSUPPORTED_DEFINER": 19,
1539
- "CANT_RESTART_RUNNING_MIGRATION": 21
1540
- }
1541
- }
1542
- }
1543
- },
1544
- "DatabaseEngine": {
1545
- "values": {
1546
- "DATABASE_ENGINE_UNSPECIFIED": 0,
1547
- "MYSQL": 1,
1548
- "POSTGRESQL": 2
1549
- }
1550
- },
1551
- "DatabaseProvider": {
1552
- "values": {
1553
- "DATABASE_PROVIDER_UNSPECIFIED": 0,
1554
- "CLOUDSQL": 1,
1555
- "RDS": 2
1556
- }
1557
- }
1558
- }
1559
- }
1560
- }
1561
- }
1562
- }
1563
- },
1564
- "api": {
1565
- "options": {
1566
- "go_package": "google.golang.org/genproto/googleapis/api/annotations;annotations",
1567
- "java_multiple_files": true,
1568
- "java_outer_classname": "ResourceProto",
1569
- "java_package": "com.google.api",
1570
- "objc_class_prefix": "GAPI",
1571
- "cc_enable_arenas": true
1572
- },
1573
- "nested": {
1574
- "http": {
1575
- "type": "HttpRule",
1576
- "id": 72295728,
1577
- "extend": "google.protobuf.MethodOptions"
1578
- },
1579
- "Http": {
1580
- "fields": {
1581
- "rules": {
1582
- "rule": "repeated",
1583
- "type": "HttpRule",
1584
- "id": 1
1585
- },
1586
- "fullyDecodeReservedExpansion": {
1587
- "type": "bool",
1588
- "id": 2
1589
- }
1590
- }
1591
- },
1592
- "HttpRule": {
1593
- "oneofs": {
1594
- "pattern": {
1595
- "oneof": [
1596
- "get",
1597
- "put",
1598
- "post",
1599
- "delete",
1600
- "patch",
1601
- "custom"
1602
- ]
1603
- }
1604
- },
1605
- "fields": {
1606
- "selector": {
1607
- "type": "string",
1608
- "id": 1
1609
- },
1610
- "get": {
1611
- "type": "string",
1612
- "id": 2
1613
- },
1614
- "put": {
1615
- "type": "string",
1616
- "id": 3
1617
- },
1618
- "post": {
1619
- "type": "string",
1620
- "id": 4
1621
- },
1622
- "delete": {
1623
- "type": "string",
1624
- "id": 5
1625
- },
1626
- "patch": {
1627
- "type": "string",
1628
- "id": 6
1629
- },
1630
- "custom": {
1631
- "type": "CustomHttpPattern",
1632
- "id": 8
1633
- },
1634
- "body": {
1635
- "type": "string",
1636
- "id": 7
1637
- },
1638
- "responseBody": {
1639
- "type": "string",
1640
- "id": 12
1641
- },
1642
- "additionalBindings": {
1643
- "rule": "repeated",
1644
- "type": "HttpRule",
1645
- "id": 11
1646
- }
1647
- }
1648
- },
1649
- "CustomHttpPattern": {
1650
- "fields": {
1651
- "kind": {
1652
- "type": "string",
1653
- "id": 1
1654
- },
1655
- "path": {
1656
- "type": "string",
1657
- "id": 2
1658
- }
1659
- }
1660
- },
1661
- "methodSignature": {
1662
- "rule": "repeated",
1663
- "type": "string",
1664
- "id": 1051,
1665
- "extend": "google.protobuf.MethodOptions"
1666
- },
1667
- "defaultHost": {
1668
- "type": "string",
1669
- "id": 1049,
1670
- "extend": "google.protobuf.ServiceOptions"
1671
- },
1672
- "oauthScopes": {
1673
- "type": "string",
1674
- "id": 1050,
1675
- "extend": "google.protobuf.ServiceOptions"
1676
- },
1677
- "CommonLanguageSettings": {
1678
- "fields": {
1679
- "referenceDocsUri": {
1680
- "type": "string",
1681
- "id": 1,
1682
- "options": {
1683
- "deprecated": true
1684
- }
1685
- },
1686
- "destinations": {
1687
- "rule": "repeated",
1688
- "type": "ClientLibraryDestination",
1689
- "id": 2
1690
- }
1691
- }
1692
- },
1693
- "ClientLibrarySettings": {
1694
- "fields": {
1695
- "version": {
1696
- "type": "string",
1697
- "id": 1
1698
- },
1699
- "launchStage": {
1700
- "type": "LaunchStage",
1701
- "id": 2
1702
- },
1703
- "restNumericEnums": {
1704
- "type": "bool",
1705
- "id": 3
1706
- },
1707
- "javaSettings": {
1708
- "type": "JavaSettings",
1709
- "id": 21
1710
- },
1711
- "cppSettings": {
1712
- "type": "CppSettings",
1713
- "id": 22
1714
- },
1715
- "phpSettings": {
1716
- "type": "PhpSettings",
1717
- "id": 23
1718
- },
1719
- "pythonSettings": {
1720
- "type": "PythonSettings",
1721
- "id": 24
1722
- },
1723
- "nodeSettings": {
1724
- "type": "NodeSettings",
1725
- "id": 25
1726
- },
1727
- "dotnetSettings": {
1728
- "type": "DotnetSettings",
1729
- "id": 26
1730
- },
1731
- "rubySettings": {
1732
- "type": "RubySettings",
1733
- "id": 27
1734
- },
1735
- "goSettings": {
1736
- "type": "GoSettings",
1737
- "id": 28
1738
- }
1739
- }
1740
- },
1741
- "Publishing": {
1742
- "fields": {
1743
- "methodSettings": {
1744
- "rule": "repeated",
1745
- "type": "MethodSettings",
1746
- "id": 2
1747
- },
1748
- "newIssueUri": {
1749
- "type": "string",
1750
- "id": 101
1751
- },
1752
- "documentationUri": {
1753
- "type": "string",
1754
- "id": 102
1755
- },
1756
- "apiShortName": {
1757
- "type": "string",
1758
- "id": 103
1759
- },
1760
- "githubLabel": {
1761
- "type": "string",
1762
- "id": 104
1763
- },
1764
- "codeownerGithubTeams": {
1765
- "rule": "repeated",
1766
- "type": "string",
1767
- "id": 105
1768
- },
1769
- "docTagPrefix": {
1770
- "type": "string",
1771
- "id": 106
1772
- },
1773
- "organization": {
1774
- "type": "ClientLibraryOrganization",
1775
- "id": 107
1776
- },
1777
- "librarySettings": {
1778
- "rule": "repeated",
1779
- "type": "ClientLibrarySettings",
1780
- "id": 109
1781
- }
1782
- }
1783
- },
1784
- "JavaSettings": {
1785
- "fields": {
1786
- "libraryPackage": {
1787
- "type": "string",
1788
- "id": 1
1789
- },
1790
- "serviceClassNames": {
1791
- "keyType": "string",
1792
- "type": "string",
1793
- "id": 2
1794
- },
1795
- "common": {
1796
- "type": "CommonLanguageSettings",
1797
- "id": 3
1798
- }
1799
- }
1800
- },
1801
- "CppSettings": {
1802
- "fields": {
1803
- "common": {
1804
- "type": "CommonLanguageSettings",
1805
- "id": 1
1806
- }
1807
- }
1808
- },
1809
- "PhpSettings": {
1810
- "fields": {
1811
- "common": {
1812
- "type": "CommonLanguageSettings",
1813
- "id": 1
1814
- }
1815
- }
1816
- },
1817
- "PythonSettings": {
1818
- "fields": {
1819
- "common": {
1820
- "type": "CommonLanguageSettings",
1821
- "id": 1
1822
- }
1823
- }
1824
- },
1825
- "NodeSettings": {
1826
- "fields": {
1827
- "common": {
1828
- "type": "CommonLanguageSettings",
1829
- "id": 1
1830
- }
1831
- }
1832
- },
1833
- "DotnetSettings": {
1834
- "fields": {
1835
- "common": {
1836
- "type": "CommonLanguageSettings",
1837
- "id": 1
1838
- }
1839
- }
1840
- },
1841
- "RubySettings": {
1842
- "fields": {
1843
- "common": {
1844
- "type": "CommonLanguageSettings",
1845
- "id": 1
1846
- }
1847
- }
1848
- },
1849
- "GoSettings": {
1850
- "fields": {
1851
- "common": {
1852
- "type": "CommonLanguageSettings",
1853
- "id": 1
1854
- }
1855
- }
1856
- },
1857
- "MethodSettings": {
1858
- "fields": {
1859
- "selector": {
1860
- "type": "string",
1861
- "id": 1
1862
- },
1863
- "longRunning": {
1864
- "type": "LongRunning",
1865
- "id": 2
1866
- }
1867
- },
1868
- "nested": {
1869
- "LongRunning": {
1870
- "fields": {
1871
- "initialPollDelay": {
1872
- "type": "google.protobuf.Duration",
1873
- "id": 1
1874
- },
1875
- "pollDelayMultiplier": {
1876
- "type": "float",
1877
- "id": 2
1878
- },
1879
- "maxPollDelay": {
1880
- "type": "google.protobuf.Duration",
1881
- "id": 3
1882
- },
1883
- "totalPollTimeout": {
1884
- "type": "google.protobuf.Duration",
1885
- "id": 4
1886
- }
1887
- }
1888
- }
1889
- }
1890
- },
1891
- "ClientLibraryOrganization": {
1892
- "values": {
1893
- "CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED": 0,
1894
- "CLOUD": 1,
1895
- "ADS": 2,
1896
- "PHOTOS": 3,
1897
- "STREET_VIEW": 4
1898
- }
1899
- },
1900
- "ClientLibraryDestination": {
1901
- "values": {
1902
- "CLIENT_LIBRARY_DESTINATION_UNSPECIFIED": 0,
1903
- "GITHUB": 10,
1904
- "PACKAGE_MANAGER": 20
1905
- }
1906
- },
1907
- "LaunchStage": {
1908
- "values": {
1909
- "LAUNCH_STAGE_UNSPECIFIED": 0,
1910
- "UNIMPLEMENTED": 6,
1911
- "PRELAUNCH": 7,
1912
- "EARLY_ACCESS": 1,
1913
- "ALPHA": 2,
1914
- "BETA": 3,
1915
- "GA": 4,
1916
- "DEPRECATED": 5
1917
- }
1918
- },
1919
- "fieldBehavior": {
1920
- "rule": "repeated",
1921
- "type": "google.api.FieldBehavior",
1922
- "id": 1052,
1923
- "extend": "google.protobuf.FieldOptions"
1924
- },
1925
- "FieldBehavior": {
1926
- "values": {
1927
- "FIELD_BEHAVIOR_UNSPECIFIED": 0,
1928
- "OPTIONAL": 1,
1929
- "REQUIRED": 2,
1930
- "OUTPUT_ONLY": 3,
1931
- "INPUT_ONLY": 4,
1932
- "IMMUTABLE": 5,
1933
- "UNORDERED_LIST": 6,
1934
- "NON_EMPTY_DEFAULT": 7
1935
- }
1936
- },
1937
- "resourceReference": {
1938
- "type": "google.api.ResourceReference",
1939
- "id": 1055,
1940
- "extend": "google.protobuf.FieldOptions"
1941
- },
1942
- "resourceDefinition": {
1943
- "rule": "repeated",
1944
- "type": "google.api.ResourceDescriptor",
1945
- "id": 1053,
1946
- "extend": "google.protobuf.FileOptions"
1947
- },
1948
- "resource": {
1949
- "type": "google.api.ResourceDescriptor",
1950
- "id": 1053,
1951
- "extend": "google.protobuf.MessageOptions"
1952
- },
1953
- "ResourceDescriptor": {
1954
- "fields": {
1955
- "type": {
1956
- "type": "string",
1957
- "id": 1
1958
- },
1959
- "pattern": {
1960
- "rule": "repeated",
1961
- "type": "string",
1962
- "id": 2
1963
- },
1964
- "nameField": {
1965
- "type": "string",
1966
- "id": 3
1967
- },
1968
- "history": {
1969
- "type": "History",
1970
- "id": 4
1971
- },
1972
- "plural": {
1973
- "type": "string",
1974
- "id": 5
1975
- },
1976
- "singular": {
1977
- "type": "string",
1978
- "id": 6
1979
- },
1980
- "style": {
1981
- "rule": "repeated",
1982
- "type": "Style",
1983
- "id": 10
1984
- }
1985
- },
1986
- "nested": {
1987
- "History": {
1988
- "values": {
1989
- "HISTORY_UNSPECIFIED": 0,
1990
- "ORIGINALLY_SINGLE_PATTERN": 1,
1991
- "FUTURE_MULTI_PATTERN": 2
1992
- }
1993
- },
1994
- "Style": {
1995
- "values": {
1996
- "STYLE_UNSPECIFIED": 0,
1997
- "DECLARATIVE_FRIENDLY": 1
1998
- }
1999
- }
2000
- }
2001
- },
2002
- "ResourceReference": {
2003
- "fields": {
2004
- "type": {
2005
- "type": "string",
2006
- "id": 1
2007
- },
2008
- "childType": {
2009
- "type": "string",
2010
- "id": 2
2011
- }
2012
- }
2013
- }
2014
- }
2015
- },
2016
- "protobuf": {
2017
- "options": {
2018
- "go_package": "google.golang.org/protobuf/types/descriptorpb",
2019
- "java_package": "com.google.protobuf",
2020
- "java_outer_classname": "DescriptorProtos",
2021
- "csharp_namespace": "Google.Protobuf.Reflection",
2022
- "objc_class_prefix": "GPB",
2023
- "cc_enable_arenas": true,
2024
- "optimize_for": "SPEED"
2025
- },
2026
- "nested": {
2027
- "FileDescriptorSet": {
2028
- "fields": {
2029
- "file": {
2030
- "rule": "repeated",
2031
- "type": "FileDescriptorProto",
2032
- "id": 1
2033
- }
2034
- }
2035
- },
2036
- "FileDescriptorProto": {
2037
- "fields": {
2038
- "name": {
2039
- "type": "string",
2040
- "id": 1
2041
- },
2042
- "package": {
2043
- "type": "string",
2044
- "id": 2
2045
- },
2046
- "dependency": {
2047
- "rule": "repeated",
2048
- "type": "string",
2049
- "id": 3
2050
- },
2051
- "publicDependency": {
2052
- "rule": "repeated",
2053
- "type": "int32",
2054
- "id": 10,
2055
- "options": {
2056
- "packed": false
2057
- }
2058
- },
2059
- "weakDependency": {
2060
- "rule": "repeated",
2061
- "type": "int32",
2062
- "id": 11,
2063
- "options": {
2064
- "packed": false
2065
- }
2066
- },
2067
- "messageType": {
2068
- "rule": "repeated",
2069
- "type": "DescriptorProto",
2070
- "id": 4
2071
- },
2072
- "enumType": {
2073
- "rule": "repeated",
2074
- "type": "EnumDescriptorProto",
2075
- "id": 5
2076
- },
2077
- "service": {
2078
- "rule": "repeated",
2079
- "type": "ServiceDescriptorProto",
2080
- "id": 6
2081
- },
2082
- "extension": {
2083
- "rule": "repeated",
2084
- "type": "FieldDescriptorProto",
2085
- "id": 7
2086
- },
2087
- "options": {
2088
- "type": "FileOptions",
2089
- "id": 8
2090
- },
2091
- "sourceCodeInfo": {
2092
- "type": "SourceCodeInfo",
2093
- "id": 9
2094
- },
2095
- "syntax": {
2096
- "type": "string",
2097
- "id": 12
2098
- },
2099
- "edition": {
2100
- "type": "string",
2101
- "id": 13
2102
- }
2103
- }
2104
- },
2105
- "DescriptorProto": {
2106
- "fields": {
2107
- "name": {
2108
- "type": "string",
2109
- "id": 1
2110
- },
2111
- "field": {
2112
- "rule": "repeated",
2113
- "type": "FieldDescriptorProto",
2114
- "id": 2
2115
- },
2116
- "extension": {
2117
- "rule": "repeated",
2118
- "type": "FieldDescriptorProto",
2119
- "id": 6
2120
- },
2121
- "nestedType": {
2122
- "rule": "repeated",
2123
- "type": "DescriptorProto",
2124
- "id": 3
2125
- },
2126
- "enumType": {
2127
- "rule": "repeated",
2128
- "type": "EnumDescriptorProto",
2129
- "id": 4
2130
- },
2131
- "extensionRange": {
2132
- "rule": "repeated",
2133
- "type": "ExtensionRange",
2134
- "id": 5
2135
- },
2136
- "oneofDecl": {
2137
- "rule": "repeated",
2138
- "type": "OneofDescriptorProto",
2139
- "id": 8
2140
- },
2141
- "options": {
2142
- "type": "MessageOptions",
2143
- "id": 7
2144
- },
2145
- "reservedRange": {
2146
- "rule": "repeated",
2147
- "type": "ReservedRange",
2148
- "id": 9
2149
- },
2150
- "reservedName": {
2151
- "rule": "repeated",
2152
- "type": "string",
2153
- "id": 10
2154
- }
2155
- },
2156
- "nested": {
2157
- "ExtensionRange": {
2158
- "fields": {
2159
- "start": {
2160
- "type": "int32",
2161
- "id": 1
2162
- },
2163
- "end": {
2164
- "type": "int32",
2165
- "id": 2
2166
- },
2167
- "options": {
2168
- "type": "ExtensionRangeOptions",
2169
- "id": 3
2170
- }
2171
- }
2172
- },
2173
- "ReservedRange": {
2174
- "fields": {
2175
- "start": {
2176
- "type": "int32",
2177
- "id": 1
2178
- },
2179
- "end": {
2180
- "type": "int32",
2181
- "id": 2
2182
- }
2183
- }
2184
- }
2185
- }
2186
- },
2187
- "ExtensionRangeOptions": {
2188
- "fields": {
2189
- "uninterpretedOption": {
2190
- "rule": "repeated",
2191
- "type": "UninterpretedOption",
2192
- "id": 999
2193
- }
2194
- },
2195
- "extensions": [
2196
- [
2197
- 1000,
2198
- 536870911
2199
- ]
2200
- ]
2201
- },
2202
- "FieldDescriptorProto": {
2203
- "fields": {
2204
- "name": {
2205
- "type": "string",
2206
- "id": 1
2207
- },
2208
- "number": {
2209
- "type": "int32",
2210
- "id": 3
2211
- },
2212
- "label": {
2213
- "type": "Label",
2214
- "id": 4
2215
- },
2216
- "type": {
2217
- "type": "Type",
2218
- "id": 5
2219
- },
2220
- "typeName": {
2221
- "type": "string",
2222
- "id": 6
2223
- },
2224
- "extendee": {
2225
- "type": "string",
2226
- "id": 2
2227
- },
2228
- "defaultValue": {
2229
- "type": "string",
2230
- "id": 7
2231
- },
2232
- "oneofIndex": {
2233
- "type": "int32",
2234
- "id": 9
2235
- },
2236
- "jsonName": {
2237
- "type": "string",
2238
- "id": 10
2239
- },
2240
- "options": {
2241
- "type": "FieldOptions",
2242
- "id": 8
2243
- },
2244
- "proto3Optional": {
2245
- "type": "bool",
2246
- "id": 17
2247
- }
2248
- },
2249
- "nested": {
2250
- "Type": {
2251
- "values": {
2252
- "TYPE_DOUBLE": 1,
2253
- "TYPE_FLOAT": 2,
2254
- "TYPE_INT64": 3,
2255
- "TYPE_UINT64": 4,
2256
- "TYPE_INT32": 5,
2257
- "TYPE_FIXED64": 6,
2258
- "TYPE_FIXED32": 7,
2259
- "TYPE_BOOL": 8,
2260
- "TYPE_STRING": 9,
2261
- "TYPE_GROUP": 10,
2262
- "TYPE_MESSAGE": 11,
2263
- "TYPE_BYTES": 12,
2264
- "TYPE_UINT32": 13,
2265
- "TYPE_ENUM": 14,
2266
- "TYPE_SFIXED32": 15,
2267
- "TYPE_SFIXED64": 16,
2268
- "TYPE_SINT32": 17,
2269
- "TYPE_SINT64": 18
2270
- }
2271
- },
2272
- "Label": {
2273
- "values": {
2274
- "LABEL_OPTIONAL": 1,
2275
- "LABEL_REQUIRED": 2,
2276
- "LABEL_REPEATED": 3
2277
- }
2278
- }
2279
- }
2280
- },
2281
- "OneofDescriptorProto": {
2282
- "fields": {
2283
- "name": {
2284
- "type": "string",
2285
- "id": 1
2286
- },
2287
- "options": {
2288
- "type": "OneofOptions",
2289
- "id": 2
2290
- }
2291
- }
2292
- },
2293
- "EnumDescriptorProto": {
2294
- "fields": {
2295
- "name": {
2296
- "type": "string",
2297
- "id": 1
2298
- },
2299
- "value": {
2300
- "rule": "repeated",
2301
- "type": "EnumValueDescriptorProto",
2302
- "id": 2
2303
- },
2304
- "options": {
2305
- "type": "EnumOptions",
2306
- "id": 3
2307
- },
2308
- "reservedRange": {
2309
- "rule": "repeated",
2310
- "type": "EnumReservedRange",
2311
- "id": 4
2312
- },
2313
- "reservedName": {
2314
- "rule": "repeated",
2315
- "type": "string",
2316
- "id": 5
2317
- }
2318
- },
2319
- "nested": {
2320
- "EnumReservedRange": {
2321
- "fields": {
2322
- "start": {
2323
- "type": "int32",
2324
- "id": 1
2325
- },
2326
- "end": {
2327
- "type": "int32",
2328
- "id": 2
2329
- }
2330
- }
2331
- }
2332
- }
2333
- },
2334
- "EnumValueDescriptorProto": {
2335
- "fields": {
2336
- "name": {
2337
- "type": "string",
2338
- "id": 1
2339
- },
2340
- "number": {
2341
- "type": "int32",
2342
- "id": 2
2343
- },
2344
- "options": {
2345
- "type": "EnumValueOptions",
2346
- "id": 3
2347
- }
2348
- }
2349
- },
2350
- "ServiceDescriptorProto": {
2351
- "fields": {
2352
- "name": {
2353
- "type": "string",
2354
- "id": 1
2355
- },
2356
- "method": {
2357
- "rule": "repeated",
2358
- "type": "MethodDescriptorProto",
2359
- "id": 2
2360
- },
2361
- "options": {
2362
- "type": "ServiceOptions",
2363
- "id": 3
2364
- }
2365
- }
2366
- },
2367
- "MethodDescriptorProto": {
2368
- "fields": {
2369
- "name": {
2370
- "type": "string",
2371
- "id": 1
2372
- },
2373
- "inputType": {
2374
- "type": "string",
2375
- "id": 2
2376
- },
2377
- "outputType": {
2378
- "type": "string",
2379
- "id": 3
2380
- },
2381
- "options": {
2382
- "type": "MethodOptions",
2383
- "id": 4
2384
- },
2385
- "clientStreaming": {
2386
- "type": "bool",
2387
- "id": 5,
2388
- "options": {
2389
- "default": false
2390
- }
2391
- },
2392
- "serverStreaming": {
2393
- "type": "bool",
2394
- "id": 6,
2395
- "options": {
2396
- "default": false
2397
- }
2398
- }
2399
- }
2400
- },
2401
- "FileOptions": {
2402
- "fields": {
2403
- "javaPackage": {
2404
- "type": "string",
2405
- "id": 1
2406
- },
2407
- "javaOuterClassname": {
2408
- "type": "string",
2409
- "id": 8
2410
- },
2411
- "javaMultipleFiles": {
2412
- "type": "bool",
2413
- "id": 10,
2414
- "options": {
2415
- "default": false
2416
- }
2417
- },
2418
- "javaGenerateEqualsAndHash": {
2419
- "type": "bool",
2420
- "id": 20,
2421
- "options": {
2422
- "deprecated": true
2423
- }
2424
- },
2425
- "javaStringCheckUtf8": {
2426
- "type": "bool",
2427
- "id": 27,
2428
- "options": {
2429
- "default": false
2430
- }
2431
- },
2432
- "optimizeFor": {
2433
- "type": "OptimizeMode",
2434
- "id": 9,
2435
- "options": {
2436
- "default": "SPEED"
2437
- }
2438
- },
2439
- "goPackage": {
2440
- "type": "string",
2441
- "id": 11
2442
- },
2443
- "ccGenericServices": {
2444
- "type": "bool",
2445
- "id": 16,
2446
- "options": {
2447
- "default": false
2448
- }
2449
- },
2450
- "javaGenericServices": {
2451
- "type": "bool",
2452
- "id": 17,
2453
- "options": {
2454
- "default": false
2455
- }
2456
- },
2457
- "pyGenericServices": {
2458
- "type": "bool",
2459
- "id": 18,
2460
- "options": {
2461
- "default": false
2462
- }
2463
- },
2464
- "phpGenericServices": {
2465
- "type": "bool",
2466
- "id": 42,
2467
- "options": {
2468
- "default": false
2469
- }
2470
- },
2471
- "deprecated": {
2472
- "type": "bool",
2473
- "id": 23,
2474
- "options": {
2475
- "default": false
2476
- }
2477
- },
2478
- "ccEnableArenas": {
2479
- "type": "bool",
2480
- "id": 31,
2481
- "options": {
2482
- "default": true
2483
- }
2484
- },
2485
- "objcClassPrefix": {
2486
- "type": "string",
2487
- "id": 36
2488
- },
2489
- "csharpNamespace": {
2490
- "type": "string",
2491
- "id": 37
2492
- },
2493
- "swiftPrefix": {
2494
- "type": "string",
2495
- "id": 39
2496
- },
2497
- "phpClassPrefix": {
2498
- "type": "string",
2499
- "id": 40
2500
- },
2501
- "phpNamespace": {
2502
- "type": "string",
2503
- "id": 41
2504
- },
2505
- "phpMetadataNamespace": {
2506
- "type": "string",
2507
- "id": 44
2508
- },
2509
- "rubyPackage": {
2510
- "type": "string",
2511
- "id": 45
2512
- },
2513
- "uninterpretedOption": {
2514
- "rule": "repeated",
2515
- "type": "UninterpretedOption",
2516
- "id": 999
2517
- }
2518
- },
2519
- "extensions": [
2520
- [
2521
- 1000,
2522
- 536870911
2523
- ]
2524
- ],
2525
- "reserved": [
2526
- [
2527
- 38,
2528
- 38
2529
- ]
2530
- ],
2531
- "nested": {
2532
- "OptimizeMode": {
2533
- "values": {
2534
- "SPEED": 1,
2535
- "CODE_SIZE": 2,
2536
- "LITE_RUNTIME": 3
2537
- }
2538
- }
2539
- }
2540
- },
2541
- "MessageOptions": {
2542
- "fields": {
2543
- "messageSetWireFormat": {
2544
- "type": "bool",
2545
- "id": 1,
2546
- "options": {
2547
- "default": false
2548
- }
2549
- },
2550
- "noStandardDescriptorAccessor": {
2551
- "type": "bool",
2552
- "id": 2,
2553
- "options": {
2554
- "default": false
2555
- }
2556
- },
2557
- "deprecated": {
2558
- "type": "bool",
2559
- "id": 3,
2560
- "options": {
2561
- "default": false
2562
- }
2563
- },
2564
- "mapEntry": {
2565
- "type": "bool",
2566
- "id": 7
2567
- },
2568
- "deprecatedLegacyJsonFieldConflicts": {
2569
- "type": "bool",
2570
- "id": 11,
2571
- "options": {
2572
- "deprecated": true
2573
- }
2574
- },
2575
- "uninterpretedOption": {
2576
- "rule": "repeated",
2577
- "type": "UninterpretedOption",
2578
- "id": 999
2579
- }
2580
- },
2581
- "extensions": [
2582
- [
2583
- 1000,
2584
- 536870911
2585
- ]
2586
- ],
2587
- "reserved": [
2588
- [
2589
- 4,
2590
- 4
2591
- ],
2592
- [
2593
- 5,
2594
- 5
2595
- ],
2596
- [
2597
- 6,
2598
- 6
2599
- ],
2600
- [
2601
- 8,
2602
- 8
2603
- ],
2604
- [
2605
- 9,
2606
- 9
2607
- ]
2608
- ]
2609
- },
2610
- "FieldOptions": {
2611
- "fields": {
2612
- "ctype": {
2613
- "type": "CType",
2614
- "id": 1,
2615
- "options": {
2616
- "default": "STRING"
2617
- }
2618
- },
2619
- "packed": {
2620
- "type": "bool",
2621
- "id": 2
2622
- },
2623
- "jstype": {
2624
- "type": "JSType",
2625
- "id": 6,
2626
- "options": {
2627
- "default": "JS_NORMAL"
2628
- }
2629
- },
2630
- "lazy": {
2631
- "type": "bool",
2632
- "id": 5,
2633
- "options": {
2634
- "default": false
2635
- }
2636
- },
2637
- "unverifiedLazy": {
2638
- "type": "bool",
2639
- "id": 15,
2640
- "options": {
2641
- "default": false
2642
- }
2643
- },
2644
- "deprecated": {
2645
- "type": "bool",
2646
- "id": 3,
2647
- "options": {
2648
- "default": false
2649
- }
2650
- },
2651
- "weak": {
2652
- "type": "bool",
2653
- "id": 10,
2654
- "options": {
2655
- "default": false
2656
- }
2657
- },
2658
- "debugRedact": {
2659
- "type": "bool",
2660
- "id": 16,
2661
- "options": {
2662
- "default": false
2663
- }
2664
- },
2665
- "retention": {
2666
- "type": "OptionRetention",
2667
- "id": 17
2668
- },
2669
- "target": {
2670
- "type": "OptionTargetType",
2671
- "id": 18
2672
- },
2673
- "uninterpretedOption": {
2674
- "rule": "repeated",
2675
- "type": "UninterpretedOption",
2676
- "id": 999
2677
- }
2678
- },
2679
- "extensions": [
2680
- [
2681
- 1000,
2682
- 536870911
2683
- ]
2684
- ],
2685
- "reserved": [
2686
- [
2687
- 4,
2688
- 4
2689
- ]
2690
- ],
2691
- "nested": {
2692
- "CType": {
2693
- "values": {
2694
- "STRING": 0,
2695
- "CORD": 1,
2696
- "STRING_PIECE": 2
2697
- }
2698
- },
2699
- "JSType": {
2700
- "values": {
2701
- "JS_NORMAL": 0,
2702
- "JS_STRING": 1,
2703
- "JS_NUMBER": 2
2704
- }
2705
- },
2706
- "OptionRetention": {
2707
- "values": {
2708
- "RETENTION_UNKNOWN": 0,
2709
- "RETENTION_RUNTIME": 1,
2710
- "RETENTION_SOURCE": 2
2711
- }
2712
- },
2713
- "OptionTargetType": {
2714
- "values": {
2715
- "TARGET_TYPE_UNKNOWN": 0,
2716
- "TARGET_TYPE_FILE": 1,
2717
- "TARGET_TYPE_EXTENSION_RANGE": 2,
2718
- "TARGET_TYPE_MESSAGE": 3,
2719
- "TARGET_TYPE_FIELD": 4,
2720
- "TARGET_TYPE_ONEOF": 5,
2721
- "TARGET_TYPE_ENUM": 6,
2722
- "TARGET_TYPE_ENUM_ENTRY": 7,
2723
- "TARGET_TYPE_SERVICE": 8,
2724
- "TARGET_TYPE_METHOD": 9
2725
- }
2726
- }
2727
- }
2728
- },
2729
- "OneofOptions": {
2730
- "fields": {
2731
- "uninterpretedOption": {
2732
- "rule": "repeated",
2733
- "type": "UninterpretedOption",
2734
- "id": 999
2735
- }
2736
- },
2737
- "extensions": [
2738
- [
2739
- 1000,
2740
- 536870911
2741
- ]
2742
- ]
2743
- },
2744
- "EnumOptions": {
2745
- "fields": {
2746
- "allowAlias": {
2747
- "type": "bool",
2748
- "id": 2
2749
- },
2750
- "deprecated": {
2751
- "type": "bool",
2752
- "id": 3,
2753
- "options": {
2754
- "default": false
2755
- }
2756
- },
2757
- "deprecatedLegacyJsonFieldConflicts": {
2758
- "type": "bool",
2759
- "id": 6,
2760
- "options": {
2761
- "deprecated": true
2762
- }
2763
- },
2764
- "uninterpretedOption": {
2765
- "rule": "repeated",
2766
- "type": "UninterpretedOption",
2767
- "id": 999
2768
- }
2769
- },
2770
- "extensions": [
2771
- [
2772
- 1000,
2773
- 536870911
2774
- ]
2775
- ],
2776
- "reserved": [
2777
- [
2778
- 5,
2779
- 5
2780
- ]
2781
- ]
2782
- },
2783
- "EnumValueOptions": {
2784
- "fields": {
2785
- "deprecated": {
2786
- "type": "bool",
2787
- "id": 1,
2788
- "options": {
2789
- "default": false
2790
- }
2791
- },
2792
- "uninterpretedOption": {
2793
- "rule": "repeated",
2794
- "type": "UninterpretedOption",
2795
- "id": 999
2796
- }
2797
- },
2798
- "extensions": [
2799
- [
2800
- 1000,
2801
- 536870911
2802
- ]
2803
- ]
2804
- },
2805
- "ServiceOptions": {
2806
- "fields": {
2807
- "deprecated": {
2808
- "type": "bool",
2809
- "id": 33,
2810
- "options": {
2811
- "default": false
2812
- }
2813
- },
2814
- "uninterpretedOption": {
2815
- "rule": "repeated",
2816
- "type": "UninterpretedOption",
2817
- "id": 999
2818
- }
2819
- },
2820
- "extensions": [
2821
- [
2822
- 1000,
2823
- 536870911
2824
- ]
2825
- ]
2826
- },
2827
- "MethodOptions": {
2828
- "fields": {
2829
- "deprecated": {
2830
- "type": "bool",
2831
- "id": 33,
2832
- "options": {
2833
- "default": false
2834
- }
2835
- },
2836
- "idempotencyLevel": {
2837
- "type": "IdempotencyLevel",
2838
- "id": 34,
2839
- "options": {
2840
- "default": "IDEMPOTENCY_UNKNOWN"
2841
- }
2842
- },
2843
- "uninterpretedOption": {
2844
- "rule": "repeated",
2845
- "type": "UninterpretedOption",
2846
- "id": 999
2847
- }
2848
- },
2849
- "extensions": [
2850
- [
2851
- 1000,
2852
- 536870911
2853
- ]
2854
- ],
2855
- "nested": {
2856
- "IdempotencyLevel": {
2857
- "values": {
2858
- "IDEMPOTENCY_UNKNOWN": 0,
2859
- "NO_SIDE_EFFECTS": 1,
2860
- "IDEMPOTENT": 2
2861
- }
2862
- }
2863
- }
2864
- },
2865
- "UninterpretedOption": {
2866
- "fields": {
2867
- "name": {
2868
- "rule": "repeated",
2869
- "type": "NamePart",
2870
- "id": 2
2871
- },
2872
- "identifierValue": {
2873
- "type": "string",
2874
- "id": 3
2875
- },
2876
- "positiveIntValue": {
2877
- "type": "uint64",
2878
- "id": 4
2879
- },
2880
- "negativeIntValue": {
2881
- "type": "int64",
2882
- "id": 5
2883
- },
2884
- "doubleValue": {
2885
- "type": "double",
2886
- "id": 6
2887
- },
2888
- "stringValue": {
2889
- "type": "bytes",
2890
- "id": 7
2891
- },
2892
- "aggregateValue": {
2893
- "type": "string",
2894
- "id": 8
2895
- }
2896
- },
2897
- "nested": {
2898
- "NamePart": {
2899
- "fields": {
2900
- "namePart": {
2901
- "rule": "required",
2902
- "type": "string",
2903
- "id": 1
2904
- },
2905
- "isExtension": {
2906
- "rule": "required",
2907
- "type": "bool",
2908
- "id": 2
2909
- }
2910
- }
2911
- }
2912
- }
2913
- },
2914
- "SourceCodeInfo": {
2915
- "fields": {
2916
- "location": {
2917
- "rule": "repeated",
2918
- "type": "Location",
2919
- "id": 1
2920
- }
2921
- },
2922
- "nested": {
2923
- "Location": {
2924
- "fields": {
2925
- "path": {
2926
- "rule": "repeated",
2927
- "type": "int32",
2928
- "id": 1
2929
- },
2930
- "span": {
2931
- "rule": "repeated",
2932
- "type": "int32",
2933
- "id": 2
2934
- },
2935
- "leadingComments": {
2936
- "type": "string",
2937
- "id": 3
2938
- },
2939
- "trailingComments": {
2940
- "type": "string",
2941
- "id": 4
2942
- },
2943
- "leadingDetachedComments": {
2944
- "rule": "repeated",
2945
- "type": "string",
2946
- "id": 6
2947
- }
2948
- }
2949
- }
2950
- }
2951
- },
2952
- "GeneratedCodeInfo": {
2953
- "fields": {
2954
- "annotation": {
2955
- "rule": "repeated",
2956
- "type": "Annotation",
2957
- "id": 1
2958
- }
2959
- },
2960
- "nested": {
2961
- "Annotation": {
2962
- "fields": {
2963
- "path": {
2964
- "rule": "repeated",
2965
- "type": "int32",
2966
- "id": 1
2967
- },
2968
- "sourceFile": {
2969
- "type": "string",
2970
- "id": 2
2971
- },
2972
- "begin": {
2973
- "type": "int32",
2974
- "id": 3
2975
- },
2976
- "end": {
2977
- "type": "int32",
2978
- "id": 4
2979
- },
2980
- "semantic": {
2981
- "type": "Semantic",
2982
- "id": 5
2983
- }
2984
- },
2985
- "nested": {
2986
- "Semantic": {
2987
- "values": {
2988
- "NONE": 0,
2989
- "SET": 1,
2990
- "ALIAS": 2
2991
- }
2992
- }
2993
- }
2994
- }
2995
- }
2996
- },
2997
- "Duration": {
2998
- "fields": {
2999
- "seconds": {
3000
- "type": "int64",
3001
- "id": 1
3002
- },
3003
- "nanos": {
3004
- "type": "int32",
3005
- "id": 2
3006
- }
3007
- }
3008
- },
3009
- "Timestamp": {
3010
- "fields": {
3011
- "seconds": {
3012
- "type": "int64",
3013
- "id": 1
3014
- },
3015
- "nanos": {
3016
- "type": "int32",
3017
- "id": 2
3018
- }
3019
- }
3020
- },
3021
- "DoubleValue": {
3022
- "fields": {
3023
- "value": {
3024
- "type": "double",
3025
- "id": 1
3026
- }
3027
- }
3028
- },
3029
- "FloatValue": {
3030
- "fields": {
3031
- "value": {
3032
- "type": "float",
3033
- "id": 1
3034
- }
3035
- }
3036
- },
3037
- "Int64Value": {
3038
- "fields": {
3039
- "value": {
3040
- "type": "int64",
3041
- "id": 1
3042
- }
3043
- }
3044
- },
3045
- "UInt64Value": {
3046
- "fields": {
3047
- "value": {
3048
- "type": "uint64",
3049
- "id": 1
3050
- }
3051
- }
3052
- },
3053
- "Int32Value": {
3054
- "fields": {
3055
- "value": {
3056
- "type": "int32",
3057
- "id": 1
3058
- }
3059
- }
3060
- },
3061
- "UInt32Value": {
3062
- "fields": {
3063
- "value": {
3064
- "type": "uint32",
3065
- "id": 1
3066
- }
3067
- }
3068
- },
3069
- "BoolValue": {
3070
- "fields": {
3071
- "value": {
3072
- "type": "bool",
3073
- "id": 1
3074
- }
3075
- }
3076
- },
3077
- "StringValue": {
3078
- "fields": {
3079
- "value": {
3080
- "type": "string",
3081
- "id": 1
3082
- }
3083
- }
3084
- },
3085
- "BytesValue": {
3086
- "fields": {
3087
- "value": {
3088
- "type": "bytes",
3089
- "id": 1
3090
- }
3091
- }
3092
- },
3093
- "Any": {
3094
- "fields": {
3095
- "type_url": {
3096
- "type": "string",
3097
- "id": 1
3098
- },
3099
- "value": {
3100
- "type": "bytes",
3101
- "id": 2
3102
- }
3103
- }
3104
- },
3105
- "Empty": {
3106
- "fields": {}
3107
- },
3108
- "FieldMask": {
3109
- "fields": {
3110
- "paths": {
3111
- "rule": "repeated",
3112
- "type": "string",
3113
- "id": 1
3114
- }
3115
- }
3116
- }
3117
- }
3118
- },
3119
- "rpc": {
3120
- "options": {
3121
- "cc_enable_arenas": true,
3122
- "go_package": "google.golang.org/genproto/googleapis/rpc/status;status",
3123
- "java_multiple_files": true,
3124
- "java_outer_classname": "StatusProto",
3125
- "java_package": "com.google.rpc",
3126
- "objc_class_prefix": "RPC"
3127
- },
3128
- "nested": {
3129
- "Status": {
3130
- "fields": {
3131
- "code": {
3132
- "type": "int32",
3133
- "id": 1
3134
- },
3135
- "message": {
3136
- "type": "string",
3137
- "id": 2
3138
- },
3139
- "details": {
3140
- "rule": "repeated",
3141
- "type": "google.protobuf.Any",
3142
- "id": 3
3143
- }
3144
- }
3145
- }
3146
- }
3147
- },
3148
- "longrunning": {
3149
- "options": {
3150
- "cc_enable_arenas": true,
3151
- "csharp_namespace": "Google.LongRunning",
3152
- "go_package": "google.golang.org/genproto/googleapis/longrunning;longrunning",
3153
- "java_multiple_files": true,
3154
- "java_outer_classname": "OperationsProto",
3155
- "java_package": "com.google.longrunning",
3156
- "php_namespace": "Google\\LongRunning"
3157
- },
3158
- "nested": {
3159
- "operationInfo": {
3160
- "type": "google.longrunning.OperationInfo",
3161
- "id": 1049,
3162
- "extend": "google.protobuf.MethodOptions"
3163
- },
3164
- "Operations": {
3165
- "options": {
3166
- "(google.api.default_host)": "longrunning.googleapis.com"
3167
- },
3168
- "methods": {
3169
- "ListOperations": {
3170
- "requestType": "ListOperationsRequest",
3171
- "responseType": "ListOperationsResponse",
3172
- "options": {
3173
- "(google.api.http).get": "/v1/{name=operations}",
3174
- "(google.api.method_signature)": "name,filter"
3175
- },
3176
- "parsedOptions": [
3177
- {
3178
- "(google.api.http)": {
3179
- "get": "/v1/{name=operations}"
3180
- }
3181
- },
3182
- {
3183
- "(google.api.method_signature)": "name,filter"
3184
- }
3185
- ]
3186
- },
3187
- "GetOperation": {
3188
- "requestType": "GetOperationRequest",
3189
- "responseType": "Operation",
3190
- "options": {
3191
- "(google.api.http).get": "/v1/{name=operations/**}",
3192
- "(google.api.method_signature)": "name"
3193
- },
3194
- "parsedOptions": [
3195
- {
3196
- "(google.api.http)": {
3197
- "get": "/v1/{name=operations/**}"
3198
- }
3199
- },
3200
- {
3201
- "(google.api.method_signature)": "name"
3202
- }
3203
- ]
3204
- },
3205
- "DeleteOperation": {
3206
- "requestType": "DeleteOperationRequest",
3207
- "responseType": "google.protobuf.Empty",
3208
- "options": {
3209
- "(google.api.http).delete": "/v1/{name=operations/**}",
3210
- "(google.api.method_signature)": "name"
3211
- },
3212
- "parsedOptions": [
3213
- {
3214
- "(google.api.http)": {
3215
- "delete": "/v1/{name=operations/**}"
3216
- }
3217
- },
3218
- {
3219
- "(google.api.method_signature)": "name"
3220
- }
3221
- ]
3222
- },
3223
- "CancelOperation": {
3224
- "requestType": "CancelOperationRequest",
3225
- "responseType": "google.protobuf.Empty",
3226
- "options": {
3227
- "(google.api.http).post": "/v1/{name=operations/**}:cancel",
3228
- "(google.api.http).body": "*",
3229
- "(google.api.method_signature)": "name"
3230
- },
3231
- "parsedOptions": [
3232
- {
3233
- "(google.api.http)": {
3234
- "post": "/v1/{name=operations/**}:cancel",
3235
- "body": "*"
3236
- }
3237
- },
3238
- {
3239
- "(google.api.method_signature)": "name"
3240
- }
3241
- ]
3242
- },
3243
- "WaitOperation": {
3244
- "requestType": "WaitOperationRequest",
3245
- "responseType": "Operation"
3246
- }
3247
- }
3248
- },
3249
- "Operation": {
3250
- "oneofs": {
3251
- "result": {
3252
- "oneof": [
3253
- "error",
3254
- "response"
3255
- ]
3256
- }
3257
- },
3258
- "fields": {
3259
- "name": {
3260
- "type": "string",
3261
- "id": 1
3262
- },
3263
- "metadata": {
3264
- "type": "google.protobuf.Any",
3265
- "id": 2
3266
- },
3267
- "done": {
3268
- "type": "bool",
3269
- "id": 3
3270
- },
3271
- "error": {
3272
- "type": "google.rpc.Status",
3273
- "id": 4
3274
- },
3275
- "response": {
3276
- "type": "google.protobuf.Any",
3277
- "id": 5
3278
- }
3279
- }
3280
- },
3281
- "GetOperationRequest": {
3282
- "fields": {
3283
- "name": {
3284
- "type": "string",
3285
- "id": 1
3286
- }
3287
- }
3288
- },
3289
- "ListOperationsRequest": {
3290
- "fields": {
3291
- "name": {
3292
- "type": "string",
3293
- "id": 4
3294
- },
3295
- "filter": {
3296
- "type": "string",
3297
- "id": 1
3298
- },
3299
- "pageSize": {
3300
- "type": "int32",
3301
- "id": 2
3302
- },
3303
- "pageToken": {
3304
- "type": "string",
3305
- "id": 3
3306
- }
3307
- }
3308
- },
3309
- "ListOperationsResponse": {
3310
- "fields": {
3311
- "operations": {
3312
- "rule": "repeated",
3313
- "type": "Operation",
3314
- "id": 1
3315
- },
3316
- "nextPageToken": {
3317
- "type": "string",
3318
- "id": 2
3319
- }
3320
- }
3321
- },
3322
- "CancelOperationRequest": {
3323
- "fields": {
3324
- "name": {
3325
- "type": "string",
3326
- "id": 1
3327
- }
3328
- }
3329
- },
3330
- "DeleteOperationRequest": {
3331
- "fields": {
3332
- "name": {
3333
- "type": "string",
3334
- "id": 1
3335
- }
3336
- }
3337
- },
3338
- "WaitOperationRequest": {
3339
- "fields": {
3340
- "name": {
3341
- "type": "string",
3342
- "id": 1
3343
- },
3344
- "timeout": {
3345
- "type": "google.protobuf.Duration",
3346
- "id": 2
3347
- }
3348
- }
3349
- },
3350
- "OperationInfo": {
3351
- "fields": {
3352
- "responseType": {
3353
- "type": "string",
3354
- "id": 1
3355
- },
3356
- "metadataType": {
3357
- "type": "string",
3358
- "id": 2
3359
- }
3360
- }
3361
- }
3362
- }
3363
- }
3364
- }
3365
- }
3366
- }
3367
- }
1
+ {"nested":{"google":{"nested":{"cloud":{"nested":{"clouddms":{"nested":{"v1":{"options":{"csharp_namespace":"Google.Cloud.CloudDms.V1","go_package":"cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb","java_multiple_files":true,"java_outer_classname":"ClouddmsResourcesProto","java_package":"com.google.cloud.clouddms.v1","php_namespace":"Google\\Cloud\\CloudDms\\V1","ruby_package":"Google::Cloud::CloudDMS::V1"},"nested":{"DataMigrationService":{"options":{"(google.api.default_host)":"datamigration.googleapis.com","(google.api.oauth_scopes)":"https://www.googleapis.com/auth/cloud-platform"},"methods":{"ListMigrationJobs":{"requestType":"ListMigrationJobsRequest","responseType":"ListMigrationJobsResponse","options":{"(google.api.http).get":"/v1/{parent=projects/*/locations/*}/migrationJobs","(google.api.method_signature)":"parent"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{parent=projects/*/locations/*}/migrationJobs"}},{"(google.api.method_signature)":"parent"}]},"GetMigrationJob":{"requestType":"GetMigrationJobRequest","responseType":"MigrationJob","options":{"(google.api.http).get":"/v1/{name=projects/*/locations/*/migrationJobs/*}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{name=projects/*/locations/*/migrationJobs/*}"}},{"(google.api.method_signature)":"name"}]},"CreateMigrationJob":{"requestType":"CreateMigrationJobRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1/{parent=projects/*/locations/*}/migrationJobs","(google.api.http).body":"migration_job","(google.api.method_signature)":"parent,migration_job,migration_job_id","(google.longrunning.operation_info).response_type":"MigrationJob","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{parent=projects/*/locations/*}/migrationJobs","body":"migration_job"}},{"(google.api.method_signature)":"parent,migration_job,migration_job_id"},{"(google.longrunning.operation_info)":{"response_type":"MigrationJob","metadata_type":"OperationMetadata"}}]},"UpdateMigrationJob":{"requestType":"UpdateMigrationJobRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).patch":"/v1/{migration_job.name=projects/*/locations/*/migrationJobs/*}","(google.api.http).body":"migration_job","(google.api.method_signature)":"migration_job,update_mask","(google.longrunning.operation_info).response_type":"MigrationJob","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"patch":"/v1/{migration_job.name=projects/*/locations/*/migrationJobs/*}","body":"migration_job"}},{"(google.api.method_signature)":"migration_job,update_mask"},{"(google.longrunning.operation_info)":{"response_type":"MigrationJob","metadata_type":"OperationMetadata"}}]},"DeleteMigrationJob":{"requestType":"DeleteMigrationJobRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).delete":"/v1/{name=projects/*/locations/*/migrationJobs/*}","(google.api.method_signature)":"name","(google.longrunning.operation_info).response_type":"google.protobuf.Empty","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"delete":"/v1/{name=projects/*/locations/*/migrationJobs/*}"}},{"(google.api.method_signature)":"name"},{"(google.longrunning.operation_info)":{"response_type":"google.protobuf.Empty","metadata_type":"OperationMetadata"}}]},"StartMigrationJob":{"requestType":"StartMigrationJobRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:start","(google.api.http).body":"*","(google.longrunning.operation_info).response_type":"MigrationJob","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:start","body":"*"}},{"(google.longrunning.operation_info)":{"response_type":"MigrationJob","metadata_type":"OperationMetadata"}}]},"StopMigrationJob":{"requestType":"StopMigrationJobRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:stop","(google.api.http).body":"*","(google.longrunning.operation_info).response_type":"MigrationJob","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:stop","body":"*"}},{"(google.longrunning.operation_info)":{"response_type":"MigrationJob","metadata_type":"OperationMetadata"}}]},"ResumeMigrationJob":{"requestType":"ResumeMigrationJobRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:resume","(google.api.http).body":"*","(google.longrunning.operation_info).response_type":"MigrationJob","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:resume","body":"*"}},{"(google.longrunning.operation_info)":{"response_type":"MigrationJob","metadata_type":"OperationMetadata"}}]},"PromoteMigrationJob":{"requestType":"PromoteMigrationJobRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:promote","(google.api.http).body":"*","(google.longrunning.operation_info).response_type":"MigrationJob","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:promote","body":"*"}},{"(google.longrunning.operation_info)":{"response_type":"MigrationJob","metadata_type":"OperationMetadata"}}]},"VerifyMigrationJob":{"requestType":"VerifyMigrationJobRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:verify","(google.api.http).body":"*","(google.longrunning.operation_info).response_type":"MigrationJob","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:verify","body":"*"}},{"(google.longrunning.operation_info)":{"response_type":"MigrationJob","metadata_type":"OperationMetadata"}}]},"RestartMigrationJob":{"requestType":"RestartMigrationJobRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:restart","(google.api.http).body":"*","(google.longrunning.operation_info).response_type":"MigrationJob","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{name=projects/*/locations/*/migrationJobs/*}:restart","body":"*"}},{"(google.longrunning.operation_info)":{"response_type":"MigrationJob","metadata_type":"OperationMetadata"}}]},"GenerateSshScript":{"requestType":"GenerateSshScriptRequest","responseType":"SshScript","options":{"(google.api.http).post":"/v1/{migration_job=projects/*/locations/*/migrationJobs/*}:generateSshScript","(google.api.http).body":"*"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{migration_job=projects/*/locations/*/migrationJobs/*}:generateSshScript","body":"*"}}]},"ListConnectionProfiles":{"requestType":"ListConnectionProfilesRequest","responseType":"ListConnectionProfilesResponse","options":{"(google.api.http).get":"/v1/{parent=projects/*/locations/*}/connectionProfiles","(google.api.method_signature)":"parent"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{parent=projects/*/locations/*}/connectionProfiles"}},{"(google.api.method_signature)":"parent"}]},"GetConnectionProfile":{"requestType":"GetConnectionProfileRequest","responseType":"ConnectionProfile","options":{"(google.api.http).get":"/v1/{name=projects/*/locations/*/connectionProfiles/*}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{name=projects/*/locations/*/connectionProfiles/*}"}},{"(google.api.method_signature)":"name"}]},"CreateConnectionProfile":{"requestType":"CreateConnectionProfileRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).post":"/v1/{parent=projects/*/locations/*}/connectionProfiles","(google.api.http).body":"connection_profile","(google.api.method_signature)":"parent,connection_profile,connection_profile_id","(google.longrunning.operation_info).response_type":"ConnectionProfile","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{parent=projects/*/locations/*}/connectionProfiles","body":"connection_profile"}},{"(google.api.method_signature)":"parent,connection_profile,connection_profile_id"},{"(google.longrunning.operation_info)":{"response_type":"ConnectionProfile","metadata_type":"OperationMetadata"}}]},"UpdateConnectionProfile":{"requestType":"UpdateConnectionProfileRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).patch":"/v1/{connection_profile.name=projects/*/locations/*/connectionProfiles/*}","(google.api.http).body":"connection_profile","(google.api.method_signature)":"connection_profile,update_mask","(google.longrunning.operation_info).response_type":"ConnectionProfile","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"patch":"/v1/{connection_profile.name=projects/*/locations/*/connectionProfiles/*}","body":"connection_profile"}},{"(google.api.method_signature)":"connection_profile,update_mask"},{"(google.longrunning.operation_info)":{"response_type":"ConnectionProfile","metadata_type":"OperationMetadata"}}]},"DeleteConnectionProfile":{"requestType":"DeleteConnectionProfileRequest","responseType":"google.longrunning.Operation","options":{"(google.api.http).delete":"/v1/{name=projects/*/locations/*/connectionProfiles/*}","(google.api.method_signature)":"name","(google.longrunning.operation_info).response_type":"google.protobuf.Empty","(google.longrunning.operation_info).metadata_type":"OperationMetadata"},"parsedOptions":[{"(google.api.http)":{"delete":"/v1/{name=projects/*/locations/*/connectionProfiles/*}"}},{"(google.api.method_signature)":"name"},{"(google.longrunning.operation_info)":{"response_type":"google.protobuf.Empty","metadata_type":"OperationMetadata"}}]}}},"ListMigrationJobsRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).child_type":"datamigration.googleapis.com/MigrationJob"}},"pageSize":{"type":"int32","id":2},"pageToken":{"type":"string","id":3},"filter":{"type":"string","id":4},"orderBy":{"type":"string","id":5}}},"ListMigrationJobsResponse":{"fields":{"migrationJobs":{"rule":"repeated","type":"MigrationJob","id":1},"nextPageToken":{"type":"string","id":2},"unreachable":{"rule":"repeated","type":"string","id":3}}},"GetMigrationJobRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"datamigration.googleapis.com/MigrationJob"}}}},"CreateMigrationJobRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).child_type":"datamigration.googleapis.com/MigrationJob"}},"migrationJobId":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"migrationJob":{"type":"MigrationJob","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}},"requestId":{"type":"string","id":4}}},"UpdateMigrationJobRequest":{"fields":{"updateMask":{"type":"google.protobuf.FieldMask","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"migrationJob":{"type":"MigrationJob","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"requestId":{"type":"string","id":3}}},"DeleteMigrationJobRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"datamigration.googleapis.com/MigrationJob"}},"requestId":{"type":"string","id":2},"force":{"type":"bool","id":3}}},"StartMigrationJobRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.resource_reference).type":"datamigration.googleapis.com/MigrationJob"}}}},"StopMigrationJobRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.resource_reference).type":"datamigration.googleapis.com/MigrationJob"}}}},"ResumeMigrationJobRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.resource_reference).type":"datamigration.googleapis.com/MigrationJob"}}}},"PromoteMigrationJobRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.resource_reference).type":"datamigration.googleapis.com/MigrationJob"}}}},"VerifyMigrationJobRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.resource_reference).type":"datamigration.googleapis.com/MigrationJob"}}}},"RestartMigrationJobRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.resource_reference).type":"datamigration.googleapis.com/MigrationJob"}}}},"GenerateSshScriptRequest":{"oneofs":{"vmConfig":{"oneof":["vmCreationConfig","vmSelectionConfig"]}},"fields":{"migrationJob":{"type":"string","id":1,"options":{"(google.api.resource_reference).type":"datamigration.googleapis.com/MigrationJob"}},"vm":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"vmCreationConfig":{"type":"VmCreationConfig","id":100},"vmSelectionConfig":{"type":"VmSelectionConfig","id":101},"vmPort":{"type":"int32","id":3}}},"VmCreationConfig":{"fields":{"vmMachineType":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"vmZone":{"type":"string","id":2},"subnet":{"type":"string","id":3}}},"VmSelectionConfig":{"fields":{"vmZone":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}}}},"SshScript":{"fields":{"script":{"type":"string","id":1}}},"ListConnectionProfilesRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).child_type":"datamigration.googleapis.com/ConnectionProfile"}},"pageSize":{"type":"int32","id":2},"pageToken":{"type":"string","id":3},"filter":{"type":"string","id":4},"orderBy":{"type":"string","id":5}}},"ListConnectionProfilesResponse":{"fields":{"connectionProfiles":{"rule":"repeated","type":"ConnectionProfile","id":1},"nextPageToken":{"type":"string","id":2},"unreachable":{"rule":"repeated","type":"string","id":3}}},"GetConnectionProfileRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"datamigration.googleapis.com/ConnectionProfile"}}}},"CreateConnectionProfileRequest":{"fields":{"parent":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"datamigration.googleapis.com/ConnectionProfile"}},"connectionProfileId":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"connectionProfile":{"type":"ConnectionProfile","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}},"requestId":{"type":"string","id":4}}},"UpdateConnectionProfileRequest":{"fields":{"updateMask":{"type":"google.protobuf.FieldMask","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"connectionProfile":{"type":"ConnectionProfile","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"requestId":{"type":"string","id":3}}},"DeleteConnectionProfileRequest":{"fields":{"name":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED","(google.api.resource_reference).type":"datamigration.googleapis.com/ConnectionProfile"}},"requestId":{"type":"string","id":2},"force":{"type":"bool","id":3}}},"OperationMetadata":{"fields":{"createTime":{"type":"google.protobuf.Timestamp","id":1,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"endTime":{"type":"google.protobuf.Timestamp","id":2,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"target":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"verb":{"type":"string","id":4,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"statusMessage":{"type":"string","id":5,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"requestedCancellation":{"type":"bool","id":6,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"apiVersion":{"type":"string","id":7,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}}}},"SslConfig":{"fields":{"type":{"type":"SslType","id":1,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"clientKey":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"INPUT_ONLY"}},"clientCertificate":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"INPUT_ONLY"}},"caCertificate":{"type":"string","id":4,"options":{"(google.api.field_behavior)":"REQUIRED"}}},"nested":{"SslType":{"values":{"SSL_TYPE_UNSPECIFIED":0,"SERVER_ONLY":1,"SERVER_CLIENT":2}}}},"MySqlConnectionProfile":{"fields":{"host":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"port":{"type":"int32","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"username":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}},"password":{"type":"string","id":4,"options":{"(google.api.field_behavior)":"REQUIRED"}},"passwordSet":{"type":"bool","id":5,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"ssl":{"type":"SslConfig","id":6},"cloudSqlId":{"type":"string","id":7}}},"PostgreSqlConnectionProfile":{"fields":{"host":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"port":{"type":"int32","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"username":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"REQUIRED"}},"password":{"type":"string","id":4,"options":{"(google.api.field_behavior)":"REQUIRED"}},"passwordSet":{"type":"bool","id":5,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"ssl":{"type":"SslConfig","id":6},"cloudSqlId":{"type":"string","id":7}}},"CloudSqlConnectionProfile":{"fields":{"cloudSqlId":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"settings":{"type":"CloudSqlSettings","id":2,"options":{"(google.api.field_behavior)":"IMMUTABLE"}},"privateIp":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"publicIp":{"type":"string","id":4,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}}}},"SqlAclEntry":{"oneofs":{"expiration":{"oneof":["expireTime","ttl"]}},"fields":{"value":{"type":"string","id":1},"expireTime":{"type":"google.protobuf.Timestamp","id":10},"ttl":{"type":"google.protobuf.Duration","id":11,"options":{"(google.api.field_behavior)":"INPUT_ONLY"}},"label":{"type":"string","id":3}}},"SqlIpConfig":{"fields":{"enableIpv4":{"type":"google.protobuf.BoolValue","id":1},"privateNetwork":{"type":"string","id":2},"requireSsl":{"type":"google.protobuf.BoolValue","id":3},"authorizedNetworks":{"rule":"repeated","type":"SqlAclEntry","id":4}}},"CloudSqlSettings":{"fields":{"databaseVersion":{"type":"SqlDatabaseVersion","id":1},"userLabels":{"keyType":"string","type":"string","id":2},"tier":{"type":"string","id":3},"storageAutoResizeLimit":{"type":"google.protobuf.Int64Value","id":4},"activationPolicy":{"type":"SqlActivationPolicy","id":5},"ipConfig":{"type":"SqlIpConfig","id":6},"autoStorageIncrease":{"type":"google.protobuf.BoolValue","id":7},"databaseFlags":{"keyType":"string","type":"string","id":8},"dataDiskType":{"type":"SqlDataDiskType","id":9},"dataDiskSizeGb":{"type":"google.protobuf.Int64Value","id":10},"zone":{"type":"string","id":11},"sourceId":{"type":"string","id":12},"rootPassword":{"type":"string","id":13,"options":{"(google.api.field_behavior)":"INPUT_ONLY"}},"rootPasswordSet":{"type":"bool","id":14,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"collation":{"type":"string","id":15}},"nested":{"SqlActivationPolicy":{"values":{"SQL_ACTIVATION_POLICY_UNSPECIFIED":0,"ALWAYS":1,"NEVER":2}},"SqlDataDiskType":{"values":{"SQL_DATA_DISK_TYPE_UNSPECIFIED":0,"PD_SSD":1,"PD_HDD":2}},"SqlDatabaseVersion":{"values":{"SQL_DATABASE_VERSION_UNSPECIFIED":0,"MYSQL_5_6":1,"MYSQL_5_7":2,"POSTGRES_9_6":3,"POSTGRES_11":4,"POSTGRES_10":5,"MYSQL_8_0":6,"POSTGRES_12":7,"POSTGRES_13":8}}}},"StaticIpConnectivity":{"fields":{}},"ReverseSshConnectivity":{"fields":{"vmIp":{"type":"string","id":1,"options":{"(google.api.field_behavior)":"REQUIRED"}},"vmPort":{"type":"int32","id":2,"options":{"(google.api.field_behavior)":"REQUIRED"}},"vm":{"type":"string","id":3},"vpc":{"type":"string","id":4}}},"VpcPeeringConnectivity":{"fields":{"vpc":{"type":"string","id":1}}},"DatabaseType":{"fields":{"provider":{"type":"DatabaseProvider","id":1},"engine":{"type":"DatabaseEngine","id":2}}},"MigrationJob":{"options":{"(google.api.resource).type":"datamigration.googleapis.com/MigrationJob","(google.api.resource).pattern":"projects/{project}/locations/{location}/migrationJobs/{migration_job}"},"oneofs":{"connectivity":{"oneof":["reverseSshConnectivity","vpcPeeringConnectivity","staticIpConnectivity"]}},"fields":{"name":{"type":"string","id":1},"createTime":{"type":"google.protobuf.Timestamp","id":2,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"updateTime":{"type":"google.protobuf.Timestamp","id":3,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"labels":{"keyType":"string","type":"string","id":4},"displayName":{"type":"string","id":5},"state":{"type":"State","id":6},"phase":{"type":"Phase","id":7,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"type":{"type":"Type","id":8,"options":{"(google.api.field_behavior)":"REQUIRED"}},"dumpPath":{"type":"string","id":9},"source":{"type":"string","id":10,"options":{"(google.api.field_behavior)":"REQUIRED"}},"destination":{"type":"string","id":11,"options":{"(google.api.field_behavior)":"REQUIRED"}},"reverseSshConnectivity":{"type":"ReverseSshConnectivity","id":101},"vpcPeeringConnectivity":{"type":"VpcPeeringConnectivity","id":102},"staticIpConnectivity":{"type":"StaticIpConnectivity","id":103},"duration":{"type":"google.protobuf.Duration","id":12,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"error":{"type":"google.rpc.Status","id":13,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"sourceDatabase":{"type":"DatabaseType","id":14},"destinationDatabase":{"type":"DatabaseType","id":15},"endTime":{"type":"google.protobuf.Timestamp","id":16,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}}},"nested":{"State":{"values":{"STATE_UNSPECIFIED":0,"MAINTENANCE":1,"DRAFT":2,"CREATING":3,"NOT_STARTED":4,"RUNNING":5,"FAILED":6,"COMPLETED":7,"DELETING":8,"STOPPING":9,"STOPPED":10,"DELETED":11,"UPDATING":12,"STARTING":13,"RESTARTING":14,"RESUMING":15}},"Phase":{"values":{"PHASE_UNSPECIFIED":0,"FULL_DUMP":1,"CDC":2,"PROMOTE_IN_PROGRESS":3,"WAITING_FOR_SOURCE_WRITES_TO_STOP":4,"PREPARING_THE_DUMP":5}},"Type":{"values":{"TYPE_UNSPECIFIED":0,"ONE_TIME":1,"CONTINUOUS":2}}}},"ConnectionProfile":{"options":{"(google.api.resource).type":"datamigration.googleapis.com/ConnectionProfile","(google.api.resource).pattern":"projects/{project}/locations/{location}/connectionProfiles/{connection_profile}"},"oneofs":{"connectionProfile":{"oneof":["mysql","postgresql","cloudsql"]}},"fields":{"name":{"type":"string","id":1},"createTime":{"type":"google.protobuf.Timestamp","id":2,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"updateTime":{"type":"google.protobuf.Timestamp","id":3,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"labels":{"keyType":"string","type":"string","id":4},"state":{"type":"State","id":5},"displayName":{"type":"string","id":6},"mysql":{"type":"MySqlConnectionProfile","id":100},"postgresql":{"type":"PostgreSqlConnectionProfile","id":101},"cloudsql":{"type":"CloudSqlConnectionProfile","id":102},"error":{"type":"google.rpc.Status","id":7,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"provider":{"type":"DatabaseProvider","id":8}},"nested":{"State":{"values":{"STATE_UNSPECIFIED":0,"DRAFT":1,"CREATING":2,"READY":3,"UPDATING":4,"DELETING":5,"DELETED":6,"FAILED":7}}}},"MigrationJobVerificationError":{"fields":{"errorCode":{"type":"ErrorCode","id":1,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"errorMessage":{"type":"string","id":2,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}},"errorDetailMessage":{"type":"string","id":3,"options":{"(google.api.field_behavior)":"OUTPUT_ONLY"}}},"nested":{"ErrorCode":{"values":{"ERROR_CODE_UNSPECIFIED":0,"CONNECTION_FAILURE":1,"AUTHENTICATION_FAILURE":2,"INVALID_CONNECTION_PROFILE_CONFIG":3,"VERSION_INCOMPATIBILITY":4,"CONNECTION_PROFILE_TYPES_INCOMPATIBILITY":5,"NO_PGLOGICAL_INSTALLED":7,"PGLOGICAL_NODE_ALREADY_EXISTS":8,"INVALID_WAL_LEVEL":9,"INVALID_SHARED_PRELOAD_LIBRARY":10,"INSUFFICIENT_MAX_REPLICATION_SLOTS":11,"INSUFFICIENT_MAX_WAL_SENDERS":12,"INSUFFICIENT_MAX_WORKER_PROCESSES":13,"UNSUPPORTED_EXTENSIONS":14,"UNSUPPORTED_MIGRATION_TYPE":15,"INVALID_RDS_LOGICAL_REPLICATION":16,"UNSUPPORTED_GTID_MODE":17,"UNSUPPORTED_TABLE_DEFINITION":18,"UNSUPPORTED_DEFINER":19,"CANT_RESTART_RUNNING_MIGRATION":21}}}},"DatabaseEngine":{"values":{"DATABASE_ENGINE_UNSPECIFIED":0,"MYSQL":1,"POSTGRESQL":2}},"DatabaseProvider":{"values":{"DATABASE_PROVIDER_UNSPECIFIED":0,"CLOUDSQL":1,"RDS":2}}}}}}}},"api":{"options":{"go_package":"google.golang.org/genproto/googleapis/api/annotations;annotations","java_multiple_files":true,"java_outer_classname":"ResourceProto","java_package":"com.google.api","objc_class_prefix":"GAPI","cc_enable_arenas":true},"nested":{"http":{"type":"HttpRule","id":72295728,"extend":"google.protobuf.MethodOptions"},"Http":{"fields":{"rules":{"rule":"repeated","type":"HttpRule","id":1},"fullyDecodeReservedExpansion":{"type":"bool","id":2}}},"HttpRule":{"oneofs":{"pattern":{"oneof":["get","put","post","delete","patch","custom"]}},"fields":{"selector":{"type":"string","id":1},"get":{"type":"string","id":2},"put":{"type":"string","id":3},"post":{"type":"string","id":4},"delete":{"type":"string","id":5},"patch":{"type":"string","id":6},"custom":{"type":"CustomHttpPattern","id":8},"body":{"type":"string","id":7},"responseBody":{"type":"string","id":12},"additionalBindings":{"rule":"repeated","type":"HttpRule","id":11}}},"CustomHttpPattern":{"fields":{"kind":{"type":"string","id":1},"path":{"type":"string","id":2}}},"methodSignature":{"rule":"repeated","type":"string","id":1051,"extend":"google.protobuf.MethodOptions"},"defaultHost":{"type":"string","id":1049,"extend":"google.protobuf.ServiceOptions"},"oauthScopes":{"type":"string","id":1050,"extend":"google.protobuf.ServiceOptions"},"CommonLanguageSettings":{"fields":{"referenceDocsUri":{"type":"string","id":1,"options":{"deprecated":true}},"destinations":{"rule":"repeated","type":"ClientLibraryDestination","id":2}}},"ClientLibrarySettings":{"fields":{"version":{"type":"string","id":1},"launchStage":{"type":"LaunchStage","id":2},"restNumericEnums":{"type":"bool","id":3},"javaSettings":{"type":"JavaSettings","id":21},"cppSettings":{"type":"CppSettings","id":22},"phpSettings":{"type":"PhpSettings","id":23},"pythonSettings":{"type":"PythonSettings","id":24},"nodeSettings":{"type":"NodeSettings","id":25},"dotnetSettings":{"type":"DotnetSettings","id":26},"rubySettings":{"type":"RubySettings","id":27},"goSettings":{"type":"GoSettings","id":28}}},"Publishing":{"fields":{"methodSettings":{"rule":"repeated","type":"MethodSettings","id":2},"newIssueUri":{"type":"string","id":101},"documentationUri":{"type":"string","id":102},"apiShortName":{"type":"string","id":103},"githubLabel":{"type":"string","id":104},"codeownerGithubTeams":{"rule":"repeated","type":"string","id":105},"docTagPrefix":{"type":"string","id":106},"organization":{"type":"ClientLibraryOrganization","id":107},"librarySettings":{"rule":"repeated","type":"ClientLibrarySettings","id":109}}},"JavaSettings":{"fields":{"libraryPackage":{"type":"string","id":1},"serviceClassNames":{"keyType":"string","type":"string","id":2},"common":{"type":"CommonLanguageSettings","id":3}}},"CppSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"PhpSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"PythonSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"NodeSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"DotnetSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"RubySettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"GoSettings":{"fields":{"common":{"type":"CommonLanguageSettings","id":1}}},"MethodSettings":{"fields":{"selector":{"type":"string","id":1},"longRunning":{"type":"LongRunning","id":2}},"nested":{"LongRunning":{"fields":{"initialPollDelay":{"type":"google.protobuf.Duration","id":1},"pollDelayMultiplier":{"type":"float","id":2},"maxPollDelay":{"type":"google.protobuf.Duration","id":3},"totalPollTimeout":{"type":"google.protobuf.Duration","id":4}}}}},"ClientLibraryOrganization":{"values":{"CLIENT_LIBRARY_ORGANIZATION_UNSPECIFIED":0,"CLOUD":1,"ADS":2,"PHOTOS":3,"STREET_VIEW":4}},"ClientLibraryDestination":{"values":{"CLIENT_LIBRARY_DESTINATION_UNSPECIFIED":0,"GITHUB":10,"PACKAGE_MANAGER":20}},"LaunchStage":{"values":{"LAUNCH_STAGE_UNSPECIFIED":0,"UNIMPLEMENTED":6,"PRELAUNCH":7,"EARLY_ACCESS":1,"ALPHA":2,"BETA":3,"GA":4,"DEPRECATED":5}},"fieldBehavior":{"rule":"repeated","type":"google.api.FieldBehavior","id":1052,"extend":"google.protobuf.FieldOptions"},"FieldBehavior":{"values":{"FIELD_BEHAVIOR_UNSPECIFIED":0,"OPTIONAL":1,"REQUIRED":2,"OUTPUT_ONLY":3,"INPUT_ONLY":4,"IMMUTABLE":5,"UNORDERED_LIST":6,"NON_EMPTY_DEFAULT":7}},"resourceReference":{"type":"google.api.ResourceReference","id":1055,"extend":"google.protobuf.FieldOptions"},"resourceDefinition":{"rule":"repeated","type":"google.api.ResourceDescriptor","id":1053,"extend":"google.protobuf.FileOptions"},"resource":{"type":"google.api.ResourceDescriptor","id":1053,"extend":"google.protobuf.MessageOptions"},"ResourceDescriptor":{"fields":{"type":{"type":"string","id":1},"pattern":{"rule":"repeated","type":"string","id":2},"nameField":{"type":"string","id":3},"history":{"type":"History","id":4},"plural":{"type":"string","id":5},"singular":{"type":"string","id":6},"style":{"rule":"repeated","type":"Style","id":10}},"nested":{"History":{"values":{"HISTORY_UNSPECIFIED":0,"ORIGINALLY_SINGLE_PATTERN":1,"FUTURE_MULTI_PATTERN":2}},"Style":{"values":{"STYLE_UNSPECIFIED":0,"DECLARATIVE_FRIENDLY":1}}}},"ResourceReference":{"fields":{"type":{"type":"string","id":1},"childType":{"type":"string","id":2}}}}},"protobuf":{"options":{"go_package":"google.golang.org/protobuf/types/descriptorpb","java_package":"com.google.protobuf","java_outer_classname":"DescriptorProtos","csharp_namespace":"Google.Protobuf.Reflection","objc_class_prefix":"GPB","cc_enable_arenas":true,"optimize_for":"SPEED"},"nested":{"FileDescriptorSet":{"fields":{"file":{"rule":"repeated","type":"FileDescriptorProto","id":1}}},"FileDescriptorProto":{"fields":{"name":{"type":"string","id":1},"package":{"type":"string","id":2},"dependency":{"rule":"repeated","type":"string","id":3},"publicDependency":{"rule":"repeated","type":"int32","id":10,"options":{"packed":false}},"weakDependency":{"rule":"repeated","type":"int32","id":11,"options":{"packed":false}},"messageType":{"rule":"repeated","type":"DescriptorProto","id":4},"enumType":{"rule":"repeated","type":"EnumDescriptorProto","id":5},"service":{"rule":"repeated","type":"ServiceDescriptorProto","id":6},"extension":{"rule":"repeated","type":"FieldDescriptorProto","id":7},"options":{"type":"FileOptions","id":8},"sourceCodeInfo":{"type":"SourceCodeInfo","id":9},"syntax":{"type":"string","id":12},"edition":{"type":"string","id":13}}},"DescriptorProto":{"fields":{"name":{"type":"string","id":1},"field":{"rule":"repeated","type":"FieldDescriptorProto","id":2},"extension":{"rule":"repeated","type":"FieldDescriptorProto","id":6},"nestedType":{"rule":"repeated","type":"DescriptorProto","id":3},"enumType":{"rule":"repeated","type":"EnumDescriptorProto","id":4},"extensionRange":{"rule":"repeated","type":"ExtensionRange","id":5},"oneofDecl":{"rule":"repeated","type":"OneofDescriptorProto","id":8},"options":{"type":"MessageOptions","id":7},"reservedRange":{"rule":"repeated","type":"ReservedRange","id":9},"reservedName":{"rule":"repeated","type":"string","id":10}},"nested":{"ExtensionRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2},"options":{"type":"ExtensionRangeOptions","id":3}}},"ReservedRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2}}}}},"ExtensionRangeOptions":{"fields":{"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"FieldDescriptorProto":{"fields":{"name":{"type":"string","id":1},"number":{"type":"int32","id":3},"label":{"type":"Label","id":4},"type":{"type":"Type","id":5},"typeName":{"type":"string","id":6},"extendee":{"type":"string","id":2},"defaultValue":{"type":"string","id":7},"oneofIndex":{"type":"int32","id":9},"jsonName":{"type":"string","id":10},"options":{"type":"FieldOptions","id":8},"proto3Optional":{"type":"bool","id":17}},"nested":{"Type":{"values":{"TYPE_DOUBLE":1,"TYPE_FLOAT":2,"TYPE_INT64":3,"TYPE_UINT64":4,"TYPE_INT32":5,"TYPE_FIXED64":6,"TYPE_FIXED32":7,"TYPE_BOOL":8,"TYPE_STRING":9,"TYPE_GROUP":10,"TYPE_MESSAGE":11,"TYPE_BYTES":12,"TYPE_UINT32":13,"TYPE_ENUM":14,"TYPE_SFIXED32":15,"TYPE_SFIXED64":16,"TYPE_SINT32":17,"TYPE_SINT64":18}},"Label":{"values":{"LABEL_OPTIONAL":1,"LABEL_REQUIRED":2,"LABEL_REPEATED":3}}}},"OneofDescriptorProto":{"fields":{"name":{"type":"string","id":1},"options":{"type":"OneofOptions","id":2}}},"EnumDescriptorProto":{"fields":{"name":{"type":"string","id":1},"value":{"rule":"repeated","type":"EnumValueDescriptorProto","id":2},"options":{"type":"EnumOptions","id":3},"reservedRange":{"rule":"repeated","type":"EnumReservedRange","id":4},"reservedName":{"rule":"repeated","type":"string","id":5}},"nested":{"EnumReservedRange":{"fields":{"start":{"type":"int32","id":1},"end":{"type":"int32","id":2}}}}},"EnumValueDescriptorProto":{"fields":{"name":{"type":"string","id":1},"number":{"type":"int32","id":2},"options":{"type":"EnumValueOptions","id":3}}},"ServiceDescriptorProto":{"fields":{"name":{"type":"string","id":1},"method":{"rule":"repeated","type":"MethodDescriptorProto","id":2},"options":{"type":"ServiceOptions","id":3}}},"MethodDescriptorProto":{"fields":{"name":{"type":"string","id":1},"inputType":{"type":"string","id":2},"outputType":{"type":"string","id":3},"options":{"type":"MethodOptions","id":4},"clientStreaming":{"type":"bool","id":5,"options":{"default":false}},"serverStreaming":{"type":"bool","id":6,"options":{"default":false}}}},"FileOptions":{"fields":{"javaPackage":{"type":"string","id":1},"javaOuterClassname":{"type":"string","id":8},"javaMultipleFiles":{"type":"bool","id":10,"options":{"default":false}},"javaGenerateEqualsAndHash":{"type":"bool","id":20,"options":{"deprecated":true}},"javaStringCheckUtf8":{"type":"bool","id":27,"options":{"default":false}},"optimizeFor":{"type":"OptimizeMode","id":9,"options":{"default":"SPEED"}},"goPackage":{"type":"string","id":11},"ccGenericServices":{"type":"bool","id":16,"options":{"default":false}},"javaGenericServices":{"type":"bool","id":17,"options":{"default":false}},"pyGenericServices":{"type":"bool","id":18,"options":{"default":false}},"phpGenericServices":{"type":"bool","id":42,"options":{"default":false}},"deprecated":{"type":"bool","id":23,"options":{"default":false}},"ccEnableArenas":{"type":"bool","id":31,"options":{"default":true}},"objcClassPrefix":{"type":"string","id":36},"csharpNamespace":{"type":"string","id":37},"swiftPrefix":{"type":"string","id":39},"phpClassPrefix":{"type":"string","id":40},"phpNamespace":{"type":"string","id":41},"phpMetadataNamespace":{"type":"string","id":44},"rubyPackage":{"type":"string","id":45},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[38,38]],"nested":{"OptimizeMode":{"values":{"SPEED":1,"CODE_SIZE":2,"LITE_RUNTIME":3}}}},"MessageOptions":{"fields":{"messageSetWireFormat":{"type":"bool","id":1,"options":{"default":false}},"noStandardDescriptorAccessor":{"type":"bool","id":2,"options":{"default":false}},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"mapEntry":{"type":"bool","id":7},"deprecatedLegacyJsonFieldConflicts":{"type":"bool","id":11,"options":{"deprecated":true}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[4,4],[5,5],[6,6],[8,8],[9,9]]},"FieldOptions":{"fields":{"ctype":{"type":"CType","id":1,"options":{"default":"STRING"}},"packed":{"type":"bool","id":2},"jstype":{"type":"JSType","id":6,"options":{"default":"JS_NORMAL"}},"lazy":{"type":"bool","id":5,"options":{"default":false}},"unverifiedLazy":{"type":"bool","id":15,"options":{"default":false}},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"weak":{"type":"bool","id":10,"options":{"default":false}},"debugRedact":{"type":"bool","id":16,"options":{"default":false}},"retention":{"type":"OptionRetention","id":17},"target":{"type":"OptionTargetType","id":18},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[4,4]],"nested":{"CType":{"values":{"STRING":0,"CORD":1,"STRING_PIECE":2}},"JSType":{"values":{"JS_NORMAL":0,"JS_STRING":1,"JS_NUMBER":2}},"OptionRetention":{"values":{"RETENTION_UNKNOWN":0,"RETENTION_RUNTIME":1,"RETENTION_SOURCE":2}},"OptionTargetType":{"values":{"TARGET_TYPE_UNKNOWN":0,"TARGET_TYPE_FILE":1,"TARGET_TYPE_EXTENSION_RANGE":2,"TARGET_TYPE_MESSAGE":3,"TARGET_TYPE_FIELD":4,"TARGET_TYPE_ONEOF":5,"TARGET_TYPE_ENUM":6,"TARGET_TYPE_ENUM_ENTRY":7,"TARGET_TYPE_SERVICE":8,"TARGET_TYPE_METHOD":9}}}},"OneofOptions":{"fields":{"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"EnumOptions":{"fields":{"allowAlias":{"type":"bool","id":2},"deprecated":{"type":"bool","id":3,"options":{"default":false}},"deprecatedLegacyJsonFieldConflicts":{"type":"bool","id":6,"options":{"deprecated":true}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"reserved":[[5,5]]},"EnumValueOptions":{"fields":{"deprecated":{"type":"bool","id":1,"options":{"default":false}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"ServiceOptions":{"fields":{"deprecated":{"type":"bool","id":33,"options":{"default":false}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]]},"MethodOptions":{"fields":{"deprecated":{"type":"bool","id":33,"options":{"default":false}},"idempotencyLevel":{"type":"IdempotencyLevel","id":34,"options":{"default":"IDEMPOTENCY_UNKNOWN"}},"uninterpretedOption":{"rule":"repeated","type":"UninterpretedOption","id":999}},"extensions":[[1e3,536870911]],"nested":{"IdempotencyLevel":{"values":{"IDEMPOTENCY_UNKNOWN":0,"NO_SIDE_EFFECTS":1,"IDEMPOTENT":2}}}},"UninterpretedOption":{"fields":{"name":{"rule":"repeated","type":"NamePart","id":2},"identifierValue":{"type":"string","id":3},"positiveIntValue":{"type":"uint64","id":4},"negativeIntValue":{"type":"int64","id":5},"doubleValue":{"type":"double","id":6},"stringValue":{"type":"bytes","id":7},"aggregateValue":{"type":"string","id":8}},"nested":{"NamePart":{"fields":{"namePart":{"rule":"required","type":"string","id":1},"isExtension":{"rule":"required","type":"bool","id":2}}}}},"SourceCodeInfo":{"fields":{"location":{"rule":"repeated","type":"Location","id":1}},"nested":{"Location":{"fields":{"path":{"rule":"repeated","type":"int32","id":1},"span":{"rule":"repeated","type":"int32","id":2},"leadingComments":{"type":"string","id":3},"trailingComments":{"type":"string","id":4},"leadingDetachedComments":{"rule":"repeated","type":"string","id":6}}}}},"GeneratedCodeInfo":{"fields":{"annotation":{"rule":"repeated","type":"Annotation","id":1}},"nested":{"Annotation":{"fields":{"path":{"rule":"repeated","type":"int32","id":1},"sourceFile":{"type":"string","id":2},"begin":{"type":"int32","id":3},"end":{"type":"int32","id":4},"semantic":{"type":"Semantic","id":5}},"nested":{"Semantic":{"values":{"NONE":0,"SET":1,"ALIAS":2}}}}}},"Duration":{"fields":{"seconds":{"type":"int64","id":1},"nanos":{"type":"int32","id":2}}},"Timestamp":{"fields":{"seconds":{"type":"int64","id":1},"nanos":{"type":"int32","id":2}}},"DoubleValue":{"fields":{"value":{"type":"double","id":1}}},"FloatValue":{"fields":{"value":{"type":"float","id":1}}},"Int64Value":{"fields":{"value":{"type":"int64","id":1}}},"UInt64Value":{"fields":{"value":{"type":"uint64","id":1}}},"Int32Value":{"fields":{"value":{"type":"int32","id":1}}},"UInt32Value":{"fields":{"value":{"type":"uint32","id":1}}},"BoolValue":{"fields":{"value":{"type":"bool","id":1}}},"StringValue":{"fields":{"value":{"type":"string","id":1}}},"BytesValue":{"fields":{"value":{"type":"bytes","id":1}}},"Any":{"fields":{"type_url":{"type":"string","id":1},"value":{"type":"bytes","id":2}}},"Empty":{"fields":{}},"FieldMask":{"fields":{"paths":{"rule":"repeated","type":"string","id":1}}}}},"rpc":{"options":{"cc_enable_arenas":true,"go_package":"google.golang.org/genproto/googleapis/rpc/status;status","java_multiple_files":true,"java_outer_classname":"StatusProto","java_package":"com.google.rpc","objc_class_prefix":"RPC"},"nested":{"Status":{"fields":{"code":{"type":"int32","id":1},"message":{"type":"string","id":2},"details":{"rule":"repeated","type":"google.protobuf.Any","id":3}}}}},"longrunning":{"options":{"cc_enable_arenas":true,"csharp_namespace":"Google.LongRunning","go_package":"google.golang.org/genproto/googleapis/longrunning;longrunning","java_multiple_files":true,"java_outer_classname":"OperationsProto","java_package":"com.google.longrunning","php_namespace":"Google\\LongRunning"},"nested":{"operationInfo":{"type":"google.longrunning.OperationInfo","id":1049,"extend":"google.protobuf.MethodOptions"},"Operations":{"options":{"(google.api.default_host)":"longrunning.googleapis.com"},"methods":{"ListOperations":{"requestType":"ListOperationsRequest","responseType":"ListOperationsResponse","options":{"(google.api.http).get":"/v1/{name=operations}","(google.api.method_signature)":"name,filter"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{name=operations}"}},{"(google.api.method_signature)":"name,filter"}]},"GetOperation":{"requestType":"GetOperationRequest","responseType":"Operation","options":{"(google.api.http).get":"/v1/{name=operations/**}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"get":"/v1/{name=operations/**}"}},{"(google.api.method_signature)":"name"}]},"DeleteOperation":{"requestType":"DeleteOperationRequest","responseType":"google.protobuf.Empty","options":{"(google.api.http).delete":"/v1/{name=operations/**}","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"delete":"/v1/{name=operations/**}"}},{"(google.api.method_signature)":"name"}]},"CancelOperation":{"requestType":"CancelOperationRequest","responseType":"google.protobuf.Empty","options":{"(google.api.http).post":"/v1/{name=operations/**}:cancel","(google.api.http).body":"*","(google.api.method_signature)":"name"},"parsedOptions":[{"(google.api.http)":{"post":"/v1/{name=operations/**}:cancel","body":"*"}},{"(google.api.method_signature)":"name"}]},"WaitOperation":{"requestType":"WaitOperationRequest","responseType":"Operation"}}},"Operation":{"oneofs":{"result":{"oneof":["error","response"]}},"fields":{"name":{"type":"string","id":1},"metadata":{"type":"google.protobuf.Any","id":2},"done":{"type":"bool","id":3},"error":{"type":"google.rpc.Status","id":4},"response":{"type":"google.protobuf.Any","id":5}}},"GetOperationRequest":{"fields":{"name":{"type":"string","id":1}}},"ListOperationsRequest":{"fields":{"name":{"type":"string","id":4},"filter":{"type":"string","id":1},"pageSize":{"type":"int32","id":2},"pageToken":{"type":"string","id":3}}},"ListOperationsResponse":{"fields":{"operations":{"rule":"repeated","type":"Operation","id":1},"nextPageToken":{"type":"string","id":2}}},"CancelOperationRequest":{"fields":{"name":{"type":"string","id":1}}},"DeleteOperationRequest":{"fields":{"name":{"type":"string","id":1}}},"WaitOperationRequest":{"fields":{"name":{"type":"string","id":1},"timeout":{"type":"google.protobuf.Duration","id":2}}},"OperationInfo":{"fields":{"responseType":{"type":"string","id":1},"metadataType":{"type":"string","id":2}}}}}}}}}