google-cloud-cloud_dms-v1 0.7.2 → 1.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/cloud_dms/v1/data_migration_service/client.rb +85 -41
- data/lib/google/cloud/cloud_dms/v1/data_migration_service/operations.rb +13 -5
- data/lib/google/cloud/cloud_dms/v1/version.rb +1 -1
- data/lib/google/cloud/clouddms/v1/clouddms_pb.rb +1 -1
- data/lib/google/cloud/clouddms/v1/clouddms_resources_pb.rb +1 -1
- data/lib/google/cloud/clouddms/v1/conversionworkspace_resources_pb.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- metadata +4 -116
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15f55da3e181272da030b2ff86007a4843d1a9618e2481d67a67036a2b5527c6
|
4
|
+
data.tar.gz: fd9a964afe3cf5cf2e95d099e9910a00c57e90f38c9d3174d673c5fedf7d47de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 214e1e31b0ad10158f7df33572062b7b7ee6a1b3f6a2dc4a588057736851cc5ef1d3107c12d99247ab6518eb47f96e0c9141c022d8d6db864301d9906aeb60af
|
7
|
+
data.tar.gz: 23f9471f50e994cd963c98ae87466063fbf03cca83d5142041d500bc5e0d6bfb2eceab677bfeba3111dc5c811440a44343af3df1238aeb4749cceecf09a60342
|
data/README.md
CHANGED
@@ -76,7 +76,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
76
76
|
|
77
77
|
## Supported Ruby Versions
|
78
78
|
|
79
|
-
This library is supported on Ruby 2.
|
79
|
+
This library is supported on Ruby 2.7+.
|
80
80
|
|
81
81
|
Google provides official support for Ruby versions that are actively supported
|
82
82
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -32,6 +32,9 @@ module Google
|
|
32
32
|
# Database Migration service
|
33
33
|
#
|
34
34
|
class Client
|
35
|
+
# @private
|
36
|
+
API_VERSION = ""
|
37
|
+
|
35
38
|
# @private
|
36
39
|
DEFAULT_ENDPOINT_TEMPLATE = "datamigration.$UNIVERSE_DOMAIN$"
|
37
40
|
|
@@ -364,10 +367,11 @@ module Google
|
|
364
367
|
# Customize the options with defaults
|
365
368
|
metadata = @config.rpcs.list_migration_jobs.metadata.to_h
|
366
369
|
|
367
|
-
# Set x-goog-api-client
|
370
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
368
371
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
369
372
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
370
373
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
374
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
371
375
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
372
376
|
|
373
377
|
header_params = {}
|
@@ -450,10 +454,11 @@ module Google
|
|
450
454
|
# Customize the options with defaults
|
451
455
|
metadata = @config.rpcs.get_migration_job.metadata.to_h
|
452
456
|
|
453
|
-
# Set x-goog-api-client
|
457
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
454
458
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
455
459
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
456
460
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
461
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
457
462
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
458
463
|
|
459
464
|
header_params = {}
|
@@ -556,10 +561,11 @@ module Google
|
|
556
561
|
# Customize the options with defaults
|
557
562
|
metadata = @config.rpcs.create_migration_job.metadata.to_h
|
558
563
|
|
559
|
-
# Set x-goog-api-client
|
564
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
560
565
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
561
566
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
562
567
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
568
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
563
569
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
564
570
|
|
565
571
|
header_params = {}
|
@@ -660,10 +666,11 @@ module Google
|
|
660
666
|
# Customize the options with defaults
|
661
667
|
metadata = @config.rpcs.update_migration_job.metadata.to_h
|
662
668
|
|
663
|
-
# Set x-goog-api-client
|
669
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
664
670
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
665
671
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
666
672
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
673
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
667
674
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
668
675
|
|
669
676
|
header_params = {}
|
@@ -765,10 +772,11 @@ module Google
|
|
765
772
|
# Customize the options with defaults
|
766
773
|
metadata = @config.rpcs.delete_migration_job.metadata.to_h
|
767
774
|
|
768
|
-
# Set x-goog-api-client
|
775
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
769
776
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
770
777
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
771
778
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
779
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
772
780
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
773
781
|
|
774
782
|
header_params = {}
|
@@ -861,10 +869,11 @@ module Google
|
|
861
869
|
# Customize the options with defaults
|
862
870
|
metadata = @config.rpcs.start_migration_job.metadata.to_h
|
863
871
|
|
864
|
-
# Set x-goog-api-client
|
872
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
865
873
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
866
874
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
867
875
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
876
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
868
877
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
869
878
|
|
870
879
|
header_params = {}
|
@@ -954,10 +963,11 @@ module Google
|
|
954
963
|
# Customize the options with defaults
|
955
964
|
metadata = @config.rpcs.stop_migration_job.metadata.to_h
|
956
965
|
|
957
|
-
# Set x-goog-api-client
|
966
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
958
967
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
959
968
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
960
969
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
970
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
961
971
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
962
972
|
|
963
973
|
header_params = {}
|
@@ -1048,10 +1058,11 @@ module Google
|
|
1048
1058
|
# Customize the options with defaults
|
1049
1059
|
metadata = @config.rpcs.resume_migration_job.metadata.to_h
|
1050
1060
|
|
1051
|
-
# Set x-goog-api-client
|
1061
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1052
1062
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1053
1063
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1054
1064
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1065
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1055
1066
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1056
1067
|
|
1057
1068
|
header_params = {}
|
@@ -1142,10 +1153,11 @@ module Google
|
|
1142
1153
|
# Customize the options with defaults
|
1143
1154
|
metadata = @config.rpcs.promote_migration_job.metadata.to_h
|
1144
1155
|
|
1145
|
-
# Set x-goog-api-client
|
1156
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1146
1157
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1147
1158
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1148
1159
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1160
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1149
1161
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1150
1162
|
|
1151
1163
|
header_params = {}
|
@@ -1242,10 +1254,11 @@ module Google
|
|
1242
1254
|
# Customize the options with defaults
|
1243
1255
|
metadata = @config.rpcs.verify_migration_job.metadata.to_h
|
1244
1256
|
|
1245
|
-
# Set x-goog-api-client
|
1257
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1246
1258
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1247
1259
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1248
1260
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1261
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1249
1262
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1250
1263
|
|
1251
1264
|
header_params = {}
|
@@ -1340,10 +1353,11 @@ module Google
|
|
1340
1353
|
# Customize the options with defaults
|
1341
1354
|
metadata = @config.rpcs.restart_migration_job.metadata.to_h
|
1342
1355
|
|
1343
|
-
# Set x-goog-api-client
|
1356
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1344
1357
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1345
1358
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1346
1359
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1360
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1347
1361
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1348
1362
|
|
1349
1363
|
header_params = {}
|
@@ -1435,10 +1449,11 @@ module Google
|
|
1435
1449
|
# Customize the options with defaults
|
1436
1450
|
metadata = @config.rpcs.generate_ssh_script.metadata.to_h
|
1437
1451
|
|
1438
|
-
# Set x-goog-api-client
|
1452
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1439
1453
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1440
1454
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1441
1455
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1456
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1442
1457
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1443
1458
|
|
1444
1459
|
header_params = {}
|
@@ -1535,10 +1550,11 @@ module Google
|
|
1535
1550
|
# Customize the options with defaults
|
1536
1551
|
metadata = @config.rpcs.generate_tcp_proxy_script.metadata.to_h
|
1537
1552
|
|
1538
|
-
# Set x-goog-api-client
|
1553
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1539
1554
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1540
1555
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1541
1556
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1557
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1542
1558
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1543
1559
|
|
1544
1560
|
header_params = {}
|
@@ -1648,10 +1664,11 @@ module Google
|
|
1648
1664
|
# Customize the options with defaults
|
1649
1665
|
metadata = @config.rpcs.list_connection_profiles.metadata.to_h
|
1650
1666
|
|
1651
|
-
# Set x-goog-api-client
|
1667
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1652
1668
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1653
1669
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1654
1670
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1671
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1655
1672
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1656
1673
|
|
1657
1674
|
header_params = {}
|
@@ -1734,10 +1751,11 @@ module Google
|
|
1734
1751
|
# Customize the options with defaults
|
1735
1752
|
metadata = @config.rpcs.get_connection_profile.metadata.to_h
|
1736
1753
|
|
1737
|
-
# Set x-goog-api-client
|
1754
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1738
1755
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1739
1756
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1740
1757
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1758
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1741
1759
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1742
1760
|
|
1743
1761
|
header_params = {}
|
@@ -1846,10 +1864,11 @@ module Google
|
|
1846
1864
|
# Customize the options with defaults
|
1847
1865
|
metadata = @config.rpcs.create_connection_profile.metadata.to_h
|
1848
1866
|
|
1849
|
-
# Set x-goog-api-client
|
1867
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1850
1868
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1851
1869
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1852
1870
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1871
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1853
1872
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1854
1873
|
|
1855
1874
|
header_params = {}
|
@@ -1958,10 +1977,11 @@ module Google
|
|
1958
1977
|
# Customize the options with defaults
|
1959
1978
|
metadata = @config.rpcs.update_connection_profile.metadata.to_h
|
1960
1979
|
|
1961
|
-
# Set x-goog-api-client
|
1980
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
1962
1981
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
1963
1982
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
1964
1983
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
1984
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
1965
1985
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
1966
1986
|
|
1967
1987
|
header_params = {}
|
@@ -2064,10 +2084,11 @@ module Google
|
|
2064
2084
|
# Customize the options with defaults
|
2065
2085
|
metadata = @config.rpcs.delete_connection_profile.metadata.to_h
|
2066
2086
|
|
2067
|
-
# Set x-goog-api-client
|
2087
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2068
2088
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2069
2089
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2070
2090
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
2091
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2071
2092
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2072
2093
|
|
2073
2094
|
header_params = {}
|
@@ -2171,10 +2192,11 @@ module Google
|
|
2171
2192
|
# Customize the options with defaults
|
2172
2193
|
metadata = @config.rpcs.create_private_connection.metadata.to_h
|
2173
2194
|
|
2174
|
-
# Set x-goog-api-client
|
2195
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2175
2196
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2176
2197
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2177
2198
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
2199
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2178
2200
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2179
2201
|
|
2180
2202
|
header_params = {}
|
@@ -2257,10 +2279,11 @@ module Google
|
|
2257
2279
|
# Customize the options with defaults
|
2258
2280
|
metadata = @config.rpcs.get_private_connection.metadata.to_h
|
2259
2281
|
|
2260
|
-
# Set x-goog-api-client
|
2282
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2261
2283
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2262
2284
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2263
2285
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
2286
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2264
2287
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2265
2288
|
|
2266
2289
|
header_params = {}
|
@@ -2366,10 +2389,11 @@ module Google
|
|
2366
2389
|
# Customize the options with defaults
|
2367
2390
|
metadata = @config.rpcs.list_private_connections.metadata.to_h
|
2368
2391
|
|
2369
|
-
# Set x-goog-api-client
|
2392
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2370
2393
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2371
2394
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2372
2395
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
2396
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2373
2397
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2374
2398
|
|
2375
2399
|
header_params = {}
|
@@ -2467,10 +2491,11 @@ module Google
|
|
2467
2491
|
# Customize the options with defaults
|
2468
2492
|
metadata = @config.rpcs.delete_private_connection.metadata.to_h
|
2469
2493
|
|
2470
|
-
# Set x-goog-api-client
|
2494
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2471
2495
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2472
2496
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2473
2497
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
2498
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2474
2499
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2475
2500
|
|
2476
2501
|
header_params = {}
|
@@ -2553,10 +2578,11 @@ module Google
|
|
2553
2578
|
# Customize the options with defaults
|
2554
2579
|
metadata = @config.rpcs.get_conversion_workspace.metadata.to_h
|
2555
2580
|
|
2556
|
-
# Set x-goog-api-client
|
2581
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2557
2582
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2558
2583
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2559
2584
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
2585
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2560
2586
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2561
2587
|
|
2562
2588
|
header_params = {}
|
@@ -2661,10 +2687,11 @@ module Google
|
|
2661
2687
|
# Customize the options with defaults
|
2662
2688
|
metadata = @config.rpcs.list_conversion_workspaces.metadata.to_h
|
2663
2689
|
|
2664
|
-
# Set x-goog-api-client
|
2690
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2665
2691
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2666
2692
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2667
2693
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
2694
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2668
2695
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2669
2696
|
|
2670
2697
|
header_params = {}
|
@@ -2766,10 +2793,11 @@ module Google
|
|
2766
2793
|
# Customize the options with defaults
|
2767
2794
|
metadata = @config.rpcs.create_conversion_workspace.metadata.to_h
|
2768
2795
|
|
2769
|
-
# Set x-goog-api-client
|
2796
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2770
2797
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2771
2798
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2772
2799
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
2800
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2773
2801
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2774
2802
|
|
2775
2803
|
header_params = {}
|
@@ -2870,10 +2898,11 @@ module Google
|
|
2870
2898
|
# Customize the options with defaults
|
2871
2899
|
metadata = @config.rpcs.update_conversion_workspace.metadata.to_h
|
2872
2900
|
|
2873
|
-
# Set x-goog-api-client
|
2901
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2874
2902
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2875
2903
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2876
2904
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
2905
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2877
2906
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2878
2907
|
|
2879
2908
|
header_params = {}
|
@@ -2974,10 +3003,11 @@ module Google
|
|
2974
3003
|
# Customize the options with defaults
|
2975
3004
|
metadata = @config.rpcs.delete_conversion_workspace.metadata.to_h
|
2976
3005
|
|
2977
|
-
# Set x-goog-api-client
|
3006
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
2978
3007
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
2979
3008
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
2980
3009
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3010
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
2981
3011
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
2982
3012
|
|
2983
3013
|
header_params = {}
|
@@ -3074,10 +3104,11 @@ module Google
|
|
3074
3104
|
# Customize the options with defaults
|
3075
3105
|
metadata = @config.rpcs.create_mapping_rule.metadata.to_h
|
3076
3106
|
|
3077
|
-
# Set x-goog-api-client
|
3107
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3078
3108
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3079
3109
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3080
3110
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3111
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3081
3112
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3082
3113
|
|
3083
3114
|
header_params = {}
|
@@ -3167,10 +3198,11 @@ module Google
|
|
3167
3198
|
# Customize the options with defaults
|
3168
3199
|
metadata = @config.rpcs.delete_mapping_rule.metadata.to_h
|
3169
3200
|
|
3170
|
-
# Set x-goog-api-client
|
3201
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3171
3202
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3172
3203
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3173
3204
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3205
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3174
3206
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3175
3207
|
|
3176
3208
|
header_params = {}
|
@@ -3267,10 +3299,11 @@ module Google
|
|
3267
3299
|
# Customize the options with defaults
|
3268
3300
|
metadata = @config.rpcs.list_mapping_rules.metadata.to_h
|
3269
3301
|
|
3270
|
-
# Set x-goog-api-client
|
3302
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3271
3303
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3272
3304
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3273
3305
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3306
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3274
3307
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3275
3308
|
|
3276
3309
|
header_params = {}
|
@@ -3359,10 +3392,11 @@ module Google
|
|
3359
3392
|
# Customize the options with defaults
|
3360
3393
|
metadata = @config.rpcs.get_mapping_rule.metadata.to_h
|
3361
3394
|
|
3362
|
-
# Set x-goog-api-client
|
3395
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3363
3396
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3364
3397
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3365
3398
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3399
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3366
3400
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3367
3401
|
|
3368
3402
|
header_params = {}
|
@@ -3462,10 +3496,11 @@ module Google
|
|
3462
3496
|
# Customize the options with defaults
|
3463
3497
|
metadata = @config.rpcs.seed_conversion_workspace.metadata.to_h
|
3464
3498
|
|
3465
|
-
# Set x-goog-api-client
|
3499
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3466
3500
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3467
3501
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3468
3502
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3503
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3469
3504
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3470
3505
|
|
3471
3506
|
header_params = {}
|
@@ -3565,10 +3600,11 @@ module Google
|
|
3565
3600
|
# Customize the options with defaults
|
3566
3601
|
metadata = @config.rpcs.import_mapping_rules.metadata.to_h
|
3567
3602
|
|
3568
|
-
# Set x-goog-api-client
|
3603
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3569
3604
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3570
3605
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3571
3606
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3607
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3572
3608
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3573
3609
|
|
3574
3610
|
header_params = {}
|
@@ -3669,10 +3705,11 @@ module Google
|
|
3669
3705
|
# Customize the options with defaults
|
3670
3706
|
metadata = @config.rpcs.convert_conversion_workspace.metadata.to_h
|
3671
3707
|
|
3672
|
-
# Set x-goog-api-client
|
3708
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3673
3709
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3674
3710
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3675
3711
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3712
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3676
3713
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3677
3714
|
|
3678
3715
|
header_params = {}
|
@@ -3764,10 +3801,11 @@ module Google
|
|
3764
3801
|
# Customize the options with defaults
|
3765
3802
|
metadata = @config.rpcs.commit_conversion_workspace.metadata.to_h
|
3766
3803
|
|
3767
|
-
# Set x-goog-api-client
|
3804
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3768
3805
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3769
3806
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3770
3807
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3808
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3771
3809
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3772
3810
|
|
3773
3811
|
header_params = {}
|
@@ -3857,10 +3895,11 @@ module Google
|
|
3857
3895
|
# Customize the options with defaults
|
3858
3896
|
metadata = @config.rpcs.rollback_conversion_workspace.metadata.to_h
|
3859
3897
|
|
3860
|
-
# Set x-goog-api-client
|
3898
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3861
3899
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3862
3900
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3863
3901
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
3902
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3864
3903
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3865
3904
|
|
3866
3905
|
header_params = {}
|
@@ -3965,10 +4004,11 @@ module Google
|
|
3965
4004
|
# Customize the options with defaults
|
3966
4005
|
metadata = @config.rpcs.apply_conversion_workspace.metadata.to_h
|
3967
4006
|
|
3968
|
-
# Set x-goog-api-client
|
4007
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
3969
4008
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
3970
4009
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
3971
4010
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
4011
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
3972
4012
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
3973
4013
|
|
3974
4014
|
header_params = {}
|
@@ -4085,10 +4125,11 @@ module Google
|
|
4085
4125
|
# Customize the options with defaults
|
4086
4126
|
metadata = @config.rpcs.describe_database_entities.metadata.to_h
|
4087
4127
|
|
4088
|
-
# Set x-goog-api-client
|
4128
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
4089
4129
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
4090
4130
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
4091
4131
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
4132
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
4092
4133
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
4093
4134
|
|
4094
4135
|
header_params = {}
|
@@ -4188,10 +4229,11 @@ module Google
|
|
4188
4229
|
# Customize the options with defaults
|
4189
4230
|
metadata = @config.rpcs.search_background_jobs.metadata.to_h
|
4190
4231
|
|
4191
|
-
# Set x-goog-api-client
|
4232
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
4192
4233
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
4193
4234
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
4194
4235
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
4236
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
4195
4237
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
4196
4238
|
|
4197
4239
|
header_params = {}
|
@@ -4278,10 +4320,11 @@ module Google
|
|
4278
4320
|
# Customize the options with defaults
|
4279
4321
|
metadata = @config.rpcs.describe_conversion_workspace_revisions.metadata.to_h
|
4280
4322
|
|
4281
|
-
# Set x-goog-api-client
|
4323
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
4282
4324
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
4283
4325
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
4284
4326
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
4327
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
4285
4328
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
4286
4329
|
|
4287
4330
|
header_params = {}
|
@@ -4369,10 +4412,11 @@ module Google
|
|
4369
4412
|
# Customize the options with defaults
|
4370
4413
|
metadata = @config.rpcs.fetch_static_ips.metadata.to_h
|
4371
4414
|
|
4372
|
-
# Set x-goog-api-client
|
4415
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
4373
4416
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
4374
4417
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
4375
4418
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
4419
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
4376
4420
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
4377
4421
|
|
4378
4422
|
header_params = {}
|
@@ -26,6 +26,9 @@ module Google
|
|
26
26
|
module DataMigrationService
|
27
27
|
# Service that implements Longrunning Operations API.
|
28
28
|
class Operations
|
29
|
+
# @private
|
30
|
+
API_VERSION = ""
|
31
|
+
|
29
32
|
# @private
|
30
33
|
DEFAULT_ENDPOINT_TEMPLATE = "datamigration.$UNIVERSE_DOMAIN$"
|
31
34
|
|
@@ -191,10 +194,11 @@ module Google
|
|
191
194
|
# Customize the options with defaults
|
192
195
|
metadata = @config.rpcs.list_operations.metadata.to_h
|
193
196
|
|
194
|
-
# Set x-goog-api-client
|
197
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
195
198
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
196
199
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
197
200
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
201
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
198
202
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
199
203
|
|
200
204
|
header_params = {}
|
@@ -287,10 +291,11 @@ module Google
|
|
287
291
|
# Customize the options with defaults
|
288
292
|
metadata = @config.rpcs.get_operation.metadata.to_h
|
289
293
|
|
290
|
-
# Set x-goog-api-client
|
294
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
291
295
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
292
296
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
293
297
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
298
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
294
299
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
295
300
|
|
296
301
|
header_params = {}
|
@@ -376,10 +381,11 @@ module Google
|
|
376
381
|
# Customize the options with defaults
|
377
382
|
metadata = @config.rpcs.delete_operation.metadata.to_h
|
378
383
|
|
379
|
-
# Set x-goog-api-client
|
384
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
380
385
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
381
386
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
382
387
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
388
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
383
389
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
384
390
|
|
385
391
|
header_params = {}
|
@@ -470,10 +476,11 @@ module Google
|
|
470
476
|
# Customize the options with defaults
|
471
477
|
metadata = @config.rpcs.cancel_operation.metadata.to_h
|
472
478
|
|
473
|
-
# Set x-goog-api-client
|
479
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
474
480
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
475
481
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
476
482
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
483
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
477
484
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
478
485
|
|
479
486
|
header_params = {}
|
@@ -574,10 +581,11 @@ module Google
|
|
574
581
|
# Customize the options with defaults
|
575
582
|
metadata = @config.rpcs.wait_operation.metadata.to_h
|
576
583
|
|
577
|
-
# Set x-goog-api-client
|
584
|
+
# Set x-goog-api-client, x-goog-user-project and x-goog-api-version headers
|
578
585
|
metadata[:"x-goog-api-client"] ||= ::Gapic::Headers.x_goog_api_client \
|
579
586
|
lib_name: @config.lib_name, lib_version: @config.lib_version,
|
580
587
|
gapic_version: ::Google::Cloud::CloudDMS::V1::VERSION
|
588
|
+
metadata[:"x-goog-api-version"] = API_VERSION unless API_VERSION.empty?
|
581
589
|
metadata[:"x-goog-user-project"] = @quota_project_id if @quota_project_id
|
582
590
|
|
583
591
|
options.apply_defaults timeout: @config.rpcs.wait_operation.timeout,
|
@@ -16,7 +16,7 @@ require 'google/protobuf/field_mask_pb'
|
|
16
16
|
require 'google/protobuf/timestamp_pb'
|
17
17
|
|
18
18
|
|
19
|
-
descriptor_data = "\n\'google/cloud/clouddms/v1/clouddms.proto\x12\x18google.cloud.clouddms.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x31google/cloud/clouddms/v1/clouddms_resources.proto\x1a<google/cloud/clouddms/v1/conversionworkspace_resources.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa7\x01\n\x18ListMigrationJobsRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe2\x41\x01\x02\xfa\x41+\x12)datamigration.googleapis.com/MigrationJob\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x89\x01\n\x19ListMigrationJobsResponse\x12>\n\x0emigration_jobs\x18\x01 \x03(\x0b\x32&.google.cloud.clouddms.v1.MigrationJob\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"Z\n\x16GetMigrationJobRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe2\x41\x01\x02\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\"\xde\x01\n\x19\x43reateMigrationJobRequest\x12\x42\n\x06parent\x18\x01 \x01(\tB2\xe2\x41\x01\x02\xfa\x41+\x12)datamigration.googleapis.com/MigrationJob\x12\x1e\n\x10migration_job_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12\x43\n\rmigration_job\x18\x03 \x01(\x0b\x32&.google.cloud.clouddms.v1.MigrationJobB\x04\xe2\x41\x01\x02\x12\x18\n\nrequest_id\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\"\xab\x01\n\x19UpdateMigrationJobRequest\x12\x35\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02\x12\x43\n\rmigration_job\x18\x02 \x01(\x0b\x32&.google.cloud.clouddms.v1.MigrationJobB\x04\xe2\x41\x01\x02\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"\x80\x01\n\x19\x44\x65leteMigrationJobRequest\x12@\n\x04name\x18\x01 \x01(\tB2\xe2\x41\x01\x02\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\"w\n\x18StartMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x1d\n\x0fskip_validation\x18\x02 \x01(\x08\x42\x04\xe2\x41\x01\x01\"W\n\x17StopMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\"Y\n\x19ResumeMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\"Z\n\x1aPromoteMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\"\xd5\x01\n\x19VerifyMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x35\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x01\x12\x43\n\rmigration_job\x18\x03 \x01(\x0b\x32&.google.cloud.clouddms.v1.MigrationJobB\x04\xe2\x41\x01\x01\"y\n\x1aRestartMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x1d\n\x0fskip_validation\x18\x02 \x01(\x08\x42\x04\xe2\x41\x01\x01\"\xa7\x02\n\x18GenerateSshScriptRequest\x12\x45\n\rmigration_job\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x10\n\x02vm\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12H\n\x12vm_creation_config\x18\x64 \x01(\x0b\x32*.google.cloud.clouddms.v1.VmCreationConfigH\x00\x12J\n\x13vm_selection_config\x18\x65 \x01(\x0b\x32+.google.cloud.clouddms.v1.VmSelectionConfigH\x00\x12\x0f\n\x07vm_port\x18\x03 \x01(\x05\x42\x0b\n\tvm_config\"R\n\x10VmCreationConfig\x12\x1d\n\x0fvm_machine_type\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x0f\n\x07vm_zone\x18\x02 \x01(\t\x12\x0e\n\x06subnet\x18\x03 \x01(\t\"*\n\x11VmSelectionConfig\x12\x15\n\x07vm_zone\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"\x1b\n\tSshScript\x12\x0e\n\x06script\x18\x01 \x01(\t\"\xcc\x01\n\x1dGenerateTcpProxyScriptRequest\x12\x45\n\rmigration_job\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x15\n\x07vm_name\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12\x1d\n\x0fvm_machine_type\x18\x03 \x01(\tB\x04\xe2\x41\x01\x02\x12\x15\n\x07vm_zone\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x17\n\tvm_subnet\x18\x05 \x01(\tB\x04\xe2\x41\x01\x02\" \n\x0eTcpProxyScript\x12\x0e\n\x06script\x18\x01 \x01(\t\"\xb1\x01\n\x1dListConnectionProfilesRequest\x12G\n\x06parent\x18\x01 \x01(\tB7\xe2\x41\x01\x02\xfa\x41\x30\x12.datamigration.googleapis.com/ConnectionProfile\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x98\x01\n\x1eListConnectionProfilesResponse\x12H\n\x13\x63onnection_profiles\x18\x01 \x03(\x0b\x32+.google.cloud.clouddms.v1.ConnectionProfile\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"d\n\x1bGetConnectionProfileRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe2\x41\x01\x02\xfa\x41\x30\n.datamigration.googleapis.com/ConnectionProfile\"\xb3\x02\n\x1e\x43reateConnectionProfileRequest\x12G\n\x06parent\x18\x01 \x01(\tB7\xe2\x41\x01\x02\xfa\x41\x30\x12.datamigration.googleapis.com/ConnectionProfile\x12#\n\x15\x63onnection_profile_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12M\n\x12\x63onnection_profile\x18\x03 \x01(\x0b\x32+.google.cloud.clouddms.v1.ConnectionProfileB\x04\xe2\x41\x01\x02\x12\x18\n\nrequest_id\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1b\n\rvalidate_only\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x1d\n\x0fskip_validation\x18\x06 \x01(\x08\x42\x04\xe2\x41\x01\x01\"\xfc\x01\n\x1eUpdateConnectionProfileRequest\x12\x35\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02\x12M\n\x12\x63onnection_profile\x18\x02 \x01(\x0b\x32+.google.cloud.clouddms.v1.ConnectionProfileB\x04\xe2\x41\x01\x02\x12\x18\n\nrequest_id\x18\x03 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1b\n\rvalidate_only\x18\x04 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x1d\n\x0fskip_validation\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01\"\x8a\x01\n\x1e\x44\x65leteConnectionProfileRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe2\x41\x01\x02\xfa\x41\x30\n.datamigration.googleapis.com/ConnectionProfile\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\"\x96\x02\n\x1e\x43reatePrivateConnectionRequest\x12G\n\x06parent\x18\x01 \x01(\tB7\xe2\x41\x01\x02\xfa\x41\x30\x12.datamigration.googleapis.com/PrivateConnection\x12#\n\x15private_connection_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12M\n\x12private_connection\x18\x03 \x01(\x0b\x32+.google.cloud.clouddms.v1.PrivateConnectionB\x04\xe2\x41\x01\x02\x12\x18\n\nrequest_id\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1d\n\x0fskip_validation\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x01\"\xb1\x01\n\x1dListPrivateConnectionsRequest\x12G\n\x06parent\x18\x01 \x01(\tB7\xe2\x41\x01\x02\xfa\x41\x30\x12.datamigration.googleapis.com/PrivateConnection\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x98\x01\n\x1eListPrivateConnectionsResponse\x12H\n\x13private_connections\x18\x01 \x03(\x0b\x32+.google.cloud.clouddms.v1.PrivateConnection\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"\x81\x01\n\x1e\x44\x65letePrivateConnectionRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe2\x41\x01\x02\xfa\x41\x30\n.datamigration.googleapis.com/PrivateConnection\x12\x18\n\nrequest_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\"d\n\x1bGetPrivateConnectionRequest\x12\x45\n\x04name\x18\x01 \x01(\tB7\xe2\x41\x01\x02\xfa\x41\x30\n.datamigration.googleapis.com/PrivateConnection\"\x87\x02\n\x11OperationMetadata\x12\x35\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x32\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x14\n\x06target\x18\x03 \x01(\tB\x04\xe2\x41\x01\x03\x12\x12\n\x04verb\x18\x04 \x01(\tB\x04\xe2\x41\x01\x03\x12\x1c\n\x0estatus_message\x18\x05 \x01(\tB\x04\xe2\x41\x01\x03\x12$\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x04\xe2\x41\x01\x03\x12\x19\n\x0b\x61pi_version\x18\x07 \x01(\tB\x04\xe2\x41\x01\x03\"\xa3\x01\n\x1fListConversionWorkspacesRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\x12\x30\x64\x61tamigration.googleapis.com/ConversionWorkspace\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"\x9e\x01\n ListConversionWorkspacesResponse\x12L\n\x15\x63onversion_workspaces\x18\x01 \x03(\x0b\x32-.google.cloud.clouddms.v1.ConversionWorkspace\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"h\n\x1dGetConversionWorkspaceRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\"\xfb\x01\n CreateConversionWorkspaceRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\x12\x30\x64\x61tamigration.googleapis.com/ConversionWorkspace\x12%\n\x17\x63onversion_workspace_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12Q\n\x14\x63onversion_workspace\x18\x03 \x01(\x0b\x32-.google.cloud.clouddms.v1.ConversionWorkspaceB\x04\xe2\x41\x01\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"\xc0\x01\n UpdateConversionWorkspaceRequest\x12\x35\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x04\xe2\x41\x01\x02\x12Q\n\x14\x63onversion_workspace\x18\x02 \x01(\x0b\x32-.google.cloud.clouddms.v1.ConversionWorkspaceB\x04\xe2\x41\x01\x02\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"\x8e\x01\n DeleteConversionWorkspaceRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\"\x86\x01\n CommitConversionWorkspaceRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x19\n\x0b\x63ommit_name\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\"m\n\"RollbackConversionWorkspaceRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\"\xdf\x01\n\x1f\x41pplyConversionWorkspaceRequest\x12G\n\x04name\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x0e\n\x06\x66ilter\x18\x02 \x01(\t\x12\x15\n\x07\x64ry_run\x18\x03 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x19\n\x0b\x61uto_commit\x18\x04 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\"\n\x12\x63onnection_profile\x18\x64 \x01(\tB\x04\xe2\x41\x01\x01H\x00\x42\r\n\x0b\x64\x65stination\"\x8b\x01\n\x17ListMappingRulesRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"q\n\x18ListMappingRulesResponse\x12<\n\rmapping_rules\x18\x01 \x03(\x0b\x32%.google.cloud.clouddms.v1.MappingRule\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"X\n\x15GetMappingRuleRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe2\x41\x01\x02\xfa\x41*\n(datamigration.googleapis.com/MappingRule\"\xe2\x01\n\x1eSeedConversionWorkspaceRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x13\n\x0b\x61uto_commit\x18\x02 \x01(\x08\x12)\n\x19source_connection_profile\x18\x64 \x01(\tB\x04\xe2\x41\x01\x01H\x00\x12.\n\x1e\x64\x65stination_connection_profile\x18\x65 \x01(\tB\x04\xe2\x41\x01\x01H\x00\x42\x0b\n\tseed_from\"\xba\x01\n!ConvertConversionWorkspaceRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x19\n\x0b\x61uto_commit\x18\x04 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x14\n\x06\x66ilter\x18\x05 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1f\n\x11\x63onvert_full_path\x18\x06 \x01(\x08\x42\x04\xe2\x41\x01\x01\"\xf7\x02\n\x19ImportMappingRulesRequest\x12I\n\x06parent\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12K\n\x0crules_format\x18\x02 \x01(\x0e\x32/.google.cloud.clouddms.v1.ImportRulesFileFormatB\x04\xe2\x41\x01\x02\x12X\n\x0brules_files\x18\x03 \x03(\x0b\x32=.google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFileB\x04\xe2\x41\x01\x02\x12\x19\n\x0b\x61uto_commit\x18\x06 \x01(\x08\x42\x04\xe2\x41\x01\x02\x1aM\n\tRulesFile\x12#\n\x15rules_source_filename\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x1b\n\rrules_content\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\"\xf6\x03\n\x1f\x44\x65scribeDatabaseEntitiesRequest\x12W\n\x14\x63onversion_workspace\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x17\n\tpage_size\x18\x03 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x18\n\npage_token\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12X\n\x04tree\x18\x06 \x01(\x0e\x32\x44.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeTypeB\x04\xe2\x41\x01\x02\x12\x19\n\x0buncommitted\x18\x0b \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x17\n\tcommit_id\x18\x0c \x01(\tB\x04\xe2\x41\x01\x01\x12\x14\n\x06\x66ilter\x18\r \x01(\tB\x04\xe2\x41\x01\x01\x12@\n\x04view\x18\x0e \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityViewB\x04\xe2\x41\x01\x01\"a\n\nDBTreeType\x12\x1c\n\x18\x44\x42_TREE_TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSOURCE_TREE\x10\x01\x12\x0e\n\nDRAFT_TREE\x10\x02\x12\x14\n\x10\x44\x45STINATION_TREE\x10\x03\"\x80\x01\n DescribeDatabaseEntitiesResponse\x12\x43\n\x11\x64\x61tabase_entities\x18\x01 \x03(\x0b\x32(.google.cloud.clouddms.v1.DatabaseEntity\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xfd\x01\n\x1bSearchBackgroundJobsRequest\x12W\n\x14\x63onversion_workspace\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12-\n\x1freturn_most_recent_per_job_type\x18\x02 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x16\n\x08max_size\x18\x03 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12>\n\x14\x63ompleted_until_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x01\"]\n\x1cSearchBackgroundJobsResponse\x12=\n\x04jobs\x18\x01 \x03(\x0b\x32/.google.cloud.clouddms.v1.BackgroundJobLogEntry\"\x9f\x01\n+DescribeConversionWorkspaceRevisionsRequest\x12W\n\x14\x63onversion_workspace\x18\x01 \x01(\tB9\xe2\x41\x01\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x17\n\tcommit_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\"p\n,DescribeConversionWorkspaceRevisionsResponse\x12@\n\trevisions\x18\x01 \x03(\x0b\x32-.google.cloud.clouddms.v1.ConversionWorkspace\"\xd3\x01\n\x18\x43reateMappingRuleRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe2\x41\x01\x02\xfa\x41*\x12(datamigration.googleapis.com/MappingRule\x12\x1d\n\x0fmapping_rule_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12\x41\n\x0cmapping_rule\x18\x03 \x01(\x0b\x32%.google.cloud.clouddms.v1.MappingRuleB\x04\xe2\x41\x01\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"u\n\x18\x44\x65leteMappingRuleRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe2\x41\x01\x02\xfa\x41*\x12(datamigration.googleapis.com/MappingRule\x12\x18\n\nrequest_id\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\"x\n\x15\x46\x65tchStaticIpsRequest\x12\x38\n\x04name\x18\x01 \x01(\tB*\xe2\x41\x01\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"E\n\x16\x46\x65tchStaticIpsResponse\x12\x12\n\nstatic_ips\x18\x01 \x03(\t\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t*\xa0\x01\n\x12\x44\x61tabaseEntityView\x12$\n DATABASE_ENTITY_VIEW_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x44\x41TABASE_ENTITY_VIEW_BASIC\x10\x01\x12\x1d\n\x19\x44\x41TABASE_ENTITY_VIEW_FULL\x10\x02\x12%\n!DATABASE_ENTITY_VIEW_ROOT_SUMMARY\x10\x03\x32\x8fK\n\x14\x44\x61taMigrationService\x12\xc0\x01\n\x11ListMigrationJobs\x12\x32.google.cloud.clouddms.v1.ListMigrationJobsRequest\x1a\x33.google.cloud.clouddms.v1.ListMigrationJobsResponse\"B\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{parent=projects/*/locations/*}/migrationJobs\x12\xad\x01\n\x0fGetMigrationJob\x12\x30.google.cloud.clouddms.v1.GetMigrationJobRequest\x1a&.google.cloud.clouddms.v1.MigrationJob\"@\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{name=projects/*/locations/*/migrationJobs/*}\x12\xff\x01\n\x12\x43reateMigrationJob\x12\x33.google.cloud.clouddms.v1.CreateMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"\x94\x01\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\xda\x41%parent,migration_job,migration_job_id\x82\xd3\xe4\x93\x02\x42\"1/v1/{parent=projects/*/locations/*}/migrationJobs:\rmigration_job\x12\x81\x02\n\x12UpdateMigrationJob\x12\x33.google.cloud.clouddms.v1.UpdateMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"\x96\x01\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\xda\x41\x19migration_job,update_mask\x82\xd3\xe4\x93\x02P2?/v1/{migration_job.name=projects/*/locations/*/migrationJobs/*}:\rmigration_job\x12\xd7\x01\n\x12\x44\x65leteMigrationJob\x12\x33.google.cloud.clouddms.v1.DeleteMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"m\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33*1/v1/{name=projects/*/locations/*/migrationJobs/*}\x12\xce\x01\n\x11StartMigrationJob\x12\x32.google.cloud.clouddms.v1.StartMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"f\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02<\"7/v1/{name=projects/*/locations/*/migrationJobs/*}:start:\x01*\x12\xcb\x01\n\x10StopMigrationJob\x12\x31.google.cloud.clouddms.v1.StopMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"e\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02;\"6/v1/{name=projects/*/locations/*/migrationJobs/*}:stop:\x01*\x12\xd1\x01\n\x12ResumeMigrationJob\x12\x33.google.cloud.clouddms.v1.ResumeMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"g\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02=\"8/v1/{name=projects/*/locations/*/migrationJobs/*}:resume:\x01*\x12\xd4\x01\n\x13PromoteMigrationJob\x12\x34.google.cloud.clouddms.v1.PromoteMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"h\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02>\"9/v1/{name=projects/*/locations/*/migrationJobs/*}:promote:\x01*\x12\xd1\x01\n\x12VerifyMigrationJob\x12\x33.google.cloud.clouddms.v1.VerifyMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"g\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02=\"8/v1/{name=projects/*/locations/*/migrationJobs/*}:verify:\x01*\x12\xd4\x01\n\x13RestartMigrationJob\x12\x34.google.cloud.clouddms.v1.RestartMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"h\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02>\"9/v1/{name=projects/*/locations/*/migrationJobs/*}:restart:\x01*\x12\xc5\x01\n\x11GenerateSshScript\x12\x32.google.cloud.clouddms.v1.GenerateSshScriptRequest\x1a#.google.cloud.clouddms.v1.SshScript\"W\x82\xd3\xe4\x93\x02Q\"L/v1/{migration_job=projects/*/locations/*/migrationJobs/*}:generateSshScript:\x01*\x12\xd9\x01\n\x16GenerateTcpProxyScript\x12\x37.google.cloud.clouddms.v1.GenerateTcpProxyScriptRequest\x1a(.google.cloud.clouddms.v1.TcpProxyScript\"\\\x82\xd3\xe4\x93\x02V\"Q/v1/{migration_job=projects/*/locations/*/migrationJobs/*}:generateTcpProxyScript:\x01*\x12\xd4\x01\n\x16ListConnectionProfiles\x12\x37.google.cloud.clouddms.v1.ListConnectionProfilesRequest\x1a\x38.google.cloud.clouddms.v1.ListConnectionProfilesResponse\"G\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{parent=projects/*/locations/*}/connectionProfiles\x12\xc1\x01\n\x14GetConnectionProfile\x12\x35.google.cloud.clouddms.v1.GetConnectionProfileRequest\x1a+.google.cloud.clouddms.v1.ConnectionProfile\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{name=projects/*/locations/*/connectionProfiles/*}\x12\xa2\x02\n\x17\x43reateConnectionProfile\x12\x38.google.cloud.clouddms.v1.CreateConnectionProfileRequest\x1a\x1d.google.longrunning.Operation\"\xad\x01\xca\x41&\n\x11\x43onnectionProfile\x12\x11OperationMetadata\xda\x41/parent,connection_profile,connection_profile_id\x82\xd3\xe4\x93\x02L\"6/v1/{parent=projects/*/locations/*}/connectionProfiles:\x12\x63onnection_profile\x12\xa4\x02\n\x17UpdateConnectionProfile\x12\x38.google.cloud.clouddms.v1.UpdateConnectionProfileRequest\x1a\x1d.google.longrunning.Operation\"\xaf\x01\xca\x41&\n\x11\x43onnectionProfile\x12\x11OperationMetadata\xda\x41\x1e\x63onnection_profile,update_mask\x82\xd3\xe4\x93\x02_2I/v1/{connection_profile.name=projects/*/locations/*/connectionProfiles/*}:\x12\x63onnection_profile\x12\xe6\x01\n\x17\x44\x65leteConnectionProfile\x12\x38.google.cloud.clouddms.v1.DeleteConnectionProfileRequest\x1a\x1d.google.longrunning.Operation\"r\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38*6/v1/{name=projects/*/locations/*/connectionProfiles/*}\x12\xa2\x02\n\x17\x43reatePrivateConnection\x12\x38.google.cloud.clouddms.v1.CreatePrivateConnectionRequest\x1a\x1d.google.longrunning.Operation\"\xad\x01\xca\x41&\n\x11PrivateConnection\x12\x11OperationMetadata\xda\x41/parent,private_connection,private_connection_id\x82\xd3\xe4\x93\x02L\"6/v1/{parent=projects/*/locations/*}/privateConnections:\x12private_connection\x12\xc1\x01\n\x14GetPrivateConnection\x12\x35.google.cloud.clouddms.v1.GetPrivateConnectionRequest\x1a+.google.cloud.clouddms.v1.PrivateConnection\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{name=projects/*/locations/*/privateConnections/*}\x12\xd4\x01\n\x16ListPrivateConnections\x12\x37.google.cloud.clouddms.v1.ListPrivateConnectionsRequest\x1a\x38.google.cloud.clouddms.v1.ListPrivateConnectionsResponse\"G\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{parent=projects/*/locations/*}/privateConnections\x12\xe6\x01\n\x17\x44\x65letePrivateConnection\x12\x38.google.cloud.clouddms.v1.DeletePrivateConnectionRequest\x1a\x1d.google.longrunning.Operation\"r\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38*6/v1/{name=projects/*/locations/*/privateConnections/*}\x12\xc9\x01\n\x16GetConversionWorkspace\x12\x37.google.cloud.clouddms.v1.GetConversionWorkspaceRequest\x1a-.google.cloud.clouddms.v1.ConversionWorkspace\"G\xda\x41\x04name\x82\xd3\xe4\x93\x02:\x12\x38/v1/{name=projects/*/locations/*/conversionWorkspaces/*}\x12\xdc\x01\n\x18ListConversionWorkspaces\x12\x39.google.cloud.clouddms.v1.ListConversionWorkspacesRequest\x1a:.google.cloud.clouddms.v1.ListConversionWorkspacesResponse\"I\xda\x41\x06parent\x82\xd3\xe4\x93\x02:\x12\x38/v1/{parent=projects/*/locations/*}/conversionWorkspaces\x12\xb0\x02\n\x19\x43reateConversionWorkspace\x12:.google.cloud.clouddms.v1.CreateConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"\xb7\x01\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\xda\x41\x33parent,conversion_workspace,conversion_workspace_id\x82\xd3\xe4\x93\x02P\"8/v1/{parent=projects/*/locations/*}/conversionWorkspaces:\x14\x63onversion_workspace\x12\xb2\x02\n\x19UpdateConversionWorkspace\x12:.google.cloud.clouddms.v1.UpdateConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"\xb9\x01\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\xda\x41 conversion_workspace,update_mask\x82\xd3\xe4\x93\x02\x65\x32M/v1/{conversion_workspace.name=projects/*/locations/*/conversionWorkspaces/*}:\x14\x63onversion_workspace\x12\xec\x01\n\x19\x44\x65leteConversionWorkspace\x12:.google.cloud.clouddms.v1.DeleteConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"t\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02:*8/v1/{name=projects/*/locations/*/conversionWorkspaces/*}\x12\xf4\x01\n\x11\x43reateMappingRule\x12\x32.google.cloud.clouddms.v1.CreateMappingRuleRequest\x1a%.google.cloud.clouddms.v1.MappingRule\"\x83\x01\xda\x41#parent,mapping_rule,mapping_rule_id\x82\xd3\xe4\x93\x02W\"G/v1/{parent=projects/*/locations/*/conversionWorkspaces/*}/mappingRules:\x0cmapping_rule\x12\xb7\x01\n\x11\x44\x65leteMappingRule\x12\x32.google.cloud.clouddms.v1.DeleteMappingRuleRequest\x1a\x16.google.protobuf.Empty\"V\xda\x41\x04name\x82\xd3\xe4\x93\x02I*G/v1/{name=projects/*/locations/*/conversionWorkspaces/*/mappingRules/*}\x12\xd3\x01\n\x10ListMappingRules\x12\x31.google.cloud.clouddms.v1.ListMappingRulesRequest\x1a\x32.google.cloud.clouddms.v1.ListMappingRulesResponse\"X\xda\x41\x06parent\x82\xd3\xe4\x93\x02I\x12G/v1/{parent=projects/*/locations/*/conversionWorkspaces/*}/mappingRules\x12\xc0\x01\n\x0eGetMappingRule\x12/.google.cloud.clouddms.v1.GetMappingRuleRequest\x1a%.google.cloud.clouddms.v1.MappingRule\"V\xda\x41\x04name\x82\xd3\xe4\x93\x02I\x12G/v1/{name=projects/*/locations/*/conversionWorkspaces/*/mappingRules/*}\x12\xe7\x01\n\x17SeedConversionWorkspace\x12\x38.google.cloud.clouddms.v1.SeedConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"s\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x42\"=/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:seed:\x01*\x12\xef\x01\n\x12ImportMappingRules\x12\x33.google.cloud.clouddms.v1.ImportMappingRulesRequest\x1a\x1d.google.longrunning.Operation\"\x84\x01\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02S\"N/v1/{parent=projects/*/locations/*/conversionWorkspaces/*}/mappingRules:import:\x01*\x12\xf0\x01\n\x1a\x43onvertConversionWorkspace\x12;.google.cloud.clouddms.v1.ConvertConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"v\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x45\"@/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:convert:\x01*\x12\xed\x01\n\x19\x43ommitConversionWorkspace\x12:.google.cloud.clouddms.v1.CommitConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"u\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x44\"?/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:commit:\x01*\x12\xf3\x01\n\x1bRollbackConversionWorkspace\x12<.google.cloud.clouddms.v1.RollbackConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"w\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x46\"A/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:rollback:\x01*\x12\xea\x01\n\x18\x41pplyConversionWorkspace\x12\x39.google.cloud.clouddms.v1.ApplyConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"t\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x43\">/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:apply:\x01*\x12\xfc\x01\n\x18\x44\x65scribeDatabaseEntities\x12\x39.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest\x1a:.google.cloud.clouddms.v1.DescribeDatabaseEntitiesResponse\"i\x82\xd3\xe4\x93\x02\x63\x12\x61/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:describeDatabaseEntities\x12\xec\x01\n\x14SearchBackgroundJobs\x12\x35.google.cloud.clouddms.v1.SearchBackgroundJobsRequest\x1a\x36.google.cloud.clouddms.v1.SearchBackgroundJobsResponse\"e\x82\xd3\xe4\x93\x02_\x12]/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:searchBackgroundJobs\x12\xac\x02\n$DescribeConversionWorkspaceRevisions\x12\x45.google.cloud.clouddms.v1.DescribeConversionWorkspaceRevisionsRequest\x1a\x46.google.cloud.clouddms.v1.DescribeConversionWorkspaceRevisionsResponse\"u\x82\xd3\xe4\x93\x02o\x12m/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:describeConversionWorkspaceRevisions\x12\xb4\x01\n\x0e\x46\x65tchStaticIps\x12/.google.cloud.clouddms.v1.FetchStaticIpsRequest\x1a\x30.google.cloud.clouddms.v1.FetchStaticIpsResponse\"?\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/*}:fetchStaticIps\x1aP\xca\x41\x1c\x64\x61tamigration.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xbd\x01\n\x1c\x63om.google.cloud.clouddms.v1B\rClouddmsProtoP\x01Z8cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb\xaa\x02\x18Google.Cloud.CloudDms.V1\xca\x02\x18Google\\Cloud\\CloudDms\\V1\xea\x02\x1bGoogle::Cloud::CloudDMS::V1b\x06proto3"
|
19
|
+
descriptor_data = "\n\'google/cloud/clouddms/v1/clouddms.proto\x12\x18google.cloud.clouddms.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x31google/cloud/clouddms/v1/clouddms_resources.proto\x1a<google/cloud/clouddms/v1/conversionworkspace_resources.proto\x1a#google/longrunning/operations.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"\xa6\x01\n\x18ListMigrationJobsRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\x12)datamigration.googleapis.com/MigrationJob\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x89\x01\n\x19ListMigrationJobsResponse\x12>\n\x0emigration_jobs\x18\x01 \x03(\x0b\x32&.google.cloud.clouddms.v1.MigrationJob\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"Y\n\x16GetMigrationJobRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\"\xda\x01\n\x19\x43reateMigrationJobRequest\x12\x41\n\x06parent\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\x12)datamigration.googleapis.com/MigrationJob\x12\x1d\n\x10migration_job_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x42\n\rmigration_job\x18\x03 \x01(\x0b\x32&.google.cloud.clouddms.v1.MigrationJobB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\"\xa9\x01\n\x19UpdateMigrationJobRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12\x42\n\rmigration_job\x18\x02 \x01(\x0b\x32&.google.cloud.clouddms.v1.MigrationJobB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"\x7f\n\x19\x44\x65leteMigrationJobRequest\x12?\n\x04name\x18\x01 \x01(\tB1\xe0\x41\x02\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\"v\n\x18StartMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x1c\n\x0fskip_validation\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\"W\n\x17StopMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\"Y\n\x19ResumeMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\"Z\n\x1aPromoteMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\"\xd3\x01\n\x19VerifyMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x34\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x01\x12\x42\n\rmigration_job\x18\x03 \x01(\x0b\x32&.google.cloud.clouddms.v1.MigrationJobB\x03\xe0\x41\x01\"x\n\x1aRestartMigrationJobRequest\x12<\n\x04name\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x1c\n\x0fskip_validation\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\"\xa6\x02\n\x18GenerateSshScriptRequest\x12\x45\n\rmigration_job\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x0f\n\x02vm\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12H\n\x12vm_creation_config\x18\x64 \x01(\x0b\x32*.google.cloud.clouddms.v1.VmCreationConfigH\x00\x12J\n\x13vm_selection_config\x18\x65 \x01(\x0b\x32+.google.cloud.clouddms.v1.VmSelectionConfigH\x00\x12\x0f\n\x07vm_port\x18\x03 \x01(\x05\x42\x0b\n\tvm_config\"Q\n\x10VmCreationConfig\x12\x1c\n\x0fvm_machine_type\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x0f\n\x07vm_zone\x18\x02 \x01(\t\x12\x0e\n\x06subnet\x18\x03 \x01(\t\")\n\x11VmSelectionConfig\x12\x14\n\x07vm_zone\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\x1b\n\tSshScript\x12\x0e\n\x06script\x18\x01 \x01(\t\"\xc8\x01\n\x1dGenerateTcpProxyScriptRequest\x12\x45\n\rmigration_job\x18\x01 \x01(\tB.\xfa\x41+\n)datamigration.googleapis.com/MigrationJob\x12\x14\n\x07vm_name\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x1c\n\x0fvm_machine_type\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07vm_zone\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x16\n\tvm_subnet\x18\x05 \x01(\tB\x03\xe0\x41\x02\" \n\x0eTcpProxyScript\x12\x0e\n\x06script\x18\x01 \x01(\t\"\xb0\x01\n\x1dListConnectionProfilesRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.datamigration.googleapis.com/ConnectionProfile\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x98\x01\n\x1eListConnectionProfilesResponse\x12H\n\x13\x63onnection_profiles\x18\x01 \x03(\x0b\x32+.google.cloud.clouddms.v1.ConnectionProfile\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"c\n\x1bGetConnectionProfileRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.datamigration.googleapis.com/ConnectionProfile\"\xad\x02\n\x1e\x43reateConnectionProfileRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.datamigration.googleapis.com/ConnectionProfile\x12\"\n\x15\x63onnection_profile_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12L\n\x12\x63onnection_profile\x18\x03 \x01(\x0b\x32+.google.cloud.clouddms.v1.ConnectionProfileB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rvalidate_only\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01\x12\x1c\n\x0fskip_validation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x01\"\xf7\x01\n\x1eUpdateConnectionProfileRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12L\n\x12\x63onnection_profile\x18\x02 \x01(\x0b\x32+.google.cloud.clouddms.v1.ConnectionProfileB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x1a\n\rvalidate_only\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12\x1c\n\x0fskip_validation\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01\"\x89\x01\n\x1e\x44\x65leteConnectionProfileRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.datamigration.googleapis.com/ConnectionProfile\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\"\x91\x02\n\x1e\x43reatePrivateConnectionRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.datamigration.googleapis.com/PrivateConnection\x12\"\n\x15private_connection_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12L\n\x12private_connection\x18\x03 \x01(\x0b\x32+.google.cloud.clouddms.v1.PrivateConnectionB\x03\xe0\x41\x02\x12\x17\n\nrequest_id\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x1c\n\x0fskip_validation\x18\x05 \x01(\x08\x42\x03\xe0\x41\x01\"\xb0\x01\n\x1dListPrivateConnectionsRequest\x12\x46\n\x06parent\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\x12.datamigration.googleapis.com/PrivateConnection\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\x12\x10\n\x08order_by\x18\x05 \x01(\t\"\x98\x01\n\x1eListPrivateConnectionsResponse\x12H\n\x13private_connections\x18\x01 \x03(\x0b\x32+.google.cloud.clouddms.v1.PrivateConnection\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"\x7f\n\x1e\x44\x65letePrivateConnectionRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.datamigration.googleapis.com/PrivateConnection\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"c\n\x1bGetPrivateConnectionRequest\x12\x44\n\x04name\x18\x01 \x01(\tB6\xe0\x41\x02\xfa\x41\x30\n.datamigration.googleapis.com/PrivateConnection\"\x80\x02\n\x11OperationMetadata\x12\x34\n\x0b\x63reate_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x31\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x13\n\x06target\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x11\n\x04verb\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12\x1b\n\x0estatus_message\x18\x05 \x01(\tB\x03\xe0\x41\x03\x12#\n\x16requested_cancellation\x18\x06 \x01(\x08\x42\x03\xe0\x41\x03\x12\x18\n\x0b\x61pi_version\x18\x07 \x01(\tB\x03\xe0\x41\x03\"\xa2\x01\n\x1fListConversionWorkspacesRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\x12\x30\x64\x61tamigration.googleapis.com/ConversionWorkspace\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x0e\n\x06\x66ilter\x18\x04 \x01(\t\"\x9e\x01\n ListConversionWorkspacesResponse\x12L\n\x15\x63onversion_workspaces\x18\x01 \x03(\x0b\x32-.google.cloud.clouddms.v1.ConversionWorkspace\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12\x13\n\x0bunreachable\x18\x03 \x03(\t\"g\n\x1dGetConversionWorkspaceRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\"\xf8\x01\n CreateConversionWorkspaceRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\x12\x30\x64\x61tamigration.googleapis.com/ConversionWorkspace\x12$\n\x17\x63onversion_workspace_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12P\n\x14\x63onversion_workspace\x18\x03 \x01(\x0b\x32-.google.cloud.clouddms.v1.ConversionWorkspaceB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"\xbe\x01\n UpdateConversionWorkspaceRequest\x12\x34\n\x0bupdate_mask\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB\x03\xe0\x41\x02\x12P\n\x14\x63onversion_workspace\x18\x02 \x01(\x0b\x32-.google.cloud.clouddms.v1.ConversionWorkspaceB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x03 \x01(\t\"\x8d\x01\n DeleteConversionWorkspaceRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\r\n\x05\x66orce\x18\x03 \x01(\x08\"\x84\x01\n CommitConversionWorkspaceRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x18\n\x0b\x63ommit_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\"l\n\"RollbackConversionWorkspaceRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\"\xdb\x01\n\x1f\x41pplyConversionWorkspaceRequest\x12\x46\n\x04name\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x0e\n\x06\x66ilter\x18\x02 \x01(\t\x12\x14\n\x07\x64ry_run\x18\x03 \x01(\x08\x42\x03\xe0\x41\x01\x12\x18\n\x0b\x61uto_commit\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12!\n\x12\x63onnection_profile\x18\x64 \x01(\tB\x03\xe0\x41\x01H\x00\x42\r\n\x0b\x64\x65stination\"\x8a\x01\n\x17ListMappingRulesRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"q\n\x18ListMappingRulesResponse\x12<\n\rmapping_rules\x18\x01 \x03(\x0b\x32%.google.cloud.clouddms.v1.MappingRule\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"W\n\x15GetMappingRuleRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\n(datamigration.googleapis.com/MappingRule\"\xe0\x01\n\x1eSeedConversionWorkspaceRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x13\n\x0b\x61uto_commit\x18\x02 \x01(\x08\x12(\n\x19source_connection_profile\x18\x64 \x01(\tB\x03\xe0\x41\x01H\x00\x12-\n\x1e\x64\x65stination_connection_profile\x18\x65 \x01(\tB\x03\xe0\x41\x01H\x00\x42\x0b\n\tseed_from\"\xb7\x01\n!ConvertConversionWorkspaceRequest\x12\x43\n\x04name\x18\x01 \x01(\tB5\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x18\n\x0b\x61uto_commit\x18\x04 \x01(\x08\x42\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12\x1e\n\x11\x63onvert_full_path\x18\x06 \x01(\x08\x42\x03\xe0\x41\x01\"\xf1\x02\n\x19ImportMappingRulesRequest\x12H\n\x06parent\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12J\n\x0crules_format\x18\x02 \x01(\x0e\x32/.google.cloud.clouddms.v1.ImportRulesFileFormatB\x03\xe0\x41\x02\x12W\n\x0brules_files\x18\x03 \x03(\x0b\x32=.google.cloud.clouddms.v1.ImportMappingRulesRequest.RulesFileB\x03\xe0\x41\x02\x12\x18\n\x0b\x61uto_commit\x18\x06 \x01(\x08\x42\x03\xe0\x41\x02\x1aK\n\tRulesFile\x12\"\n\x15rules_source_filename\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x1a\n\rrules_content\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\xee\x03\n\x1f\x44\x65scribeDatabaseEntitiesRequest\x12V\n\x14\x63onversion_workspace\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x16\n\tpage_size\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12\x17\n\npage_token\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12W\n\x04tree\x18\x06 \x01(\x0e\x32\x44.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest.DBTreeTypeB\x03\xe0\x41\x02\x12\x18\n\x0buncommitted\x18\x0b \x01(\x08\x42\x03\xe0\x41\x01\x12\x16\n\tcommit_id\x18\x0c \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06\x66ilter\x18\r \x01(\tB\x03\xe0\x41\x01\x12?\n\x04view\x18\x0e \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityViewB\x03\xe0\x41\x01\"a\n\nDBTreeType\x12\x1c\n\x18\x44\x42_TREE_TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSOURCE_TREE\x10\x01\x12\x0e\n\nDRAFT_TREE\x10\x02\x12\x14\n\x10\x44\x45STINATION_TREE\x10\x03\"\x80\x01\n DescribeDatabaseEntitiesResponse\x12\x43\n\x11\x64\x61tabase_entities\x18\x01 \x03(\x0b\x32(.google.cloud.clouddms.v1.DatabaseEntity\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\"\xf9\x01\n\x1bSearchBackgroundJobsRequest\x12V\n\x14\x63onversion_workspace\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12,\n\x1freturn_most_recent_per_job_type\x18\x02 \x01(\x08\x42\x03\xe0\x41\x01\x12\x15\n\x08max_size\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12=\n\x14\x63ompleted_until_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x01\"]\n\x1cSearchBackgroundJobsResponse\x12=\n\x04jobs\x18\x01 \x03(\x0b\x32/.google.cloud.clouddms.v1.BackgroundJobLogEntry\"\x9d\x01\n+DescribeConversionWorkspaceRevisionsRequest\x12V\n\x14\x63onversion_workspace\x18\x01 \x01(\tB8\xe0\x41\x02\xfa\x41\x32\n0datamigration.googleapis.com/ConversionWorkspace\x12\x16\n\tcommit_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"p\n,DescribeConversionWorkspaceRevisionsResponse\x12@\n\trevisions\x18\x01 \x03(\x0b\x32-.google.cloud.clouddms.v1.ConversionWorkspace\"\xd0\x01\n\x18\x43reateMappingRuleRequest\x12@\n\x06parent\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(datamigration.googleapis.com/MappingRule\x12\x1c\n\x0fmapping_rule_id\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12@\n\x0cmapping_rule\x18\x03 \x01(\x0b\x32%.google.cloud.clouddms.v1.MappingRuleB\x03\xe0\x41\x02\x12\x12\n\nrequest_id\x18\x04 \x01(\t\"s\n\x18\x44\x65leteMappingRuleRequest\x12>\n\x04name\x18\x01 \x01(\tB0\xe0\x41\x02\xfa\x41*\x12(datamigration.googleapis.com/MappingRule\x12\x17\n\nrequest_id\x18\x02 \x01(\tB\x03\xe0\x41\x01\"w\n\x15\x46\x65tchStaticIpsRequest\x12\x37\n\x04name\x18\x01 \x01(\tB)\xe0\x41\x02\xfa\x41#\n!locations.googleapis.com/Location\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x12\n\npage_token\x18\x03 \x01(\t\"E\n\x16\x46\x65tchStaticIpsResponse\x12\x12\n\nstatic_ips\x18\x01 \x03(\t\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t*\xa0\x01\n\x12\x44\x61tabaseEntityView\x12$\n DATABASE_ENTITY_VIEW_UNSPECIFIED\x10\x00\x12\x1e\n\x1a\x44\x41TABASE_ENTITY_VIEW_BASIC\x10\x01\x12\x1d\n\x19\x44\x41TABASE_ENTITY_VIEW_FULL\x10\x02\x12%\n!DATABASE_ENTITY_VIEW_ROOT_SUMMARY\x10\x03\x32\x8fK\n\x14\x44\x61taMigrationService\x12\xc0\x01\n\x11ListMigrationJobs\x12\x32.google.cloud.clouddms.v1.ListMigrationJobsRequest\x1a\x33.google.cloud.clouddms.v1.ListMigrationJobsResponse\"B\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{parent=projects/*/locations/*}/migrationJobs\x12\xad\x01\n\x0fGetMigrationJob\x12\x30.google.cloud.clouddms.v1.GetMigrationJobRequest\x1a&.google.cloud.clouddms.v1.MigrationJob\"@\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33\x12\x31/v1/{name=projects/*/locations/*/migrationJobs/*}\x12\xff\x01\n\x12\x43reateMigrationJob\x12\x33.google.cloud.clouddms.v1.CreateMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"\x94\x01\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\xda\x41%parent,migration_job,migration_job_id\x82\xd3\xe4\x93\x02\x42\"1/v1/{parent=projects/*/locations/*}/migrationJobs:\rmigration_job\x12\x81\x02\n\x12UpdateMigrationJob\x12\x33.google.cloud.clouddms.v1.UpdateMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"\x96\x01\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\xda\x41\x19migration_job,update_mask\x82\xd3\xe4\x93\x02P2?/v1/{migration_job.name=projects/*/locations/*/migrationJobs/*}:\rmigration_job\x12\xd7\x01\n\x12\x44\x65leteMigrationJob\x12\x33.google.cloud.clouddms.v1.DeleteMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"m\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x33*1/v1/{name=projects/*/locations/*/migrationJobs/*}\x12\xce\x01\n\x11StartMigrationJob\x12\x32.google.cloud.clouddms.v1.StartMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"f\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02<\"7/v1/{name=projects/*/locations/*/migrationJobs/*}:start:\x01*\x12\xcb\x01\n\x10StopMigrationJob\x12\x31.google.cloud.clouddms.v1.StopMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"e\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02;\"6/v1/{name=projects/*/locations/*/migrationJobs/*}:stop:\x01*\x12\xd1\x01\n\x12ResumeMigrationJob\x12\x33.google.cloud.clouddms.v1.ResumeMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"g\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02=\"8/v1/{name=projects/*/locations/*/migrationJobs/*}:resume:\x01*\x12\xd4\x01\n\x13PromoteMigrationJob\x12\x34.google.cloud.clouddms.v1.PromoteMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"h\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02>\"9/v1/{name=projects/*/locations/*/migrationJobs/*}:promote:\x01*\x12\xd1\x01\n\x12VerifyMigrationJob\x12\x33.google.cloud.clouddms.v1.VerifyMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"g\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02=\"8/v1/{name=projects/*/locations/*/migrationJobs/*}:verify:\x01*\x12\xd4\x01\n\x13RestartMigrationJob\x12\x34.google.cloud.clouddms.v1.RestartMigrationJobRequest\x1a\x1d.google.longrunning.Operation\"h\xca\x41!\n\x0cMigrationJob\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02>\"9/v1/{name=projects/*/locations/*/migrationJobs/*}:restart:\x01*\x12\xc5\x01\n\x11GenerateSshScript\x12\x32.google.cloud.clouddms.v1.GenerateSshScriptRequest\x1a#.google.cloud.clouddms.v1.SshScript\"W\x82\xd3\xe4\x93\x02Q\"L/v1/{migration_job=projects/*/locations/*/migrationJobs/*}:generateSshScript:\x01*\x12\xd9\x01\n\x16GenerateTcpProxyScript\x12\x37.google.cloud.clouddms.v1.GenerateTcpProxyScriptRequest\x1a(.google.cloud.clouddms.v1.TcpProxyScript\"\\\x82\xd3\xe4\x93\x02V\"Q/v1/{migration_job=projects/*/locations/*/migrationJobs/*}:generateTcpProxyScript:\x01*\x12\xd4\x01\n\x16ListConnectionProfiles\x12\x37.google.cloud.clouddms.v1.ListConnectionProfilesRequest\x1a\x38.google.cloud.clouddms.v1.ListConnectionProfilesResponse\"G\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{parent=projects/*/locations/*}/connectionProfiles\x12\xc1\x01\n\x14GetConnectionProfile\x12\x35.google.cloud.clouddms.v1.GetConnectionProfileRequest\x1a+.google.cloud.clouddms.v1.ConnectionProfile\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{name=projects/*/locations/*/connectionProfiles/*}\x12\xa2\x02\n\x17\x43reateConnectionProfile\x12\x38.google.cloud.clouddms.v1.CreateConnectionProfileRequest\x1a\x1d.google.longrunning.Operation\"\xad\x01\xca\x41&\n\x11\x43onnectionProfile\x12\x11OperationMetadata\xda\x41/parent,connection_profile,connection_profile_id\x82\xd3\xe4\x93\x02L\"6/v1/{parent=projects/*/locations/*}/connectionProfiles:\x12\x63onnection_profile\x12\xa4\x02\n\x17UpdateConnectionProfile\x12\x38.google.cloud.clouddms.v1.UpdateConnectionProfileRequest\x1a\x1d.google.longrunning.Operation\"\xaf\x01\xca\x41&\n\x11\x43onnectionProfile\x12\x11OperationMetadata\xda\x41\x1e\x63onnection_profile,update_mask\x82\xd3\xe4\x93\x02_2I/v1/{connection_profile.name=projects/*/locations/*/connectionProfiles/*}:\x12\x63onnection_profile\x12\xe6\x01\n\x17\x44\x65leteConnectionProfile\x12\x38.google.cloud.clouddms.v1.DeleteConnectionProfileRequest\x1a\x1d.google.longrunning.Operation\"r\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38*6/v1/{name=projects/*/locations/*/connectionProfiles/*}\x12\xa2\x02\n\x17\x43reatePrivateConnection\x12\x38.google.cloud.clouddms.v1.CreatePrivateConnectionRequest\x1a\x1d.google.longrunning.Operation\"\xad\x01\xca\x41&\n\x11PrivateConnection\x12\x11OperationMetadata\xda\x41/parent,private_connection,private_connection_id\x82\xd3\xe4\x93\x02L\"6/v1/{parent=projects/*/locations/*}/privateConnections:\x12private_connection\x12\xc1\x01\n\x14GetPrivateConnection\x12\x35.google.cloud.clouddms.v1.GetPrivateConnectionRequest\x1a+.google.cloud.clouddms.v1.PrivateConnection\"E\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{name=projects/*/locations/*/privateConnections/*}\x12\xd4\x01\n\x16ListPrivateConnections\x12\x37.google.cloud.clouddms.v1.ListPrivateConnectionsRequest\x1a\x38.google.cloud.clouddms.v1.ListPrivateConnectionsResponse\"G\xda\x41\x06parent\x82\xd3\xe4\x93\x02\x38\x12\x36/v1/{parent=projects/*/locations/*}/privateConnections\x12\xe6\x01\n\x17\x44\x65letePrivateConnection\x12\x38.google.cloud.clouddms.v1.DeletePrivateConnectionRequest\x1a\x1d.google.longrunning.Operation\"r\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02\x38*6/v1/{name=projects/*/locations/*/privateConnections/*}\x12\xc9\x01\n\x16GetConversionWorkspace\x12\x37.google.cloud.clouddms.v1.GetConversionWorkspaceRequest\x1a-.google.cloud.clouddms.v1.ConversionWorkspace\"G\xda\x41\x04name\x82\xd3\xe4\x93\x02:\x12\x38/v1/{name=projects/*/locations/*/conversionWorkspaces/*}\x12\xdc\x01\n\x18ListConversionWorkspaces\x12\x39.google.cloud.clouddms.v1.ListConversionWorkspacesRequest\x1a:.google.cloud.clouddms.v1.ListConversionWorkspacesResponse\"I\xda\x41\x06parent\x82\xd3\xe4\x93\x02:\x12\x38/v1/{parent=projects/*/locations/*}/conversionWorkspaces\x12\xb0\x02\n\x19\x43reateConversionWorkspace\x12:.google.cloud.clouddms.v1.CreateConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"\xb7\x01\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\xda\x41\x33parent,conversion_workspace,conversion_workspace_id\x82\xd3\xe4\x93\x02P\"8/v1/{parent=projects/*/locations/*}/conversionWorkspaces:\x14\x63onversion_workspace\x12\xb2\x02\n\x19UpdateConversionWorkspace\x12:.google.cloud.clouddms.v1.UpdateConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"\xb9\x01\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\xda\x41 conversion_workspace,update_mask\x82\xd3\xe4\x93\x02\x65\x32M/v1/{conversion_workspace.name=projects/*/locations/*/conversionWorkspaces/*}:\x14\x63onversion_workspace\x12\xec\x01\n\x19\x44\x65leteConversionWorkspace\x12:.google.cloud.clouddms.v1.DeleteConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"t\xca\x41*\n\x15google.protobuf.Empty\x12\x11OperationMetadata\xda\x41\x04name\x82\xd3\xe4\x93\x02:*8/v1/{name=projects/*/locations/*/conversionWorkspaces/*}\x12\xf4\x01\n\x11\x43reateMappingRule\x12\x32.google.cloud.clouddms.v1.CreateMappingRuleRequest\x1a%.google.cloud.clouddms.v1.MappingRule\"\x83\x01\xda\x41#parent,mapping_rule,mapping_rule_id\x82\xd3\xe4\x93\x02W\"G/v1/{parent=projects/*/locations/*/conversionWorkspaces/*}/mappingRules:\x0cmapping_rule\x12\xb7\x01\n\x11\x44\x65leteMappingRule\x12\x32.google.cloud.clouddms.v1.DeleteMappingRuleRequest\x1a\x16.google.protobuf.Empty\"V\xda\x41\x04name\x82\xd3\xe4\x93\x02I*G/v1/{name=projects/*/locations/*/conversionWorkspaces/*/mappingRules/*}\x12\xd3\x01\n\x10ListMappingRules\x12\x31.google.cloud.clouddms.v1.ListMappingRulesRequest\x1a\x32.google.cloud.clouddms.v1.ListMappingRulesResponse\"X\xda\x41\x06parent\x82\xd3\xe4\x93\x02I\x12G/v1/{parent=projects/*/locations/*/conversionWorkspaces/*}/mappingRules\x12\xc0\x01\n\x0eGetMappingRule\x12/.google.cloud.clouddms.v1.GetMappingRuleRequest\x1a%.google.cloud.clouddms.v1.MappingRule\"V\xda\x41\x04name\x82\xd3\xe4\x93\x02I\x12G/v1/{name=projects/*/locations/*/conversionWorkspaces/*/mappingRules/*}\x12\xe7\x01\n\x17SeedConversionWorkspace\x12\x38.google.cloud.clouddms.v1.SeedConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"s\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x42\"=/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:seed:\x01*\x12\xef\x01\n\x12ImportMappingRules\x12\x33.google.cloud.clouddms.v1.ImportMappingRulesRequest\x1a\x1d.google.longrunning.Operation\"\x84\x01\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02S\"N/v1/{parent=projects/*/locations/*/conversionWorkspaces/*}/mappingRules:import:\x01*\x12\xf0\x01\n\x1a\x43onvertConversionWorkspace\x12;.google.cloud.clouddms.v1.ConvertConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"v\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x45\"@/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:convert:\x01*\x12\xed\x01\n\x19\x43ommitConversionWorkspace\x12:.google.cloud.clouddms.v1.CommitConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"u\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x44\"?/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:commit:\x01*\x12\xf3\x01\n\x1bRollbackConversionWorkspace\x12<.google.cloud.clouddms.v1.RollbackConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"w\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x46\"A/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:rollback:\x01*\x12\xea\x01\n\x18\x41pplyConversionWorkspace\x12\x39.google.cloud.clouddms.v1.ApplyConversionWorkspaceRequest\x1a\x1d.google.longrunning.Operation\"t\xca\x41(\n\x13\x43onversionWorkspace\x12\x11OperationMetadata\x82\xd3\xe4\x93\x02\x43\">/v1/{name=projects/*/locations/*/conversionWorkspaces/*}:apply:\x01*\x12\xfc\x01\n\x18\x44\x65scribeDatabaseEntities\x12\x39.google.cloud.clouddms.v1.DescribeDatabaseEntitiesRequest\x1a:.google.cloud.clouddms.v1.DescribeDatabaseEntitiesResponse\"i\x82\xd3\xe4\x93\x02\x63\x12\x61/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:describeDatabaseEntities\x12\xec\x01\n\x14SearchBackgroundJobs\x12\x35.google.cloud.clouddms.v1.SearchBackgroundJobsRequest\x1a\x36.google.cloud.clouddms.v1.SearchBackgroundJobsResponse\"e\x82\xd3\xe4\x93\x02_\x12]/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:searchBackgroundJobs\x12\xac\x02\n$DescribeConversionWorkspaceRevisions\x12\x45.google.cloud.clouddms.v1.DescribeConversionWorkspaceRevisionsRequest\x1a\x46.google.cloud.clouddms.v1.DescribeConversionWorkspaceRevisionsResponse\"u\x82\xd3\xe4\x93\x02o\x12m/v1/{conversion_workspace=projects/*/locations/*/conversionWorkspaces/*}:describeConversionWorkspaceRevisions\x12\xb4\x01\n\x0e\x46\x65tchStaticIps\x12/.google.cloud.clouddms.v1.FetchStaticIpsRequest\x1a\x30.google.cloud.clouddms.v1.FetchStaticIpsResponse\"?\xda\x41\x04name\x82\xd3\xe4\x93\x02\x32\x12\x30/v1/{name=projects/*/locations/*}:fetchStaticIps\x1aP\xca\x41\x1c\x64\x61tamigration.googleapis.com\xd2\x41.https://www.googleapis.com/auth/cloud-platformB\xbd\x01\n\x1c\x63om.google.cloud.clouddms.v1B\rClouddmsProtoP\x01Z8cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb\xaa\x02\x18Google.Cloud.CloudDms.V1\xca\x02\x18Google\\Cloud\\CloudDms\\V1\xea\x02\x1bGoogle::Cloud::CloudDMS::V1b\x06proto3"
|
20
20
|
|
21
21
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
22
22
|
|
@@ -12,7 +12,7 @@ require 'google/protobuf/wrappers_pb'
|
|
12
12
|
require 'google/rpc/status_pb'
|
13
13
|
|
14
14
|
|
15
|
-
descriptor_data = "\n1google/cloud/clouddms/v1/clouddms_resources.proto\x12\x18google.cloud.clouddms.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x17google/rpc/status.proto\"\xf0\x01\n\tSslConfig\x12?\n\x04type\x18\x01 \x01(\x0e\x32+.google.cloud.clouddms.v1.SslConfig.SslTypeB\x04\xe2\x41\x01\x03\x12\x18\n\nclient_key\x18\x02 \x01(\tB\x04\xe2\x41\x01\x04\x12 \n\x12\x63lient_certificate\x18\x03 \x01(\tB\x04\xe2\x41\x01\x04\x12\x1d\n\x0e\x63\x61_certificate\x18\x04 \x01(\tB\x05\xe2\x41\x02\x04\x02\"G\n\x07SslType\x12\x18\n\x14SSL_TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSERVER_ONLY\x10\x01\x12\x11\n\rSERVER_CLIENT\x10\x02\"\xd5\x01\n\x16MySqlConnectionProfile\x12\x12\n\x04host\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x12\n\x04port\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x02\x12\x16\n\x08username\x18\x03 \x01(\tB\x04\xe2\x41\x01\x02\x12\x17\n\x08password\x18\x04 \x01(\tB\x05\xe2\x41\x02\x04\x02\x12\x1a\n\x0cpassword_set\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x03\x12\x30\n\x03ssl\x18\x06 \x01(\x0b\x32#.google.cloud.clouddms.v1.SslConfig\x12\x14\n\x0c\x63loud_sql_id\x18\x07 \x01(\t\"\xfc\x03\n\x1bPostgreSqlConnectionProfile\x12\x12\n\x04host\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x12\n\x04port\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x02\x12\x16\n\x08username\x18\x03 \x01(\tB\x04\xe2\x41\x01\x02\x12\x17\n\x08password\x18\x04 \x01(\tB\x05\xe2\x41\x02\x04\x02\x12\x1a\n\x0cpassword_set\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x03\x12\x30\n\x03ssl\x18\x06 \x01(\x0b\x32#.google.cloud.clouddms.v1.SslConfig\x12\x14\n\x0c\x63loud_sql_id\x18\x07 \x01(\t\x12Q\n\x14network_architecture\x18\x08 \x01(\x0e\x32-.google.cloud.clouddms.v1.NetworkArchitectureB\x04\xe2\x41\x01\x03\x12P\n\x16static_ip_connectivity\x18\x64 \x01(\x0b\x32..google.cloud.clouddms.v1.StaticIpConnectivityH\x00\x12k\n$private_service_connect_connectivity\x18\x65 \x01(\x0b\x32;.google.cloud.clouddms.v1.PrivateServiceConnectConnectivityH\x00\x42\x0e\n\x0c\x63onnectivity\"\xfc\x03\n\x17OracleConnectionProfile\x12\x12\n\x04host\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x12\n\x04port\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x02\x12\x16\n\x08username\x18\x03 \x01(\tB\x04\xe2\x41\x01\x02\x12\x17\n\x08password\x18\x04 \x01(\tB\x05\xe2\x41\x02\x04\x02\x12\x1a\n\x0cpassword_set\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x03\x12\x1e\n\x10\x64\x61tabase_service\x18\x06 \x01(\tB\x04\xe2\x41\x01\x02\x12\x30\n\x03ssl\x18\x07 \x01(\x0b\x32#.google.cloud.clouddms.v1.SslConfig\x12_\n\x1estatic_service_ip_connectivity\x18\x64 \x01(\x0b\x32\x35.google.cloud.clouddms.v1.StaticServiceIpConnectivityH\x00\x12Z\n\x18\x66orward_ssh_connectivity\x18\x65 \x01(\x0b\x32\x36.google.cloud.clouddms.v1.ForwardSshTunnelConnectivityH\x00\x12M\n\x14private_connectivity\x18\x66 \x01(\x0b\x32-.google.cloud.clouddms.v1.PrivateConnectivityH\x00\x42\x0e\n\x0c\x63onnectivity\"\xd2\x01\n\x19\x43loudSqlConnectionProfile\x12\x1a\n\x0c\x63loud_sql_id\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03\x12\x42\n\x08settings\x18\x02 \x01(\x0b\x32*.google.cloud.clouddms.v1.CloudSqlSettingsB\x04\xe2\x41\x01\x05\x12\x18\n\nprivate_ip\x18\x03 \x01(\tB\x04\xe2\x41\x01\x03\x12\x17\n\tpublic_ip\x18\x04 \x01(\tB\x04\xe2\x41\x01\x03\x12\"\n\x14\x61\x64\x64itional_public_ip\x18\x05 \x01(\tB\x04\xe2\x41\x01\x03\"w\n\x18\x41lloyDbConnectionProfile\x12\x18\n\ncluster_id\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x41\n\x08settings\x18\x02 \x01(\x0b\x32).google.cloud.clouddms.v1.AlloyDbSettingsB\x04\xe2\x41\x01\x05\"\x9c\x01\n\x0bSqlAclEntry\x12\r\n\x05value\x18\x01 \x01(\t\x12\x31\n\x0b\x65xpire_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x12.\n\x03ttl\x18\x0b \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\xe2\x41\x01\x04H\x00\x12\r\n\x05label\x18\x03 \x01(\tB\x0c\n\nexpiration\"\xee\x01\n\x0bSqlIpConfig\x12/\n\x0b\x65nable_ipv4\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x17\n\x0fprivate_network\x18\x02 \x01(\t\x12 \n\x12\x61llocated_ip_range\x18\x05 \x01(\tB\x04\xe2\x41\x01\x01\x12/\n\x0brequire_ssl\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x42\n\x13\x61uthorized_networks\x18\x04 \x03(\x0b\x32%.google.cloud.clouddms.v1.SqlAclEntry\"\x9f\r\n\x10\x43loudSqlSettings\x12W\n\x10\x64\x61tabase_version\x18\x01 \x01(\x0e\x32=.google.cloud.clouddms.v1.CloudSqlSettings.SqlDatabaseVersion\x12O\n\x0buser_labels\x18\x02 \x03(\x0b\x32:.google.cloud.clouddms.v1.CloudSqlSettings.UserLabelsEntry\x12\x0c\n\x04tier\x18\x03 \x01(\t\x12>\n\x19storage_auto_resize_limit\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12Y\n\x11\x61\x63tivation_policy\x18\x05 \x01(\x0e\x32>.google.cloud.clouddms.v1.CloudSqlSettings.SqlActivationPolicy\x12\x38\n\tip_config\x18\x06 \x01(\x0b\x32%.google.cloud.clouddms.v1.SqlIpConfig\x12\x39\n\x15\x61uto_storage_increase\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12U\n\x0e\x64\x61tabase_flags\x18\x08 \x03(\x0b\x32=.google.cloud.clouddms.v1.CloudSqlSettings.DatabaseFlagsEntry\x12R\n\x0e\x64\x61ta_disk_type\x18\t \x01(\x0e\x32:.google.cloud.clouddms.v1.CloudSqlSettings.SqlDataDiskType\x12\x36\n\x11\x64\x61ta_disk_size_gb\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x0c\n\x04zone\x18\x0b \x01(\t\x12\x1c\n\x0esecondary_zone\x18\x12 \x01(\tB\x04\xe2\x41\x01\x01\x12\x11\n\tsource_id\x18\x0c \x01(\t\x12\x1b\n\rroot_password\x18\r \x01(\tB\x04\xe2\x41\x01\x04\x12\x1f\n\x11root_password_set\x18\x0e \x01(\x08\x42\x04\xe2\x41\x01\x03\x12\x11\n\tcollation\x18\x0f \x01(\t\x12\x15\n\rcmek_key_name\x18\x10 \x01(\t\x12_\n\x11\x61vailability_type\x18\x11 \x01(\x0e\x32>.google.cloud.clouddms.v1.CloudSqlSettings.SqlAvailabilityTypeB\x04\xe2\x41\x01\x01\x12I\n\x07\x65\x64ition\x18\x13 \x01(\x0e\x32\x32.google.cloud.clouddms.v1.CloudSqlSettings.EditionB\x04\xe2\x41\x01\x01\x1a\x31\n\x0fUserLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x34\n\x12\x44\x61tabaseFlagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"S\n\x13SqlActivationPolicy\x12%\n!SQL_ACTIVATION_POLICY_UNSPECIFIED\x10\x00\x12\n\n\x06\x41LWAYS\x10\x01\x12\t\n\x05NEVER\x10\x02\"M\n\x0fSqlDataDiskType\x12\"\n\x1eSQL_DATA_DISK_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06PD_SSD\x10\x01\x12\n\n\x06PD_HDD\x10\x02\"\xdf\x01\n\x12SqlDatabaseVersion\x12$\n SQL_DATABASE_VERSION_UNSPECIFIED\x10\x00\x12\r\n\tMYSQL_5_6\x10\x01\x12\r\n\tMYSQL_5_7\x10\x02\x12\x10\n\x0cPOSTGRES_9_6\x10\x03\x12\x0f\n\x0bPOSTGRES_11\x10\x04\x12\x0f\n\x0bPOSTGRES_10\x10\x05\x12\r\n\tMYSQL_8_0\x10\x06\x12\x0f\n\x0bPOSTGRES_12\x10\x07\x12\x0f\n\x0bPOSTGRES_13\x10\x08\x12\x0f\n\x0bPOSTGRES_14\x10\x11\x12\x0f\n\x0bPOSTGRES_15\x10\x12\"U\n\x13SqlAvailabilityType\x12%\n!SQL_AVAILABILITY_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05ZONAL\x10\x01\x12\x0c\n\x08REGIONAL\x10\x02\"G\n\x07\x45\x64ition\x12\x17\n\x13\x45\x44ITION_UNSPECIFIED\x10\x00\x12\x0e\n\nENTERPRISE\x10\x02\x12\x13\n\x0f\x45NTERPRISE_PLUS\x10\x03\"\xb7\x08\n\x0f\x41lloyDbSettings\x12S\n\x0cinitial_user\x18\x01 \x01(\x0b\x32\x36.google.cloud.clouddms.v1.AlloyDbSettings.UserPasswordB\x05\xe2\x41\x02\x02\x04\x12\x19\n\x0bvpc_network\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12\x45\n\x06labels\x18\x03 \x03(\x0b\x32\x35.google.cloud.clouddms.v1.AlloyDbSettings.LabelsEntry\x12\x64\n\x19primary_instance_settings\x18\x04 \x01(\x0b\x32\x41.google.cloud.clouddms.v1.AlloyDbSettings.PrimaryInstanceSettings\x12[\n\x11\x65ncryption_config\x18\x05 \x01(\x0b\x32:.google.cloud.clouddms.v1.AlloyDbSettings.EncryptionConfigB\x04\xe2\x41\x01\x01\x1aJ\n\x0cUserPassword\x12\x0c\n\x04user\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x1a\n\x0cpassword_set\x18\x03 \x01(\x08\x42\x04\xe2\x41\x01\x03\x1a\x84\x04\n\x17PrimaryInstanceSettings\x12\x10\n\x02id\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12g\n\x0emachine_config\x18\x02 \x01(\x0b\x32O.google.cloud.clouddms.v1.AlloyDbSettings.PrimaryInstanceSettings.MachineConfig\x12l\n\x0e\x64\x61tabase_flags\x18\x06 \x03(\x0b\x32T.google.cloud.clouddms.v1.AlloyDbSettings.PrimaryInstanceSettings.DatabaseFlagsEntry\x12]\n\x06labels\x18\x07 \x03(\x0b\x32M.google.cloud.clouddms.v1.AlloyDbSettings.PrimaryInstanceSettings.LabelsEntry\x12\x18\n\nprivate_ip\x18\x08 \x01(\tB\x04\xe2\x41\x01\x03\x1a\"\n\rMachineConfig\x12\x11\n\tcpu_count\x18\x01 \x01(\x05\x1a\x34\n\x12\x44\x61tabaseFlagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a(\n\x10\x45ncryptionConfig\x12\x14\n\x0ckms_key_name\x18\x01 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x16\n\x14StaticIpConnectivity\"E\n!PrivateServiceConnectConnectivity\x12 \n\x12service_attachment\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"]\n\x16ReverseSshConnectivity\x12\x13\n\x05vm_ip\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x15\n\x07vm_port\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x02\x12\n\n\x02vm\x18\x03 \x01(\t\x12\x0b\n\x03vpc\x18\x04 \x01(\t\"%\n\x16VpcPeeringConnectivity\x12\x0b\n\x03vpc\x18\x01 \x01(\t\"\xac\x01\n\x1c\x46orwardSshTunnelConnectivity\x12\x16\n\x08hostname\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12\x16\n\x08username\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12\x0c\n\x04port\x18\x03 \x01(\x05\x12\x18\n\x08password\x18\x64 \x01(\tB\x04\xe2\x41\x01\x04H\x00\x12\x1b\n\x0bprivate_key\x18\x65 \x01(\tB\x04\xe2\x41\x01\x04H\x00\x42\x17\n\x15\x61uthentication_method\"\x1d\n\x1bStaticServiceIpConnectivity\"7\n\x13PrivateConnectivity\x12 \n\x12private_connection\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"\x86\x01\n\x0c\x44\x61tabaseType\x12<\n\x08provider\x18\x01 \x01(\x0e\x32*.google.cloud.clouddms.v1.DatabaseProvider\x12\x38\n\x06\x65ngine\x18\x02 \x01(\x0e\x32(.google.cloud.clouddms.v1.DatabaseEngine\"\xe2\x11\n\x0cMigrationJob\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x35\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x42\n\x06labels\x18\x04 \x03(\x0b\x32\x32.google.cloud.clouddms.v1.MigrationJob.LabelsEntry\x12\x14\n\x0c\x64isplay_name\x18\x05 \x01(\t\x12;\n\x05state\x18\x06 \x01(\x0e\x32,.google.cloud.clouddms.v1.MigrationJob.State\x12\x41\n\x05phase\x18\x07 \x01(\x0e\x32,.google.cloud.clouddms.v1.MigrationJob.PhaseB\x04\xe2\x41\x01\x03\x12?\n\x04type\x18\x08 \x01(\x0e\x32+.google.cloud.clouddms.v1.MigrationJob.TypeB\x04\xe2\x41\x01\x02\x12\x11\n\tdump_path\x18\t \x01(\t\x12\x44\n\ndump_flags\x18\x11 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.MigrationJob.DumpFlags\x12\x14\n\x06source\x18\n \x01(\tB\x04\xe2\x41\x01\x02\x12\x19\n\x0b\x64\x65stination\x18\x0b \x01(\tB\x04\xe2\x41\x01\x02\x12T\n\x18reverse_ssh_connectivity\x18\x65 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.ReverseSshConnectivityH\x00\x12T\n\x18vpc_peering_connectivity\x18\x66 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.VpcPeeringConnectivityH\x00\x12P\n\x16static_ip_connectivity\x18g \x01(\x0b\x32..google.cloud.clouddms.v1.StaticIpConnectivityH\x00\x12\x31\n\x08\x64uration\x18\x0c \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\xe2\x41\x01\x03\x12\'\n\x05\x65rror\x18\r \x01(\x0b\x32\x12.google.rpc.StatusB\x04\xe2\x41\x01\x03\x12?\n\x0fsource_database\x18\x0e \x01(\x0b\x32&.google.cloud.clouddms.v1.DatabaseType\x12\x44\n\x14\x64\x65stination_database\x18\x0f \x01(\x0b\x32&.google.cloud.clouddms.v1.DatabaseType\x12\x32\n\x08\x65nd_time\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12O\n\x14\x63onversion_workspace\x18\x12 \x01(\x0b\x32\x31.google.cloud.clouddms.v1.ConversionWorkspaceInfo\x12\x0e\n\x06\x66ilter\x18\x14 \x01(\t\x12\x15\n\rcmek_key_name\x18\x15 \x01(\t\x12Z\n\x12performance_config\x18\x16 \x01(\x0b\x32\x38.google.cloud.clouddms.v1.MigrationJob.PerformanceConfigB\x04\xe2\x41\x01\x01\x1a\'\n\x08\x44umpFlag\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x1aP\n\tDumpFlags\x12\x43\n\ndump_flags\x18\x01 \x03(\x0b\x32/.google.cloud.clouddms.v1.MigrationJob.DumpFlag\x1a\xd5\x01\n\x11PerformanceConfig\x12g\n\x13\x64ump_parallel_level\x18\x01 \x01(\x0e\x32J.google.cloud.clouddms.v1.MigrationJob.PerformanceConfig.DumpParallelLevel\"W\n\x11\x44umpParallelLevel\x12#\n\x1f\x44UMP_PARALLEL_LEVEL_UNSPECIFIED\x10\x00\x12\x07\n\x03MIN\x10\x01\x12\x0b\n\x07OPTIMAL\x10\x02\x12\x07\n\x03MAX\x10\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xf1\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bMAINTENANCE\x10\x01\x12\t\n\x05\x44RAFT\x10\x02\x12\x0c\n\x08\x43REATING\x10\x03\x12\x0f\n\x0bNOT_STARTED\x10\x04\x12\x0b\n\x07RUNNING\x10\x05\x12\n\n\x06\x46\x41ILED\x10\x06\x12\r\n\tCOMPLETED\x10\x07\x12\x0c\n\x08\x44\x45LETING\x10\x08\x12\x0c\n\x08STOPPING\x10\t\x12\x0b\n\x07STOPPED\x10\n\x12\x0b\n\x07\x44\x45LETED\x10\x0b\x12\x0c\n\x08UPDATING\x10\x0c\x12\x0c\n\x08STARTING\x10\r\x12\x0e\n\nRESTARTING\x10\x0e\x12\x0c\n\x08RESUMING\x10\x0f\"\x8e\x01\n\x05Phase\x12\x15\n\x11PHASE_UNSPECIFIED\x10\x00\x12\r\n\tFULL_DUMP\x10\x01\x12\x07\n\x03\x43\x44\x43\x10\x02\x12\x17\n\x13PROMOTE_IN_PROGRESS\x10\x03\x12%\n!WAITING_FOR_SOURCE_WRITES_TO_STOP\x10\x04\x12\x16\n\x12PREPARING_THE_DUMP\x10\x05\":\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08ONE_TIME\x10\x01\x12\x0e\n\nCONTINUOUS\x10\x02:u\xea\x41r\n)datamigration.googleapis.com/MigrationJob\x12\x45projects/{project}/locations/{location}/migrationJobs/{migration_job}B\x0e\n\x0c\x63onnectivity\":\n\x17\x43onversionWorkspaceInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tcommit_id\x18\x02 \x01(\t\"\xc2\x08\n\x11\x43onnectionProfile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x35\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12G\n\x06labels\x18\x04 \x03(\x0b\x32\x37.google.cloud.clouddms.v1.ConnectionProfile.LabelsEntry\x12@\n\x05state\x18\x05 \x01(\x0e\x32\x31.google.cloud.clouddms.v1.ConnectionProfile.State\x12\x14\n\x0c\x64isplay_name\x18\x06 \x01(\t\x12\x41\n\x05mysql\x18\x64 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.MySqlConnectionProfileH\x00\x12K\n\npostgresql\x18\x65 \x01(\x0b\x32\x35.google.cloud.clouddms.v1.PostgreSqlConnectionProfileH\x00\x12\x43\n\x06oracle\x18h \x01(\x0b\x32\x31.google.cloud.clouddms.v1.OracleConnectionProfileH\x00\x12G\n\x08\x63loudsql\x18\x66 \x01(\x0b\x32\x33.google.cloud.clouddms.v1.CloudSqlConnectionProfileH\x00\x12\x45\n\x07\x61lloydb\x18i \x01(\x0b\x32\x32.google.cloud.clouddms.v1.AlloyDbConnectionProfileH\x00\x12\'\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x12.google.rpc.StatusB\x04\xe2\x41\x01\x03\x12<\n\x08provider\x18\x08 \x01(\x0e\x32*.google.cloud.clouddms.v1.DatabaseProvider\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"w\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\x12\t\n\x05READY\x10\x03\x12\x0c\n\x08UPDATING\x10\x04\x12\x0c\n\x08\x44\x45LETING\x10\x05\x12\x0b\n\x07\x44\x45LETED\x10\x06\x12\n\n\x06\x46\x41ILED\x10\x07:\x85\x01\xea\x41\x81\x01\n.datamigration.googleapis.com/ConnectionProfile\x12Oprojects/{project}/locations/{location}/connectionProfiles/{connection_profile}B\x14\n\x12\x63onnection_profile\"\xd8\x08\n\x1dMigrationJobVerificationError\x12[\n\nerror_code\x18\x01 \x01(\x0e\x32\x41.google.cloud.clouddms.v1.MigrationJobVerificationError.ErrorCodeB\x04\xe2\x41\x01\x03\x12\x1b\n\rerror_message\x18\x02 \x01(\tB\x04\xe2\x41\x01\x03\x12\"\n\x14\x65rror_detail_message\x18\x03 \x01(\tB\x04\xe2\x41\x01\x03\"\x98\x07\n\tErrorCode\x12\x1a\n\x16\x45RROR_CODE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x43ONNECTION_FAILURE\x10\x01\x12\x1a\n\x16\x41UTHENTICATION_FAILURE\x10\x02\x12%\n!INVALID_CONNECTION_PROFILE_CONFIG\x10\x03\x12\x1b\n\x17VERSION_INCOMPATIBILITY\x10\x04\x12,\n(CONNECTION_PROFILE_TYPES_INCOMPATIBILITY\x10\x05\x12\x1a\n\x16NO_PGLOGICAL_INSTALLED\x10\x07\x12!\n\x1dPGLOGICAL_NODE_ALREADY_EXISTS\x10\x08\x12\x15\n\x11INVALID_WAL_LEVEL\x10\t\x12\"\n\x1eINVALID_SHARED_PRELOAD_LIBRARY\x10\n\x12&\n\"INSUFFICIENT_MAX_REPLICATION_SLOTS\x10\x0b\x12 \n\x1cINSUFFICIENT_MAX_WAL_SENDERS\x10\x0c\x12%\n!INSUFFICIENT_MAX_WORKER_PROCESSES\x10\r\x12\x1a\n\x16UNSUPPORTED_EXTENSIONS\x10\x0e\x12\x1e\n\x1aUNSUPPORTED_MIGRATION_TYPE\x10\x0f\x12#\n\x1fINVALID_RDS_LOGICAL_REPLICATION\x10\x10\x12\x19\n\x15UNSUPPORTED_GTID_MODE\x10\x11\x12 \n\x1cUNSUPPORTED_TABLE_DEFINITION\x10\x12\x12\x17\n\x13UNSUPPORTED_DEFINER\x10\x13\x12\"\n\x1e\x43\x41NT_RESTART_RUNNING_MIGRATION\x10\x15\x12\x18\n\x14SOURCE_ALREADY_SETUP\x10\x17\x12\x1f\n\x1bTABLES_WITH_LIMITED_SUPPORT\x10\x18\x12\x1f\n\x1bUNSUPPORTED_DATABASE_LOCALE\x10\x19\x12#\n\x1fUNSUPPORTED_DATABASE_FDW_CONFIG\x10\x1a\x12\x0f\n\x0b\x45RROR_RDBMS\x10\x1b\x12!\n\x1dSOURCE_SIZE_EXCEEDS_THRESHOLD\x10\x1c\x12\"\n\x1e\x45XISTING_CONFLICTING_DATABASES\x10\x1d\x12*\n&PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE\x10\x1e\"\xe8\x05\n\x11PrivateConnection\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x35\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x35\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12G\n\x06labels\x18\x04 \x03(\x0b\x32\x37.google.cloud.clouddms.v1.PrivateConnection.LabelsEntry\x12\x14\n\x0c\x64isplay_name\x18\x05 \x01(\t\x12\x46\n\x05state\x18\x06 \x01(\x0e\x32\x31.google.cloud.clouddms.v1.PrivateConnection.StateB\x04\xe2\x41\x01\x03\x12\'\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x12.google.rpc.StatusB\x04\xe2\x41\x01\x03\x12H\n\x12vpc_peering_config\x18\x64 \x01(\x0b\x32*.google.cloud.clouddms.v1.VpcPeeringConfigH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"v\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07\x43REATED\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\x12\x14\n\x10\x46\x41ILED_TO_DELETE\x10\x05\x12\x0b\n\x07\x44\x45LETED\x10\x06:\x85\x01\xea\x41\x81\x01\n.datamigration.googleapis.com/PrivateConnection\x12Oprojects/{project}/locations/{location}/privateConnections/{private_connection}B\x0e\n\x0c\x63onnectivity\"d\n\x10VpcPeeringConfig\x12:\n\x08vpc_name\x18\x01 \x01(\tB(\xe2\x41\x01\x02\xfa\x41!\n\x1f\x63ompute.googleapis.com/Networks\x12\x14\n\x06subnet\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02*\x93\x01\n\x13NetworkArchitecture\x12$\n NETWORK_ARCHITECTURE_UNSPECIFIED\x10\x00\x12*\n&NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER\x10\x01\x12*\n&NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER\x10\x02*X\n\x0e\x44\x61tabaseEngine\x12\x1f\n\x1b\x44\x41TABASE_ENGINE_UNSPECIFIED\x10\x00\x12\t\n\x05MYSQL\x10\x01\x12\x0e\n\nPOSTGRESQL\x10\x02\x12\n\n\x06ORACLE\x10\x04*e\n\x10\x44\x61tabaseProvider\x12!\n\x1d\x44\x41TABASE_PROVIDER_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43LOUDSQL\x10\x01\x12\x07\n\x03RDS\x10\x02\x12\n\n\x06\x41URORA\x10\x03\x12\x0b\n\x07\x41LLOYDB\x10\x04\x42\x98\x02\n\x1c\x63om.google.cloud.clouddms.v1B\x16\x43louddmsResourcesProtoP\x01Z8cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb\xaa\x02\x18Google.Cloud.CloudDms.V1\xca\x02\x18Google\\Cloud\\CloudDms\\V1\xea\x02\x1bGoogle::Cloud::CloudDMS::V1\xea\x41O\n\x1f\x63ompute.googleapis.com/Networks\x12,projects/{project}/global/networks/{network}b\x06proto3"
|
15
|
+
descriptor_data = "\n1google/cloud/clouddms/v1/clouddms_resources.proto\x12\x18google.cloud.clouddms.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a\x17google/rpc/status.proto\"\xee\x01\n\tSslConfig\x12>\n\x04type\x18\x01 \x01(\x0e\x32+.google.cloud.clouddms.v1.SslConfig.SslTypeB\x03\xe0\x41\x03\x12\x17\n\nclient_key\x18\x02 \x01(\tB\x03\xe0\x41\x04\x12\x1f\n\x12\x63lient_certificate\x18\x03 \x01(\tB\x03\xe0\x41\x04\x12\x1e\n\x0e\x63\x61_certificate\x18\x04 \x01(\tB\x06\xe0\x41\x04\xe0\x41\x02\"G\n\x07SslType\x12\x18\n\x14SSL_TYPE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bSERVER_ONLY\x10\x01\x12\x11\n\rSERVER_CLIENT\x10\x02\"\xd2\x01\n\x16MySqlConnectionProfile\x12\x11\n\x04host\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04port\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02\x12\x15\n\x08username\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x08password\x18\x04 \x01(\tB\x06\xe0\x41\x04\xe0\x41\x02\x12\x19\n\x0cpassword_set\x18\x05 \x01(\x08\x42\x03\xe0\x41\x03\x12\x30\n\x03ssl\x18\x06 \x01(\x0b\x32#.google.cloud.clouddms.v1.SslConfig\x12\x14\n\x0c\x63loud_sql_id\x18\x07 \x01(\t\"\xf8\x03\n\x1bPostgreSqlConnectionProfile\x12\x11\n\x04host\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04port\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02\x12\x15\n\x08username\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x08password\x18\x04 \x01(\tB\x06\xe0\x41\x04\xe0\x41\x02\x12\x19\n\x0cpassword_set\x18\x05 \x01(\x08\x42\x03\xe0\x41\x03\x12\x30\n\x03ssl\x18\x06 \x01(\x0b\x32#.google.cloud.clouddms.v1.SslConfig\x12\x14\n\x0c\x63loud_sql_id\x18\x07 \x01(\t\x12P\n\x14network_architecture\x18\x08 \x01(\x0e\x32-.google.cloud.clouddms.v1.NetworkArchitectureB\x03\xe0\x41\x03\x12P\n\x16static_ip_connectivity\x18\x64 \x01(\x0b\x32..google.cloud.clouddms.v1.StaticIpConnectivityH\x00\x12k\n$private_service_connect_connectivity\x18\x65 \x01(\x0b\x32;.google.cloud.clouddms.v1.PrivateServiceConnectConnectivityH\x00\x42\x0e\n\x0c\x63onnectivity\"\xf8\x03\n\x17OracleConnectionProfile\x12\x11\n\x04host\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x11\n\x04port\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02\x12\x15\n\x08username\x18\x03 \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x08password\x18\x04 \x01(\tB\x06\xe0\x41\x04\xe0\x41\x02\x12\x19\n\x0cpassword_set\x18\x05 \x01(\x08\x42\x03\xe0\x41\x03\x12\x1d\n\x10\x64\x61tabase_service\x18\x06 \x01(\tB\x03\xe0\x41\x02\x12\x30\n\x03ssl\x18\x07 \x01(\x0b\x32#.google.cloud.clouddms.v1.SslConfig\x12_\n\x1estatic_service_ip_connectivity\x18\x64 \x01(\x0b\x32\x35.google.cloud.clouddms.v1.StaticServiceIpConnectivityH\x00\x12Z\n\x18\x66orward_ssh_connectivity\x18\x65 \x01(\x0b\x32\x36.google.cloud.clouddms.v1.ForwardSshTunnelConnectivityH\x00\x12M\n\x14private_connectivity\x18\x66 \x01(\x0b\x32-.google.cloud.clouddms.v1.PrivateConnectivityH\x00\x42\x0e\n\x0c\x63onnectivity\"\xcd\x01\n\x19\x43loudSqlConnectionProfile\x12\x19\n\x0c\x63loud_sql_id\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x41\n\x08settings\x18\x02 \x01(\x0b\x32*.google.cloud.clouddms.v1.CloudSqlSettingsB\x03\xe0\x41\x05\x12\x17\n\nprivate_ip\x18\x03 \x01(\tB\x03\xe0\x41\x03\x12\x16\n\tpublic_ip\x18\x04 \x01(\tB\x03\xe0\x41\x03\x12!\n\x14\x61\x64\x64itional_public_ip\x18\x05 \x01(\tB\x03\xe0\x41\x03\"u\n\x18\x41lloyDbConnectionProfile\x12\x17\n\ncluster_id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12@\n\x08settings\x18\x02 \x01(\x0b\x32).google.cloud.clouddms.v1.AlloyDbSettingsB\x03\xe0\x41\x05\"\x9b\x01\n\x0bSqlAclEntry\x12\r\n\x05value\x18\x01 \x01(\t\x12\x31\n\x0b\x65xpire_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampH\x00\x12-\n\x03ttl\x18\x0b \x01(\x0b\x32\x19.google.protobuf.DurationB\x03\xe0\x41\x04H\x00\x12\r\n\x05label\x18\x03 \x01(\tB\x0c\n\nexpiration\"\xed\x01\n\x0bSqlIpConfig\x12/\n\x0b\x65nable_ipv4\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x17\n\x0fprivate_network\x18\x02 \x01(\t\x12\x1f\n\x12\x61llocated_ip_range\x18\x05 \x01(\tB\x03\xe0\x41\x01\x12/\n\x0brequire_ssl\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12\x42\n\x13\x61uthorized_networks\x18\x04 \x03(\x0b\x32%.google.cloud.clouddms.v1.SqlAclEntry\"\x9a\r\n\x10\x43loudSqlSettings\x12W\n\x10\x64\x61tabase_version\x18\x01 \x01(\x0e\x32=.google.cloud.clouddms.v1.CloudSqlSettings.SqlDatabaseVersion\x12O\n\x0buser_labels\x18\x02 \x03(\x0b\x32:.google.cloud.clouddms.v1.CloudSqlSettings.UserLabelsEntry\x12\x0c\n\x04tier\x18\x03 \x01(\t\x12>\n\x19storage_auto_resize_limit\x18\x04 \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12Y\n\x11\x61\x63tivation_policy\x18\x05 \x01(\x0e\x32>.google.cloud.clouddms.v1.CloudSqlSettings.SqlActivationPolicy\x12\x38\n\tip_config\x18\x06 \x01(\x0b\x32%.google.cloud.clouddms.v1.SqlIpConfig\x12\x39\n\x15\x61uto_storage_increase\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.BoolValue\x12U\n\x0e\x64\x61tabase_flags\x18\x08 \x03(\x0b\x32=.google.cloud.clouddms.v1.CloudSqlSettings.DatabaseFlagsEntry\x12R\n\x0e\x64\x61ta_disk_type\x18\t \x01(\x0e\x32:.google.cloud.clouddms.v1.CloudSqlSettings.SqlDataDiskType\x12\x36\n\x11\x64\x61ta_disk_size_gb\x18\n \x01(\x0b\x32\x1b.google.protobuf.Int64Value\x12\x0c\n\x04zone\x18\x0b \x01(\t\x12\x1b\n\x0esecondary_zone\x18\x12 \x01(\tB\x03\xe0\x41\x01\x12\x11\n\tsource_id\x18\x0c \x01(\t\x12\x1a\n\rroot_password\x18\r \x01(\tB\x03\xe0\x41\x04\x12\x1e\n\x11root_password_set\x18\x0e \x01(\x08\x42\x03\xe0\x41\x03\x12\x11\n\tcollation\x18\x0f \x01(\t\x12\x15\n\rcmek_key_name\x18\x10 \x01(\t\x12^\n\x11\x61vailability_type\x18\x11 \x01(\x0e\x32>.google.cloud.clouddms.v1.CloudSqlSettings.SqlAvailabilityTypeB\x03\xe0\x41\x01\x12H\n\x07\x65\x64ition\x18\x13 \x01(\x0e\x32\x32.google.cloud.clouddms.v1.CloudSqlSettings.EditionB\x03\xe0\x41\x01\x1a\x31\n\x0fUserLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x34\n\x12\x44\x61tabaseFlagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"S\n\x13SqlActivationPolicy\x12%\n!SQL_ACTIVATION_POLICY_UNSPECIFIED\x10\x00\x12\n\n\x06\x41LWAYS\x10\x01\x12\t\n\x05NEVER\x10\x02\"M\n\x0fSqlDataDiskType\x12\"\n\x1eSQL_DATA_DISK_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06PD_SSD\x10\x01\x12\n\n\x06PD_HDD\x10\x02\"\xdf\x01\n\x12SqlDatabaseVersion\x12$\n SQL_DATABASE_VERSION_UNSPECIFIED\x10\x00\x12\r\n\tMYSQL_5_6\x10\x01\x12\r\n\tMYSQL_5_7\x10\x02\x12\x10\n\x0cPOSTGRES_9_6\x10\x03\x12\x0f\n\x0bPOSTGRES_11\x10\x04\x12\x0f\n\x0bPOSTGRES_10\x10\x05\x12\r\n\tMYSQL_8_0\x10\x06\x12\x0f\n\x0bPOSTGRES_12\x10\x07\x12\x0f\n\x0bPOSTGRES_13\x10\x08\x12\x0f\n\x0bPOSTGRES_14\x10\x11\x12\x0f\n\x0bPOSTGRES_15\x10\x12\"U\n\x13SqlAvailabilityType\x12%\n!SQL_AVAILABILITY_TYPE_UNSPECIFIED\x10\x00\x12\t\n\x05ZONAL\x10\x01\x12\x0c\n\x08REGIONAL\x10\x02\"G\n\x07\x45\x64ition\x12\x17\n\x13\x45\x44ITION_UNSPECIFIED\x10\x00\x12\x0e\n\nENTERPRISE\x10\x02\x12\x13\n\x0f\x45NTERPRISE_PLUS\x10\x03\"\xb3\x08\n\x0f\x41lloyDbSettings\x12T\n\x0cinitial_user\x18\x01 \x01(\x0b\x32\x36.google.cloud.clouddms.v1.AlloyDbSettings.UserPasswordB\x06\xe0\x41\x02\xe0\x41\x04\x12\x18\n\x0bvpc_network\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x45\n\x06labels\x18\x03 \x03(\x0b\x32\x35.google.cloud.clouddms.v1.AlloyDbSettings.LabelsEntry\x12\x64\n\x19primary_instance_settings\x18\x04 \x01(\x0b\x32\x41.google.cloud.clouddms.v1.AlloyDbSettings.PrimaryInstanceSettings\x12Z\n\x11\x65ncryption_config\x18\x05 \x01(\x0b\x32:.google.cloud.clouddms.v1.AlloyDbSettings.EncryptionConfigB\x03\xe0\x41\x01\x1aI\n\x0cUserPassword\x12\x0c\n\x04user\x18\x01 \x01(\t\x12\x10\n\x08password\x18\x02 \x01(\t\x12\x19\n\x0cpassword_set\x18\x03 \x01(\x08\x42\x03\xe0\x41\x03\x1a\x82\x04\n\x17PrimaryInstanceSettings\x12\x0f\n\x02id\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12g\n\x0emachine_config\x18\x02 \x01(\x0b\x32O.google.cloud.clouddms.v1.AlloyDbSettings.PrimaryInstanceSettings.MachineConfig\x12l\n\x0e\x64\x61tabase_flags\x18\x06 \x03(\x0b\x32T.google.cloud.clouddms.v1.AlloyDbSettings.PrimaryInstanceSettings.DatabaseFlagsEntry\x12]\n\x06labels\x18\x07 \x03(\x0b\x32M.google.cloud.clouddms.v1.AlloyDbSettings.PrimaryInstanceSettings.LabelsEntry\x12\x17\n\nprivate_ip\x18\x08 \x01(\tB\x03\xe0\x41\x03\x1a\"\n\rMachineConfig\x12\x11\n\tcpu_count\x18\x01 \x01(\x05\x1a\x34\n\x12\x44\x61tabaseFlagsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a(\n\x10\x45ncryptionConfig\x12\x14\n\x0ckms_key_name\x18\x01 \x01(\t\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\x16\n\x14StaticIpConnectivity\"D\n!PrivateServiceConnectConnectivity\x12\x1f\n\x12service_attachment\x18\x01 \x01(\tB\x03\xe0\x41\x02\"[\n\x16ReverseSshConnectivity\x12\x12\n\x05vm_ip\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x14\n\x07vm_port\x18\x02 \x01(\x05\x42\x03\xe0\x41\x02\x12\n\n\x02vm\x18\x03 \x01(\t\x12\x0b\n\x03vpc\x18\x04 \x01(\t\"%\n\x16VpcPeeringConnectivity\x12\x0b\n\x03vpc\x18\x01 \x01(\t\"\xa8\x01\n\x1c\x46orwardSshTunnelConnectivity\x12\x15\n\x08hostname\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12\x15\n\x08username\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x0c\n\x04port\x18\x03 \x01(\x05\x12\x17\n\x08password\x18\x64 \x01(\tB\x03\xe0\x41\x04H\x00\x12\x1a\n\x0bprivate_key\x18\x65 \x01(\tB\x03\xe0\x41\x04H\x00\x42\x17\n\x15\x61uthentication_method\"\x1d\n\x1bStaticServiceIpConnectivity\"6\n\x13PrivateConnectivity\x12\x1f\n\x12private_connection\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\x86\x01\n\x0c\x44\x61tabaseType\x12<\n\x08provider\x18\x01 \x01(\x0e\x32*.google.cloud.clouddms.v1.DatabaseProvider\x12\x38\n\x06\x65ngine\x18\x02 \x01(\x0e\x32(.google.cloud.clouddms.v1.DatabaseEngine\"\xd8\x11\n\x0cMigrationJob\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x42\n\x06labels\x18\x04 \x03(\x0b\x32\x32.google.cloud.clouddms.v1.MigrationJob.LabelsEntry\x12\x14\n\x0c\x64isplay_name\x18\x05 \x01(\t\x12;\n\x05state\x18\x06 \x01(\x0e\x32,.google.cloud.clouddms.v1.MigrationJob.State\x12@\n\x05phase\x18\x07 \x01(\x0e\x32,.google.cloud.clouddms.v1.MigrationJob.PhaseB\x03\xe0\x41\x03\x12>\n\x04type\x18\x08 \x01(\x0e\x32+.google.cloud.clouddms.v1.MigrationJob.TypeB\x03\xe0\x41\x02\x12\x11\n\tdump_path\x18\t \x01(\t\x12\x44\n\ndump_flags\x18\x11 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.MigrationJob.DumpFlags\x12\x13\n\x06source\x18\n \x01(\tB\x03\xe0\x41\x02\x12\x18\n\x0b\x64\x65stination\x18\x0b \x01(\tB\x03\xe0\x41\x02\x12T\n\x18reverse_ssh_connectivity\x18\x65 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.ReverseSshConnectivityH\x00\x12T\n\x18vpc_peering_connectivity\x18\x66 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.VpcPeeringConnectivityH\x00\x12P\n\x16static_ip_connectivity\x18g \x01(\x0b\x32..google.cloud.clouddms.v1.StaticIpConnectivityH\x00\x12\x30\n\x08\x64uration\x18\x0c \x01(\x0b\x32\x19.google.protobuf.DurationB\x03\xe0\x41\x03\x12&\n\x05\x65rror\x18\r \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12?\n\x0fsource_database\x18\x0e \x01(\x0b\x32&.google.cloud.clouddms.v1.DatabaseType\x12\x44\n\x14\x64\x65stination_database\x18\x0f \x01(\x0b\x32&.google.cloud.clouddms.v1.DatabaseType\x12\x31\n\x08\x65nd_time\x18\x10 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12O\n\x14\x63onversion_workspace\x18\x12 \x01(\x0b\x32\x31.google.cloud.clouddms.v1.ConversionWorkspaceInfo\x12\x0e\n\x06\x66ilter\x18\x14 \x01(\t\x12\x15\n\rcmek_key_name\x18\x15 \x01(\t\x12Y\n\x12performance_config\x18\x16 \x01(\x0b\x32\x38.google.cloud.clouddms.v1.MigrationJob.PerformanceConfigB\x03\xe0\x41\x01\x1a\'\n\x08\x44umpFlag\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t\x1aP\n\tDumpFlags\x12\x43\n\ndump_flags\x18\x01 \x03(\x0b\x32/.google.cloud.clouddms.v1.MigrationJob.DumpFlag\x1a\xd5\x01\n\x11PerformanceConfig\x12g\n\x13\x64ump_parallel_level\x18\x01 \x01(\x0e\x32J.google.cloud.clouddms.v1.MigrationJob.PerformanceConfig.DumpParallelLevel\"W\n\x11\x44umpParallelLevel\x12#\n\x1f\x44UMP_PARALLEL_LEVEL_UNSPECIFIED\x10\x00\x12\x07\n\x03MIN\x10\x01\x12\x0b\n\x07OPTIMAL\x10\x02\x12\x07\n\x03MAX\x10\x03\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\xf1\x01\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0f\n\x0bMAINTENANCE\x10\x01\x12\t\n\x05\x44RAFT\x10\x02\x12\x0c\n\x08\x43REATING\x10\x03\x12\x0f\n\x0bNOT_STARTED\x10\x04\x12\x0b\n\x07RUNNING\x10\x05\x12\n\n\x06\x46\x41ILED\x10\x06\x12\r\n\tCOMPLETED\x10\x07\x12\x0c\n\x08\x44\x45LETING\x10\x08\x12\x0c\n\x08STOPPING\x10\t\x12\x0b\n\x07STOPPED\x10\n\x12\x0b\n\x07\x44\x45LETED\x10\x0b\x12\x0c\n\x08UPDATING\x10\x0c\x12\x0c\n\x08STARTING\x10\r\x12\x0e\n\nRESTARTING\x10\x0e\x12\x0c\n\x08RESUMING\x10\x0f\"\x8e\x01\n\x05Phase\x12\x15\n\x11PHASE_UNSPECIFIED\x10\x00\x12\r\n\tFULL_DUMP\x10\x01\x12\x07\n\x03\x43\x44\x43\x10\x02\x12\x17\n\x13PROMOTE_IN_PROGRESS\x10\x03\x12%\n!WAITING_FOR_SOURCE_WRITES_TO_STOP\x10\x04\x12\x16\n\x12PREPARING_THE_DUMP\x10\x05\":\n\x04Type\x12\x14\n\x10TYPE_UNSPECIFIED\x10\x00\x12\x0c\n\x08ONE_TIME\x10\x01\x12\x0e\n\nCONTINUOUS\x10\x02:u\xea\x41r\n)datamigration.googleapis.com/MigrationJob\x12\x45projects/{project}/locations/{location}/migrationJobs/{migration_job}B\x0e\n\x0c\x63onnectivity\":\n\x17\x43onversionWorkspaceInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tcommit_id\x18\x02 \x01(\t\"\xbf\x08\n\x11\x43onnectionProfile\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12G\n\x06labels\x18\x04 \x03(\x0b\x32\x37.google.cloud.clouddms.v1.ConnectionProfile.LabelsEntry\x12@\n\x05state\x18\x05 \x01(\x0e\x32\x31.google.cloud.clouddms.v1.ConnectionProfile.State\x12\x14\n\x0c\x64isplay_name\x18\x06 \x01(\t\x12\x41\n\x05mysql\x18\x64 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.MySqlConnectionProfileH\x00\x12K\n\npostgresql\x18\x65 \x01(\x0b\x32\x35.google.cloud.clouddms.v1.PostgreSqlConnectionProfileH\x00\x12\x43\n\x06oracle\x18h \x01(\x0b\x32\x31.google.cloud.clouddms.v1.OracleConnectionProfileH\x00\x12G\n\x08\x63loudsql\x18\x66 \x01(\x0b\x32\x33.google.cloud.clouddms.v1.CloudSqlConnectionProfileH\x00\x12\x45\n\x07\x61lloydb\x18i \x01(\x0b\x32\x32.google.cloud.clouddms.v1.AlloyDbConnectionProfileH\x00\x12&\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12<\n\x08provider\x18\x08 \x01(\x0e\x32*.google.cloud.clouddms.v1.DatabaseProvider\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"w\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\t\n\x05\x44RAFT\x10\x01\x12\x0c\n\x08\x43REATING\x10\x02\x12\t\n\x05READY\x10\x03\x12\x0c\n\x08UPDATING\x10\x04\x12\x0c\n\x08\x44\x45LETING\x10\x05\x12\x0b\n\x07\x44\x45LETED\x10\x06\x12\n\n\x06\x46\x41ILED\x10\x07:\x85\x01\xea\x41\x81\x01\n.datamigration.googleapis.com/ConnectionProfile\x12Oprojects/{project}/locations/{location}/connectionProfiles/{connection_profile}B\x14\n\x12\x63onnection_profile\"\xd5\x08\n\x1dMigrationJobVerificationError\x12Z\n\nerror_code\x18\x01 \x01(\x0e\x32\x41.google.cloud.clouddms.v1.MigrationJobVerificationError.ErrorCodeB\x03\xe0\x41\x03\x12\x1a\n\rerror_message\x18\x02 \x01(\tB\x03\xe0\x41\x03\x12!\n\x14\x65rror_detail_message\x18\x03 \x01(\tB\x03\xe0\x41\x03\"\x98\x07\n\tErrorCode\x12\x1a\n\x16\x45RROR_CODE_UNSPECIFIED\x10\x00\x12\x16\n\x12\x43ONNECTION_FAILURE\x10\x01\x12\x1a\n\x16\x41UTHENTICATION_FAILURE\x10\x02\x12%\n!INVALID_CONNECTION_PROFILE_CONFIG\x10\x03\x12\x1b\n\x17VERSION_INCOMPATIBILITY\x10\x04\x12,\n(CONNECTION_PROFILE_TYPES_INCOMPATIBILITY\x10\x05\x12\x1a\n\x16NO_PGLOGICAL_INSTALLED\x10\x07\x12!\n\x1dPGLOGICAL_NODE_ALREADY_EXISTS\x10\x08\x12\x15\n\x11INVALID_WAL_LEVEL\x10\t\x12\"\n\x1eINVALID_SHARED_PRELOAD_LIBRARY\x10\n\x12&\n\"INSUFFICIENT_MAX_REPLICATION_SLOTS\x10\x0b\x12 \n\x1cINSUFFICIENT_MAX_WAL_SENDERS\x10\x0c\x12%\n!INSUFFICIENT_MAX_WORKER_PROCESSES\x10\r\x12\x1a\n\x16UNSUPPORTED_EXTENSIONS\x10\x0e\x12\x1e\n\x1aUNSUPPORTED_MIGRATION_TYPE\x10\x0f\x12#\n\x1fINVALID_RDS_LOGICAL_REPLICATION\x10\x10\x12\x19\n\x15UNSUPPORTED_GTID_MODE\x10\x11\x12 \n\x1cUNSUPPORTED_TABLE_DEFINITION\x10\x12\x12\x17\n\x13UNSUPPORTED_DEFINER\x10\x13\x12\"\n\x1e\x43\x41NT_RESTART_RUNNING_MIGRATION\x10\x15\x12\x18\n\x14SOURCE_ALREADY_SETUP\x10\x17\x12\x1f\n\x1bTABLES_WITH_LIMITED_SUPPORT\x10\x18\x12\x1f\n\x1bUNSUPPORTED_DATABASE_LOCALE\x10\x19\x12#\n\x1fUNSUPPORTED_DATABASE_FDW_CONFIG\x10\x1a\x12\x0f\n\x0b\x45RROR_RDBMS\x10\x1b\x12!\n\x1dSOURCE_SIZE_EXCEEDS_THRESHOLD\x10\x1c\x12\"\n\x1e\x45XISTING_CONFLICTING_DATABASES\x10\x1d\x12*\n&PARALLEL_IMPORT_INSUFFICIENT_PRIVILEGE\x10\x1e\"\xe4\x05\n\x11PrivateConnection\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x0b\x63reate_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12G\n\x06labels\x18\x04 \x03(\x0b\x32\x37.google.cloud.clouddms.v1.PrivateConnection.LabelsEntry\x12\x14\n\x0c\x64isplay_name\x18\x05 \x01(\t\x12\x45\n\x05state\x18\x06 \x01(\x0e\x32\x31.google.cloud.clouddms.v1.PrivateConnection.StateB\x03\xe0\x41\x03\x12&\n\x05\x65rror\x18\x07 \x01(\x0b\x32\x12.google.rpc.StatusB\x03\xe0\x41\x03\x12H\n\x12vpc_peering_config\x18\x64 \x01(\x0b\x32*.google.cloud.clouddms.v1.VpcPeeringConfigH\x00\x1a-\n\x0bLabelsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"v\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43REATING\x10\x01\x12\x0b\n\x07\x43REATED\x10\x02\x12\n\n\x06\x46\x41ILED\x10\x03\x12\x0c\n\x08\x44\x45LETING\x10\x04\x12\x14\n\x10\x46\x41ILED_TO_DELETE\x10\x05\x12\x0b\n\x07\x44\x45LETED\x10\x06:\x85\x01\xea\x41\x81\x01\n.datamigration.googleapis.com/PrivateConnection\x12Oprojects/{project}/locations/{location}/privateConnections/{private_connection}B\x0e\n\x0c\x63onnectivity\"b\n\x10VpcPeeringConfig\x12\x39\n\x08vpc_name\x18\x01 \x01(\tB\'\xe0\x41\x02\xfa\x41!\n\x1f\x63ompute.googleapis.com/Networks\x12\x13\n\x06subnet\x18\x02 \x01(\tB\x03\xe0\x41\x02*\x93\x01\n\x13NetworkArchitecture\x12$\n NETWORK_ARCHITECTURE_UNSPECIFIED\x10\x00\x12*\n&NETWORK_ARCHITECTURE_OLD_CSQL_PRODUCER\x10\x01\x12*\n&NETWORK_ARCHITECTURE_NEW_CSQL_PRODUCER\x10\x02*X\n\x0e\x44\x61tabaseEngine\x12\x1f\n\x1b\x44\x41TABASE_ENGINE_UNSPECIFIED\x10\x00\x12\t\n\x05MYSQL\x10\x01\x12\x0e\n\nPOSTGRESQL\x10\x02\x12\n\n\x06ORACLE\x10\x04*e\n\x10\x44\x61tabaseProvider\x12!\n\x1d\x44\x41TABASE_PROVIDER_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x43LOUDSQL\x10\x01\x12\x07\n\x03RDS\x10\x02\x12\n\n\x06\x41URORA\x10\x03\x12\x0b\n\x07\x41LLOYDB\x10\x04\x42\x98\x02\n\x1c\x63om.google.cloud.clouddms.v1B\x16\x43louddmsResourcesProtoP\x01Z8cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb\xaa\x02\x18Google.Cloud.CloudDms.V1\xca\x02\x18Google\\Cloud\\CloudDms\\V1\xea\x02\x1bGoogle::Cloud::CloudDMS::V1\xea\x41O\n\x1f\x63ompute.googleapis.com/Networks\x12,projects/{project}/global/networks/{network}b\x06proto3"
|
16
16
|
|
17
17
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
18
18
|
|
@@ -12,7 +12,7 @@ require 'google/protobuf/struct_pb'
|
|
12
12
|
require 'google/protobuf/timestamp_pb'
|
13
13
|
|
14
14
|
|
15
|
-
descriptor_data = "\n<google/cloud/clouddms/v1/conversionworkspace_resources.proto\x12\x18google.cloud.clouddms.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x31google/cloud/clouddms/v1/clouddms_resources.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"k\n\x12\x44\x61tabaseEngineInfo\x12>\n\x06\x65ngine\x18\x01 \x01(\x0e\x32(.google.cloud.clouddms.v1.DatabaseEngineB\x04\xe2\x41\x01\x02\x12\x15\n\x07version\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\"\x91\x06\n\x13\x43onversionWorkspace\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x42\n\x06source\x18\x02 \x01(\x0b\x32,.google.cloud.clouddms.v1.DatabaseEngineInfoB\x04\xe2\x41\x01\x02\x12G\n\x0b\x64\x65stination\x18\x03 \x01(\x0b\x32,.google.cloud.clouddms.v1.DatabaseEngineInfoB\x04\xe2\x41\x01\x02\x12`\n\x0fglobal_settings\x18\x04 \x03(\x0b\x32\x41.google.cloud.clouddms.v1.ConversionWorkspace.GlobalSettingsEntryB\x04\xe2\x41\x01\x01\x12%\n\x17has_uncommitted_changes\x18\x05 \x01(\x08\x42\x04\xe2\x41\x01\x03\x12\x1e\n\x10latest_commit_id\x18\x06 \x01(\tB\x04\xe2\x41\x01\x03\x12<\n\x12latest_commit_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x35\n\x0b\x63reate_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x35\n\x0bupdate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12\x1a\n\x0c\x64isplay_name\x18\x0b \x01(\tB\x04\xe2\x41\x01\x01\x1a\x35\n\x13GlobalSettingsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\xb6\x01\xea\x41\xb2\x01\n0datamigration.googleapis.com/ConversionWorkspace\x12Sprojects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}*\x14\x63onversionWorkspaces2\x13\x63onversionWorkspace\"\x94\t\n\x15\x42\x61\x63kgroundJobLogEntry\x12\n\n\x02id\x18\x01 \x01(\t\x12=\n\x08job_type\x18\x02 \x01(\x0e\x32+.google.cloud.clouddms.v1.BackgroundJobType\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x62\n\x10\x63ompletion_state\x18\x05 \x01(\x0e\x32\x42.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionStateB\x04\xe2\x41\x01\x03\x12 \n\x12\x63ompletion_comment\x18\x06 \x01(\tB\x04\xe2\x41\x01\x03\x12 \n\x12request_autocommit\x18\x07 \x01(\x08\x42\x04\xe2\x41\x01\x03\x12`\n\x10seed_job_details\x18\x64 \x01(\x0b\x32>.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetailsB\x04\xe2\x41\x01\x03H\x00\x12o\n\x18import_rules_job_details\x18\x65 \x01(\x0b\x32\x45.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetailsB\x04\xe2\x41\x01\x03H\x00\x12\x66\n\x13\x63onvert_job_details\x18\x66 \x01(\x0b\x32\x41.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetailsB\x04\xe2\x41\x01\x03H\x00\x12\x62\n\x11\x61pply_job_details\x18g \x01(\x0b\x32?.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetailsB\x04\xe2\x41\x01\x03H\x00\x1a\x32\n\x0eSeedJobDetails\x12 \n\x12\x63onnection_profile\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03\x1ax\n\x15ImportRulesJobDetails\x12\x13\n\x05\x66iles\x18\x01 \x03(\tB\x04\xe2\x41\x01\x03\x12J\n\x0b\x66ile_format\x18\x02 \x01(\x0e\x32/.google.cloud.clouddms.v1.ImportRulesFileFormatB\x04\xe2\x41\x01\x03\x1a)\n\x11\x43onvertJobDetails\x12\x14\n\x06\x66ilter\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03\x1aI\n\x0f\x41pplyJobDetails\x12 \n\x12\x63onnection_profile\x18\x01 \x01(\tB\x04\xe2\x41\x01\x03\x12\x14\n\x06\x66ilter\x18\x02 \x01(\tB\x04\xe2\x41\x01\x03\"U\n\x12JobCompletionState\x12$\n JOB_COMPLETION_STATE_UNSPECIFIED\x10\x00\x12\r\n\tSUCCEEDED\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x42\r\n\x0bjob_details\"\xb0\x01\n\x11MappingRuleFilter\x12\x1b\n\rparent_entity\x18\x01 \x01(\tB\x04\xe2\x41\x01\x01\x12 \n\x12\x65ntity_name_prefix\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\x12 \n\x12\x65ntity_name_suffix\x18\x03 \x01(\tB\x04\xe2\x41\x01\x01\x12\"\n\x14\x65ntity_name_contains\x18\x04 \x01(\tB\x04\xe2\x41\x01\x01\x12\x16\n\x08\x65ntities\x18\x05 \x03(\tB\x04\xe2\x41\x01\x01\"\xb0\x0c\n\x0bMappingRule\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x1a\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\x12@\n\x05state\x18\x03 \x01(\x0e\x32+.google.cloud.clouddms.v1.MappingRule.StateB\x04\xe2\x41\x01\x01\x12\x46\n\nrule_scope\x18\x04 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityTypeB\x04\xe2\x41\x01\x02\x12\x41\n\x06\x66ilter\x18\x05 \x01(\x0b\x32+.google.cloud.clouddms.v1.MappingRuleFilterB\x04\xe2\x41\x01\x02\x12\x18\n\nrule_order\x18\x06 \x01(\x03\x42\x04\xe2\x41\x01\x02\x12\x19\n\x0brevision_id\x18\x07 \x01(\tB\x04\xe2\x41\x01\x03\x12>\n\x14revision_create_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\xe2\x41\x01\x03\x12R\n\x14single_entity_rename\x18\x66 \x01(\x0b\x32,.google.cloud.clouddms.v1.SingleEntityRenameB\x04\xe2\x41\x01\x01H\x00\x12P\n\x13multi_entity_rename\x18g \x01(\x0b\x32+.google.cloud.clouddms.v1.MultiEntityRenameB\x04\xe2\x41\x01\x01H\x00\x12\x41\n\x0b\x65ntity_move\x18i \x01(\x0b\x32$.google.cloud.clouddms.v1.EntityMoveB\x04\xe2\x41\x01\x01H\x00\x12R\n\x14single_column_change\x18j \x01(\x0b\x32,.google.cloud.clouddms.v1.SingleColumnChangeB\x04\xe2\x41\x01\x01H\x00\x12\x62\n\x1dmulti_column_data_type_change\x18k \x01(\x0b\x32\x33.google.cloud.clouddms.v1.MultiColumnDatatypeChangeB\x04\xe2\x41\x01\x01H\x00\x12\x61\n\x1c\x63onditional_column_set_value\x18l \x01(\x0b\x32\x33.google.cloud.clouddms.v1.ConditionalColumnSetValueB\x04\xe2\x41\x01\x01H\x00\x12T\n\x14\x63onvert_rowid_column\x18r \x01(\x0b\x32..google.cloud.clouddms.v1.ConvertRowIdToColumnB\x04\xe2\x41\x01\x01H\x00\x12S\n\x15set_table_primary_key\x18s \x01(\x0b\x32,.google.cloud.clouddms.v1.SetTablePrimaryKeyB\x04\xe2\x41\x01\x01H\x00\x12T\n\x15single_package_change\x18t \x01(\x0b\x32-.google.cloud.clouddms.v1.SinglePackageChangeB\x04\xe2\x41\x01\x01H\x00\x12L\n\x11source_sql_change\x18u \x01(\x0b\x32).google.cloud.clouddms.v1.SourceSqlChangeB\x04\xe2\x41\x01\x01H\x00\x12R\n\x14\x66ilter_table_columns\x18v \x01(\x0b\x32,.google.cloud.clouddms.v1.FilterTableColumnsB\x04\xe2\x41\x01\x01H\x00\"F\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07\x44\x45LETED\x10\x03:\xba\x01\xea\x41\xb6\x01\n(datamigration.googleapis.com/MappingRule\x12oprojects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}/mappingRules/{mapping_rule}*\x0cmappingRules2\x0bmappingRuleB\t\n\x07\x64\x65tails\",\n\x12SingleEntityRename\x12\x16\n\x08new_name\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"\x91\x01\n\x11MultiEntityRename\x12\x1e\n\x10new_name_pattern\x18\x01 \x01(\tB\x04\xe2\x41\x01\x01\x12\\\n\x1asource_name_transformation\x18\x02 \x01(\x0e\x32\x32.google.cloud.clouddms.v1.EntityNameTransformationB\x04\xe2\x41\x01\x01\"&\n\nEntityMove\x12\x18\n\nnew_schema\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"\xb0\x03\n\x12SingleColumnChange\x12\x17\n\tdata_type\x18\x01 \x01(\tB\x04\xe2\x41\x01\x01\x12\x15\n\x07\x63harset\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\x12\x17\n\tcollation\x18\x03 \x01(\tB\x04\xe2\x41\x01\x01\x12\x14\n\x06length\x18\x04 \x01(\x03\x42\x04\xe2\x41\x01\x01\x12\x17\n\tprecision\x18\x05 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x13\n\x05scale\x18\x06 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12*\n\x1c\x66ractional_seconds_precision\x18\x07 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x13\n\x05\x61rray\x18\x08 \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x1a\n\x0c\x61rray_length\x18\t \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x16\n\x08nullable\x18\n \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x1c\n\x0e\x61uto_generated\x18\x0b \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x11\n\x03udt\x18\x0c \x01(\x08\x42\x04\xe2\x41\x01\x01\x12\x36\n\x0f\x63ustom_features\x18\r \x01(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x01\x12\x18\n\nset_values\x18\x0e \x03(\tB\x04\xe2\x41\x01\x01\x12\x15\n\x07\x63omment\x18\x0f \x01(\tB\x04\xe2\x41\x01\x01\"\xe2\x03\n\x19MultiColumnDatatypeChange\x12%\n\x17source_data_type_filter\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\x12N\n\x12source_text_filter\x18\x64 \x01(\x0b\x32*.google.cloud.clouddms.v1.SourceTextFilterB\x04\xe2\x41\x01\x01H\x00\x12T\n\x15source_numeric_filter\x18\x65 \x01(\x0b\x32-.google.cloud.clouddms.v1.SourceNumericFilterB\x04\xe2\x41\x01\x01H\x00\x12\x1b\n\rnew_data_type\x18\x02 \x01(\tB\x04\xe2\x41\x01\x02\x12\x1d\n\x0foverride_length\x18\x03 \x01(\x03\x42\x04\xe2\x41\x01\x01\x12\x1c\n\x0eoverride_scale\x18\x04 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12 \n\x12override_precision\x18\x05 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x33\n%override_fractional_seconds_precision\x18\x06 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12\x36\n\x0f\x63ustom_features\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x01\x42\x0f\n\rsource_filter\"b\n\x10SourceTextFilter\x12&\n\x18source_min_length_filter\x18\x01 \x01(\x03\x42\x04\xe2\x41\x01\x01\x12&\n\x18source_max_length_filter\x18\x02 \x01(\x03\x42\x04\xe2\x41\x01\x01\"\x8d\x02\n\x13SourceNumericFilter\x12%\n\x17source_min_scale_filter\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12%\n\x17source_max_scale_filter\x18\x02 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12)\n\x1bsource_min_precision_filter\x18\x03 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12)\n\x1bsource_max_precision_filter\x18\x04 \x01(\x05\x42\x04\xe2\x41\x01\x01\x12R\n\x15numeric_filter_option\x18\x05 \x01(\x0e\x32-.google.cloud.clouddms.v1.NumericFilterOptionB\x04\xe2\x41\x01\x02\"\xdd\x02\n\x19\x43onditionalColumnSetValue\x12N\n\x12source_text_filter\x18\x64 \x01(\x0b\x32*.google.cloud.clouddms.v1.SourceTextFilterB\x04\xe2\x41\x01\x01H\x00\x12T\n\x15source_numeric_filter\x18\x65 \x01(\x0b\x32-.google.cloud.clouddms.v1.SourceNumericFilterB\x04\xe2\x41\x01\x01H\x00\x12Q\n\x14value_transformation\x18\x01 \x01(\x0b\x32-.google.cloud.clouddms.v1.ValueTransformationB\x04\xe2\x41\x01\x02\x12\x36\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x04\xe2\x41\x01\x01\x42\x0f\n\rsource_filter\"\xd0\x05\n\x13ValueTransformation\x12/\n\x07is_null\x18\x64 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x04\xe2\x41\x01\x01H\x00\x12\x45\n\nvalue_list\x18\x65 \x01(\x0b\x32).google.cloud.clouddms.v1.ValueListFilterB\x04\xe2\x41\x01\x01H\x00\x12M\n\x0eint_comparison\x18\x66 \x01(\x0b\x32-.google.cloud.clouddms.v1.IntComparisonFilterB\x04\xe2\x41\x01\x01H\x00\x12S\n\x11\x64ouble_comparison\x18g \x01(\x0b\x32\x30.google.cloud.clouddms.v1.DoubleComparisonFilterB\x04\xe2\x41\x01\x01H\x00\x12\x34\n\x0b\x61ssign_null\x18\xc8\x01 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x04\xe2\x41\x01\x01H\x01\x12U\n\x15\x61ssign_specific_value\x18\xc9\x01 \x01(\x0b\x32-.google.cloud.clouddms.v1.AssignSpecificValueB\x04\xe2\x41\x01\x01H\x01\x12\x39\n\x10\x61ssign_min_value\x18\xca\x01 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x04\xe2\x41\x01\x01H\x01\x12\x39\n\x10\x61ssign_max_value\x18\xcb\x01 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x04\xe2\x41\x01\x01H\x01\x12\x44\n\x0bround_scale\x18\xcc\x01 \x01(\x0b\x32&.google.cloud.clouddms.v1.RoundToScaleB\x04\xe2\x41\x01\x01H\x01\x12@\n\napply_hash\x18\xcd\x01 \x01(\x0b\x32#.google.cloud.clouddms.v1.ApplyHashB\x04\xe2\x41\x01\x01H\x01\x42\x08\n\x06\x66ilterB\x08\n\x06\x61\x63tion\"<\n\x14\x43onvertRowIdToColumn\x12$\n\x16only_if_no_primary_key\x18\x01 \x01(\x08\x42\x04\xe2\x41\x01\x02\"R\n\x12SetTablePrimaryKey\x12!\n\x13primary_key_columns\x18\x01 \x03(\tB\x04\xe2\x41\x01\x02\x12\x19\n\x0bprimary_key\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\"T\n\x13SinglePackageChange\x12!\n\x13package_description\x18\x01 \x01(\tB\x04\xe2\x41\x01\x01\x12\x1a\n\x0cpackage_body\x18\x02 \x01(\tB\x04\xe2\x41\x01\x01\")\n\x0fSourceSqlChange\x12\x16\n\x08sql_code\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"R\n\x12\x46ilterTableColumns\x12\x1d\n\x0finclude_columns\x18\x01 \x03(\tB\x04\xe2\x41\x01\x01\x12\x1d\n\x0f\x65xclude_columns\x18\x02 \x03(\tB\x04\xe2\x41\x01\x01\"\x92\x01\n\x0fValueListFilter\x12N\n\x12value_present_list\x18\x01 \x01(\x0e\x32,.google.cloud.clouddms.v1.ValuePresentInListB\x04\xe2\x41\x01\x02\x12\x14\n\x06values\x18\x02 \x03(\tB\x04\xe2\x41\x01\x02\x12\x19\n\x0bignore_case\x18\x03 \x01(\x08\x42\x04\xe2\x41\x01\x02\"u\n\x13IntComparisonFilter\x12I\n\x10value_comparison\x18\x01 \x01(\x0e\x32).google.cloud.clouddms.v1.ValueComparisonB\x04\xe2\x41\x01\x02\x12\x13\n\x05value\x18\x02 \x01(\x03\x42\x04\xe2\x41\x01\x02\"x\n\x16\x44oubleComparisonFilter\x12I\n\x10value_comparison\x18\x01 \x01(\x0e\x32).google.cloud.clouddms.v1.ValueComparisonB\x04\xe2\x41\x01\x02\x12\x13\n\x05value\x18\x02 \x01(\x01\x42\x04\xe2\x41\x01\x02\"*\n\x13\x41ssignSpecificValue\x12\x13\n\x05value\x18\x01 \x01(\tB\x04\xe2\x41\x01\x02\"U\n\tApplyHash\x12\x37\n\x0fuuid_from_bytes\x18\x64 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x04\xe2\x41\x01\x01H\x00\x42\x0f\n\rhash_function\"#\n\x0cRoundToScale\x12\x13\n\x05scale\x18\x01 \x01(\x05\x42\x04\xe2\x41\x01\x02\"\x8c\t\n\x0e\x44\x61tabaseEntity\x12\x12\n\nshort_name\x18\x01 \x01(\t\x12\x15\n\rparent_entity\x18\x02 \x01(\t\x12?\n\x04tree\x18\x03 \x01(\x0e\x32\x31.google.cloud.clouddms.v1.DatabaseEntity.TreeType\x12\x41\n\x0b\x65ntity_type\x18\x04 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12\x39\n\x08mappings\x18\x05 \x03(\x0b\x32\'.google.cloud.clouddms.v1.EntityMapping\x12\x37\n\nentity_ddl\x18\x06 \x03(\x0b\x32#.google.cloud.clouddms.v1.EntityDdl\x12\x35\n\x06issues\x18\x07 \x03(\x0b\x32%.google.cloud.clouddms.v1.EntityIssue\x12\x44\n\x08\x64\x61tabase\x18\x65 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.DatabaseInstanceEntityH\x00\x12\x38\n\x06schema\x18\x66 \x01(\x0b\x32&.google.cloud.clouddms.v1.SchemaEntityH\x00\x12\x36\n\x05table\x18g \x01(\x0b\x32%.google.cloud.clouddms.v1.TableEntityH\x00\x12\x34\n\x04view\x18h \x01(\x0b\x32$.google.cloud.clouddms.v1.ViewEntityH\x00\x12<\n\x08sequence\x18i \x01(\x0b\x32(.google.cloud.clouddms.v1.SequenceEntityH\x00\x12K\n\x10stored_procedure\x18j \x01(\x0b\x32/.google.cloud.clouddms.v1.StoredProcedureEntityH\x00\x12\x45\n\x11\x64\x61tabase_function\x18k \x01(\x0b\x32(.google.cloud.clouddms.v1.FunctionEntityH\x00\x12:\n\x07synonym\x18l \x01(\x0b\x32\'.google.cloud.clouddms.v1.SynonymEntityH\x00\x12\x43\n\x10\x64\x61tabase_package\x18m \x01(\x0b\x32\'.google.cloud.clouddms.v1.PackageEntityH\x00\x12\x32\n\x03udt\x18n \x01(\x0b\x32#.google.cloud.clouddms.v1.UDTEntityH\x00\x12M\n\x11materialized_view\x18o \x01(\x0b\x32\x30.google.cloud.clouddms.v1.MaterializedViewEntityH\x00\"M\n\x08TreeType\x12\x19\n\x15TREE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06SOURCE\x10\x01\x12\t\n\x05\x44RAFT\x10\x02\x12\x0f\n\x0b\x44\x45STINATION\x10\x03\x42\r\n\x0b\x65ntity_body\"J\n\x16\x44\x61tabaseInstanceEntity\x12\x30\n\x0f\x63ustom_features\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct\"@\n\x0cSchemaEntity\x12\x30\n\x0f\x63ustom_features\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct\"\xbd\x02\n\x0bTableEntity\x12\x37\n\x07\x63olumns\x18\x01 \x03(\x0b\x32&.google.cloud.clouddms.v1.ColumnEntity\x12?\n\x0b\x63onstraints\x18\x02 \x03(\x0b\x32*.google.cloud.clouddms.v1.ConstraintEntity\x12\x36\n\x07indices\x18\x03 \x03(\x0b\x32%.google.cloud.clouddms.v1.IndexEntity\x12\x39\n\x08triggers\x18\x04 \x03(\x0b\x32\'.google.cloud.clouddms.v1.TriggerEntity\x12\x30\n\x0f\x63ustom_features\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x0f\n\x07\x63omment\x18\x06 \x01(\t\"\x8f\x03\n\x0c\x43olumnEntity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tdata_type\x18\x02 \x01(\t\x12\x0f\n\x07\x63harset\x18\x03 \x01(\t\x12\x11\n\tcollation\x18\x04 \x01(\t\x12\x0e\n\x06length\x18\x05 \x01(\x03\x12\x11\n\tprecision\x18\x06 \x01(\x05\x12\r\n\x05scale\x18\x07 \x01(\x05\x12$\n\x1c\x66ractional_seconds_precision\x18\x08 \x01(\x05\x12\r\n\x05\x61rray\x18\t \x01(\x08\x12\x14\n\x0c\x61rray_length\x18\n \x01(\x05\x12\x10\n\x08nullable\x18\x0b \x01(\x08\x12\x16\n\x0e\x61uto_generated\x18\x0c \x01(\x08\x12\x0b\n\x03udt\x18\r \x01(\x08\x12\x30\n\x0f\x63ustom_features\x18\x0e \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x12\n\nset_values\x18\x0f \x03(\t\x12\x0f\n\x07\x63omment\x18\x10 \x01(\t\x12\x18\n\x10ordinal_position\x18\x11 \x01(\x05\x12\x15\n\rdefault_value\x18\x12 \x01(\t\"\xbf\x01\n\x10\x43onstraintEntity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x15\n\rtable_columns\x18\x03 \x03(\t\x12\x30\n\x0f\x63ustom_features\x18\x04 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x19\n\x11reference_columns\x18\x05 \x03(\t\x12\x17\n\x0freference_table\x18\x06 \x01(\t\x12\x12\n\ntable_name\x18\x07 \x01(\t\"\x82\x01\n\x0bIndexEntity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x15\n\rtable_columns\x18\x03 \x03(\t\x12\x0e\n\x06unique\x18\x04 \x01(\x08\x12\x30\n\x0f\x63ustom_features\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\"\x92\x01\n\rTriggerEntity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x19\n\x11triggering_events\x18\x02 \x03(\t\x12\x14\n\x0ctrigger_type\x18\x03 \x01(\t\x12\x10\n\x08sql_code\x18\x04 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\"\x91\x01\n\nViewEntity\x12\x10\n\x08sql_code\x18\x01 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\x12?\n\x0b\x63onstraints\x18\x03 \x03(\x0b\x32*.google.cloud.clouddms.v1.ConstraintEntity\"\xae\x01\n\x0eSequenceEntity\x12\x11\n\tincrement\x18\x01 \x01(\x03\x12\x13\n\x0bstart_value\x18\x02 \x01(\x0c\x12\x11\n\tmax_value\x18\x03 \x01(\x0c\x12\x11\n\tmin_value\x18\x04 \x01(\x0c\x12\r\n\x05\x63ycle\x18\x05 \x01(\x08\x12\r\n\x05\x63\x61\x63he\x18\x06 \x01(\x03\x12\x30\n\x0f\x63ustom_features\x18\x07 \x01(\x0b\x32\x17.google.protobuf.Struct\"[\n\x15StoredProcedureEntity\x12\x10\n\x08sql_code\x18\x01 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"T\n\x0e\x46unctionEntity\x12\x10\n\x08sql_code\x18\x01 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"\\\n\x16MaterializedViewEntity\x12\x10\n\x08sql_code\x18\x01 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"\x9b\x01\n\rSynonymEntity\x12\x15\n\rsource_entity\x18\x01 \x01(\t\x12\x41\n\x0bsource_type\x18\x02 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12\x30\n\x0f\x63ustom_features\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\"q\n\rPackageEntity\x12\x18\n\x10package_sql_code\x18\x01 \x01(\t\x12\x14\n\x0cpackage_body\x18\x02 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\"e\n\tUDTEntity\x12\x14\n\x0cudt_sql_code\x18\x01 \x01(\t\x12\x10\n\x08udt_body\x18\x02 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\"\x87\x02\n\rEntityMapping\x12\x15\n\rsource_entity\x18\x01 \x01(\t\x12\x14\n\x0c\x64raft_entity\x18\x02 \x01(\t\x12\x41\n\x0bsource_type\x18\x04 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12@\n\ndraft_type\x18\x05 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12\x44\n\x0bmapping_log\x18\x03 \x03(\x0b\x32/.google.cloud.clouddms.v1.EntityMappingLogEntry\"[\n\x15\x45ntityMappingLogEntry\x12\x0f\n\x07rule_id\x18\x01 \x01(\t\x12\x18\n\x10rule_revision_id\x18\x02 \x01(\t\x12\x17\n\x0fmapping_comment\x18\x03 \x01(\t\"\x8f\x01\n\tEntityDdl\x12\x10\n\x08\x64\x64l_type\x18\x01 \x01(\t\x12\x0e\n\x06\x65ntity\x18\x02 \x01(\t\x12\x0b\n\x03\x64\x64l\x18\x03 \x01(\t\x12\x41\n\x0b\x65ntity_type\x18\x04 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12\x10\n\x08issue_id\x18\x64 \x03(\t\"\xa4\x05\n\x0b\x45ntityIssue\x12\n\n\x02id\x18\x01 \x01(\t\x12=\n\x04type\x18\x02 \x01(\x0e\x32/.google.cloud.clouddms.v1.EntityIssue.IssueType\x12\x45\n\x08severity\x18\x03 \x01(\x0e\x32\x33.google.cloud.clouddms.v1.EntityIssue.IssueSeverity\x12\x0f\n\x07message\x18\x04 \x01(\t\x12\x0c\n\x04\x63ode\x18\x05 \x01(\t\x12\x10\n\x03\x64\x64l\x18\x06 \x01(\tH\x00\x88\x01\x01\x12\x45\n\x08position\x18\x07 \x01(\x0b\x32..google.cloud.clouddms.v1.EntityIssue.PositionH\x01\x88\x01\x01\x12\x41\n\x0b\x65ntity_type\x18\x08 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x1aH\n\x08Position\x12\x0c\n\x04line\x18\x01 \x01(\x05\x12\x0e\n\x06\x63olumn\x18\x02 \x01(\x05\x12\x0e\n\x06offset\x18\x03 \x01(\x05\x12\x0e\n\x06length\x18\x04 \x01(\x05\"i\n\tIssueType\x12\x1a\n\x16ISSUE_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eISSUE_TYPE_DDL\x10\x01\x12\x14\n\x10ISSUE_TYPE_APPLY\x10\x02\x12\x16\n\x12ISSUE_TYPE_CONVERT\x10\x03\"~\n\rIssueSeverity\x12\x1e\n\x1aISSUE_SEVERITY_UNSPECIFIED\x10\x00\x12\x17\n\x13ISSUE_SEVERITY_INFO\x10\x01\x12\x1a\n\x16ISSUE_SEVERITY_WARNING\x10\x02\x12\x18\n\x14ISSUE_SEVERITY_ERROR\x10\x03\x42\x06\n\x04_ddlB\x0b\n\t_position*\x91\x01\n\x12ValuePresentInList\x12%\n!VALUE_PRESENT_IN_LIST_UNSPECIFIED\x10\x00\x12\'\n#VALUE_PRESENT_IN_LIST_IF_VALUE_LIST\x10\x01\x12+\n\'VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST\x10\x02*\xcd\x04\n\x12\x44\x61tabaseEntityType\x12$\n DATABASE_ENTITY_TYPE_UNSPECIFIED\x10\x00\x12\x1f\n\x1b\x44\x41TABASE_ENTITY_TYPE_SCHEMA\x10\x01\x12\x1e\n\x1a\x44\x41TABASE_ENTITY_TYPE_TABLE\x10\x02\x12\x1f\n\x1b\x44\x41TABASE_ENTITY_TYPE_COLUMN\x10\x03\x12#\n\x1f\x44\x41TABASE_ENTITY_TYPE_CONSTRAINT\x10\x04\x12\x1e\n\x1a\x44\x41TABASE_ENTITY_TYPE_INDEX\x10\x05\x12 \n\x1c\x44\x41TABASE_ENTITY_TYPE_TRIGGER\x10\x06\x12\x1d\n\x19\x44\x41TABASE_ENTITY_TYPE_VIEW\x10\x07\x12!\n\x1d\x44\x41TABASE_ENTITY_TYPE_SEQUENCE\x10\x08\x12)\n%DATABASE_ENTITY_TYPE_STORED_PROCEDURE\x10\t\x12!\n\x1d\x44\x41TABASE_ENTITY_TYPE_FUNCTION\x10\n\x12 \n\x1c\x44\x41TABASE_ENTITY_TYPE_SYNONYM\x10\x0b\x12)\n%DATABASE_ENTITY_TYPE_DATABASE_PACKAGE\x10\x0c\x12\x1c\n\x18\x44\x41TABASE_ENTITY_TYPE_UDT\x10\r\x12*\n&DATABASE_ENTITY_TYPE_MATERIALIZED_VIEW\x10\x0e\x12!\n\x1d\x44\x41TABASE_ENTITY_TYPE_DATABASE\x10\x0f*\xff\x01\n\x18\x45ntityNameTransformation\x12*\n&ENTITY_NAME_TRANSFORMATION_UNSPECIFIED\x10\x00\x12\x30\n,ENTITY_NAME_TRANSFORMATION_NO_TRANSFORMATION\x10\x01\x12)\n%ENTITY_NAME_TRANSFORMATION_LOWER_CASE\x10\x02\x12)\n%ENTITY_NAME_TRANSFORMATION_UPPER_CASE\x10\x03\x12/\n+ENTITY_NAME_TRANSFORMATION_CAPITALIZED_CASE\x10\x04*\xd4\x01\n\x11\x42\x61\x63kgroundJobType\x12#\n\x1f\x42\x41\x43KGROUND_JOB_TYPE_UNSPECIFIED\x10\x00\x12#\n\x1f\x42\x41\x43KGROUND_JOB_TYPE_SOURCE_SEED\x10\x01\x12\x1f\n\x1b\x42\x41\x43KGROUND_JOB_TYPE_CONVERT\x10\x02\x12)\n%BACKGROUND_JOB_TYPE_APPLY_DESTINATION\x10\x03\x12)\n%BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE\x10\x05*\xad\x01\n\x15ImportRulesFileFormat\x12(\n$IMPORT_RULES_FILE_FORMAT_UNSPECIFIED\x10\x00\x12\x38\n4IMPORT_RULES_FILE_FORMAT_HARBOUR_BRIDGE_SESSION_FILE\x10\x01\x12\x30\n,IMPORT_RULES_FILE_FORMAT_ORATOPG_CONFIG_FILE\x10\x02*\xed\x01\n\x0fValueComparison\x12 \n\x1cVALUE_COMPARISON_UNSPECIFIED\x10\x00\x12*\n&VALUE_COMPARISON_IF_VALUE_SMALLER_THAN\x10\x01\x12\x30\n,VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN\x10\x02\x12)\n%VALUE_COMPARISON_IF_VALUE_LARGER_THAN\x10\x03\x12/\n+VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN\x10\x04*\xa1\x01\n\x13NumericFilterOption\x12%\n!NUMERIC_FILTER_OPTION_UNSPECIFIED\x10\x00\x12\x1d\n\x19NUMERIC_FILTER_OPTION_ALL\x10\x01\x12\x1f\n\x1bNUMERIC_FILTER_OPTION_LIMIT\x10\x02\x12#\n\x1fNUMERIC_FILTER_OPTION_LIMITLESS\x10\x03\x42\xd1\x01\n\x1c\x63om.google.cloud.clouddms.v1B!ConversionWorkspaceResourcesProtoP\x01Z8cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb\xaa\x02\x18Google.Cloud.CloudDms.V1\xca\x02\x18Google\\Cloud\\CloudDms\\V1\xea\x02\x1bGoogle::Cloud::CloudDMS::V1b\x06proto3"
|
15
|
+
descriptor_data = "\n<google/cloud/clouddms/v1/conversionworkspace_resources.proto\x12\x18google.cloud.clouddms.v1\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a\x31google/cloud/clouddms/v1/clouddms_resources.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1cgoogle/protobuf/struct.proto\x1a\x1fgoogle/protobuf/timestamp.proto\"i\n\x12\x44\x61tabaseEngineInfo\x12=\n\x06\x65ngine\x18\x01 \x01(\x0e\x32(.google.cloud.clouddms.v1.DatabaseEngineB\x03\xe0\x41\x02\x12\x14\n\x07version\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\x88\x06\n\x13\x43onversionWorkspace\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x41\n\x06source\x18\x02 \x01(\x0b\x32,.google.cloud.clouddms.v1.DatabaseEngineInfoB\x03\xe0\x41\x02\x12\x46\n\x0b\x64\x65stination\x18\x03 \x01(\x0b\x32,.google.cloud.clouddms.v1.DatabaseEngineInfoB\x03\xe0\x41\x02\x12_\n\x0fglobal_settings\x18\x04 \x03(\x0b\x32\x41.google.cloud.clouddms.v1.ConversionWorkspace.GlobalSettingsEntryB\x03\xe0\x41\x01\x12$\n\x17has_uncommitted_changes\x18\x05 \x01(\x08\x42\x03\xe0\x41\x03\x12\x1d\n\x10latest_commit_id\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12;\n\x12latest_commit_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0b\x63reate_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x34\n\x0bupdate_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12\x19\n\x0c\x64isplay_name\x18\x0b \x01(\tB\x03\xe0\x41\x01\x1a\x35\n\x13GlobalSettingsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01:\xb6\x01\xea\x41\xb2\x01\n0datamigration.googleapis.com/ConversionWorkspace\x12Sprojects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}*\x14\x63onversionWorkspaces2\x13\x63onversionWorkspace\"\x87\t\n\x15\x42\x61\x63kgroundJobLogEntry\x12\n\n\x02id\x18\x01 \x01(\t\x12=\n\x08job_type\x18\x02 \x01(\x0e\x32+.google.cloud.clouddms.v1.BackgroundJobType\x12.\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12/\n\x0b\x66inish_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x61\n\x10\x63ompletion_state\x18\x05 \x01(\x0e\x32\x42.google.cloud.clouddms.v1.BackgroundJobLogEntry.JobCompletionStateB\x03\xe0\x41\x03\x12\x1f\n\x12\x63ompletion_comment\x18\x06 \x01(\tB\x03\xe0\x41\x03\x12\x1f\n\x12request_autocommit\x18\x07 \x01(\x08\x42\x03\xe0\x41\x03\x12_\n\x10seed_job_details\x18\x64 \x01(\x0b\x32>.google.cloud.clouddms.v1.BackgroundJobLogEntry.SeedJobDetailsB\x03\xe0\x41\x03H\x00\x12n\n\x18import_rules_job_details\x18\x65 \x01(\x0b\x32\x45.google.cloud.clouddms.v1.BackgroundJobLogEntry.ImportRulesJobDetailsB\x03\xe0\x41\x03H\x00\x12\x65\n\x13\x63onvert_job_details\x18\x66 \x01(\x0b\x32\x41.google.cloud.clouddms.v1.BackgroundJobLogEntry.ConvertJobDetailsB\x03\xe0\x41\x03H\x00\x12\x61\n\x11\x61pply_job_details\x18g \x01(\x0b\x32?.google.cloud.clouddms.v1.BackgroundJobLogEntry.ApplyJobDetailsB\x03\xe0\x41\x03H\x00\x1a\x31\n\x0eSeedJobDetails\x12\x1f\n\x12\x63onnection_profile\x18\x01 \x01(\tB\x03\xe0\x41\x03\x1av\n\x15ImportRulesJobDetails\x12\x12\n\x05\x66iles\x18\x01 \x03(\tB\x03\xe0\x41\x03\x12I\n\x0b\x66ile_format\x18\x02 \x01(\x0e\x32/.google.cloud.clouddms.v1.ImportRulesFileFormatB\x03\xe0\x41\x03\x1a(\n\x11\x43onvertJobDetails\x12\x13\n\x06\x66ilter\x18\x01 \x01(\tB\x03\xe0\x41\x03\x1aG\n\x0f\x41pplyJobDetails\x12\x1f\n\x12\x63onnection_profile\x18\x01 \x01(\tB\x03\xe0\x41\x03\x12\x13\n\x06\x66ilter\x18\x02 \x01(\tB\x03\xe0\x41\x03\"U\n\x12JobCompletionState\x12$\n JOB_COMPLETION_STATE_UNSPECIFIED\x10\x00\x12\r\n\tSUCCEEDED\x10\x01\x12\n\n\x06\x46\x41ILED\x10\x02\x42\r\n\x0bjob_details\"\xab\x01\n\x11MappingRuleFilter\x12\x1a\n\rparent_entity\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x1f\n\x12\x65ntity_name_prefix\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x1f\n\x12\x65ntity_name_suffix\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12!\n\x14\x65ntity_name_contains\x18\x04 \x01(\tB\x03\xe0\x41\x01\x12\x15\n\x08\x65ntities\x18\x05 \x03(\tB\x03\xe0\x41\x01\"\x9e\x0c\n\x0bMappingRule\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x19\n\x0c\x64isplay_name\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12?\n\x05state\x18\x03 \x01(\x0e\x32+.google.cloud.clouddms.v1.MappingRule.StateB\x03\xe0\x41\x01\x12\x45\n\nrule_scope\x18\x04 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityTypeB\x03\xe0\x41\x02\x12@\n\x06\x66ilter\x18\x05 \x01(\x0b\x32+.google.cloud.clouddms.v1.MappingRuleFilterB\x03\xe0\x41\x02\x12\x17\n\nrule_order\x18\x06 \x01(\x03\x42\x03\xe0\x41\x02\x12\x18\n\x0brevision_id\x18\x07 \x01(\tB\x03\xe0\x41\x03\x12=\n\x14revision_create_time\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x03\xe0\x41\x03\x12Q\n\x14single_entity_rename\x18\x66 \x01(\x0b\x32,.google.cloud.clouddms.v1.SingleEntityRenameB\x03\xe0\x41\x01H\x00\x12O\n\x13multi_entity_rename\x18g \x01(\x0b\x32+.google.cloud.clouddms.v1.MultiEntityRenameB\x03\xe0\x41\x01H\x00\x12@\n\x0b\x65ntity_move\x18i \x01(\x0b\x32$.google.cloud.clouddms.v1.EntityMoveB\x03\xe0\x41\x01H\x00\x12Q\n\x14single_column_change\x18j \x01(\x0b\x32,.google.cloud.clouddms.v1.SingleColumnChangeB\x03\xe0\x41\x01H\x00\x12\x61\n\x1dmulti_column_data_type_change\x18k \x01(\x0b\x32\x33.google.cloud.clouddms.v1.MultiColumnDatatypeChangeB\x03\xe0\x41\x01H\x00\x12`\n\x1c\x63onditional_column_set_value\x18l \x01(\x0b\x32\x33.google.cloud.clouddms.v1.ConditionalColumnSetValueB\x03\xe0\x41\x01H\x00\x12S\n\x14\x63onvert_rowid_column\x18r \x01(\x0b\x32..google.cloud.clouddms.v1.ConvertRowIdToColumnB\x03\xe0\x41\x01H\x00\x12R\n\x15set_table_primary_key\x18s \x01(\x0b\x32,.google.cloud.clouddms.v1.SetTablePrimaryKeyB\x03\xe0\x41\x01H\x00\x12S\n\x15single_package_change\x18t \x01(\x0b\x32-.google.cloud.clouddms.v1.SinglePackageChangeB\x03\xe0\x41\x01H\x00\x12K\n\x11source_sql_change\x18u \x01(\x0b\x32).google.cloud.clouddms.v1.SourceSqlChangeB\x03\xe0\x41\x01H\x00\x12Q\n\x14\x66ilter_table_columns\x18v \x01(\x0b\x32,.google.cloud.clouddms.v1.FilterTableColumnsB\x03\xe0\x41\x01H\x00\"F\n\x05State\x12\x15\n\x11STATE_UNSPECIFIED\x10\x00\x12\x0b\n\x07\x45NABLED\x10\x01\x12\x0c\n\x08\x44ISABLED\x10\x02\x12\x0b\n\x07\x44\x45LETED\x10\x03:\xba\x01\xea\x41\xb6\x01\n(datamigration.googleapis.com/MappingRule\x12oprojects/{project}/locations/{location}/conversionWorkspaces/{conversion_workspace}/mappingRules/{mapping_rule}*\x0cmappingRules2\x0bmappingRuleB\t\n\x07\x64\x65tails\"+\n\x12SingleEntityRename\x12\x15\n\x08new_name\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\x8f\x01\n\x11MultiEntityRename\x12\x1d\n\x10new_name_pattern\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12[\n\x1asource_name_transformation\x18\x02 \x01(\x0e\x32\x32.google.cloud.clouddms.v1.EntityNameTransformationB\x03\xe0\x41\x01\"%\n\nEntityMove\x12\x17\n\nnew_schema\x18\x01 \x01(\tB\x03\xe0\x41\x02\"\xa1\x03\n\x12SingleColumnChange\x12\x16\n\tdata_type\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x14\n\x07\x63harset\x18\x02 \x01(\tB\x03\xe0\x41\x01\x12\x16\n\tcollation\x18\x03 \x01(\tB\x03\xe0\x41\x01\x12\x13\n\x06length\x18\x04 \x01(\x03\x42\x03\xe0\x41\x01\x12\x16\n\tprecision\x18\x05 \x01(\x05\x42\x03\xe0\x41\x01\x12\x12\n\x05scale\x18\x06 \x01(\x05\x42\x03\xe0\x41\x01\x12)\n\x1c\x66ractional_seconds_precision\x18\x07 \x01(\x05\x42\x03\xe0\x41\x01\x12\x12\n\x05\x61rray\x18\x08 \x01(\x08\x42\x03\xe0\x41\x01\x12\x19\n\x0c\x61rray_length\x18\t \x01(\x05\x42\x03\xe0\x41\x01\x12\x15\n\x08nullable\x18\n \x01(\x08\x42\x03\xe0\x41\x01\x12\x1b\n\x0e\x61uto_generated\x18\x0b \x01(\x08\x42\x03\xe0\x41\x01\x12\x10\n\x03udt\x18\x0c \x01(\x08\x42\x03\xe0\x41\x01\x12\x35\n\x0f\x63ustom_features\x18\r \x01(\x0b\x32\x17.google.protobuf.StructB\x03\xe0\x41\x01\x12\x17\n\nset_values\x18\x0e \x03(\tB\x03\xe0\x41\x01\x12\x14\n\x07\x63omment\x18\x0f \x01(\tB\x03\xe0\x41\x01\"\xd9\x03\n\x19MultiColumnDatatypeChange\x12$\n\x17source_data_type_filter\x18\x01 \x01(\tB\x03\xe0\x41\x02\x12M\n\x12source_text_filter\x18\x64 \x01(\x0b\x32*.google.cloud.clouddms.v1.SourceTextFilterB\x03\xe0\x41\x01H\x00\x12S\n\x15source_numeric_filter\x18\x65 \x01(\x0b\x32-.google.cloud.clouddms.v1.SourceNumericFilterB\x03\xe0\x41\x01H\x00\x12\x1a\n\rnew_data_type\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x1c\n\x0foverride_length\x18\x03 \x01(\x03\x42\x03\xe0\x41\x01\x12\x1b\n\x0eoverride_scale\x18\x04 \x01(\x05\x42\x03\xe0\x41\x01\x12\x1f\n\x12override_precision\x18\x05 \x01(\x05\x42\x03\xe0\x41\x01\x12\x32\n%override_fractional_seconds_precision\x18\x06 \x01(\x05\x42\x03\xe0\x41\x01\x12\x35\n\x0f\x63ustom_features\x18\x07 \x01(\x0b\x32\x17.google.protobuf.StructB\x03\xe0\x41\x01\x42\x0f\n\rsource_filter\"`\n\x10SourceTextFilter\x12%\n\x18source_min_length_filter\x18\x01 \x01(\x03\x42\x03\xe0\x41\x01\x12%\n\x18source_max_length_filter\x18\x02 \x01(\x03\x42\x03\xe0\x41\x01\"\x88\x02\n\x13SourceNumericFilter\x12$\n\x17source_min_scale_filter\x18\x01 \x01(\x05\x42\x03\xe0\x41\x01\x12$\n\x17source_max_scale_filter\x18\x02 \x01(\x05\x42\x03\xe0\x41\x01\x12(\n\x1bsource_min_precision_filter\x18\x03 \x01(\x05\x42\x03\xe0\x41\x01\x12(\n\x1bsource_max_precision_filter\x18\x04 \x01(\x05\x42\x03\xe0\x41\x01\x12Q\n\x15numeric_filter_option\x18\x05 \x01(\x0e\x32-.google.cloud.clouddms.v1.NumericFilterOptionB\x03\xe0\x41\x02\"\xd9\x02\n\x19\x43onditionalColumnSetValue\x12M\n\x12source_text_filter\x18\x64 \x01(\x0b\x32*.google.cloud.clouddms.v1.SourceTextFilterB\x03\xe0\x41\x01H\x00\x12S\n\x15source_numeric_filter\x18\x65 \x01(\x0b\x32-.google.cloud.clouddms.v1.SourceNumericFilterB\x03\xe0\x41\x01H\x00\x12P\n\x14value_transformation\x18\x01 \x01(\x0b\x32-.google.cloud.clouddms.v1.ValueTransformationB\x03\xe0\x41\x02\x12\x35\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.StructB\x03\xe0\x41\x01\x42\x0f\n\rsource_filter\"\xc6\x05\n\x13ValueTransformation\x12.\n\x07is_null\x18\x64 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x03\xe0\x41\x01H\x00\x12\x44\n\nvalue_list\x18\x65 \x01(\x0b\x32).google.cloud.clouddms.v1.ValueListFilterB\x03\xe0\x41\x01H\x00\x12L\n\x0eint_comparison\x18\x66 \x01(\x0b\x32-.google.cloud.clouddms.v1.IntComparisonFilterB\x03\xe0\x41\x01H\x00\x12R\n\x11\x64ouble_comparison\x18g \x01(\x0b\x32\x30.google.cloud.clouddms.v1.DoubleComparisonFilterB\x03\xe0\x41\x01H\x00\x12\x33\n\x0b\x61ssign_null\x18\xc8\x01 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x03\xe0\x41\x01H\x01\x12T\n\x15\x61ssign_specific_value\x18\xc9\x01 \x01(\x0b\x32-.google.cloud.clouddms.v1.AssignSpecificValueB\x03\xe0\x41\x01H\x01\x12\x38\n\x10\x61ssign_min_value\x18\xca\x01 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x03\xe0\x41\x01H\x01\x12\x38\n\x10\x61ssign_max_value\x18\xcb\x01 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x03\xe0\x41\x01H\x01\x12\x43\n\x0bround_scale\x18\xcc\x01 \x01(\x0b\x32&.google.cloud.clouddms.v1.RoundToScaleB\x03\xe0\x41\x01H\x01\x12?\n\napply_hash\x18\xcd\x01 \x01(\x0b\x32#.google.cloud.clouddms.v1.ApplyHashB\x03\xe0\x41\x01H\x01\x42\x08\n\x06\x66ilterB\x08\n\x06\x61\x63tion\";\n\x14\x43onvertRowIdToColumn\x12#\n\x16only_if_no_primary_key\x18\x01 \x01(\x08\x42\x03\xe0\x41\x02\"P\n\x12SetTablePrimaryKey\x12 \n\x13primary_key_columns\x18\x01 \x03(\tB\x03\xe0\x41\x02\x12\x18\n\x0bprimary_key\x18\x02 \x01(\tB\x03\xe0\x41\x01\"R\n\x13SinglePackageChange\x12 \n\x13package_description\x18\x01 \x01(\tB\x03\xe0\x41\x01\x12\x19\n\x0cpackage_body\x18\x02 \x01(\tB\x03\xe0\x41\x01\"(\n\x0fSourceSqlChange\x12\x15\n\x08sql_code\x18\x01 \x01(\tB\x03\xe0\x41\x02\"P\n\x12\x46ilterTableColumns\x12\x1c\n\x0finclude_columns\x18\x01 \x03(\tB\x03\xe0\x41\x01\x12\x1c\n\x0f\x65xclude_columns\x18\x02 \x03(\tB\x03\xe0\x41\x01\"\x8f\x01\n\x0fValueListFilter\x12M\n\x12value_present_list\x18\x01 \x01(\x0e\x32,.google.cloud.clouddms.v1.ValuePresentInListB\x03\xe0\x41\x02\x12\x13\n\x06values\x18\x02 \x03(\tB\x03\xe0\x41\x02\x12\x18\n\x0bignore_case\x18\x03 \x01(\x08\x42\x03\xe0\x41\x02\"s\n\x13IntComparisonFilter\x12H\n\x10value_comparison\x18\x01 \x01(\x0e\x32).google.cloud.clouddms.v1.ValueComparisonB\x03\xe0\x41\x02\x12\x12\n\x05value\x18\x02 \x01(\x03\x42\x03\xe0\x41\x02\"v\n\x16\x44oubleComparisonFilter\x12H\n\x10value_comparison\x18\x01 \x01(\x0e\x32).google.cloud.clouddms.v1.ValueComparisonB\x03\xe0\x41\x02\x12\x12\n\x05value\x18\x02 \x01(\x01\x42\x03\xe0\x41\x02\")\n\x13\x41ssignSpecificValue\x12\x12\n\x05value\x18\x01 \x01(\tB\x03\xe0\x41\x02\"T\n\tApplyHash\x12\x36\n\x0fuuid_from_bytes\x18\x64 \x01(\x0b\x32\x16.google.protobuf.EmptyB\x03\xe0\x41\x01H\x00\x42\x0f\n\rhash_function\"\"\n\x0cRoundToScale\x12\x12\n\x05scale\x18\x01 \x01(\x05\x42\x03\xe0\x41\x02\"\x8c\t\n\x0e\x44\x61tabaseEntity\x12\x12\n\nshort_name\x18\x01 \x01(\t\x12\x15\n\rparent_entity\x18\x02 \x01(\t\x12?\n\x04tree\x18\x03 \x01(\x0e\x32\x31.google.cloud.clouddms.v1.DatabaseEntity.TreeType\x12\x41\n\x0b\x65ntity_type\x18\x04 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12\x39\n\x08mappings\x18\x05 \x03(\x0b\x32\'.google.cloud.clouddms.v1.EntityMapping\x12\x37\n\nentity_ddl\x18\x06 \x03(\x0b\x32#.google.cloud.clouddms.v1.EntityDdl\x12\x35\n\x06issues\x18\x07 \x03(\x0b\x32%.google.cloud.clouddms.v1.EntityIssue\x12\x44\n\x08\x64\x61tabase\x18\x65 \x01(\x0b\x32\x30.google.cloud.clouddms.v1.DatabaseInstanceEntityH\x00\x12\x38\n\x06schema\x18\x66 \x01(\x0b\x32&.google.cloud.clouddms.v1.SchemaEntityH\x00\x12\x36\n\x05table\x18g \x01(\x0b\x32%.google.cloud.clouddms.v1.TableEntityH\x00\x12\x34\n\x04view\x18h \x01(\x0b\x32$.google.cloud.clouddms.v1.ViewEntityH\x00\x12<\n\x08sequence\x18i \x01(\x0b\x32(.google.cloud.clouddms.v1.SequenceEntityH\x00\x12K\n\x10stored_procedure\x18j \x01(\x0b\x32/.google.cloud.clouddms.v1.StoredProcedureEntityH\x00\x12\x45\n\x11\x64\x61tabase_function\x18k \x01(\x0b\x32(.google.cloud.clouddms.v1.FunctionEntityH\x00\x12:\n\x07synonym\x18l \x01(\x0b\x32\'.google.cloud.clouddms.v1.SynonymEntityH\x00\x12\x43\n\x10\x64\x61tabase_package\x18m \x01(\x0b\x32\'.google.cloud.clouddms.v1.PackageEntityH\x00\x12\x32\n\x03udt\x18n \x01(\x0b\x32#.google.cloud.clouddms.v1.UDTEntityH\x00\x12M\n\x11materialized_view\x18o \x01(\x0b\x32\x30.google.cloud.clouddms.v1.MaterializedViewEntityH\x00\"M\n\x08TreeType\x12\x19\n\x15TREE_TYPE_UNSPECIFIED\x10\x00\x12\n\n\x06SOURCE\x10\x01\x12\t\n\x05\x44RAFT\x10\x02\x12\x0f\n\x0b\x44\x45STINATION\x10\x03\x42\r\n\x0b\x65ntity_body\"J\n\x16\x44\x61tabaseInstanceEntity\x12\x30\n\x0f\x63ustom_features\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct\"@\n\x0cSchemaEntity\x12\x30\n\x0f\x63ustom_features\x18\x01 \x01(\x0b\x32\x17.google.protobuf.Struct\"\xbd\x02\n\x0bTableEntity\x12\x37\n\x07\x63olumns\x18\x01 \x03(\x0b\x32&.google.cloud.clouddms.v1.ColumnEntity\x12?\n\x0b\x63onstraints\x18\x02 \x03(\x0b\x32*.google.cloud.clouddms.v1.ConstraintEntity\x12\x36\n\x07indices\x18\x03 \x03(\x0b\x32%.google.cloud.clouddms.v1.IndexEntity\x12\x39\n\x08triggers\x18\x04 \x03(\x0b\x32\'.google.cloud.clouddms.v1.TriggerEntity\x12\x30\n\x0f\x63ustom_features\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x0f\n\x07\x63omment\x18\x06 \x01(\t\"\x8f\x03\n\x0c\x43olumnEntity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x11\n\tdata_type\x18\x02 \x01(\t\x12\x0f\n\x07\x63harset\x18\x03 \x01(\t\x12\x11\n\tcollation\x18\x04 \x01(\t\x12\x0e\n\x06length\x18\x05 \x01(\x03\x12\x11\n\tprecision\x18\x06 \x01(\x05\x12\r\n\x05scale\x18\x07 \x01(\x05\x12$\n\x1c\x66ractional_seconds_precision\x18\x08 \x01(\x05\x12\r\n\x05\x61rray\x18\t \x01(\x08\x12\x14\n\x0c\x61rray_length\x18\n \x01(\x05\x12\x10\n\x08nullable\x18\x0b \x01(\x08\x12\x16\n\x0e\x61uto_generated\x18\x0c \x01(\x08\x12\x0b\n\x03udt\x18\r \x01(\x08\x12\x30\n\x0f\x63ustom_features\x18\x0e \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x12\n\nset_values\x18\x0f \x03(\t\x12\x0f\n\x07\x63omment\x18\x10 \x01(\t\x12\x18\n\x10ordinal_position\x18\x11 \x01(\x05\x12\x15\n\rdefault_value\x18\x12 \x01(\t\"\xbf\x01\n\x10\x43onstraintEntity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x15\n\rtable_columns\x18\x03 \x03(\t\x12\x30\n\x0f\x63ustom_features\x18\x04 \x01(\x0b\x32\x17.google.protobuf.Struct\x12\x19\n\x11reference_columns\x18\x05 \x03(\t\x12\x17\n\x0freference_table\x18\x06 \x01(\t\x12\x12\n\ntable_name\x18\x07 \x01(\t\"\x82\x01\n\x0bIndexEntity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04type\x18\x02 \x01(\t\x12\x15\n\rtable_columns\x18\x03 \x03(\t\x12\x0e\n\x06unique\x18\x04 \x01(\x08\x12\x30\n\x0f\x63ustom_features\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\"\x92\x01\n\rTriggerEntity\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x19\n\x11triggering_events\x18\x02 \x03(\t\x12\x14\n\x0ctrigger_type\x18\x03 \x01(\t\x12\x10\n\x08sql_code\x18\x04 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x05 \x01(\x0b\x32\x17.google.protobuf.Struct\"\x91\x01\n\nViewEntity\x12\x10\n\x08sql_code\x18\x01 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\x12?\n\x0b\x63onstraints\x18\x03 \x03(\x0b\x32*.google.cloud.clouddms.v1.ConstraintEntity\"\xae\x01\n\x0eSequenceEntity\x12\x11\n\tincrement\x18\x01 \x01(\x03\x12\x13\n\x0bstart_value\x18\x02 \x01(\x0c\x12\x11\n\tmax_value\x18\x03 \x01(\x0c\x12\x11\n\tmin_value\x18\x04 \x01(\x0c\x12\r\n\x05\x63ycle\x18\x05 \x01(\x08\x12\r\n\x05\x63\x61\x63he\x18\x06 \x01(\x03\x12\x30\n\x0f\x63ustom_features\x18\x07 \x01(\x0b\x32\x17.google.protobuf.Struct\"[\n\x15StoredProcedureEntity\x12\x10\n\x08sql_code\x18\x01 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"T\n\x0e\x46unctionEntity\x12\x10\n\x08sql_code\x18\x01 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"\\\n\x16MaterializedViewEntity\x12\x10\n\x08sql_code\x18\x01 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x02 \x01(\x0b\x32\x17.google.protobuf.Struct\"\x9b\x01\n\rSynonymEntity\x12\x15\n\rsource_entity\x18\x01 \x01(\t\x12\x41\n\x0bsource_type\x18\x02 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12\x30\n\x0f\x63ustom_features\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\"q\n\rPackageEntity\x12\x18\n\x10package_sql_code\x18\x01 \x01(\t\x12\x14\n\x0cpackage_body\x18\x02 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\"e\n\tUDTEntity\x12\x14\n\x0cudt_sql_code\x18\x01 \x01(\t\x12\x10\n\x08udt_body\x18\x02 \x01(\t\x12\x30\n\x0f\x63ustom_features\x18\x03 \x01(\x0b\x32\x17.google.protobuf.Struct\"\x87\x02\n\rEntityMapping\x12\x15\n\rsource_entity\x18\x01 \x01(\t\x12\x14\n\x0c\x64raft_entity\x18\x02 \x01(\t\x12\x41\n\x0bsource_type\x18\x04 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12@\n\ndraft_type\x18\x05 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12\x44\n\x0bmapping_log\x18\x03 \x03(\x0b\x32/.google.cloud.clouddms.v1.EntityMappingLogEntry\"[\n\x15\x45ntityMappingLogEntry\x12\x0f\n\x07rule_id\x18\x01 \x01(\t\x12\x18\n\x10rule_revision_id\x18\x02 \x01(\t\x12\x17\n\x0fmapping_comment\x18\x03 \x01(\t\"\x8f\x01\n\tEntityDdl\x12\x10\n\x08\x64\x64l_type\x18\x01 \x01(\t\x12\x0e\n\x06\x65ntity\x18\x02 \x01(\t\x12\x0b\n\x03\x64\x64l\x18\x03 \x01(\t\x12\x41\n\x0b\x65ntity_type\x18\x04 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x12\x10\n\x08issue_id\x18\x64 \x03(\t\"\xa4\x05\n\x0b\x45ntityIssue\x12\n\n\x02id\x18\x01 \x01(\t\x12=\n\x04type\x18\x02 \x01(\x0e\x32/.google.cloud.clouddms.v1.EntityIssue.IssueType\x12\x45\n\x08severity\x18\x03 \x01(\x0e\x32\x33.google.cloud.clouddms.v1.EntityIssue.IssueSeverity\x12\x0f\n\x07message\x18\x04 \x01(\t\x12\x0c\n\x04\x63ode\x18\x05 \x01(\t\x12\x10\n\x03\x64\x64l\x18\x06 \x01(\tH\x00\x88\x01\x01\x12\x45\n\x08position\x18\x07 \x01(\x0b\x32..google.cloud.clouddms.v1.EntityIssue.PositionH\x01\x88\x01\x01\x12\x41\n\x0b\x65ntity_type\x18\x08 \x01(\x0e\x32,.google.cloud.clouddms.v1.DatabaseEntityType\x1aH\n\x08Position\x12\x0c\n\x04line\x18\x01 \x01(\x05\x12\x0e\n\x06\x63olumn\x18\x02 \x01(\x05\x12\x0e\n\x06offset\x18\x03 \x01(\x05\x12\x0e\n\x06length\x18\x04 \x01(\x05\"i\n\tIssueType\x12\x1a\n\x16ISSUE_TYPE_UNSPECIFIED\x10\x00\x12\x12\n\x0eISSUE_TYPE_DDL\x10\x01\x12\x14\n\x10ISSUE_TYPE_APPLY\x10\x02\x12\x16\n\x12ISSUE_TYPE_CONVERT\x10\x03\"~\n\rIssueSeverity\x12\x1e\n\x1aISSUE_SEVERITY_UNSPECIFIED\x10\x00\x12\x17\n\x13ISSUE_SEVERITY_INFO\x10\x01\x12\x1a\n\x16ISSUE_SEVERITY_WARNING\x10\x02\x12\x18\n\x14ISSUE_SEVERITY_ERROR\x10\x03\x42\x06\n\x04_ddlB\x0b\n\t_position*\x91\x01\n\x12ValuePresentInList\x12%\n!VALUE_PRESENT_IN_LIST_UNSPECIFIED\x10\x00\x12\'\n#VALUE_PRESENT_IN_LIST_IF_VALUE_LIST\x10\x01\x12+\n\'VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST\x10\x02*\xcd\x04\n\x12\x44\x61tabaseEntityType\x12$\n DATABASE_ENTITY_TYPE_UNSPECIFIED\x10\x00\x12\x1f\n\x1b\x44\x41TABASE_ENTITY_TYPE_SCHEMA\x10\x01\x12\x1e\n\x1a\x44\x41TABASE_ENTITY_TYPE_TABLE\x10\x02\x12\x1f\n\x1b\x44\x41TABASE_ENTITY_TYPE_COLUMN\x10\x03\x12#\n\x1f\x44\x41TABASE_ENTITY_TYPE_CONSTRAINT\x10\x04\x12\x1e\n\x1a\x44\x41TABASE_ENTITY_TYPE_INDEX\x10\x05\x12 \n\x1c\x44\x41TABASE_ENTITY_TYPE_TRIGGER\x10\x06\x12\x1d\n\x19\x44\x41TABASE_ENTITY_TYPE_VIEW\x10\x07\x12!\n\x1d\x44\x41TABASE_ENTITY_TYPE_SEQUENCE\x10\x08\x12)\n%DATABASE_ENTITY_TYPE_STORED_PROCEDURE\x10\t\x12!\n\x1d\x44\x41TABASE_ENTITY_TYPE_FUNCTION\x10\n\x12 \n\x1c\x44\x41TABASE_ENTITY_TYPE_SYNONYM\x10\x0b\x12)\n%DATABASE_ENTITY_TYPE_DATABASE_PACKAGE\x10\x0c\x12\x1c\n\x18\x44\x41TABASE_ENTITY_TYPE_UDT\x10\r\x12*\n&DATABASE_ENTITY_TYPE_MATERIALIZED_VIEW\x10\x0e\x12!\n\x1d\x44\x41TABASE_ENTITY_TYPE_DATABASE\x10\x0f*\xff\x01\n\x18\x45ntityNameTransformation\x12*\n&ENTITY_NAME_TRANSFORMATION_UNSPECIFIED\x10\x00\x12\x30\n,ENTITY_NAME_TRANSFORMATION_NO_TRANSFORMATION\x10\x01\x12)\n%ENTITY_NAME_TRANSFORMATION_LOWER_CASE\x10\x02\x12)\n%ENTITY_NAME_TRANSFORMATION_UPPER_CASE\x10\x03\x12/\n+ENTITY_NAME_TRANSFORMATION_CAPITALIZED_CASE\x10\x04*\xd4\x01\n\x11\x42\x61\x63kgroundJobType\x12#\n\x1f\x42\x41\x43KGROUND_JOB_TYPE_UNSPECIFIED\x10\x00\x12#\n\x1f\x42\x41\x43KGROUND_JOB_TYPE_SOURCE_SEED\x10\x01\x12\x1f\n\x1b\x42\x41\x43KGROUND_JOB_TYPE_CONVERT\x10\x02\x12)\n%BACKGROUND_JOB_TYPE_APPLY_DESTINATION\x10\x03\x12)\n%BACKGROUND_JOB_TYPE_IMPORT_RULES_FILE\x10\x05*\xad\x01\n\x15ImportRulesFileFormat\x12(\n$IMPORT_RULES_FILE_FORMAT_UNSPECIFIED\x10\x00\x12\x38\n4IMPORT_RULES_FILE_FORMAT_HARBOUR_BRIDGE_SESSION_FILE\x10\x01\x12\x30\n,IMPORT_RULES_FILE_FORMAT_ORATOPG_CONFIG_FILE\x10\x02*\xed\x01\n\x0fValueComparison\x12 \n\x1cVALUE_COMPARISON_UNSPECIFIED\x10\x00\x12*\n&VALUE_COMPARISON_IF_VALUE_SMALLER_THAN\x10\x01\x12\x30\n,VALUE_COMPARISON_IF_VALUE_SMALLER_EQUAL_THAN\x10\x02\x12)\n%VALUE_COMPARISON_IF_VALUE_LARGER_THAN\x10\x03\x12/\n+VALUE_COMPARISON_IF_VALUE_LARGER_EQUAL_THAN\x10\x04*\xa1\x01\n\x13NumericFilterOption\x12%\n!NUMERIC_FILTER_OPTION_UNSPECIFIED\x10\x00\x12\x1d\n\x19NUMERIC_FILTER_OPTION_ALL\x10\x01\x12\x1f\n\x1bNUMERIC_FILTER_OPTION_LIMIT\x10\x02\x12#\n\x1fNUMERIC_FILTER_OPTION_LIMITLESS\x10\x03\x42\xd1\x01\n\x1c\x63om.google.cloud.clouddms.v1B!ConversionWorkspaceResourcesProtoP\x01Z8cloud.google.com/go/clouddms/apiv1/clouddmspb;clouddmspb\xaa\x02\x18Google.Cloud.CloudDms.V1\xca\x02\x18Google\\Cloud\\CloudDms\\V1\xea\x02\x1bGoogle::Cloud::CloudDMS::V1b\x06proto3"
|
16
16
|
|
17
17
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
18
18
|
|
@@ -118,6 +118,10 @@ module Google
|
|
118
118
|
# @return [::String]
|
119
119
|
# Optional link to proto reference documentation. Example:
|
120
120
|
# https://cloud.google.com/pubsub/lite/docs/reference/rpc
|
121
|
+
# @!attribute [rw] rest_reference_documentation_uri
|
122
|
+
# @return [::String]
|
123
|
+
# Optional link to REST reference documentation. Example:
|
124
|
+
# https://cloud.google.com/pubsub/lite/docs/reference/rest
|
121
125
|
class Publishing
|
122
126
|
include ::Google::Protobuf::MessageExts
|
123
127
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-cloud_dms-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 1.0.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|
@@ -84,118 +84,6 @@ dependencies:
|
|
84
84
|
- - "<"
|
85
85
|
- !ruby/object:Gem::Version
|
86
86
|
version: 2.a
|
87
|
-
- !ruby/object:Gem::Dependency
|
88
|
-
name: google-style
|
89
|
-
requirement: !ruby/object:Gem::Requirement
|
90
|
-
requirements:
|
91
|
-
- - "~>"
|
92
|
-
- !ruby/object:Gem::Version
|
93
|
-
version: 1.26.3
|
94
|
-
type: :development
|
95
|
-
prerelease: false
|
96
|
-
version_requirements: !ruby/object:Gem::Requirement
|
97
|
-
requirements:
|
98
|
-
- - "~>"
|
99
|
-
- !ruby/object:Gem::Version
|
100
|
-
version: 1.26.3
|
101
|
-
- !ruby/object:Gem::Dependency
|
102
|
-
name: minitest
|
103
|
-
requirement: !ruby/object:Gem::Requirement
|
104
|
-
requirements:
|
105
|
-
- - "~>"
|
106
|
-
- !ruby/object:Gem::Version
|
107
|
-
version: '5.16'
|
108
|
-
type: :development
|
109
|
-
prerelease: false
|
110
|
-
version_requirements: !ruby/object:Gem::Requirement
|
111
|
-
requirements:
|
112
|
-
- - "~>"
|
113
|
-
- !ruby/object:Gem::Version
|
114
|
-
version: '5.16'
|
115
|
-
- !ruby/object:Gem::Dependency
|
116
|
-
name: minitest-focus
|
117
|
-
requirement: !ruby/object:Gem::Requirement
|
118
|
-
requirements:
|
119
|
-
- - "~>"
|
120
|
-
- !ruby/object:Gem::Version
|
121
|
-
version: '1.1'
|
122
|
-
type: :development
|
123
|
-
prerelease: false
|
124
|
-
version_requirements: !ruby/object:Gem::Requirement
|
125
|
-
requirements:
|
126
|
-
- - "~>"
|
127
|
-
- !ruby/object:Gem::Version
|
128
|
-
version: '1.1'
|
129
|
-
- !ruby/object:Gem::Dependency
|
130
|
-
name: minitest-rg
|
131
|
-
requirement: !ruby/object:Gem::Requirement
|
132
|
-
requirements:
|
133
|
-
- - "~>"
|
134
|
-
- !ruby/object:Gem::Version
|
135
|
-
version: '5.2'
|
136
|
-
type: :development
|
137
|
-
prerelease: false
|
138
|
-
version_requirements: !ruby/object:Gem::Requirement
|
139
|
-
requirements:
|
140
|
-
- - "~>"
|
141
|
-
- !ruby/object:Gem::Version
|
142
|
-
version: '5.2'
|
143
|
-
- !ruby/object:Gem::Dependency
|
144
|
-
name: rake
|
145
|
-
requirement: !ruby/object:Gem::Requirement
|
146
|
-
requirements:
|
147
|
-
- - ">="
|
148
|
-
- !ruby/object:Gem::Version
|
149
|
-
version: '13.0'
|
150
|
-
type: :development
|
151
|
-
prerelease: false
|
152
|
-
version_requirements: !ruby/object:Gem::Requirement
|
153
|
-
requirements:
|
154
|
-
- - ">="
|
155
|
-
- !ruby/object:Gem::Version
|
156
|
-
version: '13.0'
|
157
|
-
- !ruby/object:Gem::Dependency
|
158
|
-
name: redcarpet
|
159
|
-
requirement: !ruby/object:Gem::Requirement
|
160
|
-
requirements:
|
161
|
-
- - "~>"
|
162
|
-
- !ruby/object:Gem::Version
|
163
|
-
version: '3.0'
|
164
|
-
type: :development
|
165
|
-
prerelease: false
|
166
|
-
version_requirements: !ruby/object:Gem::Requirement
|
167
|
-
requirements:
|
168
|
-
- - "~>"
|
169
|
-
- !ruby/object:Gem::Version
|
170
|
-
version: '3.0'
|
171
|
-
- !ruby/object:Gem::Dependency
|
172
|
-
name: simplecov
|
173
|
-
requirement: !ruby/object:Gem::Requirement
|
174
|
-
requirements:
|
175
|
-
- - "~>"
|
176
|
-
- !ruby/object:Gem::Version
|
177
|
-
version: '0.18'
|
178
|
-
type: :development
|
179
|
-
prerelease: false
|
180
|
-
version_requirements: !ruby/object:Gem::Requirement
|
181
|
-
requirements:
|
182
|
-
- - "~>"
|
183
|
-
- !ruby/object:Gem::Version
|
184
|
-
version: '0.18'
|
185
|
-
- !ruby/object:Gem::Dependency
|
186
|
-
name: yard
|
187
|
-
requirement: !ruby/object:Gem::Requirement
|
188
|
-
requirements:
|
189
|
-
- - "~>"
|
190
|
-
- !ruby/object:Gem::Version
|
191
|
-
version: '0.9'
|
192
|
-
type: :development
|
193
|
-
prerelease: false
|
194
|
-
version_requirements: !ruby/object:Gem::Requirement
|
195
|
-
requirements:
|
196
|
-
- - "~>"
|
197
|
-
- !ruby/object:Gem::Version
|
198
|
-
version: '0.9'
|
199
87
|
description: Database Migration Service makes it easier for you to migrate your data
|
200
88
|
to Google Cloud. Database Migration Service helps you lift and shift your MySQL
|
201
89
|
and PostgreSQL workloads into Cloud SQL. Database Migration Service streamlines
|
@@ -253,14 +141,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
253
141
|
requirements:
|
254
142
|
- - ">="
|
255
143
|
- !ruby/object:Gem::Version
|
256
|
-
version: '2.
|
144
|
+
version: '2.7'
|
257
145
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
258
146
|
requirements:
|
259
147
|
- - ">="
|
260
148
|
- !ruby/object:Gem::Version
|
261
149
|
version: '0'
|
262
150
|
requirements: []
|
263
|
-
rubygems_version: 3.5.
|
151
|
+
rubygems_version: 3.5.6
|
264
152
|
signing_key:
|
265
153
|
specification_version: 4
|
266
154
|
summary: Manage Cloud Database Migration Service resources on Google Cloud Platform.
|