| Package | Description |
|---|---|
| com.google.api.services.datamigration.v1.model |
| Modifier and Type | Method and Description |
|---|---|
DatabaseType |
DatabaseType.clone() |
DatabaseType |
MigrationJob.getDestinationDatabase()
The database engine type and provider of the destination.
|
DatabaseType |
MigrationJob.getSourceDatabase()
The database engine type and provider of the source.
|
DatabaseType |
DatabaseType.set(String fieldName,
Object value) |
DatabaseType |
DatabaseType.setEngine(String engine)
The database engine.
|
DatabaseType |
DatabaseType.setProvider(String provider)
The database provider.
|
| Modifier and Type | Method and Description |
|---|---|
MigrationJob |
MigrationJob.setDestinationDatabase(DatabaseType destinationDatabase)
The database engine type and provider of the destination.
|
MigrationJob |
MigrationJob.setSourceDatabase(DatabaseType sourceDatabase)
The database engine type and provider of the source.
|
Copyright © 2011–2021 Google. All rights reserved.