reloadTables
inline suspend fun DatabaseMigrationClient.reloadTables(crossinline block: ReloadTablesRequest.Builder.() -> Unit): ReloadTablesResponse
Reloads the target database table with the source data.
You can only use this operation with a task in the RUNNING
state, otherwise the service will throw an InvalidResourceStateFault
exception.