oracleSourceConfig = $oracleSourceConfig; } /** * @return OracleSourceConfig */ public function getOracleSourceConfig() { return $this->oracleSourceConfig; } /** * @param PostgresDestinationConfig */ public function setPostgresDestinationConfig(PostgresDestinationConfig $postgresDestinationConfig) { $this->postgresDestinationConfig = $postgresDestinationConfig; } /** * @return PostgresDestinationConfig */ public function getPostgresDestinationConfig() { return $this->postgresDestinationConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(OracleToPostgresConfig::class, 'Google_Service_DatabaseMigrationService_OracleToPostgresConfig');