Skip to content

Commit d3ca29b

Browse files
feat: [datamigration] add Oracle to PostgreSQL migration APIs (#9442)
* feat: add Oracle to PostgreSQL migration APIs PiperOrigin-RevId: 533037268 Source-Link: googleapis/googleapis@d45c9a2 Source-Link: https://github.com/googleapis/googleapis-gen/commit/40c33043e3d79a0dd38ec29dabde66490dcce809 Copy-Tag: eyJwIjoiamF2YS1kbXMvLk93bEJvdC55YW1sIiwiaCI6IjQwYzMzMDQzZTNkNzlhMGRkMzhlYzI5ZGFiZGU2NjQ5MGRjY2U4MDkifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent dd5ddba commit d3ca29b

File tree

253 files changed

+119157
-4387
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+119157
-4387
lines changed

java-dms/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
2020
<dependency>
2121
<groupId>com.google.cloud</groupId>
2222
<artifactId>libraries-bom</artifactId>
23-
<version>26.11.0</version>
23+
<version>26.15.0</version>
2424
<type>pom</type>
2525
<scope>import</scope>
2626
</dependency>
@@ -195,7 +195,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
195195
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
196196
[stability-image]: https://img.shields.io/badge/stability-stable-green
197197
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-dms.svg
198-
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dms/2.13.0
198+
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-dms/2.16.0
199199
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
200200
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
201201
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles

java-dms/google-cloud-dms/src/main/java/com/google/cloud/clouddms/v1/DataMigrationServiceClient.java

Lines changed: 2899 additions & 17 deletions
Large diffs are not rendered by default.

java-dms/google-cloud-dms/src/main/java/com/google/cloud/clouddms/v1/DataMigrationServiceSettings.java

Lines changed: 427 additions & 0 deletions
Large diffs are not rendered by default.

java-dms/google-cloud-dms/src/main/java/com/google/cloud/clouddms/v1/gapic_metadata.json

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,33 +10,78 @@
1010
"grpc": {
1111
"libraryClient": "DataMigrationServiceClient",
1212
"rpcs": {
13+
"ApplyConversionWorkspace": {
14+
"methods": ["applyConversionWorkspaceAsync", "applyConversionWorkspaceOperationCallable", "applyConversionWorkspaceCallable"]
15+
},
16+
"CommitConversionWorkspace": {
17+
"methods": ["commitConversionWorkspaceAsync", "commitConversionWorkspaceOperationCallable", "commitConversionWorkspaceCallable"]
18+
},
19+
"ConvertConversionWorkspace": {
20+
"methods": ["convertConversionWorkspaceAsync", "convertConversionWorkspaceOperationCallable", "convertConversionWorkspaceCallable"]
21+
},
1322
"CreateConnectionProfile": {
1423
"methods": ["createConnectionProfileAsync", "createConnectionProfileAsync", "createConnectionProfileAsync", "createConnectionProfileOperationCallable", "createConnectionProfileCallable"]
1524
},
25+
"CreateConversionWorkspace": {
26+
"methods": ["createConversionWorkspaceAsync", "createConversionWorkspaceAsync", "createConversionWorkspaceAsync", "createConversionWorkspaceOperationCallable", "createConversionWorkspaceCallable"]
27+
},
1628
"CreateMigrationJob": {
1729
"methods": ["createMigrationJobAsync", "createMigrationJobAsync", "createMigrationJobAsync", "createMigrationJobOperationCallable", "createMigrationJobCallable"]
1830
},
31+
"CreatePrivateConnection": {
32+
"methods": ["createPrivateConnectionAsync", "createPrivateConnectionAsync", "createPrivateConnectionAsync", "createPrivateConnectionOperationCallable", "createPrivateConnectionCallable"]
33+
},
1934
"DeleteConnectionProfile": {
2035
"methods": ["deleteConnectionProfileAsync", "deleteConnectionProfileAsync", "deleteConnectionProfileAsync", "deleteConnectionProfileOperationCallable", "deleteConnectionProfileCallable"]
2136
},
37+
"DeleteConversionWorkspace": {
38+
"methods": ["deleteConversionWorkspaceAsync", "deleteConversionWorkspaceAsync", "deleteConversionWorkspaceAsync", "deleteConversionWorkspaceOperationCallable", "deleteConversionWorkspaceCallable"]
39+
},
2240
"DeleteMigrationJob": {
2341
"methods": ["deleteMigrationJobAsync", "deleteMigrationJobAsync", "deleteMigrationJobAsync", "deleteMigrationJobOperationCallable", "deleteMigrationJobCallable"]
2442
},
43+
"DeletePrivateConnection": {
44+
"methods": ["deletePrivateConnectionAsync", "deletePrivateConnectionAsync", "deletePrivateConnectionAsync", "deletePrivateConnectionOperationCallable", "deletePrivateConnectionCallable"]
45+
},
46+
"DescribeConversionWorkspaceRevisions": {
47+
"methods": ["describeConversionWorkspaceRevisions", "describeConversionWorkspaceRevisionsCallable"]
48+
},
49+
"DescribeDatabaseEntities": {
50+
"methods": ["describeDatabaseEntities", "describeDatabaseEntitiesPagedCallable", "describeDatabaseEntitiesCallable"]
51+
},
52+
"FetchStaticIps": {
53+
"methods": ["fetchStaticIps", "fetchStaticIps", "fetchStaticIps", "fetchStaticIpsPagedCallable", "fetchStaticIpsCallable"]
54+
},
2555
"GenerateSshScript": {
2656
"methods": ["generateSshScript", "generateSshScriptCallable"]
2757
},
2858
"GetConnectionProfile": {
2959
"methods": ["getConnectionProfile", "getConnectionProfile", "getConnectionProfile", "getConnectionProfileCallable"]
3060
},
61+
"GetConversionWorkspace": {
62+
"methods": ["getConversionWorkspace", "getConversionWorkspace", "getConversionWorkspace", "getConversionWorkspaceCallable"]
63+
},
3164
"GetMigrationJob": {
3265
"methods": ["getMigrationJob", "getMigrationJob", "getMigrationJob", "getMigrationJobCallable"]
3366
},
67+
"GetPrivateConnection": {
68+
"methods": ["getPrivateConnection", "getPrivateConnection", "getPrivateConnection", "getPrivateConnectionCallable"]
69+
},
70+
"ImportMappingRules": {
71+
"methods": ["importMappingRulesAsync", "importMappingRulesOperationCallable", "importMappingRulesCallable"]
72+
},
3473
"ListConnectionProfiles": {
3574
"methods": ["listConnectionProfiles", "listConnectionProfiles", "listConnectionProfiles", "listConnectionProfilesPagedCallable", "listConnectionProfilesCallable"]
3675
},
76+
"ListConversionWorkspaces": {
77+
"methods": ["listConversionWorkspaces", "listConversionWorkspaces", "listConversionWorkspaces", "listConversionWorkspacesPagedCallable", "listConversionWorkspacesCallable"]
78+
},
3779
"ListMigrationJobs": {
3880
"methods": ["listMigrationJobs", "listMigrationJobs", "listMigrationJobs", "listMigrationJobsPagedCallable", "listMigrationJobsCallable"]
3981
},
82+
"ListPrivateConnections": {
83+
"methods": ["listPrivateConnections", "listPrivateConnections", "listPrivateConnections", "listPrivateConnectionsPagedCallable", "listPrivateConnectionsCallable"]
84+
},
4085
"PromoteMigrationJob": {
4186
"methods": ["promoteMigrationJobAsync", "promoteMigrationJobOperationCallable", "promoteMigrationJobCallable"]
4287
},
@@ -46,6 +91,15 @@
4691
"ResumeMigrationJob": {
4792
"methods": ["resumeMigrationJobAsync", "resumeMigrationJobOperationCallable", "resumeMigrationJobCallable"]
4893
},
94+
"RollbackConversionWorkspace": {
95+
"methods": ["rollbackConversionWorkspaceAsync", "rollbackConversionWorkspaceOperationCallable", "rollbackConversionWorkspaceCallable"]
96+
},
97+
"SearchBackgroundJobs": {
98+
"methods": ["searchBackgroundJobs", "searchBackgroundJobsCallable"]
99+
},
100+
"SeedConversionWorkspace": {
101+
"methods": ["seedConversionWorkspaceAsync", "seedConversionWorkspaceOperationCallable", "seedConversionWorkspaceCallable"]
102+
},
49103
"StartMigrationJob": {
50104
"methods": ["startMigrationJobAsync", "startMigrationJobOperationCallable", "startMigrationJobCallable"]
51105
},
@@ -55,6 +109,9 @@
55109
"UpdateConnectionProfile": {
56110
"methods": ["updateConnectionProfileAsync", "updateConnectionProfileAsync", "updateConnectionProfileOperationCallable", "updateConnectionProfileCallable"]
57111
},
112+
"UpdateConversionWorkspace": {
113+
"methods": ["updateConversionWorkspaceAsync", "updateConversionWorkspaceAsync", "updateConversionWorkspaceOperationCallable", "updateConversionWorkspaceCallable"]
114+
},
58115
"UpdateMigrationJob": {
59116
"methods": ["updateMigrationJobAsync", "updateMigrationJobAsync", "updateMigrationJobOperationCallable", "updateMigrationJobCallable"]
60117
},

0 commit comments

Comments
 (0)