@google-cloud/dms 2.2.1 → 2.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -0
- package/README.md +39 -21
- package/build/protos/google/cloud/clouddms/v1/clouddms.proto +864 -77
- package/build/protos/google/cloud/clouddms/v1/clouddms_resources.proto +472 -48
- package/build/protos/google/cloud/clouddms/v1/conversionworkspace_resources.proto +606 -0
- package/build/protos/protos.d.ts +9210 -1008
- package/build/protos/protos.js +25429 -4425
- package/build/protos/protos.json +2889 -682
- package/build/src/v1/data_migration_service_client.d.ts +1684 -225
- package/build/src/v1/data_migration_service_client.js +1619 -160
- package/build/src/v1/data_migration_service_client_config.json +95 -0
- package/package.json +11 -10
- package/build/src/index.js.map +0 -1
- package/build/src/v1/data_migration_service_client.js.map +0 -1
- package/build/src/v1/index.js.map +0 -1
package/build/protos/protos.json
CHANGED
|
@@ -11,10 +11,12 @@
|
|
|
11
11
|
"csharp_namespace": "Google.Cloud.CloudDms.V1",
|
|
12
12
|
"go_package": "cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb",
|
|
13
13
|
"java_multiple_files": true,
|
|
14
|
-
"java_outer_classname": "
|
|
14
|
+
"java_outer_classname": "ConversionWorkspaceResourcesProto",
|
|
15
15
|
"java_package": "com.google.cloud.clouddms.v1",
|
|
16
16
|
"php_namespace": "Google\\Cloud\\CloudDms\\V1",
|
|
17
|
-
"ruby_package": "Google::Cloud::CloudDMS::V1"
|
|
17
|
+
"ruby_package": "Google::Cloud::CloudDMS::V1",
|
|
18
|
+
"(google.api.resource_definition).type": "compute.googleapis.com/Networks",
|
|
19
|
+
"(google.api.resource_definition).pattern": "projects/{project}/global/networks/{network}"
|
|
18
20
|
},
|
|
19
21
|
"nested": {
|
|
20
22
|
"DataMigrationService": {
|
|
@@ -418,265 +420,2136 @@
|
|
|
418
420
|
}
|
|
419
421
|
}
|
|
420
422
|
]
|
|
423
|
+
},
|
|
424
|
+
"CreatePrivateConnection": {
|
|
425
|
+
"requestType": "CreatePrivateConnectionRequest",
|
|
426
|
+
"responseType": "google.longrunning.Operation",
|
|
427
|
+
"options": {
|
|
428
|
+
"(google.api.http).post": "/v1/{parent=projects/*/locations/*}/privateConnections",
|
|
429
|
+
"(google.api.http).body": "private_connection",
|
|
430
|
+
"(google.api.method_signature)": "parent,private_connection,private_connection_id",
|
|
431
|
+
"(google.longrunning.operation_info).response_type": "PrivateConnection",
|
|
432
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
433
|
+
},
|
|
434
|
+
"parsedOptions": [
|
|
435
|
+
{
|
|
436
|
+
"(google.api.http)": {
|
|
437
|
+
"post": "/v1/{parent=projects/*/locations/*}/privateConnections",
|
|
438
|
+
"body": "private_connection"
|
|
439
|
+
}
|
|
440
|
+
},
|
|
441
|
+
{
|
|
442
|
+
"(google.api.method_signature)": "parent,private_connection,private_connection_id"
|
|
443
|
+
},
|
|
444
|
+
{
|
|
445
|
+
"(google.longrunning.operation_info)": {
|
|
446
|
+
"response_type": "PrivateConnection",
|
|
447
|
+
"metadata_type": "OperationMetadata"
|
|
448
|
+
}
|
|
449
|
+
}
|
|
450
|
+
]
|
|
451
|
+
},
|
|
452
|
+
"GetPrivateConnection": {
|
|
453
|
+
"requestType": "GetPrivateConnectionRequest",
|
|
454
|
+
"responseType": "PrivateConnection",
|
|
455
|
+
"options": {
|
|
456
|
+
"(google.api.http).get": "/v1/{name=projects/*/locations/*/privateConnections/*}",
|
|
457
|
+
"(google.api.method_signature)": "name"
|
|
458
|
+
},
|
|
459
|
+
"parsedOptions": [
|
|
460
|
+
{
|
|
461
|
+
"(google.api.http)": {
|
|
462
|
+
"get": "/v1/{name=projects/*/locations/*/privateConnections/*}"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"(google.api.method_signature)": "name"
|
|
467
|
+
}
|
|
468
|
+
]
|
|
469
|
+
},
|
|
470
|
+
"ListPrivateConnections": {
|
|
471
|
+
"requestType": "ListPrivateConnectionsRequest",
|
|
472
|
+
"responseType": "ListPrivateConnectionsResponse",
|
|
473
|
+
"options": {
|
|
474
|
+
"(google.api.http).get": "/v1/{parent=projects/*/locations/*}/privateConnections",
|
|
475
|
+
"(google.api.method_signature)": "parent"
|
|
476
|
+
},
|
|
477
|
+
"parsedOptions": [
|
|
478
|
+
{
|
|
479
|
+
"(google.api.http)": {
|
|
480
|
+
"get": "/v1/{parent=projects/*/locations/*}/privateConnections"
|
|
481
|
+
}
|
|
482
|
+
},
|
|
483
|
+
{
|
|
484
|
+
"(google.api.method_signature)": "parent"
|
|
485
|
+
}
|
|
486
|
+
]
|
|
487
|
+
},
|
|
488
|
+
"DeletePrivateConnection": {
|
|
489
|
+
"requestType": "DeletePrivateConnectionRequest",
|
|
490
|
+
"responseType": "google.longrunning.Operation",
|
|
491
|
+
"options": {
|
|
492
|
+
"(google.api.http).delete": "/v1/{name=projects/*/locations/*/privateConnections/*}",
|
|
493
|
+
"(google.api.method_signature)": "name",
|
|
494
|
+
"(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
|
|
495
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
496
|
+
},
|
|
497
|
+
"parsedOptions": [
|
|
498
|
+
{
|
|
499
|
+
"(google.api.http)": {
|
|
500
|
+
"delete": "/v1/{name=projects/*/locations/*/privateConnections/*}"
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"(google.api.method_signature)": "name"
|
|
505
|
+
},
|
|
506
|
+
{
|
|
507
|
+
"(google.longrunning.operation_info)": {
|
|
508
|
+
"response_type": "google.protobuf.Empty",
|
|
509
|
+
"metadata_type": "OperationMetadata"
|
|
510
|
+
}
|
|
511
|
+
}
|
|
512
|
+
]
|
|
513
|
+
},
|
|
514
|
+
"GetConversionWorkspace": {
|
|
515
|
+
"requestType": "GetConversionWorkspaceRequest",
|
|
516
|
+
"responseType": "ConversionWorkspace",
|
|
517
|
+
"options": {
|
|
518
|
+
"(google.api.http).get": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}",
|
|
519
|
+
"(google.api.method_signature)": "name"
|
|
520
|
+
},
|
|
521
|
+
"parsedOptions": [
|
|
522
|
+
{
|
|
523
|
+
"(google.api.http)": {
|
|
524
|
+
"get": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}"
|
|
525
|
+
}
|
|
526
|
+
},
|
|
527
|
+
{
|
|
528
|
+
"(google.api.method_signature)": "name"
|
|
529
|
+
}
|
|
530
|
+
]
|
|
531
|
+
},
|
|
532
|
+
"ListConversionWorkspaces": {
|
|
533
|
+
"requestType": "ListConversionWorkspacesRequest",
|
|
534
|
+
"responseType": "ListConversionWorkspacesResponse",
|
|
535
|
+
"options": {
|
|
536
|
+
"(google.api.http).get": "/v1/{parent=projects/*/locations/*}/conversionWorkspaces",
|
|
537
|
+
"(google.api.method_signature)": "parent"
|
|
538
|
+
},
|
|
539
|
+
"parsedOptions": [
|
|
540
|
+
{
|
|
541
|
+
"(google.api.http)": {
|
|
542
|
+
"get": "/v1/{parent=projects/*/locations/*}/conversionWorkspaces"
|
|
543
|
+
}
|
|
544
|
+
},
|
|
545
|
+
{
|
|
546
|
+
"(google.api.method_signature)": "parent"
|
|
547
|
+
}
|
|
548
|
+
]
|
|
549
|
+
},
|
|
550
|
+
"CreateConversionWorkspace": {
|
|
551
|
+
"requestType": "CreateConversionWorkspaceRequest",
|
|
552
|
+
"responseType": "google.longrunning.Operation",
|
|
553
|
+
"options": {
|
|
554
|
+
"(google.api.http).post": "/v1/{parent=projects/*/locations/*}/conversionWorkspaces",
|
|
555
|
+
"(google.api.http).body": "conversion_workspace",
|
|
556
|
+
"(google.api.method_signature)": "parent,conversion_workspace,conversion_workspace_id",
|
|
557
|
+
"(google.longrunning.operation_info).response_type": "ConversionWorkspace",
|
|
558
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
559
|
+
},
|
|
560
|
+
"parsedOptions": [
|
|
561
|
+
{
|
|
562
|
+
"(google.api.http)": {
|
|
563
|
+
"post": "/v1/{parent=projects/*/locations/*}/conversionWorkspaces",
|
|
564
|
+
"body": "conversion_workspace"
|
|
565
|
+
}
|
|
566
|
+
},
|
|
567
|
+
{
|
|
568
|
+
"(google.api.method_signature)": "parent,conversion_workspace,conversion_workspace_id"
|
|
569
|
+
},
|
|
570
|
+
{
|
|
571
|
+
"(google.longrunning.operation_info)": {
|
|
572
|
+
"response_type": "ConversionWorkspace",
|
|
573
|
+
"metadata_type": "OperationMetadata"
|
|
574
|
+
}
|
|
575
|
+
}
|
|
576
|
+
]
|
|
577
|
+
},
|
|
578
|
+
"UpdateConversionWorkspace": {
|
|
579
|
+
"requestType": "UpdateConversionWorkspaceRequest",
|
|
580
|
+
"responseType": "google.longrunning.Operation",
|
|
581
|
+
"options": {
|
|
582
|
+
"(google.api.http).patch": "/v1/{conversion_workspace.name=projects/*/locations/*/conversionWorkspaces/*}",
|
|
583
|
+
"(google.api.http).body": "conversion_workspace",
|
|
584
|
+
"(google.api.method_signature)": "conversion_workspace,update_mask",
|
|
585
|
+
"(google.longrunning.operation_info).response_type": "ConversionWorkspace",
|
|
586
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
587
|
+
},
|
|
588
|
+
"parsedOptions": [
|
|
589
|
+
{
|
|
590
|
+
"(google.api.http)": {
|
|
591
|
+
"patch": "/v1/{conversion_workspace.name=projects/*/locations/*/conversionWorkspaces/*}",
|
|
592
|
+
"body": "conversion_workspace"
|
|
593
|
+
}
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
"(google.api.method_signature)": "conversion_workspace,update_mask"
|
|
597
|
+
},
|
|
598
|
+
{
|
|
599
|
+
"(google.longrunning.operation_info)": {
|
|
600
|
+
"response_type": "ConversionWorkspace",
|
|
601
|
+
"metadata_type": "OperationMetadata"
|
|
602
|
+
}
|
|
603
|
+
}
|
|
604
|
+
]
|
|
605
|
+
},
|
|
606
|
+
"DeleteConversionWorkspace": {
|
|
607
|
+
"requestType": "DeleteConversionWorkspaceRequest",
|
|
608
|
+
"responseType": "google.longrunning.Operation",
|
|
609
|
+
"options": {
|
|
610
|
+
"(google.api.http).delete": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}",
|
|
611
|
+
"(google.api.method_signature)": "name",
|
|
612
|
+
"(google.longrunning.operation_info).response_type": "google.protobuf.Empty",
|
|
613
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
614
|
+
},
|
|
615
|
+
"parsedOptions": [
|
|
616
|
+
{
|
|
617
|
+
"(google.api.http)": {
|
|
618
|
+
"delete": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}"
|
|
619
|
+
}
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"(google.api.method_signature)": "name"
|
|
623
|
+
},
|
|
624
|
+
{
|
|
625
|
+
"(google.longrunning.operation_info)": {
|
|
626
|
+
"response_type": "google.protobuf.Empty",
|
|
627
|
+
"metadata_type": "OperationMetadata"
|
|
628
|
+
}
|
|
629
|
+
}
|
|
630
|
+
]
|
|
631
|
+
},
|
|
632
|
+
"SeedConversionWorkspace": {
|
|
633
|
+
"requestType": "SeedConversionWorkspaceRequest",
|
|
634
|
+
"responseType": "google.longrunning.Operation",
|
|
635
|
+
"options": {
|
|
636
|
+
"(google.api.http).post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:seed",
|
|
637
|
+
"(google.api.http).body": "*",
|
|
638
|
+
"(google.longrunning.operation_info).response_type": "ConversionWorkspace",
|
|
639
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
640
|
+
},
|
|
641
|
+
"parsedOptions": [
|
|
642
|
+
{
|
|
643
|
+
"(google.api.http)": {
|
|
644
|
+
"post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:seed",
|
|
645
|
+
"body": "*"
|
|
646
|
+
}
|
|
647
|
+
},
|
|
648
|
+
{
|
|
649
|
+
"(google.longrunning.operation_info)": {
|
|
650
|
+
"response_type": "ConversionWorkspace",
|
|
651
|
+
"metadata_type": "OperationMetadata"
|
|
652
|
+
}
|
|
653
|
+
}
|
|
654
|
+
]
|
|
655
|
+
},
|
|
656
|
+
"ImportMappingRules": {
|
|
657
|
+
"requestType": "ImportMappingRulesRequest",
|
|
658
|
+
"responseType": "google.longrunning.Operation",
|
|
659
|
+
"options": {
|
|
660
|
+
"(google.api.http).post": "/v1/{parent=projects/*/locations/*/conversionWorkspaces/*}/mappingRules:import",
|
|
661
|
+
"(google.api.http).body": "*",
|
|
662
|
+
"(google.longrunning.operation_info).response_type": "ConversionWorkspace",
|
|
663
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
664
|
+
},
|
|
665
|
+
"parsedOptions": [
|
|
666
|
+
{
|
|
667
|
+
"(google.api.http)": {
|
|
668
|
+
"post": "/v1/{parent=projects/*/locations/*/conversionWorkspaces/*}/mappingRules:import",
|
|
669
|
+
"body": "*"
|
|
670
|
+
}
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"(google.longrunning.operation_info)": {
|
|
674
|
+
"response_type": "ConversionWorkspace",
|
|
675
|
+
"metadata_type": "OperationMetadata"
|
|
676
|
+
}
|
|
677
|
+
}
|
|
678
|
+
]
|
|
679
|
+
},
|
|
680
|
+
"ConvertConversionWorkspace": {
|
|
681
|
+
"requestType": "ConvertConversionWorkspaceRequest",
|
|
682
|
+
"responseType": "google.longrunning.Operation",
|
|
683
|
+
"options": {
|
|
684
|
+
"(google.api.http).post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:convert",
|
|
685
|
+
"(google.api.http).body": "*",
|
|
686
|
+
"(google.longrunning.operation_info).response_type": "ConversionWorkspace",
|
|
687
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
688
|
+
},
|
|
689
|
+
"parsedOptions": [
|
|
690
|
+
{
|
|
691
|
+
"(google.api.http)": {
|
|
692
|
+
"post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:convert",
|
|
693
|
+
"body": "*"
|
|
694
|
+
}
|
|
695
|
+
},
|
|
696
|
+
{
|
|
697
|
+
"(google.longrunning.operation_info)": {
|
|
698
|
+
"response_type": "ConversionWorkspace",
|
|
699
|
+
"metadata_type": "OperationMetadata"
|
|
700
|
+
}
|
|
701
|
+
}
|
|
702
|
+
]
|
|
703
|
+
},
|
|
704
|
+
"CommitConversionWorkspace": {
|
|
705
|
+
"requestType": "CommitConversionWorkspaceRequest",
|
|
706
|
+
"responseType": "google.longrunning.Operation",
|
|
707
|
+
"options": {
|
|
708
|
+
"(google.api.http).post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:commit",
|
|
709
|
+
"(google.api.http).body": "*",
|
|
710
|
+
"(google.longrunning.operation_info).response_type": "ConversionWorkspace",
|
|
711
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
712
|
+
},
|
|
713
|
+
"parsedOptions": [
|
|
714
|
+
{
|
|
715
|
+
"(google.api.http)": {
|
|
716
|
+
"post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:commit",
|
|
717
|
+
"body": "*"
|
|
718
|
+
}
|
|
719
|
+
},
|
|
720
|
+
{
|
|
721
|
+
"(google.longrunning.operation_info)": {
|
|
722
|
+
"response_type": "ConversionWorkspace",
|
|
723
|
+
"metadata_type": "OperationMetadata"
|
|
724
|
+
}
|
|
725
|
+
}
|
|
726
|
+
]
|
|
727
|
+
},
|
|
728
|
+
"RollbackConversionWorkspace": {
|
|
729
|
+
"requestType": "RollbackConversionWorkspaceRequest",
|
|
730
|
+
"responseType": "google.longrunning.Operation",
|
|
731
|
+
"options": {
|
|
732
|
+
"(google.api.http).post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:rollback",
|
|
733
|
+
"(google.api.http).body": "*",
|
|
734
|
+
"(google.longrunning.operation_info).response_type": "ConversionWorkspace",
|
|
735
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
736
|
+
},
|
|
737
|
+
"parsedOptions": [
|
|
738
|
+
{
|
|
739
|
+
"(google.api.http)": {
|
|
740
|
+
"post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:rollback",
|
|
741
|
+
"body": "*"
|
|
742
|
+
}
|
|
743
|
+
},
|
|
744
|
+
{
|
|
745
|
+
"(google.longrunning.operation_info)": {
|
|
746
|
+
"response_type": "ConversionWorkspace",
|
|
747
|
+
"metadata_type": "OperationMetadata"
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
]
|
|
751
|
+
},
|
|
752
|
+
"ApplyConversionWorkspace": {
|
|
753
|
+
"requestType": "ApplyConversionWorkspaceRequest",
|
|
754
|
+
"responseType": "google.longrunning.Operation",
|
|
755
|
+
"options": {
|
|
756
|
+
"(google.api.http).post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:apply",
|
|
757
|
+
"(google.api.http).body": "*",
|
|
758
|
+
"(google.longrunning.operation_info).response_type": "ConversionWorkspace",
|
|
759
|
+
"(google.longrunning.operation_info).metadata_type": "OperationMetadata"
|
|
760
|
+
},
|
|
761
|
+
"parsedOptions": [
|
|
762
|
+
{
|
|
763
|
+
"(google.api.http)": {
|
|
764
|
+
"post": "/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:apply",
|
|
765
|
+
"body": "*"
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
{
|
|
769
|
+
"(google.longrunning.operation_info)": {
|
|
770
|
+
"response_type": "ConversionWorkspace",
|
|
771
|
+
"metadata_type": "OperationMetadata"
|
|
772
|
+
}
|
|
773
|
+
}
|
|
774
|
+
]
|
|
775
|
+
},
|
|
776
|
+
"DescribeDatabaseEntities": {
|
|
777
|
+
"requestType": "DescribeDatabaseEntitiesRequest",
|
|
778
|
+
"responseType": "DescribeDatabaseEntitiesResponse",
|
|
779
|
+
"options": {
|
|
780
|
+
"(google.api.http).get": "/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:describeDatabaseEntities"
|
|
781
|
+
},
|
|
782
|
+
"parsedOptions": [
|
|
783
|
+
{
|
|
784
|
+
"(google.api.http)": {
|
|
785
|
+
"get": "/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:describeDatabaseEntities"
|
|
786
|
+
}
|
|
787
|
+
}
|
|
788
|
+
]
|
|
789
|
+
},
|
|
790
|
+
"SearchBackgroundJobs": {
|
|
791
|
+
"requestType": "SearchBackgroundJobsRequest",
|
|
792
|
+
"responseType": "SearchBackgroundJobsResponse",
|
|
793
|
+
"options": {
|
|
794
|
+
"(google.api.http).get": "/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:searchBackgroundJobs"
|
|
795
|
+
},
|
|
796
|
+
"parsedOptions": [
|
|
797
|
+
{
|
|
798
|
+
"(google.api.http)": {
|
|
799
|
+
"get": "/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:searchBackgroundJobs"
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
"DescribeConversionWorkspaceRevisions": {
|
|
805
|
+
"requestType": "DescribeConversionWorkspaceRevisionsRequest",
|
|
806
|
+
"responseType": "DescribeConversionWorkspaceRevisionsResponse",
|
|
807
|
+
"options": {
|
|
808
|
+
"(google.api.http).get": "/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:describeConversionWorkspaceRevisions"
|
|
809
|
+
},
|
|
810
|
+
"parsedOptions": [
|
|
811
|
+
{
|
|
812
|
+
"(google.api.http)": {
|
|
813
|
+
"get": "/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:describeConversionWorkspaceRevisions"
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
]
|
|
817
|
+
},
|
|
818
|
+
"FetchStaticIps": {
|
|
819
|
+
"requestType": "FetchStaticIpsRequest",
|
|
820
|
+
"responseType": "FetchStaticIpsResponse",
|
|
821
|
+
"options": {
|
|
822
|
+
"(google.api.http).get": "/v1/{name=projects/*/locations/*}:fetchStaticIps",
|
|
823
|
+
"(google.api.method_signature)": "name"
|
|
824
|
+
},
|
|
825
|
+
"parsedOptions": [
|
|
826
|
+
{
|
|
827
|
+
"(google.api.http)": {
|
|
828
|
+
"get": "/v1/{name=projects/*/locations/*}:fetchStaticIps"
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
{
|
|
832
|
+
"(google.api.method_signature)": "name"
|
|
833
|
+
}
|
|
834
|
+
]
|
|
835
|
+
}
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
"ListMigrationJobsRequest": {
|
|
839
|
+
"fields": {
|
|
840
|
+
"parent": {
|
|
841
|
+
"type": "string",
|
|
842
|
+
"id": 1,
|
|
843
|
+
"options": {
|
|
844
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
845
|
+
"(google.api.resource_reference).child_type": "datamigration.googleapis.com/MigrationJob"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"pageSize": {
|
|
849
|
+
"type": "int32",
|
|
850
|
+
"id": 2
|
|
851
|
+
},
|
|
852
|
+
"pageToken": {
|
|
853
|
+
"type": "string",
|
|
854
|
+
"id": 3
|
|
855
|
+
},
|
|
856
|
+
"filter": {
|
|
857
|
+
"type": "string",
|
|
858
|
+
"id": 4
|
|
859
|
+
},
|
|
860
|
+
"orderBy": {
|
|
861
|
+
"type": "string",
|
|
862
|
+
"id": 5
|
|
863
|
+
}
|
|
864
|
+
}
|
|
865
|
+
},
|
|
866
|
+
"ListMigrationJobsResponse": {
|
|
867
|
+
"fields": {
|
|
868
|
+
"migrationJobs": {
|
|
869
|
+
"rule": "repeated",
|
|
870
|
+
"type": "MigrationJob",
|
|
871
|
+
"id": 1
|
|
872
|
+
},
|
|
873
|
+
"nextPageToken": {
|
|
874
|
+
"type": "string",
|
|
875
|
+
"id": 2
|
|
876
|
+
},
|
|
877
|
+
"unreachable": {
|
|
878
|
+
"rule": "repeated",
|
|
879
|
+
"type": "string",
|
|
880
|
+
"id": 3
|
|
881
|
+
}
|
|
882
|
+
}
|
|
883
|
+
},
|
|
884
|
+
"GetMigrationJobRequest": {
|
|
885
|
+
"fields": {
|
|
886
|
+
"name": {
|
|
887
|
+
"type": "string",
|
|
888
|
+
"id": 1,
|
|
889
|
+
"options": {
|
|
890
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
891
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
}
|
|
895
|
+
},
|
|
896
|
+
"CreateMigrationJobRequest": {
|
|
897
|
+
"fields": {
|
|
898
|
+
"parent": {
|
|
899
|
+
"type": "string",
|
|
900
|
+
"id": 1,
|
|
901
|
+
"options": {
|
|
902
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
903
|
+
"(google.api.resource_reference).child_type": "datamigration.googleapis.com/MigrationJob"
|
|
904
|
+
}
|
|
905
|
+
},
|
|
906
|
+
"migrationJobId": {
|
|
907
|
+
"type": "string",
|
|
908
|
+
"id": 2,
|
|
909
|
+
"options": {
|
|
910
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
911
|
+
}
|
|
912
|
+
},
|
|
913
|
+
"migrationJob": {
|
|
914
|
+
"type": "MigrationJob",
|
|
915
|
+
"id": 3,
|
|
916
|
+
"options": {
|
|
917
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
918
|
+
}
|
|
919
|
+
},
|
|
920
|
+
"requestId": {
|
|
921
|
+
"type": "string",
|
|
922
|
+
"id": 4
|
|
923
|
+
}
|
|
924
|
+
}
|
|
925
|
+
},
|
|
926
|
+
"UpdateMigrationJobRequest": {
|
|
927
|
+
"fields": {
|
|
928
|
+
"updateMask": {
|
|
929
|
+
"type": "google.protobuf.FieldMask",
|
|
930
|
+
"id": 1,
|
|
931
|
+
"options": {
|
|
932
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
"migrationJob": {
|
|
936
|
+
"type": "MigrationJob",
|
|
937
|
+
"id": 2,
|
|
938
|
+
"options": {
|
|
939
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
940
|
+
}
|
|
941
|
+
},
|
|
942
|
+
"requestId": {
|
|
943
|
+
"type": "string",
|
|
944
|
+
"id": 3
|
|
945
|
+
}
|
|
946
|
+
}
|
|
947
|
+
},
|
|
948
|
+
"DeleteMigrationJobRequest": {
|
|
949
|
+
"fields": {
|
|
950
|
+
"name": {
|
|
951
|
+
"type": "string",
|
|
952
|
+
"id": 1,
|
|
953
|
+
"options": {
|
|
954
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
955
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
956
|
+
}
|
|
957
|
+
},
|
|
958
|
+
"requestId": {
|
|
959
|
+
"type": "string",
|
|
960
|
+
"id": 2
|
|
961
|
+
},
|
|
962
|
+
"force": {
|
|
963
|
+
"type": "bool",
|
|
964
|
+
"id": 3
|
|
965
|
+
}
|
|
966
|
+
}
|
|
967
|
+
},
|
|
968
|
+
"StartMigrationJobRequest": {
|
|
969
|
+
"fields": {
|
|
970
|
+
"name": {
|
|
971
|
+
"type": "string",
|
|
972
|
+
"id": 1,
|
|
973
|
+
"options": {
|
|
974
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
975
|
+
}
|
|
976
|
+
}
|
|
977
|
+
}
|
|
978
|
+
},
|
|
979
|
+
"StopMigrationJobRequest": {
|
|
980
|
+
"fields": {
|
|
981
|
+
"name": {
|
|
982
|
+
"type": "string",
|
|
983
|
+
"id": 1,
|
|
984
|
+
"options": {
|
|
985
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
986
|
+
}
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
},
|
|
990
|
+
"ResumeMigrationJobRequest": {
|
|
991
|
+
"fields": {
|
|
992
|
+
"name": {
|
|
993
|
+
"type": "string",
|
|
994
|
+
"id": 1,
|
|
995
|
+
"options": {
|
|
996
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
},
|
|
1001
|
+
"PromoteMigrationJobRequest": {
|
|
1002
|
+
"fields": {
|
|
1003
|
+
"name": {
|
|
1004
|
+
"type": "string",
|
|
1005
|
+
"id": 1,
|
|
1006
|
+
"options": {
|
|
1007
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
1008
|
+
}
|
|
1009
|
+
}
|
|
1010
|
+
}
|
|
1011
|
+
},
|
|
1012
|
+
"VerifyMigrationJobRequest": {
|
|
1013
|
+
"fields": {
|
|
1014
|
+
"name": {
|
|
1015
|
+
"type": "string",
|
|
1016
|
+
"id": 1,
|
|
1017
|
+
"options": {
|
|
1018
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
1019
|
+
}
|
|
1020
|
+
}
|
|
1021
|
+
}
|
|
1022
|
+
},
|
|
1023
|
+
"RestartMigrationJobRequest": {
|
|
1024
|
+
"fields": {
|
|
1025
|
+
"name": {
|
|
1026
|
+
"type": "string",
|
|
1027
|
+
"id": 1,
|
|
1028
|
+
"options": {
|
|
1029
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
1030
|
+
}
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
},
|
|
1034
|
+
"GenerateSshScriptRequest": {
|
|
1035
|
+
"oneofs": {
|
|
1036
|
+
"vmConfig": {
|
|
1037
|
+
"oneof": [
|
|
1038
|
+
"vmCreationConfig",
|
|
1039
|
+
"vmSelectionConfig"
|
|
1040
|
+
]
|
|
1041
|
+
}
|
|
1042
|
+
},
|
|
1043
|
+
"fields": {
|
|
1044
|
+
"migrationJob": {
|
|
1045
|
+
"type": "string",
|
|
1046
|
+
"id": 1,
|
|
1047
|
+
"options": {
|
|
1048
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
1049
|
+
}
|
|
1050
|
+
},
|
|
1051
|
+
"vm": {
|
|
1052
|
+
"type": "string",
|
|
1053
|
+
"id": 2,
|
|
1054
|
+
"options": {
|
|
1055
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1056
|
+
}
|
|
1057
|
+
},
|
|
1058
|
+
"vmCreationConfig": {
|
|
1059
|
+
"type": "VmCreationConfig",
|
|
1060
|
+
"id": 100
|
|
1061
|
+
},
|
|
1062
|
+
"vmSelectionConfig": {
|
|
1063
|
+
"type": "VmSelectionConfig",
|
|
1064
|
+
"id": 101
|
|
1065
|
+
},
|
|
1066
|
+
"vmPort": {
|
|
1067
|
+
"type": "int32",
|
|
1068
|
+
"id": 3
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
},
|
|
1072
|
+
"VmCreationConfig": {
|
|
1073
|
+
"fields": {
|
|
1074
|
+
"vmMachineType": {
|
|
1075
|
+
"type": "string",
|
|
1076
|
+
"id": 1,
|
|
1077
|
+
"options": {
|
|
1078
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1079
|
+
}
|
|
1080
|
+
},
|
|
1081
|
+
"vmZone": {
|
|
1082
|
+
"type": "string",
|
|
1083
|
+
"id": 2
|
|
1084
|
+
},
|
|
1085
|
+
"subnet": {
|
|
1086
|
+
"type": "string",
|
|
1087
|
+
"id": 3
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
"VmSelectionConfig": {
|
|
1092
|
+
"fields": {
|
|
1093
|
+
"vmZone": {
|
|
1094
|
+
"type": "string",
|
|
1095
|
+
"id": 1,
|
|
1096
|
+
"options": {
|
|
1097
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1098
|
+
}
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
},
|
|
1102
|
+
"SshScript": {
|
|
1103
|
+
"fields": {
|
|
1104
|
+
"script": {
|
|
1105
|
+
"type": "string",
|
|
1106
|
+
"id": 1
|
|
1107
|
+
}
|
|
1108
|
+
}
|
|
1109
|
+
},
|
|
1110
|
+
"ListConnectionProfilesRequest": {
|
|
1111
|
+
"fields": {
|
|
1112
|
+
"parent": {
|
|
1113
|
+
"type": "string",
|
|
1114
|
+
"id": 1,
|
|
1115
|
+
"options": {
|
|
1116
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1117
|
+
"(google.api.resource_reference).child_type": "datamigration.googleapis.com/ConnectionProfile"
|
|
1118
|
+
}
|
|
1119
|
+
},
|
|
1120
|
+
"pageSize": {
|
|
1121
|
+
"type": "int32",
|
|
1122
|
+
"id": 2
|
|
1123
|
+
},
|
|
1124
|
+
"pageToken": {
|
|
1125
|
+
"type": "string",
|
|
1126
|
+
"id": 3
|
|
1127
|
+
},
|
|
1128
|
+
"filter": {
|
|
1129
|
+
"type": "string",
|
|
1130
|
+
"id": 4
|
|
1131
|
+
},
|
|
1132
|
+
"orderBy": {
|
|
1133
|
+
"type": "string",
|
|
1134
|
+
"id": 5
|
|
1135
|
+
}
|
|
1136
|
+
}
|
|
1137
|
+
},
|
|
1138
|
+
"ListConnectionProfilesResponse": {
|
|
1139
|
+
"fields": {
|
|
1140
|
+
"connectionProfiles": {
|
|
1141
|
+
"rule": "repeated",
|
|
1142
|
+
"type": "ConnectionProfile",
|
|
1143
|
+
"id": 1
|
|
1144
|
+
},
|
|
1145
|
+
"nextPageToken": {
|
|
1146
|
+
"type": "string",
|
|
1147
|
+
"id": 2
|
|
1148
|
+
},
|
|
1149
|
+
"unreachable": {
|
|
1150
|
+
"rule": "repeated",
|
|
1151
|
+
"type": "string",
|
|
1152
|
+
"id": 3
|
|
1153
|
+
}
|
|
1154
|
+
}
|
|
1155
|
+
},
|
|
1156
|
+
"GetConnectionProfileRequest": {
|
|
1157
|
+
"fields": {
|
|
1158
|
+
"name": {
|
|
1159
|
+
"type": "string",
|
|
1160
|
+
"id": 1,
|
|
1161
|
+
"options": {
|
|
1162
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1163
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConnectionProfile"
|
|
1164
|
+
}
|
|
1165
|
+
}
|
|
1166
|
+
}
|
|
1167
|
+
},
|
|
1168
|
+
"CreateConnectionProfileRequest": {
|
|
1169
|
+
"fields": {
|
|
1170
|
+
"parent": {
|
|
1171
|
+
"type": "string",
|
|
1172
|
+
"id": 1,
|
|
1173
|
+
"options": {
|
|
1174
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1175
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConnectionProfile"
|
|
1176
|
+
}
|
|
1177
|
+
},
|
|
1178
|
+
"connectionProfileId": {
|
|
1179
|
+
"type": "string",
|
|
1180
|
+
"id": 2,
|
|
1181
|
+
"options": {
|
|
1182
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
"connectionProfile": {
|
|
1186
|
+
"type": "ConnectionProfile",
|
|
1187
|
+
"id": 3,
|
|
1188
|
+
"options": {
|
|
1189
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
"requestId": {
|
|
1193
|
+
"type": "string",
|
|
1194
|
+
"id": 4,
|
|
1195
|
+
"options": {
|
|
1196
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"validateOnly": {
|
|
1200
|
+
"type": "bool",
|
|
1201
|
+
"id": 5,
|
|
1202
|
+
"options": {
|
|
1203
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1204
|
+
}
|
|
1205
|
+
},
|
|
1206
|
+
"skipValidation": {
|
|
1207
|
+
"type": "bool",
|
|
1208
|
+
"id": 6,
|
|
1209
|
+
"options": {
|
|
1210
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1211
|
+
}
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
},
|
|
1215
|
+
"UpdateConnectionProfileRequest": {
|
|
1216
|
+
"fields": {
|
|
1217
|
+
"updateMask": {
|
|
1218
|
+
"type": "google.protobuf.FieldMask",
|
|
1219
|
+
"id": 1,
|
|
1220
|
+
"options": {
|
|
1221
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1224
|
+
"connectionProfile": {
|
|
1225
|
+
"type": "ConnectionProfile",
|
|
1226
|
+
"id": 2,
|
|
1227
|
+
"options": {
|
|
1228
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1229
|
+
}
|
|
1230
|
+
},
|
|
1231
|
+
"requestId": {
|
|
1232
|
+
"type": "string",
|
|
1233
|
+
"id": 3,
|
|
1234
|
+
"options": {
|
|
1235
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1236
|
+
}
|
|
1237
|
+
},
|
|
1238
|
+
"validateOnly": {
|
|
1239
|
+
"type": "bool",
|
|
1240
|
+
"id": 4,
|
|
1241
|
+
"options": {
|
|
1242
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
"skipValidation": {
|
|
1246
|
+
"type": "bool",
|
|
1247
|
+
"id": 5,
|
|
1248
|
+
"options": {
|
|
1249
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
}
|
|
1253
|
+
},
|
|
1254
|
+
"DeleteConnectionProfileRequest": {
|
|
1255
|
+
"fields": {
|
|
1256
|
+
"name": {
|
|
1257
|
+
"type": "string",
|
|
1258
|
+
"id": 1,
|
|
1259
|
+
"options": {
|
|
1260
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1261
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConnectionProfile"
|
|
1262
|
+
}
|
|
1263
|
+
},
|
|
1264
|
+
"requestId": {
|
|
1265
|
+
"type": "string",
|
|
1266
|
+
"id": 2
|
|
1267
|
+
},
|
|
1268
|
+
"force": {
|
|
1269
|
+
"type": "bool",
|
|
1270
|
+
"id": 3
|
|
1271
|
+
}
|
|
1272
|
+
}
|
|
1273
|
+
},
|
|
1274
|
+
"CreatePrivateConnectionRequest": {
|
|
1275
|
+
"fields": {
|
|
1276
|
+
"parent": {
|
|
1277
|
+
"type": "string",
|
|
1278
|
+
"id": 1,
|
|
1279
|
+
"options": {
|
|
1280
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1281
|
+
"(google.api.resource_reference).child_type": "datamigration.googleapis.com/PrivateConnection"
|
|
1282
|
+
}
|
|
1283
|
+
},
|
|
1284
|
+
"privateConnectionId": {
|
|
1285
|
+
"type": "string",
|
|
1286
|
+
"id": 2,
|
|
1287
|
+
"options": {
|
|
1288
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1289
|
+
}
|
|
1290
|
+
},
|
|
1291
|
+
"privateConnection": {
|
|
1292
|
+
"type": "PrivateConnection",
|
|
1293
|
+
"id": 3,
|
|
1294
|
+
"options": {
|
|
1295
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1296
|
+
}
|
|
1297
|
+
},
|
|
1298
|
+
"requestId": {
|
|
1299
|
+
"type": "string",
|
|
1300
|
+
"id": 4,
|
|
1301
|
+
"options": {
|
|
1302
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1303
|
+
}
|
|
1304
|
+
},
|
|
1305
|
+
"skipValidation": {
|
|
1306
|
+
"type": "bool",
|
|
1307
|
+
"id": 5,
|
|
1308
|
+
"options": {
|
|
1309
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
},
|
|
1314
|
+
"ListPrivateConnectionsRequest": {
|
|
1315
|
+
"fields": {
|
|
1316
|
+
"parent": {
|
|
1317
|
+
"type": "string",
|
|
1318
|
+
"id": 1,
|
|
1319
|
+
"options": {
|
|
1320
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1321
|
+
"(google.api.resource_reference).child_type": "datamigration.googleapis.com/PrivateConnection"
|
|
1322
|
+
}
|
|
1323
|
+
},
|
|
1324
|
+
"pageSize": {
|
|
1325
|
+
"type": "int32",
|
|
1326
|
+
"id": 2
|
|
1327
|
+
},
|
|
1328
|
+
"pageToken": {
|
|
1329
|
+
"type": "string",
|
|
1330
|
+
"id": 3
|
|
1331
|
+
},
|
|
1332
|
+
"filter": {
|
|
1333
|
+
"type": "string",
|
|
1334
|
+
"id": 4
|
|
1335
|
+
},
|
|
1336
|
+
"orderBy": {
|
|
1337
|
+
"type": "string",
|
|
1338
|
+
"id": 5
|
|
1339
|
+
}
|
|
1340
|
+
}
|
|
1341
|
+
},
|
|
1342
|
+
"ListPrivateConnectionsResponse": {
|
|
1343
|
+
"fields": {
|
|
1344
|
+
"privateConnections": {
|
|
1345
|
+
"rule": "repeated",
|
|
1346
|
+
"type": "PrivateConnection",
|
|
1347
|
+
"id": 1
|
|
1348
|
+
},
|
|
1349
|
+
"nextPageToken": {
|
|
1350
|
+
"type": "string",
|
|
1351
|
+
"id": 2
|
|
1352
|
+
},
|
|
1353
|
+
"unreachable": {
|
|
1354
|
+
"rule": "repeated",
|
|
1355
|
+
"type": "string",
|
|
1356
|
+
"id": 3
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
},
|
|
1360
|
+
"DeletePrivateConnectionRequest": {
|
|
1361
|
+
"fields": {
|
|
1362
|
+
"name": {
|
|
1363
|
+
"type": "string",
|
|
1364
|
+
"id": 1,
|
|
1365
|
+
"options": {
|
|
1366
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1367
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/PrivateConnection"
|
|
1368
|
+
}
|
|
1369
|
+
},
|
|
1370
|
+
"requestId": {
|
|
1371
|
+
"type": "string",
|
|
1372
|
+
"id": 2,
|
|
1373
|
+
"options": {
|
|
1374
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1377
|
+
}
|
|
1378
|
+
},
|
|
1379
|
+
"GetPrivateConnectionRequest": {
|
|
1380
|
+
"fields": {
|
|
1381
|
+
"name": {
|
|
1382
|
+
"type": "string",
|
|
1383
|
+
"id": 1,
|
|
1384
|
+
"options": {
|
|
1385
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1386
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/PrivateConnection"
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
},
|
|
1391
|
+
"OperationMetadata": {
|
|
1392
|
+
"fields": {
|
|
1393
|
+
"createTime": {
|
|
1394
|
+
"type": "google.protobuf.Timestamp",
|
|
1395
|
+
"id": 1,
|
|
1396
|
+
"options": {
|
|
1397
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1398
|
+
}
|
|
1399
|
+
},
|
|
1400
|
+
"endTime": {
|
|
1401
|
+
"type": "google.protobuf.Timestamp",
|
|
1402
|
+
"id": 2,
|
|
1403
|
+
"options": {
|
|
1404
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1405
|
+
}
|
|
1406
|
+
},
|
|
1407
|
+
"target": {
|
|
1408
|
+
"type": "string",
|
|
1409
|
+
"id": 3,
|
|
1410
|
+
"options": {
|
|
1411
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1412
|
+
}
|
|
1413
|
+
},
|
|
1414
|
+
"verb": {
|
|
1415
|
+
"type": "string",
|
|
1416
|
+
"id": 4,
|
|
1417
|
+
"options": {
|
|
1418
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1419
|
+
}
|
|
1420
|
+
},
|
|
1421
|
+
"statusMessage": {
|
|
1422
|
+
"type": "string",
|
|
1423
|
+
"id": 5,
|
|
1424
|
+
"options": {
|
|
1425
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1426
|
+
}
|
|
1427
|
+
},
|
|
1428
|
+
"requestedCancellation": {
|
|
1429
|
+
"type": "bool",
|
|
1430
|
+
"id": 6,
|
|
1431
|
+
"options": {
|
|
1432
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1433
|
+
}
|
|
1434
|
+
},
|
|
1435
|
+
"apiVersion": {
|
|
1436
|
+
"type": "string",
|
|
1437
|
+
"id": 7,
|
|
1438
|
+
"options": {
|
|
1439
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1440
|
+
}
|
|
421
1441
|
}
|
|
422
1442
|
}
|
|
423
1443
|
},
|
|
424
|
-
"
|
|
1444
|
+
"ListConversionWorkspacesRequest": {
|
|
1445
|
+
"fields": {
|
|
1446
|
+
"parent": {
|
|
1447
|
+
"type": "string",
|
|
1448
|
+
"id": 1,
|
|
1449
|
+
"options": {
|
|
1450
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1451
|
+
"(google.api.resource_reference).child_type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1452
|
+
}
|
|
1453
|
+
},
|
|
1454
|
+
"pageSize": {
|
|
1455
|
+
"type": "int32",
|
|
1456
|
+
"id": 2
|
|
1457
|
+
},
|
|
1458
|
+
"pageToken": {
|
|
1459
|
+
"type": "string",
|
|
1460
|
+
"id": 3
|
|
1461
|
+
},
|
|
1462
|
+
"filter": {
|
|
1463
|
+
"type": "string",
|
|
1464
|
+
"id": 4
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
},
|
|
1468
|
+
"ListConversionWorkspacesResponse": {
|
|
1469
|
+
"fields": {
|
|
1470
|
+
"conversionWorkspaces": {
|
|
1471
|
+
"rule": "repeated",
|
|
1472
|
+
"type": "ConversionWorkspace",
|
|
1473
|
+
"id": 1
|
|
1474
|
+
},
|
|
1475
|
+
"nextPageToken": {
|
|
1476
|
+
"type": "string",
|
|
1477
|
+
"id": 2
|
|
1478
|
+
},
|
|
1479
|
+
"unreachable": {
|
|
1480
|
+
"rule": "repeated",
|
|
1481
|
+
"type": "string",
|
|
1482
|
+
"id": 3
|
|
1483
|
+
}
|
|
1484
|
+
}
|
|
1485
|
+
},
|
|
1486
|
+
"GetConversionWorkspaceRequest": {
|
|
1487
|
+
"fields": {
|
|
1488
|
+
"name": {
|
|
1489
|
+
"type": "string",
|
|
1490
|
+
"id": 1,
|
|
1491
|
+
"options": {
|
|
1492
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1493
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1494
|
+
}
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
},
|
|
1498
|
+
"CreateConversionWorkspaceRequest": {
|
|
1499
|
+
"fields": {
|
|
1500
|
+
"parent": {
|
|
1501
|
+
"type": "string",
|
|
1502
|
+
"id": 1,
|
|
1503
|
+
"options": {
|
|
1504
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1505
|
+
"(google.api.resource_reference).child_type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1506
|
+
}
|
|
1507
|
+
},
|
|
1508
|
+
"conversionWorkspaceId": {
|
|
1509
|
+
"type": "string",
|
|
1510
|
+
"id": 2,
|
|
1511
|
+
"options": {
|
|
1512
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1513
|
+
}
|
|
1514
|
+
},
|
|
1515
|
+
"conversionWorkspace": {
|
|
1516
|
+
"type": "ConversionWorkspace",
|
|
1517
|
+
"id": 3,
|
|
1518
|
+
"options": {
|
|
1519
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1520
|
+
}
|
|
1521
|
+
},
|
|
1522
|
+
"requestId": {
|
|
1523
|
+
"type": "string",
|
|
1524
|
+
"id": 4
|
|
1525
|
+
}
|
|
1526
|
+
}
|
|
1527
|
+
},
|
|
1528
|
+
"UpdateConversionWorkspaceRequest": {
|
|
1529
|
+
"fields": {
|
|
1530
|
+
"updateMask": {
|
|
1531
|
+
"type": "google.protobuf.FieldMask",
|
|
1532
|
+
"id": 1,
|
|
1533
|
+
"options": {
|
|
1534
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1535
|
+
}
|
|
1536
|
+
},
|
|
1537
|
+
"conversionWorkspace": {
|
|
1538
|
+
"type": "ConversionWorkspace",
|
|
1539
|
+
"id": 2,
|
|
1540
|
+
"options": {
|
|
1541
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1542
|
+
}
|
|
1543
|
+
},
|
|
1544
|
+
"requestId": {
|
|
1545
|
+
"type": "string",
|
|
1546
|
+
"id": 3
|
|
1547
|
+
}
|
|
1548
|
+
}
|
|
1549
|
+
},
|
|
1550
|
+
"DeleteConversionWorkspaceRequest": {
|
|
1551
|
+
"fields": {
|
|
1552
|
+
"name": {
|
|
1553
|
+
"type": "string",
|
|
1554
|
+
"id": 1,
|
|
1555
|
+
"options": {
|
|
1556
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1557
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1558
|
+
}
|
|
1559
|
+
},
|
|
1560
|
+
"requestId": {
|
|
1561
|
+
"type": "string",
|
|
1562
|
+
"id": 2
|
|
1563
|
+
}
|
|
1564
|
+
}
|
|
1565
|
+
},
|
|
1566
|
+
"CommitConversionWorkspaceRequest": {
|
|
1567
|
+
"fields": {
|
|
1568
|
+
"name": {
|
|
1569
|
+
"type": "string",
|
|
1570
|
+
"id": 1,
|
|
1571
|
+
"options": {
|
|
1572
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1573
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1574
|
+
}
|
|
1575
|
+
},
|
|
1576
|
+
"commitName": {
|
|
1577
|
+
"type": "string",
|
|
1578
|
+
"id": 2,
|
|
1579
|
+
"options": {
|
|
1580
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1581
|
+
}
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
"RollbackConversionWorkspaceRequest": {
|
|
1586
|
+
"fields": {
|
|
1587
|
+
"name": {
|
|
1588
|
+
"type": "string",
|
|
1589
|
+
"id": 1,
|
|
1590
|
+
"options": {
|
|
1591
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1592
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1593
|
+
}
|
|
1594
|
+
}
|
|
1595
|
+
}
|
|
1596
|
+
},
|
|
1597
|
+
"ApplyConversionWorkspaceRequest": {
|
|
1598
|
+
"oneofs": {
|
|
1599
|
+
"destination": {
|
|
1600
|
+
"oneof": [
|
|
1601
|
+
"connectionProfile"
|
|
1602
|
+
]
|
|
1603
|
+
}
|
|
1604
|
+
},
|
|
1605
|
+
"fields": {
|
|
1606
|
+
"name": {
|
|
1607
|
+
"type": "string",
|
|
1608
|
+
"id": 1,
|
|
1609
|
+
"options": {
|
|
1610
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1611
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1612
|
+
}
|
|
1613
|
+
},
|
|
1614
|
+
"filter": {
|
|
1615
|
+
"type": "string",
|
|
1616
|
+
"id": 2
|
|
1617
|
+
},
|
|
1618
|
+
"connectionProfile": {
|
|
1619
|
+
"type": "string",
|
|
1620
|
+
"id": 100
|
|
1621
|
+
}
|
|
1622
|
+
}
|
|
1623
|
+
},
|
|
1624
|
+
"SeedConversionWorkspaceRequest": {
|
|
1625
|
+
"oneofs": {
|
|
1626
|
+
"seedFrom": {
|
|
1627
|
+
"oneof": [
|
|
1628
|
+
"sourceConnectionProfile",
|
|
1629
|
+
"destinationConnectionProfile"
|
|
1630
|
+
]
|
|
1631
|
+
}
|
|
1632
|
+
},
|
|
1633
|
+
"fields": {
|
|
1634
|
+
"name": {
|
|
1635
|
+
"type": "string",
|
|
1636
|
+
"id": 1,
|
|
1637
|
+
"options": {
|
|
1638
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1639
|
+
}
|
|
1640
|
+
},
|
|
1641
|
+
"autoCommit": {
|
|
1642
|
+
"type": "bool",
|
|
1643
|
+
"id": 2
|
|
1644
|
+
},
|
|
1645
|
+
"sourceConnectionProfile": {
|
|
1646
|
+
"type": "string",
|
|
1647
|
+
"id": 100
|
|
1648
|
+
},
|
|
1649
|
+
"destinationConnectionProfile": {
|
|
1650
|
+
"type": "string",
|
|
1651
|
+
"id": 101
|
|
1652
|
+
}
|
|
1653
|
+
}
|
|
1654
|
+
},
|
|
1655
|
+
"ConvertConversionWorkspaceRequest": {
|
|
1656
|
+
"fields": {
|
|
1657
|
+
"name": {
|
|
1658
|
+
"type": "string",
|
|
1659
|
+
"id": 1,
|
|
1660
|
+
"options": {
|
|
1661
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1662
|
+
}
|
|
1663
|
+
},
|
|
1664
|
+
"autoCommit": {
|
|
1665
|
+
"type": "bool",
|
|
1666
|
+
"id": 4
|
|
1667
|
+
},
|
|
1668
|
+
"filter": {
|
|
1669
|
+
"type": "string",
|
|
1670
|
+
"id": 5
|
|
1671
|
+
}
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
"ImportMappingRulesRequest": {
|
|
1675
|
+
"fields": {
|
|
1676
|
+
"parent": {
|
|
1677
|
+
"type": "string",
|
|
1678
|
+
"id": 1,
|
|
1679
|
+
"options": {
|
|
1680
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1681
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1682
|
+
}
|
|
1683
|
+
},
|
|
1684
|
+
"rulesFormat": {
|
|
1685
|
+
"type": "ImportRulesFileFormat",
|
|
1686
|
+
"id": 2
|
|
1687
|
+
},
|
|
1688
|
+
"rulesFiles": {
|
|
1689
|
+
"rule": "repeated",
|
|
1690
|
+
"type": "RulesFile",
|
|
1691
|
+
"id": 3
|
|
1692
|
+
},
|
|
1693
|
+
"autoCommit": {
|
|
1694
|
+
"type": "bool",
|
|
1695
|
+
"id": 6
|
|
1696
|
+
}
|
|
1697
|
+
},
|
|
1698
|
+
"nested": {
|
|
1699
|
+
"RulesFile": {
|
|
1700
|
+
"fields": {
|
|
1701
|
+
"rulesSourceFilename": {
|
|
1702
|
+
"type": "string",
|
|
1703
|
+
"id": 1
|
|
1704
|
+
},
|
|
1705
|
+
"rulesContent": {
|
|
1706
|
+
"type": "string",
|
|
1707
|
+
"id": 2
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
}
|
|
1711
|
+
}
|
|
1712
|
+
},
|
|
1713
|
+
"DescribeDatabaseEntitiesRequest": {
|
|
425
1714
|
"fields": {
|
|
426
|
-
"
|
|
1715
|
+
"conversionWorkspace": {
|
|
427
1716
|
"type": "string",
|
|
428
1717
|
"id": 1,
|
|
429
1718
|
"options": {
|
|
430
1719
|
"(google.api.field_behavior)": "REQUIRED",
|
|
431
|
-
"(google.api.resource_reference).
|
|
1720
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
432
1721
|
}
|
|
433
1722
|
},
|
|
434
1723
|
"pageSize": {
|
|
435
1724
|
"type": "int32",
|
|
436
|
-
"id":
|
|
1725
|
+
"id": 3
|
|
437
1726
|
},
|
|
438
1727
|
"pageToken": {
|
|
439
1728
|
"type": "string",
|
|
440
|
-
"id":
|
|
1729
|
+
"id": 4
|
|
441
1730
|
},
|
|
442
|
-
"
|
|
1731
|
+
"tree": {
|
|
1732
|
+
"type": "DBTreeType",
|
|
1733
|
+
"id": 6
|
|
1734
|
+
},
|
|
1735
|
+
"uncommitted": {
|
|
1736
|
+
"type": "bool",
|
|
1737
|
+
"id": 11
|
|
1738
|
+
},
|
|
1739
|
+
"commitId": {
|
|
443
1740
|
"type": "string",
|
|
444
|
-
"id":
|
|
1741
|
+
"id": 12
|
|
445
1742
|
},
|
|
446
|
-
"
|
|
1743
|
+
"filter": {
|
|
447
1744
|
"type": "string",
|
|
448
|
-
"id":
|
|
1745
|
+
"id": 13
|
|
1746
|
+
}
|
|
1747
|
+
},
|
|
1748
|
+
"nested": {
|
|
1749
|
+
"DBTreeType": {
|
|
1750
|
+
"values": {
|
|
1751
|
+
"DB_TREE_TYPE_UNSPECIFIED": 0,
|
|
1752
|
+
"SOURCE_TREE": 1,
|
|
1753
|
+
"DRAFT_TREE": 2,
|
|
1754
|
+
"DESTINATION_TREE": 3
|
|
1755
|
+
}
|
|
449
1756
|
}
|
|
450
1757
|
}
|
|
451
1758
|
},
|
|
452
|
-
"
|
|
1759
|
+
"DescribeDatabaseEntitiesResponse": {
|
|
453
1760
|
"fields": {
|
|
454
|
-
"
|
|
1761
|
+
"databaseEntities": {
|
|
455
1762
|
"rule": "repeated",
|
|
456
|
-
"type": "
|
|
1763
|
+
"type": "DatabaseEntity",
|
|
457
1764
|
"id": 1
|
|
458
1765
|
},
|
|
459
1766
|
"nextPageToken": {
|
|
460
1767
|
"type": "string",
|
|
461
1768
|
"id": 2
|
|
1769
|
+
}
|
|
1770
|
+
}
|
|
1771
|
+
},
|
|
1772
|
+
"SearchBackgroundJobsRequest": {
|
|
1773
|
+
"fields": {
|
|
1774
|
+
"conversionWorkspace": {
|
|
1775
|
+
"type": "string",
|
|
1776
|
+
"id": 1,
|
|
1777
|
+
"options": {
|
|
1778
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1779
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1780
|
+
}
|
|
462
1781
|
},
|
|
463
|
-
"
|
|
1782
|
+
"returnMostRecentPerJobType": {
|
|
1783
|
+
"type": "bool",
|
|
1784
|
+
"id": 2,
|
|
1785
|
+
"options": {
|
|
1786
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1787
|
+
}
|
|
1788
|
+
},
|
|
1789
|
+
"maxSize": {
|
|
1790
|
+
"type": "int32",
|
|
1791
|
+
"id": 3,
|
|
1792
|
+
"options": {
|
|
1793
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1794
|
+
}
|
|
1795
|
+
},
|
|
1796
|
+
"completedUntilTime": {
|
|
1797
|
+
"type": "google.protobuf.Timestamp",
|
|
1798
|
+
"id": 4,
|
|
1799
|
+
"options": {
|
|
1800
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1801
|
+
}
|
|
1802
|
+
}
|
|
1803
|
+
}
|
|
1804
|
+
},
|
|
1805
|
+
"SearchBackgroundJobsResponse": {
|
|
1806
|
+
"fields": {
|
|
1807
|
+
"jobs": {
|
|
1808
|
+
"rule": "repeated",
|
|
1809
|
+
"type": "BackgroundJobLogEntry",
|
|
1810
|
+
"id": 1
|
|
1811
|
+
}
|
|
1812
|
+
}
|
|
1813
|
+
},
|
|
1814
|
+
"DescribeConversionWorkspaceRevisionsRequest": {
|
|
1815
|
+
"fields": {
|
|
1816
|
+
"conversionWorkspace": {
|
|
1817
|
+
"type": "string",
|
|
1818
|
+
"id": 1,
|
|
1819
|
+
"options": {
|
|
1820
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1821
|
+
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConversionWorkspace"
|
|
1822
|
+
}
|
|
1823
|
+
},
|
|
1824
|
+
"commitId": {
|
|
1825
|
+
"type": "string",
|
|
1826
|
+
"id": 2,
|
|
1827
|
+
"options": {
|
|
1828
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
1829
|
+
}
|
|
1830
|
+
}
|
|
1831
|
+
}
|
|
1832
|
+
},
|
|
1833
|
+
"DescribeConversionWorkspaceRevisionsResponse": {
|
|
1834
|
+
"fields": {
|
|
1835
|
+
"revisions": {
|
|
464
1836
|
"rule": "repeated",
|
|
1837
|
+
"type": "ConversionWorkspace",
|
|
1838
|
+
"id": 1
|
|
1839
|
+
}
|
|
1840
|
+
}
|
|
1841
|
+
},
|
|
1842
|
+
"FetchStaticIpsRequest": {
|
|
1843
|
+
"fields": {
|
|
1844
|
+
"name": {
|
|
1845
|
+
"type": "string",
|
|
1846
|
+
"id": 1,
|
|
1847
|
+
"options": {
|
|
1848
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
1849
|
+
"(google.api.resource_reference).type": "locations.googleapis.com/Location"
|
|
1850
|
+
}
|
|
1851
|
+
},
|
|
1852
|
+
"pageSize": {
|
|
1853
|
+
"type": "int32",
|
|
1854
|
+
"id": 2
|
|
1855
|
+
},
|
|
1856
|
+
"pageToken": {
|
|
465
1857
|
"type": "string",
|
|
466
1858
|
"id": 3
|
|
467
1859
|
}
|
|
468
1860
|
}
|
|
469
1861
|
},
|
|
470
|
-
"
|
|
1862
|
+
"FetchStaticIpsResponse": {
|
|
1863
|
+
"fields": {
|
|
1864
|
+
"staticIps": {
|
|
1865
|
+
"rule": "repeated",
|
|
1866
|
+
"type": "string",
|
|
1867
|
+
"id": 1
|
|
1868
|
+
},
|
|
1869
|
+
"nextPageToken": {
|
|
1870
|
+
"type": "string",
|
|
1871
|
+
"id": 2
|
|
1872
|
+
}
|
|
1873
|
+
}
|
|
1874
|
+
},
|
|
1875
|
+
"SslConfig": {
|
|
1876
|
+
"fields": {
|
|
1877
|
+
"type": {
|
|
1878
|
+
"type": "SslType",
|
|
1879
|
+
"id": 1,
|
|
1880
|
+
"options": {
|
|
1881
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1882
|
+
}
|
|
1883
|
+
},
|
|
1884
|
+
"clientKey": {
|
|
1885
|
+
"type": "string",
|
|
1886
|
+
"id": 2,
|
|
1887
|
+
"options": {
|
|
1888
|
+
"(google.api.field_behavior)": "INPUT_ONLY"
|
|
1889
|
+
}
|
|
1890
|
+
},
|
|
1891
|
+
"clientCertificate": {
|
|
1892
|
+
"type": "string",
|
|
1893
|
+
"id": 3,
|
|
1894
|
+
"options": {
|
|
1895
|
+
"(google.api.field_behavior)": "INPUT_ONLY"
|
|
1896
|
+
}
|
|
1897
|
+
},
|
|
1898
|
+
"caCertificate": {
|
|
1899
|
+
"type": "string",
|
|
1900
|
+
"id": 4,
|
|
1901
|
+
"options": {
|
|
1902
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
},
|
|
1906
|
+
"nested": {
|
|
1907
|
+
"SslType": {
|
|
1908
|
+
"values": {
|
|
1909
|
+
"SSL_TYPE_UNSPECIFIED": 0,
|
|
1910
|
+
"SERVER_ONLY": 1,
|
|
1911
|
+
"SERVER_CLIENT": 2
|
|
1912
|
+
}
|
|
1913
|
+
}
|
|
1914
|
+
}
|
|
1915
|
+
},
|
|
1916
|
+
"MySqlConnectionProfile": {
|
|
1917
|
+
"fields": {
|
|
1918
|
+
"host": {
|
|
1919
|
+
"type": "string",
|
|
1920
|
+
"id": 1,
|
|
1921
|
+
"options": {
|
|
1922
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1923
|
+
}
|
|
1924
|
+
},
|
|
1925
|
+
"port": {
|
|
1926
|
+
"type": "int32",
|
|
1927
|
+
"id": 2,
|
|
1928
|
+
"options": {
|
|
1929
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1930
|
+
}
|
|
1931
|
+
},
|
|
1932
|
+
"username": {
|
|
1933
|
+
"type": "string",
|
|
1934
|
+
"id": 3,
|
|
1935
|
+
"options": {
|
|
1936
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1937
|
+
}
|
|
1938
|
+
},
|
|
1939
|
+
"password": {
|
|
1940
|
+
"type": "string",
|
|
1941
|
+
"id": 4,
|
|
1942
|
+
"options": {
|
|
1943
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1944
|
+
}
|
|
1945
|
+
},
|
|
1946
|
+
"passwordSet": {
|
|
1947
|
+
"type": "bool",
|
|
1948
|
+
"id": 5,
|
|
1949
|
+
"options": {
|
|
1950
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1951
|
+
}
|
|
1952
|
+
},
|
|
1953
|
+
"ssl": {
|
|
1954
|
+
"type": "SslConfig",
|
|
1955
|
+
"id": 6
|
|
1956
|
+
},
|
|
1957
|
+
"cloudSqlId": {
|
|
1958
|
+
"type": "string",
|
|
1959
|
+
"id": 7
|
|
1960
|
+
}
|
|
1961
|
+
}
|
|
1962
|
+
},
|
|
1963
|
+
"NetworkArchitecture": {
|
|
1964
|
+
"values": {
|
|
1965
|
+
"NETWORK_ARCHITECTURE_UNSPECIFIED": 0,
|
|
1966
|
+
"NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER": 1,
|
|
1967
|
+
"NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER": 2
|
|
1968
|
+
}
|
|
1969
|
+
},
|
|
1970
|
+
"PostgreSqlConnectionProfile": {
|
|
1971
|
+
"oneofs": {
|
|
1972
|
+
"connectivity": {
|
|
1973
|
+
"oneof": [
|
|
1974
|
+
"staticIpConnectivity",
|
|
1975
|
+
"privateServiceConnectConnectivity"
|
|
1976
|
+
]
|
|
1977
|
+
}
|
|
1978
|
+
},
|
|
1979
|
+
"fields": {
|
|
1980
|
+
"host": {
|
|
1981
|
+
"type": "string",
|
|
1982
|
+
"id": 1,
|
|
1983
|
+
"options": {
|
|
1984
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1985
|
+
}
|
|
1986
|
+
},
|
|
1987
|
+
"port": {
|
|
1988
|
+
"type": "int32",
|
|
1989
|
+
"id": 2,
|
|
1990
|
+
"options": {
|
|
1991
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1992
|
+
}
|
|
1993
|
+
},
|
|
1994
|
+
"username": {
|
|
1995
|
+
"type": "string",
|
|
1996
|
+
"id": 3,
|
|
1997
|
+
"options": {
|
|
1998
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
1999
|
+
}
|
|
2000
|
+
},
|
|
2001
|
+
"password": {
|
|
2002
|
+
"type": "string",
|
|
2003
|
+
"id": 4,
|
|
2004
|
+
"options": {
|
|
2005
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2006
|
+
}
|
|
2007
|
+
},
|
|
2008
|
+
"passwordSet": {
|
|
2009
|
+
"type": "bool",
|
|
2010
|
+
"id": 5,
|
|
2011
|
+
"options": {
|
|
2012
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2013
|
+
}
|
|
2014
|
+
},
|
|
2015
|
+
"ssl": {
|
|
2016
|
+
"type": "SslConfig",
|
|
2017
|
+
"id": 6
|
|
2018
|
+
},
|
|
2019
|
+
"cloudSqlId": {
|
|
2020
|
+
"type": "string",
|
|
2021
|
+
"id": 7
|
|
2022
|
+
},
|
|
2023
|
+
"networkArchitecture": {
|
|
2024
|
+
"type": "NetworkArchitecture",
|
|
2025
|
+
"id": 8,
|
|
2026
|
+
"options": {
|
|
2027
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2028
|
+
}
|
|
2029
|
+
},
|
|
2030
|
+
"staticIpConnectivity": {
|
|
2031
|
+
"type": "StaticIpConnectivity",
|
|
2032
|
+
"id": 100
|
|
2033
|
+
},
|
|
2034
|
+
"privateServiceConnectConnectivity": {
|
|
2035
|
+
"type": "PrivateServiceConnectConnectivity",
|
|
2036
|
+
"id": 101
|
|
2037
|
+
}
|
|
2038
|
+
}
|
|
2039
|
+
},
|
|
2040
|
+
"OracleConnectionProfile": {
|
|
2041
|
+
"oneofs": {
|
|
2042
|
+
"connectivity": {
|
|
2043
|
+
"oneof": [
|
|
2044
|
+
"staticServiceIpConnectivity",
|
|
2045
|
+
"forwardSshConnectivity",
|
|
2046
|
+
"privateConnectivity"
|
|
2047
|
+
]
|
|
2048
|
+
}
|
|
2049
|
+
},
|
|
471
2050
|
"fields": {
|
|
472
|
-
"
|
|
2051
|
+
"host": {
|
|
473
2052
|
"type": "string",
|
|
474
2053
|
"id": 1,
|
|
475
2054
|
"options": {
|
|
476
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
477
|
-
|
|
2055
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2056
|
+
}
|
|
2057
|
+
},
|
|
2058
|
+
"port": {
|
|
2059
|
+
"type": "int32",
|
|
2060
|
+
"id": 2,
|
|
2061
|
+
"options": {
|
|
2062
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2063
|
+
}
|
|
2064
|
+
},
|
|
2065
|
+
"username": {
|
|
2066
|
+
"type": "string",
|
|
2067
|
+
"id": 3,
|
|
2068
|
+
"options": {
|
|
2069
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2070
|
+
}
|
|
2071
|
+
},
|
|
2072
|
+
"password": {
|
|
2073
|
+
"type": "string",
|
|
2074
|
+
"id": 4,
|
|
2075
|
+
"options": {
|
|
2076
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2077
|
+
}
|
|
2078
|
+
},
|
|
2079
|
+
"passwordSet": {
|
|
2080
|
+
"type": "bool",
|
|
2081
|
+
"id": 5,
|
|
2082
|
+
"options": {
|
|
2083
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
478
2084
|
}
|
|
2085
|
+
},
|
|
2086
|
+
"databaseService": {
|
|
2087
|
+
"type": "string",
|
|
2088
|
+
"id": 6,
|
|
2089
|
+
"options": {
|
|
2090
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2091
|
+
}
|
|
2092
|
+
},
|
|
2093
|
+
"staticServiceIpConnectivity": {
|
|
2094
|
+
"type": "StaticServiceIpConnectivity",
|
|
2095
|
+
"id": 100
|
|
2096
|
+
},
|
|
2097
|
+
"forwardSshConnectivity": {
|
|
2098
|
+
"type": "ForwardSshTunnelConnectivity",
|
|
2099
|
+
"id": 101
|
|
2100
|
+
},
|
|
2101
|
+
"privateConnectivity": {
|
|
2102
|
+
"type": "PrivateConnectivity",
|
|
2103
|
+
"id": 102
|
|
479
2104
|
}
|
|
480
2105
|
}
|
|
481
2106
|
},
|
|
482
|
-
"
|
|
2107
|
+
"CloudSqlConnectionProfile": {
|
|
483
2108
|
"fields": {
|
|
484
|
-
"
|
|
2109
|
+
"cloudSqlId": {
|
|
485
2110
|
"type": "string",
|
|
486
2111
|
"id": 1,
|
|
487
2112
|
"options": {
|
|
488
|
-
"(google.api.field_behavior)": "
|
|
489
|
-
"(google.api.resource_reference).child_type": "datamigration.googleapis.com/MigrationJob"
|
|
2113
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
490
2114
|
}
|
|
491
2115
|
},
|
|
492
|
-
"
|
|
493
|
-
"type": "
|
|
2116
|
+
"settings": {
|
|
2117
|
+
"type": "CloudSqlSettings",
|
|
494
2118
|
"id": 2,
|
|
495
2119
|
"options": {
|
|
496
|
-
"(google.api.field_behavior)": "
|
|
2120
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
|
497
2121
|
}
|
|
498
2122
|
},
|
|
499
|
-
"
|
|
500
|
-
"type": "
|
|
2123
|
+
"privateIp": {
|
|
2124
|
+
"type": "string",
|
|
501
2125
|
"id": 3,
|
|
502
2126
|
"options": {
|
|
503
|
-
"(google.api.field_behavior)": "
|
|
2127
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
504
2128
|
}
|
|
505
2129
|
},
|
|
506
|
-
"
|
|
2130
|
+
"publicIp": {
|
|
507
2131
|
"type": "string",
|
|
508
|
-
"id": 4
|
|
2132
|
+
"id": 4,
|
|
2133
|
+
"options": {
|
|
2134
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2135
|
+
}
|
|
2136
|
+
},
|
|
2137
|
+
"additionalPublicIp": {
|
|
2138
|
+
"type": "string",
|
|
2139
|
+
"id": 5,
|
|
2140
|
+
"options": {
|
|
2141
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2142
|
+
}
|
|
509
2143
|
}
|
|
510
2144
|
}
|
|
511
2145
|
},
|
|
512
|
-
"
|
|
2146
|
+
"AlloyDbConnectionProfile": {
|
|
513
2147
|
"fields": {
|
|
514
|
-
"
|
|
515
|
-
"type": "
|
|
2148
|
+
"clusterId": {
|
|
2149
|
+
"type": "string",
|
|
516
2150
|
"id": 1,
|
|
517
2151
|
"options": {
|
|
518
2152
|
"(google.api.field_behavior)": "REQUIRED"
|
|
519
2153
|
}
|
|
520
2154
|
},
|
|
521
|
-
"
|
|
522
|
-
"type": "
|
|
2155
|
+
"settings": {
|
|
2156
|
+
"type": "AlloyDbSettings",
|
|
523
2157
|
"id": 2,
|
|
524
2158
|
"options": {
|
|
525
|
-
"(google.api.field_behavior)": "
|
|
2159
|
+
"(google.api.field_behavior)": "IMMUTABLE"
|
|
526
2160
|
}
|
|
527
|
-
},
|
|
528
|
-
"requestId": {
|
|
529
|
-
"type": "string",
|
|
530
|
-
"id": 3
|
|
531
2161
|
}
|
|
532
2162
|
}
|
|
533
2163
|
},
|
|
534
|
-
"
|
|
2164
|
+
"SqlAclEntry": {
|
|
2165
|
+
"oneofs": {
|
|
2166
|
+
"expiration": {
|
|
2167
|
+
"oneof": [
|
|
2168
|
+
"expireTime",
|
|
2169
|
+
"ttl"
|
|
2170
|
+
]
|
|
2171
|
+
}
|
|
2172
|
+
},
|
|
535
2173
|
"fields": {
|
|
536
|
-
"
|
|
2174
|
+
"value": {
|
|
537
2175
|
"type": "string",
|
|
538
|
-
"id": 1
|
|
2176
|
+
"id": 1
|
|
2177
|
+
},
|
|
2178
|
+
"expireTime": {
|
|
2179
|
+
"type": "google.protobuf.Timestamp",
|
|
2180
|
+
"id": 10
|
|
2181
|
+
},
|
|
2182
|
+
"ttl": {
|
|
2183
|
+
"type": "google.protobuf.Duration",
|
|
2184
|
+
"id": 11,
|
|
539
2185
|
"options": {
|
|
540
|
-
"(google.api.field_behavior)": "
|
|
541
|
-
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
2186
|
+
"(google.api.field_behavior)": "INPUT_ONLY"
|
|
542
2187
|
}
|
|
543
2188
|
},
|
|
544
|
-
"
|
|
2189
|
+
"label": {
|
|
545
2190
|
"type": "string",
|
|
546
|
-
"id": 2
|
|
547
|
-
},
|
|
548
|
-
"force": {
|
|
549
|
-
"type": "bool",
|
|
550
2191
|
"id": 3
|
|
551
2192
|
}
|
|
552
2193
|
}
|
|
553
2194
|
},
|
|
554
|
-
"
|
|
2195
|
+
"SqlIpConfig": {
|
|
555
2196
|
"fields": {
|
|
556
|
-
"
|
|
2197
|
+
"enableIpv4": {
|
|
2198
|
+
"type": "google.protobuf.BoolValue",
|
|
2199
|
+
"id": 1
|
|
2200
|
+
},
|
|
2201
|
+
"privateNetwork": {
|
|
557
2202
|
"type": "string",
|
|
558
|
-
"id":
|
|
2203
|
+
"id": 2
|
|
2204
|
+
},
|
|
2205
|
+
"allocatedIpRange": {
|
|
2206
|
+
"type": "string",
|
|
2207
|
+
"id": 5,
|
|
559
2208
|
"options": {
|
|
560
|
-
"(google.api.
|
|
2209
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
561
2210
|
}
|
|
2211
|
+
},
|
|
2212
|
+
"requireSsl": {
|
|
2213
|
+
"type": "google.protobuf.BoolValue",
|
|
2214
|
+
"id": 3
|
|
2215
|
+
},
|
|
2216
|
+
"authorizedNetworks": {
|
|
2217
|
+
"rule": "repeated",
|
|
2218
|
+
"type": "SqlAclEntry",
|
|
2219
|
+
"id": 4
|
|
562
2220
|
}
|
|
563
2221
|
}
|
|
564
2222
|
},
|
|
565
|
-
"
|
|
2223
|
+
"CloudSqlSettings": {
|
|
566
2224
|
"fields": {
|
|
567
|
-
"
|
|
2225
|
+
"databaseVersion": {
|
|
2226
|
+
"type": "SqlDatabaseVersion",
|
|
2227
|
+
"id": 1
|
|
2228
|
+
},
|
|
2229
|
+
"userLabels": {
|
|
2230
|
+
"keyType": "string",
|
|
568
2231
|
"type": "string",
|
|
569
|
-
"id":
|
|
2232
|
+
"id": 2
|
|
2233
|
+
},
|
|
2234
|
+
"tier": {
|
|
2235
|
+
"type": "string",
|
|
2236
|
+
"id": 3
|
|
2237
|
+
},
|
|
2238
|
+
"storageAutoResizeLimit": {
|
|
2239
|
+
"type": "google.protobuf.Int64Value",
|
|
2240
|
+
"id": 4
|
|
2241
|
+
},
|
|
2242
|
+
"activationPolicy": {
|
|
2243
|
+
"type": "SqlActivationPolicy",
|
|
2244
|
+
"id": 5
|
|
2245
|
+
},
|
|
2246
|
+
"ipConfig": {
|
|
2247
|
+
"type": "SqlIpConfig",
|
|
2248
|
+
"id": 6
|
|
2249
|
+
},
|
|
2250
|
+
"autoStorageIncrease": {
|
|
2251
|
+
"type": "google.protobuf.BoolValue",
|
|
2252
|
+
"id": 7
|
|
2253
|
+
},
|
|
2254
|
+
"databaseFlags": {
|
|
2255
|
+
"keyType": "string",
|
|
2256
|
+
"type": "string",
|
|
2257
|
+
"id": 8
|
|
2258
|
+
},
|
|
2259
|
+
"dataDiskType": {
|
|
2260
|
+
"type": "SqlDataDiskType",
|
|
2261
|
+
"id": 9
|
|
2262
|
+
},
|
|
2263
|
+
"dataDiskSizeGb": {
|
|
2264
|
+
"type": "google.protobuf.Int64Value",
|
|
2265
|
+
"id": 10
|
|
2266
|
+
},
|
|
2267
|
+
"zone": {
|
|
2268
|
+
"type": "string",
|
|
2269
|
+
"id": 11
|
|
2270
|
+
},
|
|
2271
|
+
"secondaryZone": {
|
|
2272
|
+
"type": "string",
|
|
2273
|
+
"id": 18,
|
|
570
2274
|
"options": {
|
|
571
|
-
"(google.api.
|
|
2275
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2276
|
+
}
|
|
2277
|
+
},
|
|
2278
|
+
"sourceId": {
|
|
2279
|
+
"type": "string",
|
|
2280
|
+
"id": 12
|
|
2281
|
+
},
|
|
2282
|
+
"rootPassword": {
|
|
2283
|
+
"type": "string",
|
|
2284
|
+
"id": 13,
|
|
2285
|
+
"options": {
|
|
2286
|
+
"(google.api.field_behavior)": "INPUT_ONLY"
|
|
2287
|
+
}
|
|
2288
|
+
},
|
|
2289
|
+
"rootPasswordSet": {
|
|
2290
|
+
"type": "bool",
|
|
2291
|
+
"id": 14,
|
|
2292
|
+
"options": {
|
|
2293
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2294
|
+
}
|
|
2295
|
+
},
|
|
2296
|
+
"collation": {
|
|
2297
|
+
"type": "string",
|
|
2298
|
+
"id": 15
|
|
2299
|
+
},
|
|
2300
|
+
"cmekKeyName": {
|
|
2301
|
+
"type": "string",
|
|
2302
|
+
"id": 16
|
|
2303
|
+
},
|
|
2304
|
+
"availabilityType": {
|
|
2305
|
+
"type": "SqlAvailabilityType",
|
|
2306
|
+
"id": 17,
|
|
2307
|
+
"options": {
|
|
2308
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2309
|
+
}
|
|
2310
|
+
}
|
|
2311
|
+
},
|
|
2312
|
+
"nested": {
|
|
2313
|
+
"SqlActivationPolicy": {
|
|
2314
|
+
"values": {
|
|
2315
|
+
"SQL_ACTIVATION_POLICY_UNSPECIFIED": 0,
|
|
2316
|
+
"ALWAYS": 1,
|
|
2317
|
+
"NEVER": 2
|
|
2318
|
+
}
|
|
2319
|
+
},
|
|
2320
|
+
"SqlDataDiskType": {
|
|
2321
|
+
"values": {
|
|
2322
|
+
"SQL_DATA_DISK_TYPE_UNSPECIFIED": 0,
|
|
2323
|
+
"PD_SSD": 1,
|
|
2324
|
+
"PD_HDD": 2
|
|
2325
|
+
}
|
|
2326
|
+
},
|
|
2327
|
+
"SqlDatabaseVersion": {
|
|
2328
|
+
"values": {
|
|
2329
|
+
"SQL_DATABASE_VERSION_UNSPECIFIED": 0,
|
|
2330
|
+
"MYSQL_5_6": 1,
|
|
2331
|
+
"MYSQL_5_7": 2,
|
|
2332
|
+
"POSTGRES_9_6": 3,
|
|
2333
|
+
"POSTGRES_11": 4,
|
|
2334
|
+
"POSTGRES_10": 5,
|
|
2335
|
+
"MYSQL_8_0": 6,
|
|
2336
|
+
"POSTGRES_12": 7,
|
|
2337
|
+
"POSTGRES_13": 8,
|
|
2338
|
+
"POSTGRES_14": 17
|
|
2339
|
+
}
|
|
2340
|
+
},
|
|
2341
|
+
"SqlAvailabilityType": {
|
|
2342
|
+
"values": {
|
|
2343
|
+
"SQL_AVAILABILITY_TYPE_UNSPECIFIED": 0,
|
|
2344
|
+
"ZONAL": 1,
|
|
2345
|
+
"REGIONAL": 2
|
|
572
2346
|
}
|
|
573
2347
|
}
|
|
574
2348
|
}
|
|
575
2349
|
},
|
|
576
|
-
"
|
|
2350
|
+
"AlloyDbSettings": {
|
|
577
2351
|
"fields": {
|
|
578
|
-
"
|
|
579
|
-
"type": "
|
|
2352
|
+
"initialUser": {
|
|
2353
|
+
"type": "UserPassword",
|
|
580
2354
|
"id": 1,
|
|
581
2355
|
"options": {
|
|
582
|
-
"(google.api.
|
|
2356
|
+
"(google.api.field_behavior)": "INPUT_ONLY"
|
|
2357
|
+
}
|
|
2358
|
+
},
|
|
2359
|
+
"vpcNetwork": {
|
|
2360
|
+
"type": "string",
|
|
2361
|
+
"id": 2,
|
|
2362
|
+
"options": {
|
|
2363
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2364
|
+
}
|
|
2365
|
+
},
|
|
2366
|
+
"labels": {
|
|
2367
|
+
"keyType": "string",
|
|
2368
|
+
"type": "string",
|
|
2369
|
+
"id": 3
|
|
2370
|
+
},
|
|
2371
|
+
"primaryInstanceSettings": {
|
|
2372
|
+
"type": "PrimaryInstanceSettings",
|
|
2373
|
+
"id": 4
|
|
2374
|
+
},
|
|
2375
|
+
"encryptionConfig": {
|
|
2376
|
+
"type": "EncryptionConfig",
|
|
2377
|
+
"id": 5,
|
|
2378
|
+
"options": {
|
|
2379
|
+
"(google.api.field_behavior)": "OPTIONAL"
|
|
2380
|
+
}
|
|
2381
|
+
}
|
|
2382
|
+
},
|
|
2383
|
+
"nested": {
|
|
2384
|
+
"UserPassword": {
|
|
2385
|
+
"fields": {
|
|
2386
|
+
"user": {
|
|
2387
|
+
"type": "string",
|
|
2388
|
+
"id": 1
|
|
2389
|
+
},
|
|
2390
|
+
"password": {
|
|
2391
|
+
"type": "string",
|
|
2392
|
+
"id": 2
|
|
2393
|
+
},
|
|
2394
|
+
"passwordSet": {
|
|
2395
|
+
"type": "bool",
|
|
2396
|
+
"id": 3,
|
|
2397
|
+
"options": {
|
|
2398
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2399
|
+
}
|
|
2400
|
+
}
|
|
2401
|
+
}
|
|
2402
|
+
},
|
|
2403
|
+
"PrimaryInstanceSettings": {
|
|
2404
|
+
"fields": {
|
|
2405
|
+
"id": {
|
|
2406
|
+
"type": "string",
|
|
2407
|
+
"id": 1,
|
|
2408
|
+
"options": {
|
|
2409
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2410
|
+
}
|
|
2411
|
+
},
|
|
2412
|
+
"machineConfig": {
|
|
2413
|
+
"type": "MachineConfig",
|
|
2414
|
+
"id": 2
|
|
2415
|
+
},
|
|
2416
|
+
"databaseFlags": {
|
|
2417
|
+
"keyType": "string",
|
|
2418
|
+
"type": "string",
|
|
2419
|
+
"id": 6
|
|
2420
|
+
},
|
|
2421
|
+
"labels": {
|
|
2422
|
+
"keyType": "string",
|
|
2423
|
+
"type": "string",
|
|
2424
|
+
"id": 7
|
|
2425
|
+
},
|
|
2426
|
+
"privateIp": {
|
|
2427
|
+
"type": "string",
|
|
2428
|
+
"id": 8,
|
|
2429
|
+
"options": {
|
|
2430
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2431
|
+
}
|
|
2432
|
+
}
|
|
2433
|
+
},
|
|
2434
|
+
"nested": {
|
|
2435
|
+
"MachineConfig": {
|
|
2436
|
+
"fields": {
|
|
2437
|
+
"cpuCount": {
|
|
2438
|
+
"type": "int32",
|
|
2439
|
+
"id": 1
|
|
2440
|
+
}
|
|
2441
|
+
}
|
|
2442
|
+
}
|
|
2443
|
+
}
|
|
2444
|
+
},
|
|
2445
|
+
"EncryptionConfig": {
|
|
2446
|
+
"fields": {
|
|
2447
|
+
"kmsKeyName": {
|
|
2448
|
+
"type": "string",
|
|
2449
|
+
"id": 1
|
|
2450
|
+
}
|
|
583
2451
|
}
|
|
584
2452
|
}
|
|
585
2453
|
}
|
|
586
2454
|
},
|
|
587
|
-
"
|
|
2455
|
+
"StaticIpConnectivity": {
|
|
2456
|
+
"fields": {}
|
|
2457
|
+
},
|
|
2458
|
+
"PrivateServiceConnectConnectivity": {
|
|
588
2459
|
"fields": {
|
|
589
|
-
"
|
|
2460
|
+
"serviceAttachment": {
|
|
590
2461
|
"type": "string",
|
|
591
2462
|
"id": 1,
|
|
592
2463
|
"options": {
|
|
593
|
-
"(google.api.
|
|
2464
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
594
2465
|
}
|
|
595
2466
|
}
|
|
596
2467
|
}
|
|
597
2468
|
},
|
|
598
|
-
"
|
|
2469
|
+
"ReverseSshConnectivity": {
|
|
599
2470
|
"fields": {
|
|
600
|
-
"
|
|
2471
|
+
"vmIp": {
|
|
601
2472
|
"type": "string",
|
|
602
2473
|
"id": 1,
|
|
603
2474
|
"options": {
|
|
604
|
-
"(google.api.
|
|
2475
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2476
|
+
}
|
|
2477
|
+
},
|
|
2478
|
+
"vmPort": {
|
|
2479
|
+
"type": "int32",
|
|
2480
|
+
"id": 2,
|
|
2481
|
+
"options": {
|
|
2482
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
605
2483
|
}
|
|
2484
|
+
},
|
|
2485
|
+
"vm": {
|
|
2486
|
+
"type": "string",
|
|
2487
|
+
"id": 3
|
|
2488
|
+
},
|
|
2489
|
+
"vpc": {
|
|
2490
|
+
"type": "string",
|
|
2491
|
+
"id": 4
|
|
606
2492
|
}
|
|
607
2493
|
}
|
|
608
2494
|
},
|
|
609
|
-
"
|
|
2495
|
+
"VpcPeeringConnectivity": {
|
|
610
2496
|
"fields": {
|
|
611
|
-
"
|
|
2497
|
+
"vpc": {
|
|
612
2498
|
"type": "string",
|
|
613
|
-
"id": 1
|
|
614
|
-
"options": {
|
|
615
|
-
"(google.api.resource_reference).type": "datamigration.googleapis.com/MigrationJob"
|
|
616
|
-
}
|
|
2499
|
+
"id": 1
|
|
617
2500
|
}
|
|
618
2501
|
}
|
|
619
2502
|
},
|
|
620
|
-
"
|
|
2503
|
+
"ForwardSshTunnelConnectivity": {
|
|
621
2504
|
"oneofs": {
|
|
622
|
-
"
|
|
2505
|
+
"authenticationMethod": {
|
|
623
2506
|
"oneof": [
|
|
624
|
-
"
|
|
625
|
-
"
|
|
2507
|
+
"password",
|
|
2508
|
+
"privateKey"
|
|
626
2509
|
]
|
|
627
2510
|
}
|
|
628
2511
|
},
|
|
629
2512
|
"fields": {
|
|
630
|
-
"
|
|
2513
|
+
"hostname": {
|
|
631
2514
|
"type": "string",
|
|
632
2515
|
"id": 1,
|
|
633
2516
|
"options": {
|
|
634
|
-
"(google.api.
|
|
2517
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
635
2518
|
}
|
|
636
2519
|
},
|
|
637
|
-
"
|
|
2520
|
+
"username": {
|
|
638
2521
|
"type": "string",
|
|
639
2522
|
"id": 2,
|
|
640
2523
|
"options": {
|
|
641
2524
|
"(google.api.field_behavior)": "REQUIRED"
|
|
642
2525
|
}
|
|
643
2526
|
},
|
|
644
|
-
"
|
|
645
|
-
"type": "VmCreationConfig",
|
|
646
|
-
"id": 100
|
|
647
|
-
},
|
|
648
|
-
"vmSelectionConfig": {
|
|
649
|
-
"type": "VmSelectionConfig",
|
|
650
|
-
"id": 101
|
|
651
|
-
},
|
|
652
|
-
"vmPort": {
|
|
2527
|
+
"port": {
|
|
653
2528
|
"type": "int32",
|
|
654
2529
|
"id": 3
|
|
655
|
-
}
|
|
656
|
-
|
|
657
|
-
},
|
|
658
|
-
"VmCreationConfig": {
|
|
659
|
-
"fields": {
|
|
660
|
-
"vmMachineType": {
|
|
2530
|
+
},
|
|
2531
|
+
"password": {
|
|
661
2532
|
"type": "string",
|
|
662
|
-
"id":
|
|
2533
|
+
"id": 100,
|
|
663
2534
|
"options": {
|
|
664
|
-
"(google.api.field_behavior)": "
|
|
2535
|
+
"(google.api.field_behavior)": "INPUT_ONLY"
|
|
665
2536
|
}
|
|
666
2537
|
},
|
|
667
|
-
"
|
|
668
|
-
"type": "string",
|
|
669
|
-
"id": 2
|
|
670
|
-
},
|
|
671
|
-
"subnet": {
|
|
2538
|
+
"privateKey": {
|
|
672
2539
|
"type": "string",
|
|
673
|
-
"id":
|
|
2540
|
+
"id": 101,
|
|
2541
|
+
"options": {
|
|
2542
|
+
"(google.api.field_behavior)": "INPUT_ONLY"
|
|
2543
|
+
}
|
|
674
2544
|
}
|
|
675
2545
|
}
|
|
676
2546
|
},
|
|
677
|
-
"
|
|
2547
|
+
"StaticServiceIpConnectivity": {
|
|
2548
|
+
"fields": {}
|
|
2549
|
+
},
|
|
2550
|
+
"PrivateConnectivity": {
|
|
678
2551
|
"fields": {
|
|
679
|
-
"
|
|
2552
|
+
"privateConnection": {
|
|
680
2553
|
"type": "string",
|
|
681
2554
|
"id": 1,
|
|
682
2555
|
"options": {
|
|
@@ -685,874 +2558,1145 @@
|
|
|
685
2558
|
}
|
|
686
2559
|
}
|
|
687
2560
|
},
|
|
688
|
-
"
|
|
2561
|
+
"DatabaseType": {
|
|
689
2562
|
"fields": {
|
|
690
|
-
"
|
|
691
|
-
"type": "
|
|
2563
|
+
"provider": {
|
|
2564
|
+
"type": "DatabaseProvider",
|
|
692
2565
|
"id": 1
|
|
2566
|
+
},
|
|
2567
|
+
"engine": {
|
|
2568
|
+
"type": "DatabaseEngine",
|
|
2569
|
+
"id": 2
|
|
693
2570
|
}
|
|
694
2571
|
}
|
|
695
2572
|
},
|
|
696
|
-
"
|
|
2573
|
+
"MigrationJob": {
|
|
2574
|
+
"options": {
|
|
2575
|
+
"(google.api.resource).type": "datamigration.googleapis.com/MigrationJob",
|
|
2576
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/migrationJobs/{migration_job}"
|
|
2577
|
+
},
|
|
2578
|
+
"oneofs": {
|
|
2579
|
+
"connectivity": {
|
|
2580
|
+
"oneof": [
|
|
2581
|
+
"reverseSshConnectivity",
|
|
2582
|
+
"vpcPeeringConnectivity",
|
|
2583
|
+
"staticIpConnectivity"
|
|
2584
|
+
]
|
|
2585
|
+
}
|
|
2586
|
+
},
|
|
697
2587
|
"fields": {
|
|
698
|
-
"
|
|
2588
|
+
"name": {
|
|
699
2589
|
"type": "string",
|
|
700
|
-
"id": 1
|
|
2590
|
+
"id": 1
|
|
2591
|
+
},
|
|
2592
|
+
"createTime": {
|
|
2593
|
+
"type": "google.protobuf.Timestamp",
|
|
2594
|
+
"id": 2,
|
|
701
2595
|
"options": {
|
|
702
|
-
"(google.api.field_behavior)": "
|
|
703
|
-
"(google.api.resource_reference).child_type": "datamigration.googleapis.com/ConnectionProfile"
|
|
2596
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
704
2597
|
}
|
|
705
2598
|
},
|
|
706
|
-
"
|
|
707
|
-
"type": "
|
|
708
|
-
"id":
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
"id": 3
|
|
2599
|
+
"updateTime": {
|
|
2600
|
+
"type": "google.protobuf.Timestamp",
|
|
2601
|
+
"id": 3,
|
|
2602
|
+
"options": {
|
|
2603
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2604
|
+
}
|
|
713
2605
|
},
|
|
714
|
-
"
|
|
2606
|
+
"labels": {
|
|
2607
|
+
"keyType": "string",
|
|
715
2608
|
"type": "string",
|
|
716
2609
|
"id": 4
|
|
717
2610
|
},
|
|
718
|
-
"
|
|
2611
|
+
"displayName": {
|
|
719
2612
|
"type": "string",
|
|
720
2613
|
"id": 5
|
|
721
|
-
}
|
|
722
|
-
}
|
|
723
|
-
},
|
|
724
|
-
"ListConnectionProfilesResponse": {
|
|
725
|
-
"fields": {
|
|
726
|
-
"connectionProfiles": {
|
|
727
|
-
"rule": "repeated",
|
|
728
|
-
"type": "ConnectionProfile",
|
|
729
|
-
"id": 1
|
|
730
2614
|
},
|
|
731
|
-
"
|
|
732
|
-
"type": "
|
|
733
|
-
"id":
|
|
2615
|
+
"state": {
|
|
2616
|
+
"type": "State",
|
|
2617
|
+
"id": 6
|
|
734
2618
|
},
|
|
735
|
-
"
|
|
736
|
-
"
|
|
2619
|
+
"phase": {
|
|
2620
|
+
"type": "Phase",
|
|
2621
|
+
"id": 7,
|
|
2622
|
+
"options": {
|
|
2623
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
2624
|
+
}
|
|
2625
|
+
},
|
|
2626
|
+
"type": {
|
|
2627
|
+
"type": "Type",
|
|
2628
|
+
"id": 8,
|
|
2629
|
+
"options": {
|
|
2630
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
"dumpPath": {
|
|
737
2634
|
"type": "string",
|
|
738
|
-
"id":
|
|
739
|
-
}
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
"
|
|
2635
|
+
"id": 9
|
|
2636
|
+
},
|
|
2637
|
+
"dumpFlags": {
|
|
2638
|
+
"type": "DumpFlags",
|
|
2639
|
+
"id": 17
|
|
2640
|
+
},
|
|
2641
|
+
"source": {
|
|
745
2642
|
"type": "string",
|
|
746
|
-
"id":
|
|
2643
|
+
"id": 10,
|
|
747
2644
|
"options": {
|
|
748
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
749
|
-
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConnectionProfile"
|
|
2645
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
750
2646
|
}
|
|
751
|
-
}
|
|
752
|
-
|
|
753
|
-
},
|
|
754
|
-
"CreateConnectionProfileRequest": {
|
|
755
|
-
"fields": {
|
|
756
|
-
"parent": {
|
|
2647
|
+
},
|
|
2648
|
+
"destination": {
|
|
757
2649
|
"type": "string",
|
|
758
|
-
"id":
|
|
2650
|
+
"id": 11,
|
|
2651
|
+
"options": {
|
|
2652
|
+
"(google.api.field_behavior)": "REQUIRED"
|
|
2653
|
+
}
|
|
2654
|
+
},
|
|
2655
|
+
"reverseSshConnectivity": {
|
|
2656
|
+
"type": "ReverseSshConnectivity",
|
|
2657
|
+
"id": 101
|
|
2658
|
+
},
|
|
2659
|
+
"vpcPeeringConnectivity": {
|
|
2660
|
+
"type": "VpcPeeringConnectivity",
|
|
2661
|
+
"id": 102
|
|
2662
|
+
},
|
|
2663
|
+
"staticIpConnectivity": {
|
|
2664
|
+
"type": "StaticIpConnectivity",
|
|
2665
|
+
"id": 103
|
|
2666
|
+
},
|
|
2667
|
+
"duration": {
|
|
2668
|
+
"type": "google.protobuf.Duration",
|
|
2669
|
+
"id": 12,
|
|
759
2670
|
"options": {
|
|
760
|
-
"(google.api.field_behavior)": "
|
|
761
|
-
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConnectionProfile"
|
|
2671
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
762
2672
|
}
|
|
763
2673
|
},
|
|
764
|
-
"
|
|
765
|
-
"type": "
|
|
766
|
-
"id":
|
|
2674
|
+
"error": {
|
|
2675
|
+
"type": "google.rpc.Status",
|
|
2676
|
+
"id": 13,
|
|
767
2677
|
"options": {
|
|
768
|
-
"(google.api.field_behavior)": "
|
|
2678
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
769
2679
|
}
|
|
770
2680
|
},
|
|
771
|
-
"
|
|
772
|
-
"type": "
|
|
773
|
-
"id":
|
|
2681
|
+
"sourceDatabase": {
|
|
2682
|
+
"type": "DatabaseType",
|
|
2683
|
+
"id": 14
|
|
2684
|
+
},
|
|
2685
|
+
"destinationDatabase": {
|
|
2686
|
+
"type": "DatabaseType",
|
|
2687
|
+
"id": 15
|
|
2688
|
+
},
|
|
2689
|
+
"endTime": {
|
|
2690
|
+
"type": "google.protobuf.Timestamp",
|
|
2691
|
+
"id": 16,
|
|
774
2692
|
"options": {
|
|
775
|
-
"(google.api.field_behavior)": "
|
|
2693
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
776
2694
|
}
|
|
777
2695
|
},
|
|
778
|
-
"
|
|
2696
|
+
"conversionWorkspace": {
|
|
2697
|
+
"type": "ConversionWorkspaceInfo",
|
|
2698
|
+
"id": 18
|
|
2699
|
+
},
|
|
2700
|
+
"filter": {
|
|
779
2701
|
"type": "string",
|
|
780
|
-
"id":
|
|
2702
|
+
"id": 20
|
|
2703
|
+
},
|
|
2704
|
+
"cmekKeyName": {
|
|
2705
|
+
"type": "string",
|
|
2706
|
+
"id": 21
|
|
781
2707
|
}
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
"
|
|
2708
|
+
},
|
|
2709
|
+
"nested": {
|
|
2710
|
+
"State": {
|
|
2711
|
+
"values": {
|
|
2712
|
+
"STATE_UNSPECIFIED": 0,
|
|
2713
|
+
"MAINTENANCE": 1,
|
|
2714
|
+
"DRAFT": 2,
|
|
2715
|
+
"CREATING": 3,
|
|
2716
|
+
"NOT_STARTED": 4,
|
|
2717
|
+
"RUNNING": 5,
|
|
2718
|
+
"FAILED": 6,
|
|
2719
|
+
"COMPLETED": 7,
|
|
2720
|
+
"DELETING": 8,
|
|
2721
|
+
"STOPPING": 9,
|
|
2722
|
+
"STOPPED": 10,
|
|
2723
|
+
"DELETED": 11,
|
|
2724
|
+
"UPDATING": 12,
|
|
2725
|
+
"STARTING": 13,
|
|
2726
|
+
"RESTARTING": 14,
|
|
2727
|
+
"RESUMING": 15
|
|
791
2728
|
}
|
|
792
2729
|
},
|
|
793
|
-
"
|
|
794
|
-
"
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
"
|
|
2730
|
+
"Phase": {
|
|
2731
|
+
"values": {
|
|
2732
|
+
"PHASE_UNSPECIFIED": 0,
|
|
2733
|
+
"FULL_DUMP": 1,
|
|
2734
|
+
"CDC": 2,
|
|
2735
|
+
"PROMOTE_IN_PROGRESS": 3,
|
|
2736
|
+
"WAITING_FOR_SOURCE_WRITES_TO_STOP": 4,
|
|
2737
|
+
"PREPARING_THE_DUMP": 5
|
|
798
2738
|
}
|
|
799
2739
|
},
|
|
800
|
-
"
|
|
801
|
-
"
|
|
802
|
-
|
|
2740
|
+
"Type": {
|
|
2741
|
+
"values": {
|
|
2742
|
+
"TYPE_UNSPECIFIED": 0,
|
|
2743
|
+
"ONE_TIME": 1,
|
|
2744
|
+
"CONTINUOUS": 2
|
|
2745
|
+
}
|
|
2746
|
+
},
|
|
2747
|
+
"DumpFlag": {
|
|
2748
|
+
"fields": {
|
|
2749
|
+
"name": {
|
|
2750
|
+
"type": "string",
|
|
2751
|
+
"id": 1
|
|
2752
|
+
},
|
|
2753
|
+
"value": {
|
|
2754
|
+
"type": "string",
|
|
2755
|
+
"id": 2
|
|
2756
|
+
}
|
|
2757
|
+
}
|
|
2758
|
+
},
|
|
2759
|
+
"DumpFlags": {
|
|
2760
|
+
"fields": {
|
|
2761
|
+
"dumpFlags": {
|
|
2762
|
+
"rule": "repeated",
|
|
2763
|
+
"type": "DumpFlag",
|
|
2764
|
+
"id": 1
|
|
2765
|
+
}
|
|
2766
|
+
}
|
|
803
2767
|
}
|
|
804
2768
|
}
|
|
805
2769
|
},
|
|
806
|
-
"
|
|
2770
|
+
"ConversionWorkspaceInfo": {
|
|
807
2771
|
"fields": {
|
|
808
2772
|
"name": {
|
|
809
2773
|
"type": "string",
|
|
810
|
-
"id": 1
|
|
811
|
-
"options": {
|
|
812
|
-
"(google.api.field_behavior)": "REQUIRED",
|
|
813
|
-
"(google.api.resource_reference).type": "datamigration.googleapis.com/ConnectionProfile"
|
|
814
|
-
}
|
|
2774
|
+
"id": 1
|
|
815
2775
|
},
|
|
816
|
-
"
|
|
2776
|
+
"commitId": {
|
|
817
2777
|
"type": "string",
|
|
818
2778
|
"id": 2
|
|
819
|
-
},
|
|
820
|
-
"force": {
|
|
821
|
-
"type": "bool",
|
|
822
|
-
"id": 3
|
|
823
2779
|
}
|
|
824
2780
|
}
|
|
825
2781
|
},
|
|
826
|
-
"
|
|
2782
|
+
"ConnectionProfile": {
|
|
2783
|
+
"options": {
|
|
2784
|
+
"(google.api.resource).type": "datamigration.googleapis.com/ConnectionProfile",
|
|
2785
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/connectionProfiles/{connection_profile}"
|
|
2786
|
+
},
|
|
2787
|
+
"oneofs": {
|
|
2788
|
+
"connectionProfile": {
|
|
2789
|
+
"oneof": [
|
|
2790
|
+
"mysql",
|
|
2791
|
+
"postgresql",
|
|
2792
|
+
"oracle",
|
|
2793
|
+
"cloudsql",
|
|
2794
|
+
"alloydb"
|
|
2795
|
+
]
|
|
2796
|
+
}
|
|
2797
|
+
},
|
|
827
2798
|
"fields": {
|
|
2799
|
+
"name": {
|
|
2800
|
+
"type": "string",
|
|
2801
|
+
"id": 1
|
|
2802
|
+
},
|
|
828
2803
|
"createTime": {
|
|
829
2804
|
"type": "google.protobuf.Timestamp",
|
|
830
|
-
"id":
|
|
2805
|
+
"id": 2,
|
|
831
2806
|
"options": {
|
|
832
2807
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
833
2808
|
}
|
|
834
2809
|
},
|
|
835
|
-
"
|
|
2810
|
+
"updateTime": {
|
|
836
2811
|
"type": "google.protobuf.Timestamp",
|
|
837
|
-
"id":
|
|
2812
|
+
"id": 3,
|
|
838
2813
|
"options": {
|
|
839
2814
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
840
2815
|
}
|
|
841
2816
|
},
|
|
842
|
-
"
|
|
2817
|
+
"labels": {
|
|
2818
|
+
"keyType": "string",
|
|
843
2819
|
"type": "string",
|
|
844
|
-
"id":
|
|
845
|
-
"options": {
|
|
846
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
847
|
-
}
|
|
2820
|
+
"id": 4
|
|
848
2821
|
},
|
|
849
|
-
"
|
|
2822
|
+
"state": {
|
|
2823
|
+
"type": "State",
|
|
2824
|
+
"id": 5
|
|
2825
|
+
},
|
|
2826
|
+
"displayName": {
|
|
850
2827
|
"type": "string",
|
|
851
|
-
"id":
|
|
2828
|
+
"id": 6
|
|
2829
|
+
},
|
|
2830
|
+
"mysql": {
|
|
2831
|
+
"type": "MySqlConnectionProfile",
|
|
2832
|
+
"id": 100
|
|
2833
|
+
},
|
|
2834
|
+
"postgresql": {
|
|
2835
|
+
"type": "PostgreSqlConnectionProfile",
|
|
2836
|
+
"id": 101
|
|
2837
|
+
},
|
|
2838
|
+
"oracle": {
|
|
2839
|
+
"type": "OracleConnectionProfile",
|
|
2840
|
+
"id": 104
|
|
2841
|
+
},
|
|
2842
|
+
"cloudsql": {
|
|
2843
|
+
"type": "CloudSqlConnectionProfile",
|
|
2844
|
+
"id": 102
|
|
2845
|
+
},
|
|
2846
|
+
"alloydb": {
|
|
2847
|
+
"type": "AlloyDbConnectionProfile",
|
|
2848
|
+
"id": 105
|
|
2849
|
+
},
|
|
2850
|
+
"error": {
|
|
2851
|
+
"type": "google.rpc.Status",
|
|
2852
|
+
"id": 7,
|
|
852
2853
|
"options": {
|
|
853
2854
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
854
2855
|
}
|
|
855
2856
|
},
|
|
856
|
-
"
|
|
857
|
-
"type": "
|
|
858
|
-
"id":
|
|
2857
|
+
"provider": {
|
|
2858
|
+
"type": "DatabaseProvider",
|
|
2859
|
+
"id": 8
|
|
2860
|
+
}
|
|
2861
|
+
},
|
|
2862
|
+
"nested": {
|
|
2863
|
+
"State": {
|
|
2864
|
+
"values": {
|
|
2865
|
+
"STATE_UNSPECIFIED": 0,
|
|
2866
|
+
"DRAFT": 1,
|
|
2867
|
+
"CREATING": 2,
|
|
2868
|
+
"READY": 3,
|
|
2869
|
+
"UPDATING": 4,
|
|
2870
|
+
"DELETING": 5,
|
|
2871
|
+
"DELETED": 6,
|
|
2872
|
+
"FAILED": 7
|
|
2873
|
+
}
|
|
2874
|
+
}
|
|
2875
|
+
}
|
|
2876
|
+
},
|
|
2877
|
+
"MigrationJobVerificationError": {
|
|
2878
|
+
"fields": {
|
|
2879
|
+
"errorCode": {
|
|
2880
|
+
"type": "ErrorCode",
|
|
2881
|
+
"id": 1,
|
|
859
2882
|
"options": {
|
|
860
2883
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
861
2884
|
}
|
|
862
2885
|
},
|
|
863
|
-
"
|
|
864
|
-
"type": "
|
|
865
|
-
"id":
|
|
2886
|
+
"errorMessage": {
|
|
2887
|
+
"type": "string",
|
|
2888
|
+
"id": 2,
|
|
866
2889
|
"options": {
|
|
867
2890
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
868
2891
|
}
|
|
869
2892
|
},
|
|
870
|
-
"
|
|
2893
|
+
"errorDetailMessage": {
|
|
871
2894
|
"type": "string",
|
|
872
|
-
"id":
|
|
2895
|
+
"id": 3,
|
|
873
2896
|
"options": {
|
|
874
2897
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
875
2898
|
}
|
|
876
2899
|
}
|
|
2900
|
+
},
|
|
2901
|
+
"nested": {
|
|
2902
|
+
"ErrorCode": {
|
|
2903
|
+
"values": {
|
|
2904
|
+
"ERROR_CODE_UNSPECIFIED": 0,
|
|
2905
|
+
"CONNECTION_FAILURE": 1,
|
|
2906
|
+
"AUTHENTICATION_FAILURE": 2,
|
|
2907
|
+
"INVALID_CONNECTION_PROFILE_CONFIG": 3,
|
|
2908
|
+
"VERSION_INCOMPATIBILITY": 4,
|
|
2909
|
+
"CONNECTION_PROFILE_TYPES_INCOMPATIBILITY": 5,
|
|
2910
|
+
"NO_PGLOGICAL_INSTALLED": 7,
|
|
2911
|
+
"PGLOGICAL_NODE_ALREADY_EXISTS": 8,
|
|
2912
|
+
"INVALID_WAL_LEVEL": 9,
|
|
2913
|
+
"INVALID_SHARED_PRELOAD_LIBRARY": 10,
|
|
2914
|
+
"INSUFFICIENT_MAX_REPLICATION_SLOTS": 11,
|
|
2915
|
+
"INSUFFICIENT_MAX_WAL_SENDERS": 12,
|
|
2916
|
+
"INSUFFICIENT_MAX_WORKER_PROCESSES": 13,
|
|
2917
|
+
"UNSUPPORTED_EXTENSIONS": 14,
|
|
2918
|
+
"UNSUPPORTED_MIGRATION_TYPE": 15,
|
|
2919
|
+
"INVALID_RDS_LOGICAL_REPLICATION": 16,
|
|
2920
|
+
"UNSUPPORTED_GTID_MODE": 17,
|
|
2921
|
+
"UNSUPPORTED_TABLE_DEFINITION": 18,
|
|
2922
|
+
"UNSUPPORTED_DEFINER": 19,
|
|
2923
|
+
"CANT_RESTART_RUNNING_MIGRATION": 21,
|
|
2924
|
+
"TABLES_WITH_LIMITED_SUPPORT": 24,
|
|
2925
|
+
"UNSUPPORTED_DATABASE_LOCALE": 25,
|
|
2926
|
+
"UNSUPPORTED_DATABASE_FDW_CONFIG": 26,
|
|
2927
|
+
"ERROR_RDBMS": 27,
|
|
2928
|
+
"SOURCE_SIZE_EXCEEDS_THRESHOLD": 28
|
|
2929
|
+
}
|
|
2930
|
+
}
|
|
877
2931
|
}
|
|
878
2932
|
},
|
|
879
|
-
"
|
|
2933
|
+
"DatabaseEngine": {
|
|
2934
|
+
"values": {
|
|
2935
|
+
"DATABASE_ENGINE_UNSPECIFIED": 0,
|
|
2936
|
+
"MYSQL": 1,
|
|
2937
|
+
"POSTGRESQL": 2,
|
|
2938
|
+
"ORACLE": 4
|
|
2939
|
+
}
|
|
2940
|
+
},
|
|
2941
|
+
"DatabaseProvider": {
|
|
2942
|
+
"values": {
|
|
2943
|
+
"DATABASE_PROVIDER_UNSPECIFIED": 0,
|
|
2944
|
+
"CLOUDSQL": 1,
|
|
2945
|
+
"RDS": 2,
|
|
2946
|
+
"AURORA": 3,
|
|
2947
|
+
"ALLOYDB": 4
|
|
2948
|
+
}
|
|
2949
|
+
},
|
|
2950
|
+
"PrivateConnection": {
|
|
2951
|
+
"options": {
|
|
2952
|
+
"(google.api.resource).type": "datamigration.googleapis.com/PrivateConnection",
|
|
2953
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/privateConnections/{private_connection}"
|
|
2954
|
+
},
|
|
2955
|
+
"oneofs": {
|
|
2956
|
+
"connectivity": {
|
|
2957
|
+
"oneof": [
|
|
2958
|
+
"vpcPeeringConfig"
|
|
2959
|
+
]
|
|
2960
|
+
}
|
|
2961
|
+
},
|
|
880
2962
|
"fields": {
|
|
881
|
-
"
|
|
882
|
-
"type": "
|
|
883
|
-
"id": 1
|
|
2963
|
+
"name": {
|
|
2964
|
+
"type": "string",
|
|
2965
|
+
"id": 1
|
|
2966
|
+
},
|
|
2967
|
+
"createTime": {
|
|
2968
|
+
"type": "google.protobuf.Timestamp",
|
|
2969
|
+
"id": 2,
|
|
884
2970
|
"options": {
|
|
885
2971
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
886
2972
|
}
|
|
887
2973
|
},
|
|
888
|
-
"
|
|
889
|
-
"type": "
|
|
890
|
-
"id":
|
|
2974
|
+
"updateTime": {
|
|
2975
|
+
"type": "google.protobuf.Timestamp",
|
|
2976
|
+
"id": 3,
|
|
891
2977
|
"options": {
|
|
892
|
-
"(google.api.field_behavior)": "
|
|
2978
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
893
2979
|
}
|
|
894
2980
|
},
|
|
895
|
-
"
|
|
2981
|
+
"labels": {
|
|
2982
|
+
"keyType": "string",
|
|
896
2983
|
"type": "string",
|
|
897
|
-
"id":
|
|
2984
|
+
"id": 4
|
|
2985
|
+
},
|
|
2986
|
+
"displayName": {
|
|
2987
|
+
"type": "string",
|
|
2988
|
+
"id": 5
|
|
2989
|
+
},
|
|
2990
|
+
"state": {
|
|
2991
|
+
"type": "State",
|
|
2992
|
+
"id": 6,
|
|
898
2993
|
"options": {
|
|
899
|
-
"(google.api.field_behavior)": "
|
|
2994
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
900
2995
|
}
|
|
901
2996
|
},
|
|
902
|
-
"
|
|
903
|
-
"type": "
|
|
904
|
-
"id":
|
|
2997
|
+
"error": {
|
|
2998
|
+
"type": "google.rpc.Status",
|
|
2999
|
+
"id": 7,
|
|
905
3000
|
"options": {
|
|
906
|
-
"(google.api.field_behavior)": "
|
|
3001
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
907
3002
|
}
|
|
3003
|
+
},
|
|
3004
|
+
"vpcPeeringConfig": {
|
|
3005
|
+
"type": "VpcPeeringConfig",
|
|
3006
|
+
"id": 100
|
|
908
3007
|
}
|
|
909
3008
|
},
|
|
910
3009
|
"nested": {
|
|
911
|
-
"
|
|
3010
|
+
"State": {
|
|
912
3011
|
"values": {
|
|
913
|
-
"
|
|
914
|
-
"
|
|
915
|
-
"
|
|
3012
|
+
"STATE_UNSPECIFIED": 0,
|
|
3013
|
+
"CREATING": 1,
|
|
3014
|
+
"CREATED": 2,
|
|
3015
|
+
"FAILED": 3,
|
|
3016
|
+
"DELETING": 4,
|
|
3017
|
+
"FAILED_TO_DELETE": 5,
|
|
3018
|
+
"DELETED": 6
|
|
916
3019
|
}
|
|
917
3020
|
}
|
|
918
3021
|
}
|
|
919
3022
|
},
|
|
920
|
-
"
|
|
3023
|
+
"VpcPeeringConfig": {
|
|
921
3024
|
"fields": {
|
|
922
|
-
"
|
|
3025
|
+
"vpcName": {
|
|
923
3026
|
"type": "string",
|
|
924
3027
|
"id": 1,
|
|
925
3028
|
"options": {
|
|
926
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
3029
|
+
"(google.api.field_behavior)": "REQUIRED",
|
|
3030
|
+
"(google.api.resource_reference).type": "compute.googleapis.com/Networks"
|
|
927
3031
|
}
|
|
928
3032
|
},
|
|
929
|
-
"
|
|
930
|
-
"type": "
|
|
3033
|
+
"subnet": {
|
|
3034
|
+
"type": "string",
|
|
931
3035
|
"id": 2,
|
|
932
3036
|
"options": {
|
|
933
3037
|
"(google.api.field_behavior)": "REQUIRED"
|
|
934
3038
|
}
|
|
935
|
-
}
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
3039
|
+
}
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
"DatabaseEngineInfo": {
|
|
3043
|
+
"fields": {
|
|
3044
|
+
"engine": {
|
|
3045
|
+
"type": "DatabaseEngine",
|
|
3046
|
+
"id": 1,
|
|
939
3047
|
"options": {
|
|
940
3048
|
"(google.api.field_behavior)": "REQUIRED"
|
|
941
3049
|
}
|
|
942
3050
|
},
|
|
943
|
-
"
|
|
3051
|
+
"version": {
|
|
944
3052
|
"type": "string",
|
|
945
|
-
"id":
|
|
3053
|
+
"id": 2,
|
|
946
3054
|
"options": {
|
|
947
3055
|
"(google.api.field_behavior)": "REQUIRED"
|
|
948
3056
|
}
|
|
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
3057
|
}
|
|
965
3058
|
}
|
|
966
3059
|
},
|
|
967
|
-
"
|
|
3060
|
+
"ConversionWorkspace": {
|
|
3061
|
+
"options": {
|
|
3062
|
+
"(google.api.resource).type": "datamigration.googleapis.com/ConversionWorkspace",
|
|
3063
|
+
"(google.api.resource).pattern": "projects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}"
|
|
3064
|
+
},
|
|
968
3065
|
"fields": {
|
|
969
|
-
"
|
|
3066
|
+
"name": {
|
|
970
3067
|
"type": "string",
|
|
971
|
-
"id": 1
|
|
972
|
-
"options": {
|
|
973
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
974
|
-
}
|
|
3068
|
+
"id": 1
|
|
975
3069
|
},
|
|
976
|
-
"
|
|
977
|
-
"type": "
|
|
3070
|
+
"source": {
|
|
3071
|
+
"type": "DatabaseEngineInfo",
|
|
978
3072
|
"id": 2,
|
|
979
3073
|
"options": {
|
|
980
3074
|
"(google.api.field_behavior)": "REQUIRED"
|
|
981
3075
|
}
|
|
982
3076
|
},
|
|
983
|
-
"
|
|
984
|
-
"type": "
|
|
3077
|
+
"destination": {
|
|
3078
|
+
"type": "DatabaseEngineInfo",
|
|
985
3079
|
"id": 3,
|
|
986
3080
|
"options": {
|
|
987
3081
|
"(google.api.field_behavior)": "REQUIRED"
|
|
988
3082
|
}
|
|
989
3083
|
},
|
|
990
|
-
"
|
|
3084
|
+
"globalSettings": {
|
|
3085
|
+
"keyType": "string",
|
|
991
3086
|
"type": "string",
|
|
992
|
-
"id": 4
|
|
993
|
-
"options": {
|
|
994
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
995
|
-
}
|
|
3087
|
+
"id": 4
|
|
996
3088
|
},
|
|
997
|
-
"
|
|
3089
|
+
"hasUncommittedChanges": {
|
|
998
3090
|
"type": "bool",
|
|
999
3091
|
"id": 5,
|
|
1000
3092
|
"options": {
|
|
1001
3093
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1002
3094
|
}
|
|
1003
3095
|
},
|
|
1004
|
-
"
|
|
1005
|
-
"type": "SslConfig",
|
|
1006
|
-
"id": 6
|
|
1007
|
-
},
|
|
1008
|
-
"cloudSqlId": {
|
|
1009
|
-
"type": "string",
|
|
1010
|
-
"id": 7
|
|
1011
|
-
}
|
|
1012
|
-
}
|
|
1013
|
-
},
|
|
1014
|
-
"CloudSqlConnectionProfile": {
|
|
1015
|
-
"fields": {
|
|
1016
|
-
"cloudSqlId": {
|
|
3096
|
+
"latestCommitId": {
|
|
1017
3097
|
"type": "string",
|
|
1018
|
-
"id":
|
|
3098
|
+
"id": 6,
|
|
1019
3099
|
"options": {
|
|
1020
3100
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1021
3101
|
}
|
|
1022
3102
|
},
|
|
1023
|
-
"
|
|
1024
|
-
"type": "
|
|
1025
|
-
"id":
|
|
3103
|
+
"latestCommitTime": {
|
|
3104
|
+
"type": "google.protobuf.Timestamp",
|
|
3105
|
+
"id": 7,
|
|
1026
3106
|
"options": {
|
|
1027
|
-
"(google.api.field_behavior)": "
|
|
3107
|
+
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1028
3108
|
}
|
|
1029
3109
|
},
|
|
1030
|
-
"
|
|
1031
|
-
"type": "
|
|
1032
|
-
"id":
|
|
3110
|
+
"createTime": {
|
|
3111
|
+
"type": "google.protobuf.Timestamp",
|
|
3112
|
+
"id": 9,
|
|
1033
3113
|
"options": {
|
|
1034
3114
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1035
3115
|
}
|
|
1036
3116
|
},
|
|
1037
|
-
"
|
|
1038
|
-
"type": "
|
|
1039
|
-
"id":
|
|
3117
|
+
"updateTime": {
|
|
3118
|
+
"type": "google.protobuf.Timestamp",
|
|
3119
|
+
"id": 10,
|
|
1040
3120
|
"options": {
|
|
1041
3121
|
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1042
3122
|
}
|
|
3123
|
+
},
|
|
3124
|
+
"displayName": {
|
|
3125
|
+
"type": "string",
|
|
3126
|
+
"id": 11
|
|
1043
3127
|
}
|
|
1044
3128
|
}
|
|
1045
3129
|
},
|
|
1046
|
-
"
|
|
3130
|
+
"BackgroundJobLogEntry": {
|
|
1047
3131
|
"oneofs": {
|
|
1048
|
-
"
|
|
3132
|
+
"jobDetails": {
|
|
1049
3133
|
"oneof": [
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
3134
|
+
"seedJobDetails",
|
|
3135
|
+
"importRulesJobDetails",
|
|
3136
|
+
"convertJobDetails",
|
|
3137
|
+
"applyJobDetails"
|
|
1052
3138
|
]
|
|
1053
3139
|
}
|
|
1054
3140
|
},
|
|
1055
3141
|
"fields": {
|
|
1056
|
-
"
|
|
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": {
|
|
3142
|
+
"id": {
|
|
1084
3143
|
"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
3144
|
"id": 1
|
|
1103
3145
|
},
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1106
|
-
"type": "string",
|
|
3146
|
+
"jobType": {
|
|
3147
|
+
"type": "BackgroundJobType",
|
|
1107
3148
|
"id": 2
|
|
1108
3149
|
},
|
|
1109
|
-
"
|
|
1110
|
-
"type": "
|
|
3150
|
+
"startTime": {
|
|
3151
|
+
"type": "google.protobuf.Timestamp",
|
|
1111
3152
|
"id": 3
|
|
1112
3153
|
},
|
|
1113
|
-
"
|
|
1114
|
-
"type": "google.protobuf.
|
|
3154
|
+
"finishTime": {
|
|
3155
|
+
"type": "google.protobuf.Timestamp",
|
|
1115
3156
|
"id": 4
|
|
1116
3157
|
},
|
|
1117
|
-
"
|
|
1118
|
-
"type": "
|
|
3158
|
+
"completionState": {
|
|
3159
|
+
"type": "JobCompletionState",
|
|
1119
3160
|
"id": 5
|
|
1120
3161
|
},
|
|
1121
|
-
"
|
|
1122
|
-
"type": "
|
|
3162
|
+
"completionComment": {
|
|
3163
|
+
"type": "string",
|
|
1123
3164
|
"id": 6
|
|
1124
3165
|
},
|
|
1125
|
-
"
|
|
1126
|
-
"type": "
|
|
3166
|
+
"requestAutocommit": {
|
|
3167
|
+
"type": "bool",
|
|
1127
3168
|
"id": 7
|
|
1128
3169
|
},
|
|
1129
|
-
"
|
|
1130
|
-
"
|
|
1131
|
-
"
|
|
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
|
|
3170
|
+
"seedJobDetails": {
|
|
3171
|
+
"type": "SeedJobDetails",
|
|
3172
|
+
"id": 100
|
|
1149
3173
|
},
|
|
1150
|
-
"
|
|
1151
|
-
"type": "
|
|
1152
|
-
"id":
|
|
1153
|
-
"options": {
|
|
1154
|
-
"(google.api.field_behavior)": "INPUT_ONLY"
|
|
1155
|
-
}
|
|
3174
|
+
"importRulesJobDetails": {
|
|
3175
|
+
"type": "ImportRulesJobDetails",
|
|
3176
|
+
"id": 101
|
|
1156
3177
|
},
|
|
1157
|
-
"
|
|
1158
|
-
"type": "
|
|
1159
|
-
"id":
|
|
1160
|
-
"options": {
|
|
1161
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1162
|
-
}
|
|
3178
|
+
"convertJobDetails": {
|
|
3179
|
+
"type": "ConvertJobDetails",
|
|
3180
|
+
"id": 102
|
|
1163
3181
|
},
|
|
1164
|
-
"
|
|
1165
|
-
"type": "
|
|
1166
|
-
"id":
|
|
3182
|
+
"applyJobDetails": {
|
|
3183
|
+
"type": "ApplyJobDetails",
|
|
3184
|
+
"id": 103
|
|
1167
3185
|
}
|
|
1168
3186
|
},
|
|
1169
3187
|
"nested": {
|
|
1170
|
-
"
|
|
3188
|
+
"JobCompletionState": {
|
|
1171
3189
|
"values": {
|
|
1172
|
-
"
|
|
1173
|
-
"
|
|
1174
|
-
"
|
|
3190
|
+
"JOB_COMPLETION_STATE_UNSPECIFIED": 0,
|
|
3191
|
+
"SUCCEEDED": 1,
|
|
3192
|
+
"FAILED": 2
|
|
3193
|
+
}
|
|
3194
|
+
},
|
|
3195
|
+
"SeedJobDetails": {
|
|
3196
|
+
"fields": {
|
|
3197
|
+
"connectionProfile": {
|
|
3198
|
+
"type": "string",
|
|
3199
|
+
"id": 1
|
|
3200
|
+
}
|
|
3201
|
+
}
|
|
3202
|
+
},
|
|
3203
|
+
"ImportRulesJobDetails": {
|
|
3204
|
+
"fields": {
|
|
3205
|
+
"files": {
|
|
3206
|
+
"rule": "repeated",
|
|
3207
|
+
"type": "string",
|
|
3208
|
+
"id": 1
|
|
3209
|
+
},
|
|
3210
|
+
"fileFormat": {
|
|
3211
|
+
"type": "ImportRulesFileFormat",
|
|
3212
|
+
"id": 2
|
|
3213
|
+
}
|
|
1175
3214
|
}
|
|
1176
3215
|
},
|
|
1177
|
-
"
|
|
1178
|
-
"
|
|
1179
|
-
"
|
|
1180
|
-
|
|
1181
|
-
|
|
3216
|
+
"ConvertJobDetails": {
|
|
3217
|
+
"fields": {
|
|
3218
|
+
"filter": {
|
|
3219
|
+
"type": "string",
|
|
3220
|
+
"id": 1
|
|
3221
|
+
}
|
|
1182
3222
|
}
|
|
1183
3223
|
},
|
|
1184
|
-
"
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
"
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
"POSTGRES_13": 8
|
|
3224
|
+
"ApplyJobDetails": {
|
|
3225
|
+
"fields": {
|
|
3226
|
+
"connectionProfile": {
|
|
3227
|
+
"type": "string",
|
|
3228
|
+
"id": 1
|
|
3229
|
+
},
|
|
3230
|
+
"filter": {
|
|
3231
|
+
"type": "string",
|
|
3232
|
+
"id": 2
|
|
3233
|
+
}
|
|
1195
3234
|
}
|
|
1196
3235
|
}
|
|
1197
3236
|
}
|
|
1198
3237
|
},
|
|
1199
|
-
"
|
|
1200
|
-
"
|
|
1201
|
-
|
|
1202
|
-
|
|
3238
|
+
"DatabaseEntity": {
|
|
3239
|
+
"oneofs": {
|
|
3240
|
+
"entityBody": {
|
|
3241
|
+
"oneof": [
|
|
3242
|
+
"schema",
|
|
3243
|
+
"table",
|
|
3244
|
+
"view",
|
|
3245
|
+
"sequence",
|
|
3246
|
+
"storedProcedure",
|
|
3247
|
+
"databaseFunction",
|
|
3248
|
+
"synonym",
|
|
3249
|
+
"databasePackage"
|
|
3250
|
+
]
|
|
3251
|
+
}
|
|
3252
|
+
},
|
|
1203
3253
|
"fields": {
|
|
1204
|
-
"
|
|
3254
|
+
"shortName": {
|
|
1205
3255
|
"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
|
-
}
|
|
3256
|
+
"id": 1
|
|
1217
3257
|
},
|
|
1218
|
-
"
|
|
3258
|
+
"parentEntity": {
|
|
1219
3259
|
"type": "string",
|
|
3260
|
+
"id": 2
|
|
3261
|
+
},
|
|
3262
|
+
"tree": {
|
|
3263
|
+
"type": "TreeType",
|
|
1220
3264
|
"id": 3
|
|
1221
3265
|
},
|
|
1222
|
-
"
|
|
1223
|
-
"type": "
|
|
3266
|
+
"entityType": {
|
|
3267
|
+
"type": "DatabaseEntityType",
|
|
1224
3268
|
"id": 4
|
|
3269
|
+
},
|
|
3270
|
+
"mappings": {
|
|
3271
|
+
"rule": "repeated",
|
|
3272
|
+
"type": "EntityMapping",
|
|
3273
|
+
"id": 5
|
|
3274
|
+
},
|
|
3275
|
+
"schema": {
|
|
3276
|
+
"type": "SchemaEntity",
|
|
3277
|
+
"id": 102
|
|
3278
|
+
},
|
|
3279
|
+
"table": {
|
|
3280
|
+
"type": "TableEntity",
|
|
3281
|
+
"id": 103
|
|
3282
|
+
},
|
|
3283
|
+
"view": {
|
|
3284
|
+
"type": "ViewEntity",
|
|
3285
|
+
"id": 104
|
|
3286
|
+
},
|
|
3287
|
+
"sequence": {
|
|
3288
|
+
"type": "SequenceEntity",
|
|
3289
|
+
"id": 105
|
|
3290
|
+
},
|
|
3291
|
+
"storedProcedure": {
|
|
3292
|
+
"type": "StoredProcedureEntity",
|
|
3293
|
+
"id": 106
|
|
3294
|
+
},
|
|
3295
|
+
"databaseFunction": {
|
|
3296
|
+
"type": "FunctionEntity",
|
|
3297
|
+
"id": 107
|
|
3298
|
+
},
|
|
3299
|
+
"synonym": {
|
|
3300
|
+
"type": "SynonymEntity",
|
|
3301
|
+
"id": 108
|
|
3302
|
+
},
|
|
3303
|
+
"databasePackage": {
|
|
3304
|
+
"type": "PackageEntity",
|
|
3305
|
+
"id": 109
|
|
3306
|
+
}
|
|
3307
|
+
},
|
|
3308
|
+
"nested": {
|
|
3309
|
+
"TreeType": {
|
|
3310
|
+
"values": {
|
|
3311
|
+
"TREE_TYPE_UNSPECIFIED": 0,
|
|
3312
|
+
"SOURCE": 1,
|
|
3313
|
+
"DRAFT": 2,
|
|
3314
|
+
"DESTINATION": 3
|
|
3315
|
+
}
|
|
1225
3316
|
}
|
|
1226
3317
|
}
|
|
1227
3318
|
},
|
|
1228
|
-
"
|
|
3319
|
+
"SchemaEntity": {
|
|
1229
3320
|
"fields": {
|
|
1230
|
-
"
|
|
1231
|
-
"type": "
|
|
3321
|
+
"customFeatures": {
|
|
3322
|
+
"type": "google.protobuf.Struct",
|
|
1232
3323
|
"id": 1
|
|
1233
3324
|
}
|
|
1234
3325
|
}
|
|
1235
3326
|
},
|
|
1236
|
-
"
|
|
3327
|
+
"TableEntity": {
|
|
1237
3328
|
"fields": {
|
|
1238
|
-
"
|
|
1239
|
-
"
|
|
3329
|
+
"columns": {
|
|
3330
|
+
"rule": "repeated",
|
|
3331
|
+
"type": "ColumnEntity",
|
|
1240
3332
|
"id": 1
|
|
1241
3333
|
},
|
|
1242
|
-
"
|
|
1243
|
-
"
|
|
3334
|
+
"constraints": {
|
|
3335
|
+
"rule": "repeated",
|
|
3336
|
+
"type": "ConstraintEntity",
|
|
1244
3337
|
"id": 2
|
|
3338
|
+
},
|
|
3339
|
+
"indices": {
|
|
3340
|
+
"rule": "repeated",
|
|
3341
|
+
"type": "IndexEntity",
|
|
3342
|
+
"id": 3
|
|
3343
|
+
},
|
|
3344
|
+
"triggers": {
|
|
3345
|
+
"rule": "repeated",
|
|
3346
|
+
"type": "TriggerEntity",
|
|
3347
|
+
"id": 4
|
|
3348
|
+
},
|
|
3349
|
+
"customFeatures": {
|
|
3350
|
+
"type": "google.protobuf.Struct",
|
|
3351
|
+
"id": 5
|
|
3352
|
+
},
|
|
3353
|
+
"comment": {
|
|
3354
|
+
"type": "string",
|
|
3355
|
+
"id": 6
|
|
1245
3356
|
}
|
|
1246
3357
|
}
|
|
1247
3358
|
},
|
|
1248
|
-
"
|
|
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
|
-
},
|
|
3359
|
+
"ColumnEntity": {
|
|
1262
3360
|
"fields": {
|
|
1263
3361
|
"name": {
|
|
1264
3362
|
"type": "string",
|
|
1265
3363
|
"id": 1
|
|
1266
3364
|
},
|
|
1267
|
-
"
|
|
1268
|
-
"type": "
|
|
1269
|
-
"id": 2
|
|
1270
|
-
"options": {
|
|
1271
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1272
|
-
}
|
|
3365
|
+
"dataType": {
|
|
3366
|
+
"type": "string",
|
|
3367
|
+
"id": 2
|
|
1273
3368
|
},
|
|
1274
|
-
"
|
|
1275
|
-
"type": "
|
|
1276
|
-
"id": 3
|
|
1277
|
-
"options": {
|
|
1278
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1279
|
-
}
|
|
3369
|
+
"charset": {
|
|
3370
|
+
"type": "string",
|
|
3371
|
+
"id": 3
|
|
1280
3372
|
},
|
|
1281
|
-
"
|
|
1282
|
-
"keyType": "string",
|
|
3373
|
+
"collation": {
|
|
1283
3374
|
"type": "string",
|
|
1284
3375
|
"id": 4
|
|
1285
3376
|
},
|
|
1286
|
-
"
|
|
1287
|
-
"type": "
|
|
3377
|
+
"length": {
|
|
3378
|
+
"type": "int64",
|
|
1288
3379
|
"id": 5
|
|
1289
3380
|
},
|
|
1290
|
-
"
|
|
1291
|
-
"type": "
|
|
3381
|
+
"precision": {
|
|
3382
|
+
"type": "int32",
|
|
1292
3383
|
"id": 6
|
|
1293
3384
|
},
|
|
1294
|
-
"
|
|
1295
|
-
"type": "
|
|
1296
|
-
"id": 7
|
|
1297
|
-
"options": {
|
|
1298
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1299
|
-
}
|
|
3385
|
+
"scale": {
|
|
3386
|
+
"type": "int32",
|
|
3387
|
+
"id": 7
|
|
1300
3388
|
},
|
|
1301
|
-
"
|
|
1302
|
-
"type": "
|
|
1303
|
-
"id": 8
|
|
1304
|
-
"options": {
|
|
1305
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
1306
|
-
}
|
|
3389
|
+
"fractionalSecondsPrecision": {
|
|
3390
|
+
"type": "int32",
|
|
3391
|
+
"id": 8
|
|
1307
3392
|
},
|
|
1308
|
-
"
|
|
1309
|
-
"type": "
|
|
3393
|
+
"array": {
|
|
3394
|
+
"type": "bool",
|
|
1310
3395
|
"id": 9
|
|
1311
3396
|
},
|
|
1312
|
-
"
|
|
3397
|
+
"arrayLength": {
|
|
3398
|
+
"type": "int32",
|
|
3399
|
+
"id": 10
|
|
3400
|
+
},
|
|
3401
|
+
"nullable": {
|
|
3402
|
+
"type": "bool",
|
|
3403
|
+
"id": 11
|
|
3404
|
+
},
|
|
3405
|
+
"autoGenerated": {
|
|
3406
|
+
"type": "bool",
|
|
3407
|
+
"id": 12
|
|
3408
|
+
},
|
|
3409
|
+
"udt": {
|
|
3410
|
+
"type": "bool",
|
|
3411
|
+
"id": 13
|
|
3412
|
+
},
|
|
3413
|
+
"customFeatures": {
|
|
3414
|
+
"type": "google.protobuf.Struct",
|
|
3415
|
+
"id": 14
|
|
3416
|
+
},
|
|
3417
|
+
"setValues": {
|
|
3418
|
+
"rule": "repeated",
|
|
1313
3419
|
"type": "string",
|
|
1314
|
-
"id":
|
|
1315
|
-
"options": {
|
|
1316
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
1317
|
-
}
|
|
3420
|
+
"id": 15
|
|
1318
3421
|
},
|
|
1319
|
-
"
|
|
3422
|
+
"comment": {
|
|
1320
3423
|
"type": "string",
|
|
1321
|
-
"id":
|
|
1322
|
-
"options": {
|
|
1323
|
-
"(google.api.field_behavior)": "REQUIRED"
|
|
1324
|
-
}
|
|
3424
|
+
"id": 16
|
|
1325
3425
|
},
|
|
1326
|
-
"
|
|
1327
|
-
"type": "
|
|
1328
|
-
"id":
|
|
3426
|
+
"ordinalPosition": {
|
|
3427
|
+
"type": "int32",
|
|
3428
|
+
"id": 17
|
|
1329
3429
|
},
|
|
1330
|
-
"
|
|
1331
|
-
"type": "
|
|
1332
|
-
"id":
|
|
3430
|
+
"defaultValue": {
|
|
3431
|
+
"type": "string",
|
|
3432
|
+
"id": 18
|
|
3433
|
+
}
|
|
3434
|
+
}
|
|
3435
|
+
},
|
|
3436
|
+
"ConstraintEntity": {
|
|
3437
|
+
"fields": {
|
|
3438
|
+
"name": {
|
|
3439
|
+
"type": "string",
|
|
3440
|
+
"id": 1
|
|
1333
3441
|
},
|
|
1334
|
-
"
|
|
1335
|
-
"type": "
|
|
1336
|
-
"id":
|
|
3442
|
+
"type": {
|
|
3443
|
+
"type": "string",
|
|
3444
|
+
"id": 2
|
|
1337
3445
|
},
|
|
1338
|
-
"
|
|
1339
|
-
"
|
|
1340
|
-
"
|
|
1341
|
-
"
|
|
1342
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1343
|
-
}
|
|
3446
|
+
"tableColumns": {
|
|
3447
|
+
"rule": "repeated",
|
|
3448
|
+
"type": "string",
|
|
3449
|
+
"id": 3
|
|
1344
3450
|
},
|
|
1345
|
-
"
|
|
1346
|
-
"type": "google.
|
|
1347
|
-
"id":
|
|
1348
|
-
"options": {
|
|
1349
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1350
|
-
}
|
|
3451
|
+
"customFeatures": {
|
|
3452
|
+
"type": "google.protobuf.Struct",
|
|
3453
|
+
"id": 4
|
|
1351
3454
|
},
|
|
1352
|
-
"
|
|
1353
|
-
"
|
|
1354
|
-
"
|
|
3455
|
+
"referenceColumns": {
|
|
3456
|
+
"rule": "repeated",
|
|
3457
|
+
"type": "string",
|
|
3458
|
+
"id": 5
|
|
1355
3459
|
},
|
|
1356
|
-
"
|
|
1357
|
-
"type": "
|
|
1358
|
-
"id":
|
|
3460
|
+
"referenceTable": {
|
|
3461
|
+
"type": "string",
|
|
3462
|
+
"id": 6
|
|
1359
3463
|
},
|
|
1360
|
-
"
|
|
1361
|
-
"type": "
|
|
1362
|
-
"id":
|
|
1363
|
-
"options": {
|
|
1364
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1365
|
-
}
|
|
3464
|
+
"tableName": {
|
|
3465
|
+
"type": "string",
|
|
3466
|
+
"id": 7
|
|
1366
3467
|
}
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1380
|
-
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
"UPDATING": 12,
|
|
1384
|
-
"STARTING": 13,
|
|
1385
|
-
"RESTARTING": 14,
|
|
1386
|
-
"RESUMING": 15
|
|
1387
|
-
}
|
|
3468
|
+
}
|
|
3469
|
+
},
|
|
3470
|
+
"IndexEntity": {
|
|
3471
|
+
"fields": {
|
|
3472
|
+
"name": {
|
|
3473
|
+
"type": "string",
|
|
3474
|
+
"id": 1
|
|
3475
|
+
},
|
|
3476
|
+
"type": {
|
|
3477
|
+
"type": "string",
|
|
3478
|
+
"id": 2
|
|
3479
|
+
},
|
|
3480
|
+
"tableColumns": {
|
|
3481
|
+
"rule": "repeated",
|
|
3482
|
+
"type": "string",
|
|
3483
|
+
"id": 3
|
|
1388
3484
|
},
|
|
1389
|
-
"
|
|
1390
|
-
"
|
|
1391
|
-
|
|
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
|
-
}
|
|
3485
|
+
"unique": {
|
|
3486
|
+
"type": "bool",
|
|
3487
|
+
"id": 4
|
|
1398
3488
|
},
|
|
1399
|
-
"
|
|
1400
|
-
"
|
|
1401
|
-
|
|
1402
|
-
"ONE_TIME": 1,
|
|
1403
|
-
"CONTINUOUS": 2
|
|
1404
|
-
}
|
|
3489
|
+
"customFeatures": {
|
|
3490
|
+
"type": "google.protobuf.Struct",
|
|
3491
|
+
"id": 5
|
|
1405
3492
|
}
|
|
1406
3493
|
}
|
|
1407
3494
|
},
|
|
1408
|
-
"
|
|
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
|
-
},
|
|
3495
|
+
"TriggerEntity": {
|
|
1422
3496
|
"fields": {
|
|
1423
3497
|
"name": {
|
|
1424
3498
|
"type": "string",
|
|
1425
3499
|
"id": 1
|
|
1426
3500
|
},
|
|
1427
|
-
"
|
|
1428
|
-
"
|
|
1429
|
-
"
|
|
1430
|
-
"
|
|
1431
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1432
|
-
}
|
|
3501
|
+
"triggeringEvents": {
|
|
3502
|
+
"rule": "repeated",
|
|
3503
|
+
"type": "string",
|
|
3504
|
+
"id": 2
|
|
1433
3505
|
},
|
|
1434
|
-
"
|
|
1435
|
-
"type": "
|
|
1436
|
-
"id": 3
|
|
1437
|
-
"options": {
|
|
1438
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1439
|
-
}
|
|
3506
|
+
"triggerType": {
|
|
3507
|
+
"type": "string",
|
|
3508
|
+
"id": 3
|
|
1440
3509
|
},
|
|
1441
|
-
"
|
|
1442
|
-
"keyType": "string",
|
|
3510
|
+
"sqlCode": {
|
|
1443
3511
|
"type": "string",
|
|
1444
3512
|
"id": 4
|
|
1445
3513
|
},
|
|
1446
|
-
"
|
|
1447
|
-
"type": "
|
|
3514
|
+
"customFeatures": {
|
|
3515
|
+
"type": "google.protobuf.Struct",
|
|
1448
3516
|
"id": 5
|
|
1449
|
-
}
|
|
1450
|
-
|
|
3517
|
+
}
|
|
3518
|
+
}
|
|
3519
|
+
},
|
|
3520
|
+
"ViewEntity": {
|
|
3521
|
+
"fields": {
|
|
3522
|
+
"sqlCode": {
|
|
1451
3523
|
"type": "string",
|
|
1452
|
-
"id":
|
|
3524
|
+
"id": 1
|
|
1453
3525
|
},
|
|
1454
|
-
"
|
|
1455
|
-
"type": "
|
|
1456
|
-
"id":
|
|
3526
|
+
"customFeatures": {
|
|
3527
|
+
"type": "google.protobuf.Struct",
|
|
3528
|
+
"id": 2
|
|
1457
3529
|
},
|
|
1458
|
-
"
|
|
1459
|
-
"
|
|
1460
|
-
"
|
|
3530
|
+
"constraints": {
|
|
3531
|
+
"rule": "repeated",
|
|
3532
|
+
"type": "ConstraintEntity",
|
|
3533
|
+
"id": 3
|
|
3534
|
+
}
|
|
3535
|
+
}
|
|
3536
|
+
},
|
|
3537
|
+
"SequenceEntity": {
|
|
3538
|
+
"fields": {
|
|
3539
|
+
"increment": {
|
|
3540
|
+
"type": "int64",
|
|
3541
|
+
"id": 1
|
|
1461
3542
|
},
|
|
1462
|
-
"
|
|
1463
|
-
"type": "
|
|
1464
|
-
"id":
|
|
3543
|
+
"startValue": {
|
|
3544
|
+
"type": "bytes",
|
|
3545
|
+
"id": 2
|
|
1465
3546
|
},
|
|
1466
|
-
"
|
|
1467
|
-
"type": "
|
|
1468
|
-
"id":
|
|
1469
|
-
"options": {
|
|
1470
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1471
|
-
}
|
|
3547
|
+
"maxValue": {
|
|
3548
|
+
"type": "bytes",
|
|
3549
|
+
"id": 3
|
|
1472
3550
|
},
|
|
1473
|
-
"
|
|
1474
|
-
"type": "
|
|
1475
|
-
"id":
|
|
3551
|
+
"minValue": {
|
|
3552
|
+
"type": "bytes",
|
|
3553
|
+
"id": 4
|
|
3554
|
+
},
|
|
3555
|
+
"cycle": {
|
|
3556
|
+
"type": "bool",
|
|
3557
|
+
"id": 5
|
|
3558
|
+
},
|
|
3559
|
+
"cache": {
|
|
3560
|
+
"type": "int64",
|
|
3561
|
+
"id": 6
|
|
3562
|
+
},
|
|
3563
|
+
"customFeatures": {
|
|
3564
|
+
"type": "google.protobuf.Struct",
|
|
3565
|
+
"id": 7
|
|
1476
3566
|
}
|
|
1477
|
-
}
|
|
1478
|
-
|
|
1479
|
-
|
|
1480
|
-
|
|
1481
|
-
|
|
1482
|
-
|
|
1483
|
-
|
|
1484
|
-
|
|
1485
|
-
|
|
1486
|
-
|
|
1487
|
-
|
|
1488
|
-
"FAILED": 7
|
|
1489
|
-
}
|
|
3567
|
+
}
|
|
3568
|
+
},
|
|
3569
|
+
"StoredProcedureEntity": {
|
|
3570
|
+
"fields": {
|
|
3571
|
+
"sqlCode": {
|
|
3572
|
+
"type": "string",
|
|
3573
|
+
"id": 1
|
|
3574
|
+
},
|
|
3575
|
+
"customFeatures": {
|
|
3576
|
+
"type": "google.protobuf.Struct",
|
|
3577
|
+
"id": 2
|
|
1490
3578
|
}
|
|
1491
3579
|
}
|
|
1492
3580
|
},
|
|
1493
|
-
"
|
|
3581
|
+
"FunctionEntity": {
|
|
1494
3582
|
"fields": {
|
|
1495
|
-
"
|
|
1496
|
-
"type": "
|
|
1497
|
-
"id": 1
|
|
1498
|
-
"options": {
|
|
1499
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1500
|
-
}
|
|
3583
|
+
"sqlCode": {
|
|
3584
|
+
"type": "string",
|
|
3585
|
+
"id": 1
|
|
1501
3586
|
},
|
|
1502
|
-
"
|
|
3587
|
+
"customFeatures": {
|
|
3588
|
+
"type": "google.protobuf.Struct",
|
|
3589
|
+
"id": 2
|
|
3590
|
+
}
|
|
3591
|
+
}
|
|
3592
|
+
},
|
|
3593
|
+
"SynonymEntity": {
|
|
3594
|
+
"fields": {
|
|
3595
|
+
"sourceEntity": {
|
|
1503
3596
|
"type": "string",
|
|
1504
|
-
"id":
|
|
1505
|
-
"options": {
|
|
1506
|
-
"(google.api.field_behavior)": "OUTPUT_ONLY"
|
|
1507
|
-
}
|
|
3597
|
+
"id": 1
|
|
1508
3598
|
},
|
|
1509
|
-
"
|
|
3599
|
+
"sourceType": {
|
|
3600
|
+
"type": "DatabaseEntityType",
|
|
3601
|
+
"id": 2
|
|
3602
|
+
},
|
|
3603
|
+
"customFeatures": {
|
|
3604
|
+
"type": "google.protobuf.Struct",
|
|
3605
|
+
"id": 3
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
3608
|
+
},
|
|
3609
|
+
"PackageEntity": {
|
|
3610
|
+
"fields": {
|
|
3611
|
+
"packageSqlCode": {
|
|
1510
3612
|
"type": "string",
|
|
1511
|
-
"id":
|
|
1512
|
-
|
|
1513
|
-
|
|
1514
|
-
|
|
3613
|
+
"id": 1
|
|
3614
|
+
},
|
|
3615
|
+
"packageBody": {
|
|
3616
|
+
"type": "string",
|
|
3617
|
+
"id": 2
|
|
3618
|
+
},
|
|
3619
|
+
"customFeatures": {
|
|
3620
|
+
"type": "google.protobuf.Struct",
|
|
3621
|
+
"id": 3
|
|
1515
3622
|
}
|
|
1516
|
-
}
|
|
1517
|
-
|
|
1518
|
-
|
|
1519
|
-
|
|
1520
|
-
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
|
|
1527
|
-
|
|
1528
|
-
|
|
1529
|
-
|
|
1530
|
-
|
|
1531
|
-
|
|
1532
|
-
|
|
1533
|
-
|
|
1534
|
-
|
|
1535
|
-
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1540
|
-
}
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
"EntityMapping": {
|
|
3626
|
+
"fields": {
|
|
3627
|
+
"sourceEntity": {
|
|
3628
|
+
"type": "string",
|
|
3629
|
+
"id": 1
|
|
3630
|
+
},
|
|
3631
|
+
"draftEntity": {
|
|
3632
|
+
"type": "string",
|
|
3633
|
+
"id": 2
|
|
3634
|
+
},
|
|
3635
|
+
"sourceType": {
|
|
3636
|
+
"type": "DatabaseEntityType",
|
|
3637
|
+
"id": 4
|
|
3638
|
+
},
|
|
3639
|
+
"draftType": {
|
|
3640
|
+
"type": "DatabaseEntityType",
|
|
3641
|
+
"id": 5
|
|
3642
|
+
},
|
|
3643
|
+
"mappingLog": {
|
|
3644
|
+
"rule": "repeated",
|
|
3645
|
+
"type": "EntityMappingLogEntry",
|
|
3646
|
+
"id": 3
|
|
1541
3647
|
}
|
|
1542
3648
|
}
|
|
1543
3649
|
},
|
|
1544
|
-
"
|
|
3650
|
+
"EntityMappingLogEntry": {
|
|
3651
|
+
"fields": {
|
|
3652
|
+
"ruleId": {
|
|
3653
|
+
"type": "string",
|
|
3654
|
+
"id": 1
|
|
3655
|
+
},
|
|
3656
|
+
"ruleRevisionId": {
|
|
3657
|
+
"type": "string",
|
|
3658
|
+
"id": 2
|
|
3659
|
+
},
|
|
3660
|
+
"mappingComment": {
|
|
3661
|
+
"type": "string",
|
|
3662
|
+
"id": 3
|
|
3663
|
+
}
|
|
3664
|
+
}
|
|
3665
|
+
},
|
|
3666
|
+
"DatabaseEntityType": {
|
|
1545
3667
|
"values": {
|
|
1546
|
-
"
|
|
1547
|
-
"
|
|
1548
|
-
"
|
|
3668
|
+
"DATABASE_ENTITY_TYPE_UNSPECIFIED": 0,
|
|
3669
|
+
"DATABASE_ENTITY_TYPE_SCHEMA": 1,
|
|
3670
|
+
"DATABASE_ENTITY_TYPE_TABLE": 2,
|
|
3671
|
+
"DATABASE_ENTITY_TYPE_COLUMN": 3,
|
|
3672
|
+
"DATABASE_ENTITY_TYPE_CONSTRAINT": 4,
|
|
3673
|
+
"DATABASE_ENTITY_TYPE_INDEX": 5,
|
|
3674
|
+
"DATABASE_ENTITY_TYPE_TRIGGER": 6,
|
|
3675
|
+
"DATABASE_ENTITY_TYPE_VIEW": 7,
|
|
3676
|
+
"DATABASE_ENTITY_TYPE_SEQUENCE": 8,
|
|
3677
|
+
"DATABASE_ENTITY_TYPE_STORED_PROCEDURE": 9,
|
|
3678
|
+
"DATABASE_ENTITY_TYPE_FUNCTION": 10,
|
|
3679
|
+
"DATABASE_ENTITY_TYPE_SYNONYM": 11,
|
|
3680
|
+
"DATABASE_ENTITY_TYPE_DATABASE_PACKAGE": 12,
|
|
3681
|
+
"DATABASE_ENTITY_TYPE_UDT": 13,
|
|
3682
|
+
"DATABASE_ENTITY_TYPE_MATERIALIZED_VIEW": 14,
|
|
3683
|
+
"DATABASE_ENTITY_TYPE_DATABASE": 15
|
|
1549
3684
|
}
|
|
1550
3685
|
},
|
|
1551
|
-
"
|
|
3686
|
+
"BackgroundJobType": {
|
|
1552
3687
|
"values": {
|
|
1553
|
-
"
|
|
1554
|
-
"
|
|
1555
|
-
"
|
|
3688
|
+
"BACKGROUND_JOB_TYPE_UNSPECIFIED": 0,
|
|
3689
|
+
"BACKGROUND_JOB_TYPE_SOURCE_SEED": 1,
|
|
3690
|
+
"BACKGROUND_JOB_TYPE_CONVERT": 2,
|
|
3691
|
+
"BACKGROUND_JOB_TYPE_APPLY_DESTINATION": 3,
|
|
3692
|
+
"BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE": 5
|
|
3693
|
+
}
|
|
3694
|
+
},
|
|
3695
|
+
"ImportRulesFileFormat": {
|
|
3696
|
+
"values": {
|
|
3697
|
+
"IMPORT_RULES_FILE_FORMAT_UNSPECIFIED": 0,
|
|
3698
|
+
"IMPORT_RULES_FILE_FORMAT_HARBOUR_BRIDGE_SESSION_FILE": 1,
|
|
3699
|
+
"IMPORT_RULES_FILE_FORMAT_ORATOPG_CONFIG_FILE": 2
|
|
1556
3700
|
}
|
|
1557
3701
|
}
|
|
1558
3702
|
}
|
|
@@ -3102,6 +5246,69 @@
|
|
|
3102
5246
|
}
|
|
3103
5247
|
}
|
|
3104
5248
|
},
|
|
5249
|
+
"Struct": {
|
|
5250
|
+
"fields": {
|
|
5251
|
+
"fields": {
|
|
5252
|
+
"keyType": "string",
|
|
5253
|
+
"type": "Value",
|
|
5254
|
+
"id": 1
|
|
5255
|
+
}
|
|
5256
|
+
}
|
|
5257
|
+
},
|
|
5258
|
+
"Value": {
|
|
5259
|
+
"oneofs": {
|
|
5260
|
+
"kind": {
|
|
5261
|
+
"oneof": [
|
|
5262
|
+
"nullValue",
|
|
5263
|
+
"numberValue",
|
|
5264
|
+
"stringValue",
|
|
5265
|
+
"boolValue",
|
|
5266
|
+
"structValue",
|
|
5267
|
+
"listValue"
|
|
5268
|
+
]
|
|
5269
|
+
}
|
|
5270
|
+
},
|
|
5271
|
+
"fields": {
|
|
5272
|
+
"nullValue": {
|
|
5273
|
+
"type": "NullValue",
|
|
5274
|
+
"id": 1
|
|
5275
|
+
},
|
|
5276
|
+
"numberValue": {
|
|
5277
|
+
"type": "double",
|
|
5278
|
+
"id": 2
|
|
5279
|
+
},
|
|
5280
|
+
"stringValue": {
|
|
5281
|
+
"type": "string",
|
|
5282
|
+
"id": 3
|
|
5283
|
+
},
|
|
5284
|
+
"boolValue": {
|
|
5285
|
+
"type": "bool",
|
|
5286
|
+
"id": 4
|
|
5287
|
+
},
|
|
5288
|
+
"structValue": {
|
|
5289
|
+
"type": "Struct",
|
|
5290
|
+
"id": 5
|
|
5291
|
+
},
|
|
5292
|
+
"listValue": {
|
|
5293
|
+
"type": "ListValue",
|
|
5294
|
+
"id": 6
|
|
5295
|
+
}
|
|
5296
|
+
}
|
|
5297
|
+
},
|
|
5298
|
+
"NullValue": {
|
|
5299
|
+
"values": {
|
|
5300
|
+
"NULL_VALUE": 0
|
|
5301
|
+
}
|
|
5302
|
+
},
|
|
5303
|
+
"ListValue": {
|
|
5304
|
+
"fields": {
|
|
5305
|
+
"values": {
|
|
5306
|
+
"rule": "repeated",
|
|
5307
|
+
"type": "Value",
|
|
5308
|
+
"id": 1
|
|
5309
|
+
}
|
|
5310
|
+
}
|
|
5311
|
+
},
|
|
3105
5312
|
"Empty": {
|
|
3106
5313
|
"fields": {}
|
|
3107
5314
|
},
|